CINXE.COM

Ping Identity Labs

<!-- AEM foundation configs --> <!DOCTYPE html> <html lang="en" class="pds-wrapper"> <head> <script defer="defer" type="text/javascript" src="https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js" data-routing="program=7753,environment=14518,tier=publish"></script> <script> window.pds ||= {}; window.pds.aemEnvironment = 'prod'; </script> <noscript> <div class="modal no-js-modal"> <div class="modal-overlay"></div> <div class="modal-body"> <div class="no-js-modal__content"> <div class="no-js-modal__icon"></div> <div class="no-js-modal__title"> Javascript is actually <br/>a good thing! </div> <div class="no-js-modal__info"> Make sure it's turned on <br/>so that pingidentity.com can work properly. </div> </div> </div> </div> </noscript> <!-- Google Tag Manager --> <!-- {{{ --> <script data-compress="whitespace"> let params = new URLSearchParams(window.location.search); if (params.get("gtm") == "off" || params.get("gtm") == "false" || params.get("gtm") == "disable" || params.get("gtm") == "disabled") { console.log("GTM is off"); } else { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NS3XCRTP'); } </script> <!-- }}} --> <!-- End Google Tag Manager --> <!-- hushly embed stream--> <!-- hushly Experience Tag script (placeholder) --> <!-- hushly Web Personalization script (placeholder) --> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/page/clientlibs-darktheme.lc-4a8a029202840ce4e8dd7d127fd857e4-lc.min.css" type="text/css"/> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale = 1.0"/> <title> Ping Identity Labs</title> <meta name="author" content=""/> <link rel="shortcut icon" id="favicon" type="image/x-icon" href="/etc.clientlibs/settings/wcm/designs/pic6/assets/resources/images/favicon.ico"/> <meta property="og:title" content="Ping Identity Labs"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Ping Identity Labs"/> <link rel="canonical" href="https://ncf-acs-labs.pingidentity.com/en.html"/> <script data-compress="whitespace" type="application/ld+json"> { "@context": "https://schema.org", "@type": "Corporation", "name": "Ping Identity", "url": "https://www.pingidentity.com", "logo": "https://www.pingidentity.com/content/dam/ping-6-2-assets/topnav-json-configs/Ping-Logo.svg", "sameAs": [ "https://www.facebook.com/pingidentitypage/", "https://twitter.com/pingidentity", "https://www.youtube.com/user/pingidentitytv", "https://www.linkedin.com/company/ping-identity" ] } </script> <script data-compress="whitespace" type='application/ld+json'> { "@context":"http://schema.org", "@type":"WebSite", "@id":"#website", "url":"https://www.pingidentity.com", "name":"Ping Identity", "potentialAction":{ "@type":"SearchAction", "target":"https://www.pingidentity.com/en/search-results.html#stq={query}", "query-input":"required name=query" } } </script> <meta property="og:image" content="https://images.pingidentity.com/image/upload/f_auto,q_auto,w_auto,c_scale/l_text:Roboto%20Condensed_90_bold:Ping%20Identity%20Labs,g_north_west,y_220,x_90,w_1020,c_fit,co_rgb:051727/ping_dam/content/dam/picr/fallback-og-images/Img-OG-Blank%2bLogo-1200x630-1x.png" /> <!-- Begin of Hushly Web Personalization Code --> <!-- {{{ --> <script type="text/plain" id="hwpCode" data-cookieconsent="marketing"> (function (g, a, d, c, j, b, e) { var h = c.split(".").reduce(function (l, k) { return (l[k] = l[k] || {}) }, g); g._hly_webx_api = c; var i = document.getElementsByTagName("head")[0], f = document.createElement("style"); f.innerText = "." + d + " { opacity: 1 !important}"; i.appendChild(f); a.className += " " + d; b.start = 1 * new Date(); b.end = e = function () { a.className = a.className.replace(RegExp(" ?" + d), "") }; h.initConfig = b; setTimeout(function () { e(); b.end = null; }, j); b.timeout = j; })(window, document.documentElement, "hly-async-hide", "Hushly.WebX", 4000, {}); </script> <!-- }}} --> <script src="https://tag.hushly.com/webx-runtime-ef5af0b6-fb86-11ec-8859-067373548d75.js" id="hwpImportScript" type="text/plain" data-cookieconsent="marketing"></script> <!-- End of Hushly Web Personalization Code --> <script src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-cookie-consent.lc-d83ad298c3b666a7f07f8425edeb41fd-lc.min.js"></script> <script type="text/javascript"> (function(){ 'use strict'; var consentCookieVal = window.pds.CookieConsent.getCookieValue("CookieConsent"); var hwpScript = document.querySelector("#hwpCode"); var hwpImportScript = document.querySelector("#hwpImportScript"); function executeScript(content) { var scriptElement = document.createElement("script"); scriptElement.innerHTML = content; scriptElement.id = "hwpCode-quickSet"; document.head.append(scriptElement); } function activateHWPScript() { if (hwpScript.type === "text/plain") { hwpScript.type = "text/javascript"; executeScript(hwpScript.innerHTML); } if (hwpImportScript.type === "text/plain") { hwpImportScript.type = "text/javascript"; document.head.append(hwpImportScript); } } var resizeEvent; function triggerResizeEvent() { if (typeof(Event) === "function") { resizeEvent = new Event("resize"); } else { resizeEvent = document.createEvent("Event"); resizeEvent.initEvent("resize", true, true); } window.dispatchEvent(resizeEvent); } if (window.pds.CookieConsent.checkMarketingConsent(consentCookieVal)) { activateHWPScript(); } document.addEventListener("DOMContentLoaded", function() { if (document.readyState === "complete") { document.body.style.display = "block"; triggerResizeEvent(); } else { window.addEventListener("load", function() { document.body.style.display = "block"; triggerResizeEvent(); }); } }); })(); </script> <noscript><link rel="preload" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Medium_Web.woff2" as="font" type="font/woff2" crossorigin="anonymous"/></noscript> <link rel="preload" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Medium_Web.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> <link rel="preload" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/GothamCond-XBlack_Web.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> <link rel="preload" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/GothamNarrow-Black_Web.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/page/clientlibs-page-all.lc-0bd5a9de155f2a6a47728d3556928d23-lc.min.css" type="text/css"> <script type="text/javascript" src="/etc.clientlibs/settings/wcm/designs/pic6/clientlibs-cookie.lc-9065d93e33778cff5decc31a91f444ab-lc.min.js" async></script> <script type="text/javascript" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/page/clientlibs-page-all.lc-1ca615bdbc6b62f9c2a6923f924349de-lc.min.js" defer></script> <meta property="og:image" content="https://images.pingidentity.com/image/upload/f_auto,q_auto,w_auto,c_scale/l_text:Roboto%20Condensed_90_bold:Ping%20Identity%20Labs,g_north_west,y_220,x_90,w_1020,c_fit,co_rgb:051727/ping_dam/content/dam/picr/fallback-og-images/Img-OG-Blank%2bLogo-1200x630-1x.png" /> </head> <body class="page pds-nonav-template dark-theme" data-hj-ignore-attributes> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NS3XCRTP" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="page__main ping-pic__page__footer--parent-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-navigationBasic.lc-831bec640b433dbd25152b2b5c41fce9-lc.min.css" type="text/css"/> <div id="navigation-basic-147f8bb1-9b43-4d4b-bc88-937ddd06bc9e" class="navigationBasic__container "> <div class="navigationBasic__offset"></div> <div class="navigationBasic__content "> <div class="container"> <div class="row margin-bottom--0 padding-left--8 padding-top--24 padding-bottom--24 padding-right--8 "> <div class="col-sm-7 col-md-6"> <div class="logo-wrapper"> <a href="https://www.pingidentity.com/en.html"> <div id="svg-52ccc46b-267a-4834-b07a-f9e77f8cf9c8" style="width: 252px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 17.46031746031746%;" alt="" title="LogoPing IdentityHorizontal"> <div id="svg_src_container-52ccc46b-267a-4834-b07a-f9e77f8cf9c8"> <div id="svg_src-52ccc46b-267a-4834-b07a-f9e77f8cf9c8"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-labelledby="svg-title-c9e50542-2527-4232-8462-4c316f0b9b31" role="img" version="1.1" viewBox="0 0 126 22"> <title id="svg-title-c9e50542-2527-4232-8462-4c316f0b9b31">LogoPing IdentityHorizontal</title> <g fill="none" fill-rule="evenodd" id="Navigation" stroke="none" stroke-width="1"> <g id="Unified-Header-Signed-Out" transform="translate(-120.000000, -10.000000)"> <g id="Stacked-Group" transform="translate(0.000000, -1.000000)"> <g id="Group" transform="translate(120.000000, 8.000000)"> <g id="PingIdentity_Logo_H" transform="translate(-0.000000, 3.000000)"> <polygon fill="#B8232F" id="Fill-1" points="0 20.2631579 20.2631579 20.2631579 20.2631579 0 0 0"/> <path d="M103.392705,6.05888303 L105.089766,5.774978 L105.089766,17.3418546 L103.392705,17.3418546 L103.392705,6.05888303 Z M110.049743,7.3653719 L110.049743,14.6594027 C110.049743,15.9095612 110.364638,16.3418029 111.391422,16.3418029 C111.853268,16.3418029 111.731434,16.3470604 112.025711,16.1874577 L112.257009,17.3242044 C111.731434,17.6182489 111.537998,17.7034955 110.803992,17.7034955 C110.258923,17.7034955 109.840187,17.5912103 109.440945,17.3865433 C108.708063,17.0004926 108.435529,16.2734554 108.435529,15.1363331 L108.435529,7.3653719 L107.072482,7.3653719 L107.072482,6.02508481 L108.435529,6.02508481 L108.435529,1.73684211 L110.113471,1.73684211 L110.113471,6.02508481 L112.7346,6.02508481 L112.231517,7.3653719 L110.049743,7.3653719 Z M123.493525,17.0027458 C122.841616,17.0027458 122.314916,16.4435731 122.314916,15.670345 C122.314916,14.8963658 122.841616,14.3379441 123.493525,14.3379441 C124.145808,14.3379441 124.672883,14.8963658 124.672883,15.670345 C124.672883,16.4435731 124.145808,17.0027458 123.493525,17.0027458 Z M123.493525,14.0164855 C122.63506,14.0164855 121.934418,14.7589197 121.934418,15.670345 C121.934418,16.5810192 122.63506,17.3227023 123.493525,17.3227023 C124.353489,17.3227023 125.052632,16.5810192 125.052632,15.670345 C125.052632,14.7589197 124.353489,14.0164855 123.493525,14.0164855 Z M123.222115,15.5283925 L123.222115,14.9921274 L123.514893,14.9921274 C123.683961,14.9921274 123.874023,15.0281788 123.874023,15.2482428 C123.874023,15.5002273 123.705704,15.5283925 123.511144,15.5283925 L123.222115,15.5283925 Z M124.202414,15.2767835 C124.202414,14.882471 123.97299,14.7266236 123.549381,14.7266236 L122.893724,14.7266236 L122.893724,16.6009225 L123.222115,16.6009225 L123.222115,15.7938962 L123.420049,15.7938962 L123.877772,16.6009225 L124.214785,16.6009225 L123.740568,15.7807525 C124.029597,15.7518362 124.202414,15.59674 124.202414,15.2767835 Z M122.790258,6.02508481 L119.20495,17.7493109 C118.491937,20.0231798 117.652591,21.5223185 115.829197,22 L115.346732,20.7956569 C116.367518,20.4490374 116.90284,19.9450684 117.348567,18.7136867 C117.180998,17.8206627 117.086154,17.4323587 117.086154,17.4323587 C116.961321,16.7053215 116.394509,14.4998 116.038377,13.3645555 L113.793248,6.27519162 L115.409711,5.68297175 L117.54875,13.0228179 C117.862521,14.0923438 118.176667,15.8408382 118.176667,15.8408382 L118.219402,15.8408382 C118.219402,15.8408382 118.61677,14.3871393 118.869436,13.4558107 L120.923379,6.02508481 L122.790258,6.02508481 Z M72.2930404,14.4551113 C72.2930404,14.4551113 72.1037283,14.9324172 71.6636246,15.2737792 C70.9918479,15.7953984 70.5093832,16.0004409 69.6516682,16.0004409 C68.6867389,16.0004409 68.0359552,15.6143901 67.5542403,14.6823104 C67.217977,14.0239962 67.1347547,13.0461012 67.1347547,11.7279707 C67.1347547,10.1375768 67.3015743,9.32003547 67.8054068,8.45630325 C68.2458854,7.68382621 68.9375306,7.27486778 69.7566334,7.27486778 C70.9918479,7.27486778 71.7693395,7.66204514 72.2930404,8.45630325 L72.2930404,14.4551113 Z M73.9496149,1.73684211 L72.3136586,1.73684211 L72.3136586,5.50346566 C72.3136586,6.32025591 72.3342767,7.25233564 72.3342767,7.25233564 C71.7063604,6.34353913 70.6773274,5.8211689 69.5047171,5.8211689 C68.7489682,5.8211689 68.1622882,6.02508481 67.4908863,6.52529843 C66.0648603,7.59219549 65.3319788,9.36509976 65.3319788,11.7734105 C65.3319788,15.3856889 66.8835882,17.4992041 69.5868148,17.4992041 C70.8036604,17.4992041 71.6013953,17.1142799 72.3552697,16.1829513 C72.3758879,16.7717913 72.586193,17.3418546 72.586193,17.3418546 L74.2641354,17.3418546 C74.0320875,16.6816627 73.9496149,15.6365467 73.9496149,13.6841364 L73.9496149,1.73684211 Z M98.9144432,6.04799249 L101.611672,6.04799249 L101.109339,7.38827958 L98.8514641,7.38827958 L98.8514641,14.6823104 C98.8514641,15.9328445 99.1656097,16.3654616 100.193143,16.3654616 C100.65499,16.3654616 100.533155,16.3707191 100.827432,16.2103654 L101.058731,17.3474876 C100.533155,17.6419076 100.33972,17.7271543 99.6053386,17.7271543 C99.0606446,17.7271543 98.6419088,17.6144935 98.2426665,17.4102021 C97.509785,17.0237758 97.2365008,16.2963631 97.2365008,15.1596163 L97.2365008,7.38827958 L95.8742036,7.38827958 L95.8742036,6.04799249 L97.2365008,6.04799249 L97.2365008,1.76050086 L98.9144432,1.76050086 L98.9144432,6.04799249 Z M94.1542752,7.4337194 C94.3218445,7.84305337 94.4061915,8.29670055 94.4061915,8.75222542 L94.4061915,17.3426057 L92.7488672,17.3426057 L92.7488672,9.68355407 C92.7488672,8.47845985 92.6648951,8.18441536 92.3713677,7.79723801 C92.1415691,7.50244245 91.6999658,7.31993207 91.2182509,7.31993207 C90.3781551,7.31993207 89.0799615,8.04884696 88.3249625,8.91107704 L88.3249625,17.3426057 L86.7313671,17.3426057 L86.7313671,8.61628147 C86.7313671,7.00222883 86.3339991,6.2297518 86.3339991,6.2297518 L87.926095,5.75207032 C87.926095,5.75207032 88.3050941,6.59139272 88.3050941,7.52497459 C89.3933574,6.34353913 90.4831202,5.774978 91.5957505,5.774978 C92.7282491,5.774978 93.7351645,6.43479431 94.1542752,7.4337194 Z M77.9615316,10.6370393 C78.0440042,8.29594948 78.8833502,7.11526509 80.3716056,7.11526509 C81.1693405,7.11526509 81.902222,7.50244245 82.2583536,8.11494125 C82.573249,8.66021916 82.7202001,9.41053958 82.7408183,10.6370393 L77.9615316,10.6370393 Z M80.4555777,5.72878711 C79.1967461,5.72878711 78.1699623,6.2297518 77.331366,7.29702439 C76.4511585,8.43527324 76.0744087,9.66064639 76.0744087,11.5698701 C76.0744087,15.3199701 77.8130809,17.5912103 80.707494,17.5912103 C82.0499229,17.5912103 83.3083796,17.0917478 84.2294485,16.1829513 L83.6000327,15.0450779 C82.8671513,15.7732418 82.0499229,16.1131016 81.0422578,16.1131016 C79.9933563,16.1131016 79.0291768,15.7048943 78.4424967,14.7277502 C78.0856153,14.1385346 77.9615316,13.3191156 77.9615316,12.2518431 L77.9615316,11.9780775 L84.4806151,11.9780775 L84.4806151,11.7279707 C84.4401285,9.0252399 84.1867127,7.9568407 83.2873866,6.9556624 C82.573249,6.16177982 81.5877015,5.72878711 80.4555777,5.72878711 Z M61.3684211,17.3418546 L63.0463634,17.3418546 L63.0463634,1.75299014 L61.3684211,1.75299014 L61.3684211,17.3418546 Z" fill="#263746" id="Fill-3"/> <path d="M59.6072734,5.51809791 L60.7894737,7.41921331 C60.1762898,8.0228987 59.5861763,8.26923272 58.8051257,8.26923272 C58.5304072,8.26923272 58.2336809,8.225494 58.0647518,8.20316903 C58.4871504,8.73805707 58.7000952,9.32002497 58.7000952,10.0804408 C58.7000952,12.0477717 57.0094381,13.4803665 54.7078737,13.4803665 C54.5806836,13.4803665 54.4961431,13.4803665 54.2856268,13.4574341 C53.5683231,13.8161523 53.1671734,14.0842038 53.1671734,14.3966015 C53.1671734,14.55318 53.3351918,14.6655642 53.6313111,14.6655642 L53.6313111,14.6655642 L55.152432,14.6878892 C56.7984664,14.7099104 57.6639056,14.9779619 58.4247696,15.7169639 C59.0575328,16.3426706 59.3542592,17.1254113 59.3542592,18.1547898 C59.3542592,19.1162822 59.0792371,19.8537655 58.4871504,20.5241221 C57.5379297,21.5984543 55.910564,22 54.2217282,22 C52.681635,22 51.0972225,21.7322522 50.1264493,20.7701524 C49.5349697,20.1893994 49.2397611,19.5170686 49.2397611,18.7361503 C49.2397611,18.1098361 49.3866824,17.795616 49.4927754,17.5728219 L49.4927754,17.5728219 L52.1114043,17.5728219 C52.0051596,17.8414809 51.9834553,17.9968445 51.9834553,18.3095459 C51.9834553,19.2272996 52.7030357,19.7181452 54.0121225,19.7181452 C54.729578,19.7181452 55.3424583,19.630364 55.7851952,19.3386207 C56.2072904,19.0705692 56.4814018,18.6462429 56.4814018,18.1762036 C56.4814018,17.1483438 55.6165697,16.8344274 54.4961431,16.8121024 L54.4961431,16.8121024 L53.2929975,16.7894737 C52.0265603,16.7662375 51.203619,16.6559795 50.6960728,16.431363 C50.1885265,16.230742 49.8728279,15.7169639 49.8728279,14.9339194 C49.8728279,14.1964361 50.0830407,13.5017803 51.8574794,13.0109347 C50.2946195,12.5853934 49.5349697,11.5342974 49.5349697,9.83532171 C49.5349697,7.48709944 51.330202,5.96672348 54.0954487,5.96672348 C54.7078737,5.96672348 55.2567036,6.05602335 56.0386648,6.25649247 C56.6286266,6.41246351 57.0094381,6.50313022 57.368697,6.50313022 C58.1497475,6.50313022 58.9521988,6.14532323 59.6072734,5.51809791 L59.6072734,5.51809791 Z M41.6564678,5.87696799 C41.9106963,6.34700731 42.0583764,6.83815663 42.0583764,7.30758846 C42.4803198,6.99382393 42.8395787,6.72546869 43.3044753,6.45772093 C43.8742506,6.14532323 44.6140175,5.96672348 45.2466289,5.96672348 C46.4505335,5.96672348 47.5063025,6.63647255 47.8438572,7.62150487 C47.9915374,8.04598302 48.0552842,8.53758796 48.0552842,9.25335381 L48.0552842,17.6174719 L45.267119,17.6174719 L45.267119,10.1701963 C45.267119,8.87367746 45.0567544,8.49384924 44.3172911,8.49384924 C43.7484265,8.49384924 43.0095703,8.89660991 42.3551028,9.52140531 L42.3551028,17.6174719 L39.5242879,17.6174719 L39.5242879,9.32002497 C39.5242879,8.33605575 39.3974013,7.39688834 39.1446907,6.63647255 L41.6564678,5.87696799 Z M37.2218129,5.89777425 L37.2218129,17.6174719 L34.3931229,17.6174719 L34.3931229,6.36750983 L37.2218129,5.89777425 Z M27.0214084,2.07504092 C29.5126954,2.07504092 30.2732559,2.34278868 31.0978668,2.83515297 C32.4687273,3.64052243 33.2069764,5.07129478 33.2069764,6.86139282 C33.2069764,8.91802366 32.2790046,10.5731088 30.6747092,11.3778708 C29.998841,11.7133528 29.3647117,11.89256 27.7394709,11.89256 L27.7394709,11.89256 L26.1142302,11.89256 L26.1142302,17.6174719 L23.1578947,17.6174719 L23.1578947,2.07504092 Z M54.074048,8.15730413 C52.9976371,8.15730413 52.3849086,8.78452945 52.3849086,9.85734294 C52.3849086,11.0205194 53.0607769,11.4893438 54.0532544,11.4893438 C55.1729221,11.4893438 55.7851952,10.9084389 55.7851952,9.85734294 C55.7851952,8.78452945 55.152432,8.15730413 54.074048,8.15730413 Z M27.9918781,4.60125546 L26.1142302,4.60125546 L26.1142302,9.34280556 L27.6553858,9.34280556 C28.8586833,9.34280556 29.218094,9.18607516 29.6180295,8.53758796 C29.8728651,8.11386916 29.9771367,7.66585107 29.9771367,6.92715276 C29.9771367,5.47375171 29.2385841,4.60125546 27.9918781,4.60125546 L27.9918781,4.60125546 Z M35.8492828,1.15789474 C36.799566,1.15789474 37.56043,1.98558917 37.56043,3.01375272 C37.56043,4.04222001 36.7781653,4.87052193 35.8067849,4.87052193 C34.8574124,4.87052193 34.0757547,4.04222001 34.0757547,3.01375272 C34.0757547,1.98558917 34.8783577,1.15789474 35.8492828,1.15789474 Z" fill="#263746" id="Path-2"/> </g> </g> </g> </g> </g> </svg></div> <div id="svg_src_hover-52ccc46b-267a-4834-b07a-f9e77f8cf9c8"> </div> </div> </div> </div> </a> </div> </div> <div class="col-sm-5 col-md-6"> <ul id="button-group-851d8d6a-76e7-447a-9705-cfe41066778c" class="buttonGroup__container justify-content-end " role='list' aria-label=""> <li role="listitem"> <a href="https://www.pingidentity.com/en/company/contact-sales.html" target="" id="button-5cbc535c-7289-41bf-b7d0-ddfac62d8110" data-button-id="button-5cbc535c-7289-41bf-b7d0-ddfac62d8110" class="btn ga360-button button-secondary--1 button--2 " role="link" aria-disabled="false"> <div class="button__label"> Contact Sales</div> <script> window.addEventListener("load", function () { var options = { iconType: "" }; var button = new pds.Button(document.getElementById("button-5cbc535c-7289-41bf-b7d0-ddfac62d8110"), options); }); </script></a> </li> <li role="listitem"> <a href="https://www.pingidentity.com/en/try-ping.html" target="" id="button-142e6185-beee-4bf2-a694-3a4302286259" data-button-id="button-142e6185-beee-4bf2-a694-3a4302286259" class="btn ga360-button button-primary--2 button--2 d-none d-md-block" role="link" aria-disabled="false"> <div class="button__label"> Try Ping</div> <script> window.addEventListener("load", function () { var options = { iconType: "" }; var button = new pds.Button(document.getElementById("button-142e6185-beee-4bf2-a694-3a4302286259"), options); }); </script></a> </li> </ul></div> </div> </div> </div> </div> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-container.lc-fe3e849b81f0783af411b2dd4f5373a9-lc.min.css" type="text/css"/> <script src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-container.lc-e34561ddfcabdf53dddd7f609f492f57-lc.min.js"></script> <div id="container-504ec872-eb83-4382-be73-afb6f53a8fc1" class="background__container container margin-top--0 padding-top--0 padding-left-sm--16 padding-right-sm--16 padding-left-md--32 padding-right-md--32 padding-bottom-sm--48 padding-bottom-md--80 " data-effects="" style=" z-index: 1;; "> <div class="background__color dark-theme grad-bluepurple-right "></div> <div class="background__image " style=" "></div> <div class="background__content"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div id="mixed1-29eb4197-bcf2-4a62-a23c-05f57043047f" class="mixed1__container padding-left-lg--112 padding-right-lg--112 padding-right-md--80 padding-left-md--80 d-none d-md-block "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6 padding-bottom--0 padding-top--0 padding-right-lg--32 padding-right-md--16 mt-auto mb-auto"> <div class="mixed1__heading"> <div id="rte-c4d0e8df-35b7-4263-b96e-9c36f6e830bf" class="rte display--102 margin-bottom--24 "> <p><span class="megadisplay--104"><span class="megadisplay--102">Welcome to</span></span></p> </div> </div> <div class="mixed1__subheading"> <div id="rte-80414ebf-77a4-46de-b9c9-fd1ad0733436" class="rte subdisplay--103 margin-bottom--8 "> <p><span class="megadisplay--104">Ping<span style="color: #d84332;">Labs</span></span></p> </div> </div> <div class="mixed1__body"> <div id="rte-5934867b-4c0c-42d8-bce6-c0a14f304b8a" class="rte "> </div> </div> <div class="mixed1__CTA"> <div id="button-group-87e37d1a-9580-4270-9338-ae97c1e68e69" class="buttonGroup__container margin-top--16 " aria-label=""> <a href="#current-projects" target="" id="button-231cb6ec-f83f-416f-b59f-83d66d8bd30d" data-button-id="button-231cb6ec-f83f-416f-b59f-83d66d8bd30d" class="btn ga360-button button-tertiary--4 button--2 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Explore Our Current Projects<div class="button__icon"> <!-- Lottie scss is in main.scss --> <script type="text/javascript" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/vendors/clientlibs-vendors-lottie.lc-bc1ccb003c8dbdb1f75efa1fd38362bf-lc.min.js" defer></script> <script type="text/javascript" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/vendors/clientlibs-vendors-lottie-interactive.lc-36e904f4f5a4e175d71d585193e9fa02-lc.min.js" defer></script> <script type="text/javascript" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-lottie.lc-a726a4c3bb122c484b47e6cf17904815-lc.min.js" defer></script> <div id="lottie-6b5ab505-8a51-4ee3-b925-cc9fdc5e2ab8" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-6b5ab505-8a51-4ee3-b925-cc9fdc5e2ab8" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24-white.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-6b5ab505-8a51-4ee3-b925-cc9fdc5e2ab8").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-6b5ab505-8a51-4ee3-b925-cc9fdc5e2ab8").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-6b5ab505-8a51-4ee3-b925-cc9fdc5e2ab8', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-6b5ab505-8a51-4ee3-b925-cc9fdc5e2ab8"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-231cb6ec-f83f-416f-b59f-83d66d8bd30d"), options); var lottieButton = document.getElementById("button-231cb6ec-f83f-416f-b59f-83d66d8bd30d"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="#current-projects" target="" id="button-f5796bb9-b421-42fb-8886-e900038bc8a3" data-button-id="button-f5796bb9-b421-42fb-8886-e900038bc8a3" class="btn ga360-button button-tertiary--4 button--2 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Explore Our Current Projects<div class="button__icon"> <div id="svg-6f359b2d-5dd9-4a83-80d8-736263e209f8" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-6f359b2d-5dd9-4a83-80d8-736263e209f8"> <div id="svg_src-6f359b2d-5dd9-4a83-80d8-736263e209f8"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-6f359b2d-5dd9-4a83-80d8-736263e209f8"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-f5796bb9-b421-42fb-8886-e900038bc8a3"), options); }); </script></a> </div></div></div> <div class="col-md-6 align-self-center order-first order-md-last"> <div class="mixed1__media"> <div id="svg-3ea8c06e-7f22-497e-b7d8-27f705b0323a" style="width: 541px; " class="img-fluid svg__container margin-bottom--32 margin-bottom-md--0 padding-left-lg--32 padding-left-md--16 padding-bottom--0 padding-top--0 mx-auto "> <div class="svg__wrapper" style="padding-top: 100.0%;" alt="" title=""> <div id="svg_src_container-3ea8c06e-7f22-497e-b7d8-27f705b0323a"> <div id="svg_src-3ea8c06e-7f22-497e-b7d8-27f705b0323a"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" fill="none" height="541" role="img" viewBox="0 0 541 541" width="541"> <g opacity="0.5"> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="61.3789" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="61.3789" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="90.7656" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="90.7656" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="90.7656" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="90.7656" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="120.145" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="120.145" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="120.145" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="120.145" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="149.523" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="149.523" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="149.523" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="149.523" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="178.906" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="178.906" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="178.906" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="178.906" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="208.285" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="208.285" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="208.285" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="208.285" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="237.664" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="237.664" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="237.664" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="237.664" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="267.047" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="267.047" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="267.047" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="267.047" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="296.43" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="296.43" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="296.43" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="296.43" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="325.809" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="325.809" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="325.809" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="325.809" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="355.188" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="355.188" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="355.188" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="355.188" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="384.57" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="384.57" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="384.57" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="384.57" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="413.953" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="413.953" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="413.953" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="413.953" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="443.332" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="443.332" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="443.332" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="443.332" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="472.711" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="472.711" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="486.712"/> </g> <g opacity="0.45"> <rect fill="url(#paint0_linear_2130_74292)" height="250" transform="translate(168.25 152.25)" width="250"/> </g> <g clip-path="url(#clip0_2130_74292)"> <ellipse cx="336.848" cy="317.277" fill="#D84332" rx="7.03125" ry="7.18085"/> <ellipse cx="360.277" cy="317.277" fill="#D84332" rx="7.03125" ry="7.18085"/> <ellipse cx="383.707" cy="317.277" fill="#D84332" rx="7.03125" ry="7.18085"/> <path clip-rule="evenodd" d="M305.207 289.75H485.676V345.262H330.352V333.294H473.957V301.718H316.926V428.58H473.957V365.149H485.676V440.548H305.207V289.75Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M281.754 265.813H456.363V277.782H293.473V410.627H281.754V265.813Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M258.324 241.877H432.934V253.846H270.043V386.691H258.324V241.877Z" fill="#EFF0F1" fill-rule="evenodd"/> </g> <g filter="url(#filter0_d_2130_74292)" opacity="0.6"> <path d="M78.25 68.5C78.25 65.7386 80.4886 63.5 83.25 63.5H253.25C256.011 63.5 258.25 65.7386 258.25 68.5V237.25C258.25 240.011 256.011 242.25 253.25 242.25H83.25C80.4886 242.25 78.25 240.011 78.25 237.25V68.5Z" fill="#0A2D4C"/> </g> <g clip-path="url(#clip1_2130_74292)"> <path clip-rule="evenodd" d="M152.132 125.414C151.271 127.981 150.522 130.751 149.904 133.688C151.64 132.549 153.436 131.442 155.286 130.374C157.031 129.366 158.781 128.418 160.531 127.53C157.639 126.631 154.825 125.926 152.132 125.414ZM146.505 124.607C145.167 128.797 144.115 133.408 143.399 138.317C138.974 141.73 135.074 145.332 131.813 148.976C131.773 148.923 131.734 148.87 131.694 148.818C125.876 141.042 124.613 134.584 126.817 130.492C129.02 126.4 135.106 123.899 144.801 124.476C145.361 124.509 145.929 124.553 146.505 124.607ZM148.493 119.187C147.351 119.052 146.23 118.952 145.133 118.887C134.968 118.282 125.742 120.678 121.887 127.838C118.032 134.997 121.111 144.019 127.211 152.172C127.521 152.587 127.841 153.002 128.171 153.417C127.855 153.84 127.549 154.263 127.252 154.686C121.396 163.016 118.586 172.125 122.652 179.167C126.718 186.209 136.011 188.33 146.153 187.424C146.793 187.367 147.441 187.298 148.097 187.216C148.496 188.216 148.913 189.184 149.347 190.12C153.633 199.356 160.117 206.344 168.248 206.344C176.38 206.344 182.863 199.356 187.15 190.12C187.688 188.961 188.2 187.75 188.683 186.493C189.593 186.59 190.489 186.665 191.37 186.718C201.534 187.322 210.761 184.927 214.616 177.767C218.471 170.607 215.392 161.586 209.292 153.433C208.991 153.031 208.682 152.629 208.364 152.227C208.671 151.815 208.969 151.402 209.259 150.99C215.115 142.66 217.925 133.551 213.859 126.509C209.793 119.466 200.5 117.346 190.357 118.252C189.496 118.329 188.62 118.428 187.732 118.549C187.541 118.11 187.348 117.677 187.15 117.252C182.863 108.015 176.38 101.027 168.248 101.027C160.117 101.027 153.633 108.015 149.347 117.252C149.054 117.882 148.769 118.527 148.493 119.187ZM154.194 120.114C158.575 121.011 163.179 122.36 167.873 124.148C172.738 122.133 177.518 120.604 182.058 119.581C177.972 110.791 172.891 106.626 168.248 106.626C163.6 106.626 158.514 110.8 154.425 119.609C154.348 119.776 154.271 119.944 154.194 120.114ZM167.96 130.2C164.7 131.639 161.391 133.314 158.085 135.223C154.718 137.167 151.559 139.235 148.638 141.38C148.163 145.297 147.908 149.42 147.908 153.686C147.908 157.406 148.102 161.018 148.467 164.479C151.594 166.666 154.987 168.762 158.608 170.712C161.97 172.522 165.329 174.098 168.631 175.44C171.865 174.009 175.147 172.346 178.425 170.453C181.866 168.467 185.089 166.35 188.064 164.155C188.407 160.793 188.589 157.29 188.589 153.686C188.589 149.27 188.315 145.006 187.808 140.967C184.744 138.837 181.428 136.796 177.895 134.893C174.563 133.099 171.234 131.535 167.96 130.2ZM186.539 133.433C184.611 132.234 182.612 131.074 180.549 129.963C178.804 129.024 177.055 128.142 175.309 127.318C178.365 126.272 181.335 125.449 184.173 124.85C185.089 127.5 185.885 130.375 186.539 133.433ZM193.891 145.575C194.087 148.222 194.188 150.931 194.188 153.686C194.188 155.597 194.139 157.487 194.044 159.349C196.68 157.037 199.037 154.682 201.083 152.335C198.982 150.064 196.573 147.794 193.891 145.575ZM204.593 147.892C201.307 144.43 197.414 141.024 193.023 137.81C192.27 132.829 191.169 128.161 189.775 123.937C190.138 123.896 190.498 123.86 190.855 123.828C200.528 122.964 206.686 125.283 209.01 129.308C211.334 133.333 210.263 139.825 204.678 147.77C204.65 147.811 204.621 147.852 204.593 147.892ZM204.722 156.672C201.516 160.258 197.69 163.805 193.354 167.172C192.73 172.113 191.768 176.777 190.519 181.044C190.917 181.077 191.312 181.105 191.702 181.129C201.397 181.705 207.483 179.205 209.686 175.113C211.89 171.02 210.627 164.563 204.809 156.787C204.78 156.749 204.751 156.71 204.722 156.672ZM184.9 180.289C185.716 177.626 186.415 174.765 186.978 171.743C185.127 172.969 183.207 174.158 181.225 175.302C179.508 176.293 177.785 177.227 176.063 178.103C179.113 179.047 182.075 179.776 184.9 180.289ZM161.284 178.33C159.508 177.493 157.729 176.597 155.954 175.641C153.743 174.451 151.606 173.205 149.551 171.913C150.155 175.118 150.912 178.141 151.799 180.938C154.824 180.325 158.006 179.455 161.284 178.33ZM142.484 159.923C142.368 157.876 142.309 155.794 142.309 153.686C142.309 151.163 142.394 148.68 142.558 146.247C139.898 148.574 137.519 150.945 135.456 153.309C137.515 155.53 139.868 157.751 142.484 159.923ZM131.944 157.748C135.151 161.123 138.936 164.444 143.196 167.586C143.859 172.664 144.879 177.445 146.203 181.795C146.019 181.814 145.837 181.831 145.655 181.847C135.982 182.711 129.825 180.393 127.501 176.368C125.177 172.342 126.248 165.851 131.832 157.905C131.869 157.853 131.906 157.8 131.944 157.748ZM168.724 181.492C173.633 183.356 178.444 184.741 183.002 185.629C182.702 186.362 182.391 187.074 182.071 187.763C177.983 196.572 172.896 200.745 168.248 200.745C163.6 200.745 158.514 196.572 154.425 187.763C154.197 187.27 153.972 186.765 153.753 186.249C158.528 185.223 163.579 183.628 168.724 181.492Z" fill="#D84332" fill-rule="evenodd"/> <path d="M169.192 161.833C173.886 161.833 177.692 158.027 177.692 153.333C177.692 148.638 173.886 144.833 169.192 144.833C164.497 144.833 160.691 148.638 160.691 153.333C160.691 158.027 164.497 161.833 169.192 161.833Z" fill="#D84332"/> </g> <path d="M232 464.75H294.5V477.25H232V464.75Z" fill="#4D2647"/> <path d="M58.25 307.25H98.25V319.75H58.25V307.25Z" fill="#D84332"/> <path d="M315.75 91H335.75V103.5H315.75V91Z" fill="#4D2647"/> <defs> <filter color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse" height="258.75" id="filter0_d_2130_74292" width="260" x="38.25" y="38.5"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="15"/> <feGaussianBlur stdDeviation="20"/> <feComposite in2="hardAlpha" operator="out"/> <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0901961 0 0 0 0 0.152941 0 0 0 0.15 0"/> <feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_2130_74292"/> <feBlend in="SourceGraphic" in2="effect1_dropShadow_2130_74292" mode="normal" result="shape"/> </filter> <linearGradient gradientUnits="userSpaceOnUse" id="paint0_linear_2130_74292" x1="1.32284e-07" x2="250.028" y1="157.314" y2="157.878"> <stop stop-color="#4D2647"/> <stop offset="1" stop-color="#843377"/> </linearGradient> <clipPath id="clip0_2130_74292"> <rect fill="white" height="229.787" transform="translate(259.5 233.5)" width="225"/> </clipPath> <clipPath id="clip1_2130_74292"> <rect fill="white" height="107.5" transform="translate(114.5 98.5)" width="107.5"/> </clipPath> </defs> </svg></div> <div id="svg_src_hover-3ea8c06e-7f22-497e-b7d8-27f705b0323a"> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="mixed1-3af4a1bd-319f-4193-b52d-ef81d1c7f3f7" class="mixed1__container padding-left-lg--112 padding-right-lg--112 padding-right-md--80 padding-left-md--80 d-block d-md-none "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6 padding-bottom--0 padding-top--0 padding-right-lg--32 padding-right-md--16 mt-auto mb-auto"> <div class="mixed1__heading"> <div id="rte-e2cf20fa-b9ce-4a79-84f7-4d1b56865f9c" class="rte display--102 margin-bottom--24 "> <p><span class="megadisplay--104"><span class="megadisplay--102"><span class="megadisplay--101">Welcome to</span></span></span></p> </div> </div> <div class="mixed1__subheading"> <div id="rte-3e08ae7e-8589-4a3c-aa80-dfb82e0510b8" class="rte subdisplay--103 margin-bottom--8 "> <p><span class="megadisplay--102"><span class="megadisplay--103">Ping<span style="color: rgb(216,67,50);">Labs</span></span></span></p> </div> </div> <div class="mixed1__body"> <div id="rte-8df12cd6-7190-4b13-a2e4-87555bdb92b9" class="rte "> </div> </div> <div class="mixed1__CTA"> <div id="button-group-b29a9887-8089-4f22-b1d2-113cb1a2f55f" class="buttonGroup__container margin-top--16 " aria-label=""> <a href="#current-projects" target="" id="button-381447a5-9d76-494c-87bd-6676c83c47f1" data-button-id="button-381447a5-9d76-494c-87bd-6676c83c47f1" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Explore Our Current Projects<div class="button__icon"> <div id="lottie-23e2f1c8-b921-4b4b-8baf-e00d3c5d7a9c" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-23e2f1c8-b921-4b4b-8baf-e00d3c5d7a9c" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24-white.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-23e2f1c8-b921-4b4b-8baf-e00d3c5d7a9c").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-23e2f1c8-b921-4b4b-8baf-e00d3c5d7a9c").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-23e2f1c8-b921-4b4b-8baf-e00d3c5d7a9c', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-23e2f1c8-b921-4b4b-8baf-e00d3c5d7a9c"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-381447a5-9d76-494c-87bd-6676c83c47f1"), options); var lottieButton = document.getElementById("button-381447a5-9d76-494c-87bd-6676c83c47f1"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="#current-projects" target="" id="button-6c9c8c90-1a09-4491-a53b-2a8fe4dbd256" data-button-id="button-6c9c8c90-1a09-4491-a53b-2a8fe4dbd256" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Explore Our Current Projects<div class="button__icon"> <div id="svg-6505d20e-1df8-4658-a767-df32be3b941a" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-6505d20e-1df8-4658-a767-df32be3b941a"> <div id="svg_src-6505d20e-1df8-4658-a767-df32be3b941a"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-6505d20e-1df8-4658-a767-df32be3b941a"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-6c9c8c90-1a09-4491-a53b-2a8fe4dbd256"), options); }); </script></a> </div></div></div> <div class="col-md-6 align-self-center order-first order-md-last"> <div class="mixed1__media"> <div id="svg-d220749e-e37a-4074-a948-32af9d93af69" style="width: 541px; " class="img-fluid svg__container margin-bottom--32 margin-bottom-md--0 padding-left-lg--32 padding-left-md--16 padding-bottom--0 padding-top--0 mx-auto "> <div class="svg__wrapper" style="padding-top: 100.0%;" alt="" title=""> <div id="svg_src_container-d220749e-e37a-4074-a948-32af9d93af69"> <div id="svg_src-d220749e-e37a-4074-a948-32af9d93af69"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" fill="none" height="541" role="img" viewBox="0 0 541 541" width="541"> <g opacity="0.5"> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="32" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="61.3789" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="61.3789" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="90.7656" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="90.7656" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="90.7656" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="90.7656" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="90.7656" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="120.145" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="120.145" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="120.145" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="120.145" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="120.145" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="149.523" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="149.523" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="149.523" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="149.523" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="149.523" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="178.906" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="178.906" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="178.906" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="178.906" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="178.906" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="208.285" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="208.285" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="208.285" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="208.285" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="208.285" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="237.664" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="237.664" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="237.664" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="237.664" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="237.664" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="267.047" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="267.047" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="267.047" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="267.047" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="267.047" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="296.43" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="296.43" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="296.43" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="296.43" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="296.43" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="325.809" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="325.809" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="325.809" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="325.809" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="325.809" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="355.188" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="355.188" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="355.188" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="355.188" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="355.188" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="384.57" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="384.57" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="384.57" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="384.57" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="384.57" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="413.953" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="413.953" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="413.953" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="413.953" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="413.953" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="443.332" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="443.332" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" width="7.34521" x="443.332" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="443.332" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="443.332" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="472.711" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="472.711" y="486.712"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="46"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="75.3809"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="104.762"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="134.143"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="163.523"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="192.904"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="222.285"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="251.666"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="281.046"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="310.428"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="339.808"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="369.189"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="398.57"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="427.95"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="457.332"/> <rect fill="#0A2D4C" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="486.712"/> </g> <g opacity="0.45"> <rect fill="url(#paint0_linear_2130_74292)" height="250" transform="translate(168.25 152.25)" width="250"/> </g> <g clip-path="url(#clip0_2130_74292)"> <ellipse cx="336.848" cy="317.277" fill="#D84332" rx="7.03125" ry="7.18085"/> <ellipse cx="360.277" cy="317.277" fill="#D84332" rx="7.03125" ry="7.18085"/> <ellipse cx="383.707" cy="317.277" fill="#D84332" rx="7.03125" ry="7.18085"/> <path clip-rule="evenodd" d="M305.207 289.75H485.676V345.262H330.352V333.294H473.957V301.718H316.926V428.58H473.957V365.149H485.676V440.548H305.207V289.75Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M281.754 265.813H456.363V277.782H293.473V410.627H281.754V265.813Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M258.324 241.877H432.934V253.846H270.043V386.691H258.324V241.877Z" fill="#EFF0F1" fill-rule="evenodd"/> </g> <g filter="url(#filter0_d_2130_74292)" opacity="0.6"> <path d="M78.25 68.5C78.25 65.7386 80.4886 63.5 83.25 63.5H253.25C256.011 63.5 258.25 65.7386 258.25 68.5V237.25C258.25 240.011 256.011 242.25 253.25 242.25H83.25C80.4886 242.25 78.25 240.011 78.25 237.25V68.5Z" fill="#0A2D4C"/> </g> <g clip-path="url(#clip1_2130_74292)"> <path clip-rule="evenodd" d="M152.132 125.414C151.271 127.981 150.522 130.751 149.904 133.688C151.64 132.549 153.436 131.442 155.286 130.374C157.031 129.366 158.781 128.418 160.531 127.53C157.639 126.631 154.825 125.926 152.132 125.414ZM146.505 124.607C145.167 128.797 144.115 133.408 143.399 138.317C138.974 141.73 135.074 145.332 131.813 148.976C131.773 148.923 131.734 148.87 131.694 148.818C125.876 141.042 124.613 134.584 126.817 130.492C129.02 126.4 135.106 123.899 144.801 124.476C145.361 124.509 145.929 124.553 146.505 124.607ZM148.493 119.187C147.351 119.052 146.23 118.952 145.133 118.887C134.968 118.282 125.742 120.678 121.887 127.838C118.032 134.997 121.111 144.019 127.211 152.172C127.521 152.587 127.841 153.002 128.171 153.417C127.855 153.84 127.549 154.263 127.252 154.686C121.396 163.016 118.586 172.125 122.652 179.167C126.718 186.209 136.011 188.33 146.153 187.424C146.793 187.367 147.441 187.298 148.097 187.216C148.496 188.216 148.913 189.184 149.347 190.12C153.633 199.356 160.117 206.344 168.248 206.344C176.38 206.344 182.863 199.356 187.15 190.12C187.688 188.961 188.2 187.75 188.683 186.493C189.593 186.59 190.489 186.665 191.37 186.718C201.534 187.322 210.761 184.927 214.616 177.767C218.471 170.607 215.392 161.586 209.292 153.433C208.991 153.031 208.682 152.629 208.364 152.227C208.671 151.815 208.969 151.402 209.259 150.99C215.115 142.66 217.925 133.551 213.859 126.509C209.793 119.466 200.5 117.346 190.357 118.252C189.496 118.329 188.62 118.428 187.732 118.549C187.541 118.11 187.348 117.677 187.15 117.252C182.863 108.015 176.38 101.027 168.248 101.027C160.117 101.027 153.633 108.015 149.347 117.252C149.054 117.882 148.769 118.527 148.493 119.187ZM154.194 120.114C158.575 121.011 163.179 122.36 167.873 124.148C172.738 122.133 177.518 120.604 182.058 119.581C177.972 110.791 172.891 106.626 168.248 106.626C163.6 106.626 158.514 110.8 154.425 119.609C154.348 119.776 154.271 119.944 154.194 120.114ZM167.96 130.2C164.7 131.639 161.391 133.314 158.085 135.223C154.718 137.167 151.559 139.235 148.638 141.38C148.163 145.297 147.908 149.42 147.908 153.686C147.908 157.406 148.102 161.018 148.467 164.479C151.594 166.666 154.987 168.762 158.608 170.712C161.97 172.522 165.329 174.098 168.631 175.44C171.865 174.009 175.147 172.346 178.425 170.453C181.866 168.467 185.089 166.35 188.064 164.155C188.407 160.793 188.589 157.29 188.589 153.686C188.589 149.27 188.315 145.006 187.808 140.967C184.744 138.837 181.428 136.796 177.895 134.893C174.563 133.099 171.234 131.535 167.96 130.2ZM186.539 133.433C184.611 132.234 182.612 131.074 180.549 129.963C178.804 129.024 177.055 128.142 175.309 127.318C178.365 126.272 181.335 125.449 184.173 124.85C185.089 127.5 185.885 130.375 186.539 133.433ZM193.891 145.575C194.087 148.222 194.188 150.931 194.188 153.686C194.188 155.597 194.139 157.487 194.044 159.349C196.68 157.037 199.037 154.682 201.083 152.335C198.982 150.064 196.573 147.794 193.891 145.575ZM204.593 147.892C201.307 144.43 197.414 141.024 193.023 137.81C192.27 132.829 191.169 128.161 189.775 123.937C190.138 123.896 190.498 123.86 190.855 123.828C200.528 122.964 206.686 125.283 209.01 129.308C211.334 133.333 210.263 139.825 204.678 147.77C204.65 147.811 204.621 147.852 204.593 147.892ZM204.722 156.672C201.516 160.258 197.69 163.805 193.354 167.172C192.73 172.113 191.768 176.777 190.519 181.044C190.917 181.077 191.312 181.105 191.702 181.129C201.397 181.705 207.483 179.205 209.686 175.113C211.89 171.02 210.627 164.563 204.809 156.787C204.78 156.749 204.751 156.71 204.722 156.672ZM184.9 180.289C185.716 177.626 186.415 174.765 186.978 171.743C185.127 172.969 183.207 174.158 181.225 175.302C179.508 176.293 177.785 177.227 176.063 178.103C179.113 179.047 182.075 179.776 184.9 180.289ZM161.284 178.33C159.508 177.493 157.729 176.597 155.954 175.641C153.743 174.451 151.606 173.205 149.551 171.913C150.155 175.118 150.912 178.141 151.799 180.938C154.824 180.325 158.006 179.455 161.284 178.33ZM142.484 159.923C142.368 157.876 142.309 155.794 142.309 153.686C142.309 151.163 142.394 148.68 142.558 146.247C139.898 148.574 137.519 150.945 135.456 153.309C137.515 155.53 139.868 157.751 142.484 159.923ZM131.944 157.748C135.151 161.123 138.936 164.444 143.196 167.586C143.859 172.664 144.879 177.445 146.203 181.795C146.019 181.814 145.837 181.831 145.655 181.847C135.982 182.711 129.825 180.393 127.501 176.368C125.177 172.342 126.248 165.851 131.832 157.905C131.869 157.853 131.906 157.8 131.944 157.748ZM168.724 181.492C173.633 183.356 178.444 184.741 183.002 185.629C182.702 186.362 182.391 187.074 182.071 187.763C177.983 196.572 172.896 200.745 168.248 200.745C163.6 200.745 158.514 196.572 154.425 187.763C154.197 187.27 153.972 186.765 153.753 186.249C158.528 185.223 163.579 183.628 168.724 181.492Z" fill="#D84332" fill-rule="evenodd"/> <path d="M169.192 161.833C173.886 161.833 177.692 158.027 177.692 153.333C177.692 148.638 173.886 144.833 169.192 144.833C164.497 144.833 160.691 148.638 160.691 153.333C160.691 158.027 164.497 161.833 169.192 161.833Z" fill="#D84332"/> </g> <path d="M232 464.75H294.5V477.25H232V464.75Z" fill="#4D2647"/> <path d="M58.25 307.25H98.25V319.75H58.25V307.25Z" fill="#D84332"/> <path d="M315.75 91H335.75V103.5H315.75V91Z" fill="#4D2647"/> <defs> <filter color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse" height="258.75" id="filter0_d_2130_74292" width="260" x="38.25" y="38.5"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="15"/> <feGaussianBlur stdDeviation="20"/> <feComposite in2="hardAlpha" operator="out"/> <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0901961 0 0 0 0 0.152941 0 0 0 0.15 0"/> <feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_2130_74292"/> <feBlend in="SourceGraphic" in2="effect1_dropShadow_2130_74292" mode="normal" result="shape"/> </filter> <linearGradient gradientUnits="userSpaceOnUse" id="paint0_linear_2130_74292" x1="1.32284e-07" x2="250.028" y1="157.314" y2="157.878"> <stop stop-color="#4D2647"/> <stop offset="1" stop-color="#843377"/> </linearGradient> <clipPath id="clip0_2130_74292"> <rect fill="white" height="229.787" transform="translate(259.5 233.5)" width="225"/> </clipPath> <clipPath id="clip1_2130_74292"> <rect fill="white" height="107.5" transform="translate(114.5 98.5)" width="107.5"/> </clipPath> </defs> </svg></div> <div id="svg_src_hover-d220749e-e37a-4074-a948-32af9d93af69"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="container-427dd232-e84b-4125-8ad6-cab930f7024b" class="background__container container padding-bottom-md--64 padding-top-md--64 padding-left-md--32 padding-right-md--32 padding-bottom-sm--48 padding-top-sm--48 padding-left-sm--16 padding-right-sm--16 " data-effects="" style=" ; "> <div class="background__color "></div> <div class="background__image " style=" "></div> <div class="background__content"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div id="rte-a19f12ea-34e2-4377-8aa2-59c50d2467c6" class="rte margin-left-xl--148 margin-right-xl--148 padding-left-lg--148 padding-right-lg--148 "> <p style=" text-align: left; "><span class="subdisplay--102"><span class="subdisplay--104"><span class="display--101"><span class="display--102">Join the Ping community as we dream about the next generation of IAM technologies.</span></span></span></span></p> </div> <div id="rte-564c9af1-8ecd-42d1-895a-3fe6e38959e2" class="rte margin-left-xl--148 margin-right-xl--148 padding-left-lg--148 padding-right-lg--148 "> <p>聽</p> <p>The digital transformation extends beyond any one company鈥檚 processes, products, and culture. The identity community is a group of innovators and creators interested in bettering our industry and world with novel IAM solutions.聽</p> <p>聽</p> <p>Whether it be passwordless or decentralized identity, all the greatest and most revolutionary IAM products begin with a simple idea. At Ping Identity, we鈥檙e passionate about helping grow the next generation of tech talent and supporting our community.</p> </div> <div id="image-5079a0c8-d1bd-4bc7-9711-4eae1c502ba3" data-height="400px" style="width: 1376px; " class="img-fluid image__container margin-top--24 "> <div class="image__wrapper" style="padding-top: 29.069767441860467%;"> <img loading="lazy" id="" srcset=" https://images.pingidentity.com/image/upload/f_auto,q_80,w_320,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png 320w, https://images.pingidentity.com/image/upload/f_auto,q_80,w_768,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png 768w, https://images.pingidentity.com/image/upload/f_auto,q_80,w_1024,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png 1024w, https://images.pingidentity.com/image/upload/f_auto,q_80,w_1200,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png 1200w, https://images.pingidentity.com/image/upload/f_auto,q_80,w_1376,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png 1376w, https://images.pingidentity.com/image/upload/f_auto,q_80,w_1376,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png 1376w," sizes=" (max-width: 320px) 100vw, (max-width: 768px) 100vw, (max-width: 1024px) 100vw, (max-width: 1200px) 100vw, (max-width: 1440px) 100vw, 1376px" class="cmp-image__image cld-responsive" itemprop="contentUrl" alt="" title="" src="https://images.pingidentity.com/image/upload/f_auto,q_auto,w_auto,c_scale/ping_dam/content/dam/picr/dia/pl/Img-Dia-PingLabs-GeneralProductDevelopment-1376x400.png"> </div> </div> </div> </div> </div> <div id="container-07489e8f-c79c-4503-b604-b8122c5b6ecc" class="background__container container padding-bottom-md--64 padding-top-md--64 padding-left-md--32 padding-right-md--32 padding-bottom-sm--48 padding-top-sm--48 padding-left-sm--16 padding-right-sm--16 " data-effects="" style=" z-index: 1;; "> <div class="background__color dark-theme grad-bluepurple-right "></div> <div class="background__image " style=" "></div> <div class="background__content"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div id="mixed1-eb148024-8c6f-4b99-9ca4-519c1c986857" class="mixed1__container padding-left-lg--112 padding-right-lg--112 padding-right-md--80 padding-left-md--80 "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6 padding-bottom--0 padding-top--0 padding-right-lg--32 padding-right-md--16 mt-auto mb-auto"> <div class="mixed1__heading"> <div id="rte-a3c30f9c-7ae8-4066-acf4-766c8a297d6e" class="rte display--102 margin-bottom--24 "> <p>What is PingLabs?</p> </div> </div> <div class="mixed1__subheading"> <div id="rte-4cc50a46-4e28-4dca-a243-6005779ead82" class="rte "> </div> </div> <div class="mixed1__body"> <div id="rte-273d2dd9-bf60-416e-b8e8-4257637d0c66" class="rte body--102 margin-bottom--24 "> <p>PingLabs is a place we set aside specifically to promote creativity and innovation in the identity community. It is a venue for engineers, developers, customers, and innovators to dream about the next generation of identity and access management technologies.</p> <p>&nbsp;</p> <p>Take a tour of PingLabs to see what we鈥檙e up to.</p> </div> </div> <div class="mixed1__CTA"> <div id="button-group-401ad7af-5388-412c-8f3e-82819e9294da" class="buttonGroup__container " aria-label=""> </div></div></div> <div class="col-md-6 align-self-center order-first order-md-last"> <div class="mixed1__media"> <div id="svg-487648ee-7404-4bbe-877b-37688295f8b9" style="width: 541px; " class="img-fluid svg__container margin-bottom--32 margin-bottom-md--0 padding-left-lg--32 padding-left-md--16 padding-bottom--0 padding-top--0 mx-auto "> <div class="svg__wrapper" style="padding-top: 100.0%;" alt="" title=""> <div id="svg_src_container-487648ee-7404-4bbe-877b-37688295f8b9"> <div id="svg_src-487648ee-7404-4bbe-877b-37688295f8b9"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" fill="none" height="541" role="img" viewBox="0 0 541 541" width="541"> <g opacity="0.6"> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 300.7)" width="6.675" x="21.9805" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 300.7)" width="6.675" x="48.7266" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 300.7)" width="6.675" x="75.4258" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 300.7)" width="6.675" x="102.129" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 300.7)" width="6.675" x="128.828" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 300.7)" width="6.675" x="155.527" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 300.7)" width="6.675" x="182.227" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 300.7)" width="6.675" x="208.926" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 300.7)" width="6.675" x="235.629" y="300.7"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 327.448)" width="6.675" x="21.9805" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 327.448)" width="6.675" x="48.7266" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 327.448)" width="6.675" x="75.4258" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 327.448)" width="6.675" x="102.129" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 327.448)" width="6.675" x="128.828" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 327.448)" width="6.675" x="155.527" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 327.448)" width="6.675" x="182.227" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 327.448)" width="6.675" x="208.926" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 327.448)" width="6.675" x="235.629" y="327.448"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 354.147)" width="6.675" x="21.9805" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 354.147)" width="6.675" x="48.7266" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 354.147)" width="6.675" x="75.4258" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 354.147)" width="6.675" x="102.129" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 354.147)" width="6.675" x="128.828" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 354.147)" width="6.675" x="155.527" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 354.147)" width="6.675" x="182.227" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 354.147)" width="6.675" x="208.926" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 354.147)" width="6.675" x="235.629" y="354.147"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 380.848)" width="6.675" x="21.9805" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 380.848)" width="6.675" x="48.7266" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 380.848)" width="6.675" x="75.4258" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 380.848)" width="6.675" x="102.129" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 380.848)" width="6.675" x="128.828" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 380.848)" width="6.675" x="155.527" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 380.848)" width="6.675" x="182.227" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 380.848)" width="6.675" x="208.926" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 380.848)" width="6.675" x="235.629" y="380.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 407.547)" width="6.675" x="21.9805" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 407.547)" width="6.675" x="48.7266" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 407.547)" width="6.675" x="75.4258" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 407.547)" width="6.675" x="102.129" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 407.547)" width="6.675" x="128.828" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 407.547)" width="6.675" x="155.527" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 407.547)" width="6.675" x="182.227" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 407.547)" width="6.675" x="208.926" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 407.547)" width="6.675" x="235.629" y="407.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 460.948)" width="6.675" x="21.9805" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 460.948)" width="6.675" x="48.7266" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 460.948)" width="6.675" x="75.4258" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 460.948)" width="6.675" x="102.129" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 460.948)" width="6.675" x="128.828" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 460.948)" width="6.675" x="155.527" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 460.948)" width="6.675" x="182.227" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 460.948)" width="6.675" x="208.926" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 460.948)" width="6.675" x="235.629" y="460.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 514.348)" width="6.675" x="21.9805" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 514.348)" width="6.675" x="48.7266" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 514.348)" width="6.675" x="75.4258" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 514.348)" width="6.675" x="102.129" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 514.348)" width="6.675" x="128.828" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 514.348)" width="6.675" x="155.527" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 514.348)" width="6.675" x="182.227" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 514.348)" width="6.675" x="208.926" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 514.348)" width="6.675" x="235.629" y="514.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 434.248)" width="6.675" x="21.9805" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 434.248)" width="6.675" x="48.7266" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 434.248)" width="6.675" x="75.4258" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 434.248)" width="6.675" x="102.129" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 434.248)" width="6.675" x="128.828" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 434.248)" width="6.675" x="155.527" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 434.248)" width="6.675" x="182.227" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 434.248)" width="6.675" x="208.926" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 434.248)" width="6.675" x="235.629" y="434.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 21.9805 487.647)" width="6.675" x="21.9805" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 48.7266 487.647)" width="6.675" x="48.7266" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 75.4258 487.647)" width="6.675" x="75.4258" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 102.129 487.647)" width="6.675" x="102.129" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 128.828 487.647)" width="6.675" x="128.828" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 155.527 487.647)" width="6.675" x="155.527" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 182.227 487.647)" width="6.675" x="182.227" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 208.926 487.647)" width="6.675" x="208.926" y="487.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 235.629 487.647)" width="6.675" x="235.629" y="487.647"/> </g> <g filter="url(#filter0_d_2138_76203)"> <rect fill="#3D244A" height="185" width="185" x="78" y="70"/> </g> <rect fill="#3D244A" height="185" opacity="0.5" width="185" x="285" y="70"/> <rect fill="#3D244A" height="185" opacity="0.5" width="185" x="78" y="276"/> <rect fill="#3D244A" height="185" width="185" x="285" y="276"/> <g opacity="0.75" style="mix-blend-mode:overlay"> <path clip-rule="evenodd" d="M158.223 108.425H156.023V110.625V120.48C151.448 122.095 147.236 124.478 143.543 127.472L135.139 122.316L133.264 121.166L132.114 123.041L119.744 143.202L118.594 145.078L120.469 146.228L128.864 151.378C128.258 154.223 127.939 157.173 127.939 160.194C127.939 163.217 128.258 166.167 128.864 169.012L120.472 174.161L118.596 175.312L119.747 177.187L132.116 197.348L133.267 199.223L135.142 198.073L143.545 192.917C147.238 195.911 151.448 198.294 156.023 199.909V209.765V211.965H158.223H181.877H184.077V209.765V199.906C188.652 198.289 192.863 195.905 196.556 192.909L204.972 198.073L206.847 199.223L207.997 197.348L220.367 177.187L221.517 175.312L219.642 174.161L211.23 169C211.834 166.158 212.152 163.212 212.152 160.194C212.152 157.177 211.834 154.232 211.23 151.391L219.645 146.228L221.52 145.078L220.369 143.202L208 123.041L206.85 121.166L204.974 122.316L196.557 127.48C192.865 124.484 188.653 122.099 184.077 120.483V110.625V108.425H181.877H158.223ZM160.423 122.068V112.825H179.677V122.071V123.692L181.225 124.172C186.332 125.755 190.977 128.396 194.903 131.84L196.122 132.91L197.504 132.062L205.4 127.217L215.469 143.628L207.577 148.47L206.197 149.317L206.595 150.886C207.35 153.861 207.752 156.979 207.752 160.194C207.752 163.41 207.35 166.529 206.595 169.504L206.196 171.074L207.577 171.921L215.466 176.761L205.398 193.172L197.503 188.328L196.12 187.48L194.901 188.55C190.976 191.993 186.332 194.634 181.225 196.217L179.677 196.697V198.318V207.565H160.423V198.321V196.699L158.874 196.219C153.768 194.638 149.124 191.999 145.199 188.557L143.98 187.489L142.598 188.336L134.716 193.172L124.648 176.761L132.518 171.933L133.898 171.085L133.499 169.515C132.742 166.537 132.339 163.414 132.339 160.194C132.339 156.975 132.742 153.853 133.499 150.875L133.898 149.305L132.517 148.458L124.645 143.628L134.714 127.217L142.596 132.054L143.978 132.901L145.197 131.832C149.123 128.39 153.768 125.751 158.874 124.169L160.423 123.69V122.068ZM145.914 160.172C145.914 146.89 156.681 136.122 169.964 136.122C183.246 136.122 194.014 146.89 194.014 160.172C194.014 173.455 183.246 184.222 169.964 184.222C156.681 184.222 145.914 173.455 145.914 160.172ZM169.964 131.722C154.251 131.722 141.514 144.46 141.514 160.172C141.514 175.885 154.251 188.622 169.964 188.622C185.676 188.622 198.414 175.885 198.414 160.172C198.414 144.46 185.676 131.722 169.964 131.722Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M185.364 159.155L178.753 152.357H182.019L188.699 159.225L182.016 166.097H178.551L185.364 159.155Z" fill="#EFF0F1" fill-rule="evenodd"/> <path d="M178.753 152.357V151.477H176.669L178.122 152.971L178.753 152.357ZM185.364 159.155L185.992 159.771L186.595 159.158L185.995 158.541L185.364 159.155ZM182.019 152.357L182.65 151.744L182.391 151.477H182.019V152.357ZM188.699 159.225L189.33 159.839L189.927 159.225L189.33 158.612L188.699 159.225ZM182.016 166.097V166.977H182.388L182.647 166.71L182.016 166.097ZM178.551 166.097L177.923 165.48L176.454 166.977H178.551V166.097ZM178.122 152.971L184.734 159.768L185.995 158.541L179.384 151.744L178.122 152.971ZM182.019 151.477H178.753V153.237H182.019V151.477ZM189.33 158.612L182.65 151.744L181.388 152.971L188.068 159.839L189.33 158.612ZM182.647 166.71L189.33 159.839L188.068 158.612L181.385 165.483L182.647 166.71ZM178.551 166.977H182.016V165.217H178.551V166.977ZM184.736 158.538L177.923 165.48L179.179 166.713L185.992 159.771L184.736 158.538Z" fill="#EFF0F1"/> <path clip-rule="evenodd" d="M155.464 159.155L162.075 152.357H158.809L152.129 159.225L158.812 166.097H162.102L155.464 159.155Z" fill="#EFF0F1" fill-rule="evenodd"/> <path d="M162.075 152.357V151.477H164.159L162.706 152.971L162.075 152.357ZM155.464 159.155L154.828 159.763L154.241 159.15L154.833 158.541L155.464 159.155ZM158.809 152.357L158.178 151.744L158.437 151.477H158.809V152.357ZM152.129 159.225L151.498 159.839L150.901 159.225L151.498 158.612L152.129 159.225ZM158.812 166.097V166.977H158.441L158.181 166.71L158.812 166.097ZM162.102 166.097L162.738 165.488L164.161 166.977H162.102V166.097ZM162.706 152.971L156.095 159.768L154.833 158.541L161.445 151.744L162.706 152.971ZM158.809 151.477H162.075V153.237H158.809V151.477ZM151.498 158.612L158.178 151.744L159.44 152.971L152.76 159.839L151.498 158.612ZM158.181 166.71L151.498 159.839L152.76 158.612L159.443 165.483L158.181 166.71ZM162.102 166.977H158.812V165.217H162.102V166.977ZM156.1 158.547L162.738 165.488L161.466 166.705L154.828 159.763L156.1 158.547Z" fill="#EFF0F1"/> <path clip-rule="evenodd" d="M165.531 166.973L170.052 150.109L175.123 151.468L170.602 168.332L165.531 166.973Z" fill="#EFF0F1" fill-rule="evenodd"/> </g> <g opacity="0.75" style="mix-blend-mode:overlay"> <path clip-rule="evenodd" d="M335.328 325.873H421.143V349.285H415.466V331.55H341.005V346.682H335.328V325.873ZM335.328 356.732H341.005V405.45H345.393C346.075 400.635 348.041 394.59 351.841 389.378C356.479 383.017 363.878 377.894 374.765 377.894C385.564 377.894 393.29 382.7 398.255 388.74C402.655 394.093 404.943 400.475 405.349 405.45H415.466V395.257H421.143V411.128H335.328V356.732ZM399.647 405.45C399.237 401.742 397.434 396.682 393.869 392.345C389.856 387.463 383.676 383.571 374.765 383.571C365.942 383.571 360.154 387.612 356.428 392.723C353.445 396.814 351.802 401.585 351.138 405.45H399.647ZM374.797 345.392C372.472 345.392 370.199 346.082 368.267 347.373C366.334 348.665 364.827 350.5 363.938 352.648C363.048 354.796 362.815 357.159 363.269 359.439C363.722 361.719 364.842 363.813 366.485 365.457C368.129 367.101 370.223 368.22 372.503 368.674C374.783 369.127 377.147 368.895 379.294 368.005C381.442 367.115 383.278 365.609 384.569 363.676C385.861 361.743 386.55 359.471 386.55 357.146C386.55 354.029 385.312 351.039 383.108 348.835C380.903 346.631 377.914 345.392 374.797 345.392ZM365.112 342.653C367.979 340.738 371.349 339.715 374.797 339.715C379.419 339.715 383.853 341.552 387.122 344.821C390.391 348.09 392.227 352.523 392.227 357.146C392.227 360.594 391.205 363.964 389.29 366.83C387.374 369.697 384.652 371.931 381.467 373.25C378.282 374.569 374.777 374.915 371.396 374.242C368.015 373.569 364.909 371.909 362.471 369.472C360.033 367.034 358.373 363.928 357.701 360.547C357.028 357.165 357.373 353.661 358.693 350.476C360.012 347.291 362.246 344.568 365.112 342.653Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M417.291 357.684L411.536 384.607L417.088 385.794L422.843 358.871L417.291 357.684ZM424.025 360.758H431.216L441.894 371.736L431.216 382.715H423.719L434.6 371.63L424.025 360.758ZM410.608 360.76H403.416L392.738 371.739L403.417 382.718H410.618L400.026 371.64L410.608 360.76Z" fill="#EFF0F1" fill-rule="evenodd"/> </g> <g clip-path="url(#clip0_2138_76203)" opacity="0.5" style="mix-blend-mode:overlay"> <path clip-rule="evenodd" d="M425.381 151.524H394.527V146.274H430.681V199.648H397.177V214.9L381.26 199.648H363.586V176.641H368.886V194.398H383.404L391.877 202.517V194.398H425.381V151.524Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M418.947 163.782L394.07 163.782L394.07 158.532L418.947 158.532L418.947 163.782Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M418.944 176.018L376.461 176.018L376.461 170.768L418.944 170.768L418.944 176.018Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M418.944 188.25H376.461V183H418.944V188.25Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M324.836 117.666H389.551V166.096H371.575L355.436 181.569V166.096L324.836 166.096V117.666ZM330.136 122.916V160.846L360.736 160.846V169.181L369.431 160.846H384.251V122.916H330.136Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M374.229 141.505L366.756 133.895H370.448L377.998 141.584L370.444 149.278H366.527L374.229 141.505Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M364.249 132.845H370.898L379.479 141.585L370.894 150.328H364.004L372.749 141.502L364.249 132.845ZM369.268 134.945L375.713 141.509L369.055 148.228H369.999L376.522 141.585L370.002 134.945H369.268Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M340.431 141.505L347.904 133.895H344.212L336.662 141.584L344.216 149.278H347.934L340.431 141.505Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M350.418 132.845H343.768L335.187 141.585L343.772 150.328H350.418L341.908 141.512L350.418 132.845ZM345.398 134.945L338.963 141.499L345.458 148.228H344.668L338.145 141.585L344.664 134.945H345.398Z" fill="#EFF0F1" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M352.117 150.339L357.226 131.458L362.345 132.817L357.236 151.699L352.117 150.339Z" fill="#EFF0F1" fill-rule="evenodd"/> </g> <g filter="url(#filter1_d_2138_76203)"> <rect fill="#D84332" height="204" width="203" x="169" y="170"/> </g> <path clip-rule="evenodd" d="M273.258 234.33C273.258 235.585 272.235 236.601 270.972 236.601C269.71 236.601 268.686 235.585 268.686 234.33C268.686 233.076 269.71 232.059 270.972 232.059C272.235 232.059 273.258 233.076 273.258 234.33ZM281.175 234.33C281.175 238.534 278.599 242.14 274.93 243.675V261.237H267.013V243.675C263.345 242.139 260.77 238.533 260.77 234.33C260.77 228.733 265.337 224.195 270.972 224.195C276.607 224.195 281.175 228.733 281.175 234.33ZM290.884 256.758C292.114 256.758 293.112 255.767 293.112 254.545C293.112 253.323 292.114 252.333 290.884 252.333C289.654 252.333 288.657 253.323 288.657 254.545C288.657 255.767 289.654 256.758 290.884 256.758ZM290.884 264.622C296.487 264.622 301.028 260.111 301.028 254.545C301.028 248.98 296.487 244.468 290.884 244.468C285.282 244.468 280.741 248.98 280.741 254.545C280.741 256.429 281.261 258.192 282.167 259.701L273.813 269.216V303.838H281.73V272.164L288.58 264.361C289.32 264.532 290.092 264.622 290.884 264.622ZM253.414 264.398L260.213 271.861V303.838H268.13V268.831L259.803 259.691C260.692 258.19 261.202 256.44 261.202 254.573C261.202 248.992 256.649 244.468 251.031 244.468C245.413 244.468 240.859 248.992 240.859 254.573C240.859 260.153 245.413 264.677 251.031 264.677C251.852 264.677 252.65 264.581 253.414 264.398ZM248.776 254.573C248.776 255.81 249.786 256.813 251.031 256.813C252.276 256.813 253.286 255.81 253.286 254.573C253.286 253.336 252.276 252.333 251.031 252.333C249.786 252.333 248.776 253.336 248.776 254.573Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M288.66 211.832C282.214 208.758 274.992 207.417 267.784 207.966C260.576 208.515 253.679 210.931 247.841 214.933L247.835 214.937C241.263 219.427 236.339 225.713 233.698 232.914C232.991 235.005 232.479 237.15 232.168 239.324L232.156 239.409L232.14 239.494C231.266 244.289 231.422 249.201 232.599 253.939C233.852 258.831 236.147 263.439 239.354 267.478L239.357 267.482C240.395 268.792 241.467 269.884 242.71 271.151L242.71 271.151L242.71 271.151C243.323 271.776 243.978 272.444 244.692 273.201L244.697 273.207C246.956 275.613 248.933 278.251 250.59 281.077L250.604 281.102L250.619 281.127C253.809 286.728 256.006 292.431 256.006 302.605H285.929C285.929 292.344 289.039 284.488 292.595 279.069L292.598 279.064C294.43 276.279 296.644 273.898 298.597 271.815L298.833 271.563L298.833 271.563C300.768 269.501 302.439 267.72 303.826 265.754C306.786 261.552 308.804 256.83 309.767 251.879L309.769 251.865C310.243 249.471 310.428 247.035 310.323 244.602L310.321 244.546L310.32 244.489C310.198 237.722 308.132 231.102 304.325 225.346C300.516 219.587 295.106 214.906 288.66 211.832ZM295.083 302.605C295.083 294.248 297.596 288.1 300.261 284.037C301.607 281.993 303.302 280.138 305.295 278.013L305.654 277.631C307.481 275.685 309.556 273.476 311.321 270.974L311.323 270.971C315.011 265.737 317.543 259.83 318.753 253.61C319.36 250.533 319.601 247.4 319.471 244.27C319.308 235.782 316.709 227.511 311.975 220.353C307.232 213.181 300.532 207.407 292.622 203.634C284.713 199.863 275.883 198.229 267.084 198.899C258.287 199.569 249.835 202.519 242.646 207.447C234.529 212.992 228.379 220.813 225.076 229.861L225.058 229.909L225.042 229.957C224.156 232.564 223.512 235.242 223.118 237.959C222.03 243.994 222.234 250.178 223.716 256.135L223.723 256.164C225.296 262.312 228.172 268.077 232.164 273.106C233.512 274.807 235.132 276.46 236.531 277.888C237.063 278.432 237.564 278.943 238.006 279.412C239.796 281.32 241.359 283.405 242.666 285.63C245.153 290.002 247.064 294.175 247.064 302.605H247.038V330.607H295.094V302.605H295.083ZM278.593 344.247H260.285V335.154H278.593V344.247ZM256.191 311.698H285.941V321.514H256.191V311.698Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M322.043 235.969L338.022 230.363L335.385 222.947L319.406 228.554L322.043 235.969ZM323.321 250.226H340.268V242.361H323.321V250.226ZM338.022 262.226L322.043 256.619L319.406 264.035L335.385 269.642L338.022 262.226ZM216.681 250.226H199.734V242.361H216.681V250.226ZM201.98 230.363L217.96 235.969L220.596 228.554L204.617 222.947L201.98 230.363ZM217.96 256.619L201.98 262.226L204.617 269.642L220.596 264.035L217.96 256.619Z" fill="#FBFBFC" fill-rule="evenodd"/> <defs> <filter color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse" height="201" id="filter0_d_2138_76203" width="201" x="70" y="70"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="8"/> <feGaussianBlur stdDeviation="4"/> <feComposite in2="hardAlpha" operator="out"/> <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0901961 0 0 0 0 0.152941 0 0 0 0.15 0"/> <feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_2138_76203"/> <feBlend in="SourceGraphic" in2="effect1_dropShadow_2138_76203" mode="normal" result="shape"/> </filter> <filter color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse" height="220" id="filter1_d_2138_76203" width="219" x="161" y="170"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="8"/> <feGaussianBlur stdDeviation="4"/> <feComposite in2="hardAlpha" operator="out"/> <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0901961 0 0 0 0 0.152941 0 0 0 0.15 0"/> <feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_2138_76203"/> <feBlend in="SourceGraphic" in2="effect1_dropShadow_2138_76203" mode="normal" result="shape"/> </filter> <clipPath id="clip0_2138_76203"> <rect fill="white" height="105" transform="translate(325 112)" width="106"/> </clipPath> </defs> </svg></div> <div id="svg_src_hover-487648ee-7404-4bbe-877b-37688295f8b9"> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="mixed1-6d247e41-1b98-4f95-bee1-b014411d844f" class="mixed1__container padding-left-lg--112 padding-right-lg--112 padding-right-md--80 padding-left-md--80 "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6 align-self-center"> <div class="mixed1__media"> <div id="svg-db250a14-8e9f-46ea-9e84-4556d609bac1" style="width: 541px; " class="img-fluid svg__container margin-bottom--32 margin-bottom-md--0 padding-right-lg--32 padding-right-md--16 padding-bottom--0 padding-top--0 mx-auto "> <div class="svg__wrapper" style="padding-top: 100.0%;" alt="" title=""> <div id="svg_src_container-db250a14-8e9f-46ea-9e84-4556d609bac1"> <div id="svg_src-db250a14-8e9f-46ea-9e84-4556d609bac1"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" fill="none" height="541" role="img" viewBox="0 0 541 541" width="541"> <g opacity="0.6"> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 26.7002)" width="6.675" x="295.98" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 26.7002)" width="6.675" x="322.727" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 26.7002)" width="6.675" x="349.426" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 26.7002)" width="6.675" x="376.129" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 26.7002)" width="6.675" x="402.828" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 26.7002)" width="6.675" x="429.527" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 26.7002)" width="6.675" x="456.227" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 26.7002)" width="6.675" x="482.926" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 26.7002)" width="6.675" x="509.629" y="26.7002"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 53.4478)" width="6.675" x="295.98" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 53.4478)" width="6.675" x="322.727" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 53.4478)" width="6.675" x="349.426" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 53.4478)" width="6.675" x="376.129" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 53.4478)" width="6.675" x="402.828" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 53.4478)" width="6.675" x="429.527" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 53.4478)" width="6.675" x="456.227" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 53.4478)" width="6.675" x="482.926" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 53.4478)" width="6.675" x="509.629" y="53.4478"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 80.1475)" width="6.675" x="295.98" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 80.1475)" width="6.675" x="322.727" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 80.1475)" width="6.675" x="349.426" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 80.1475)" width="6.675" x="376.129" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 80.1475)" width="6.675" x="402.828" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 80.1475)" width="6.675" x="429.527" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 80.1475)" width="6.675" x="456.227" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 80.1475)" width="6.675" x="482.926" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 80.1475)" width="6.675" x="509.629" y="80.1475"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 106.848)" width="6.675" x="295.98" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 106.848)" width="6.675" x="322.727" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 106.848)" width="6.675" x="349.426" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 106.848)" width="6.675" x="376.129" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 106.848)" width="6.675" x="402.828" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 106.848)" width="6.675" x="429.527" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 106.848)" width="6.675" x="456.227" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 106.848)" width="6.675" x="482.926" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 106.848)" width="6.675" x="509.629" y="106.848"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 133.547)" width="6.675" x="295.98" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 133.547)" width="6.675" x="322.727" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 133.547)" width="6.675" x="349.426" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 133.547)" width="6.675" x="376.129" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 133.547)" width="6.675" x="402.828" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 133.547)" width="6.675" x="429.527" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 133.547)" width="6.675" x="456.227" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 133.547)" width="6.675" x="482.926" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 133.547)" width="6.675" x="509.629" y="133.547"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 186.948)" width="6.675" x="295.98" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 186.948)" width="6.675" x="322.727" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 186.948)" width="6.675" x="349.426" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 186.948)" width="6.675" x="376.129" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 186.948)" width="6.675" x="402.828" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 186.948)" width="6.675" x="429.527" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 186.948)" width="6.675" x="456.227" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 186.948)" width="6.675" x="482.926" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 186.948)" width="6.675" x="509.629" y="186.948"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 240.348)" width="6.675" x="295.98" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 240.348)" width="6.675" x="322.727" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 240.348)" width="6.675" x="349.426" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 240.348)" width="6.675" x="376.129" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 240.348)" width="6.675" x="402.828" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 240.348)" width="6.675" x="429.527" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 240.348)" width="6.675" x="456.227" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 240.348)" width="6.675" x="482.926" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 240.348)" width="6.675" x="509.629" y="240.348"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 160.248)" width="6.675" x="295.98" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 160.248)" width="6.675" x="322.727" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 160.248)" width="6.675" x="349.426" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 160.248)" width="6.675" x="376.129" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 160.248)" width="6.675" x="402.828" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 160.248)" width="6.675" x="429.527" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 160.248)" width="6.675" x="456.227" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 160.248)" width="6.675" x="482.926" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 160.248)" width="6.675" x="509.629" y="160.248"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 295.98 213.647)" width="6.675" x="295.98" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 322.727 213.647)" width="6.675" x="322.727" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 349.426 213.647)" width="6.675" x="349.426" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 376.129 213.647)" width="6.675" x="376.129" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 402.828 213.647)" width="6.675" x="402.828" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 429.527 213.647)" width="6.675" x="429.527" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 456.227 213.647)" width="6.675" x="456.227" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 482.926 213.647)" width="6.675" x="482.926" y="213.647"/> <rect fill="#0A2D4C" height="6.675" transform="rotate(-45 509.629 213.647)" width="6.675" x="509.629" y="213.647"/> </g> <path clip-rule="evenodd" d="M141.152 136.759L84 78H124.812L181.969 136.764L124.829 195.51H84.0078L141.152 136.759Z" fill="#0A2D4C" fill-rule="evenodd" opacity="0.5"/> <path clip-rule="evenodd" d="M230.152 136.759L173 78H213.812L270.969 136.764L213.829 195.51H173.008L230.152 136.759Z" fill="#0A2D4C" fill-rule="evenodd" opacity="0.75"/> <path clip-rule="evenodd" d="M242.152 404.759L185 346H225.812L282.969 404.764L225.829 463.51H185.008L242.152 404.759Z" fill="#0A2D4C" fill-rule="evenodd" opacity="0.75"/> <path clip-rule="evenodd" d="M331.152 404.759L274 346H314.812L371.969 404.764L314.829 463.51H274.008L331.152 404.759Z" fill="#0A2D4C" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M151.152 404.759L94 346H134.812L191.969 404.764L134.829 463.51H94.0078L151.152 404.759Z" fill="#0A2D4C" fill-rule="evenodd" opacity="0.5"/> <path clip-rule="evenodd" d="M417.152 404.759L360 346H400.812L457.969 404.764L400.829 463.51H360.008L417.152 404.759Z" fill="#0A2D4C" fill-rule="evenodd"/> <path d="M184.626 326.371C187.854 326.371 190.471 323.716 190.471 320.44C190.471 317.165 187.854 314.51 184.626 314.51C181.398 314.51 178.781 317.165 178.781 320.44C178.781 323.716 181.398 326.371 184.626 326.371Z" fill="#B3282D"/> <path clip-rule="evenodd" d="M381.643 243.764C373.842 237.994 362.944 239.04 356.384 246.19L328.862 276.185C325.8 271.805 320.719 268.941 314.97 268.941H225.657L194.938 295.86L185.973 286.763L152.383 320.848L212.452 381.8L246.042 347.716L240.099 341.685L246.338 335.662L331.535 332.779L384.697 271.439C391.936 263.086 390.529 250.338 381.643 243.764ZM234.034 335.531L242.726 327.139L327.475 324.272L378.168 265.78C382.11 261.232 381.344 254.29 376.505 250.711C372.257 247.568 366.323 248.138 362.75 252.031L331.907 285.645C331.908 285.723 331.909 285.801 331.909 285.879C331.909 295.234 324.325 302.817 314.97 302.817H273.282V294.177H314.97C319.553 294.177 323.269 290.462 323.269 285.879C323.269 281.296 319.553 277.581 314.97 277.581H228.907L201.013 302.024L234.034 335.531ZM185.973 299.071L164.512 320.848L212.452 369.492L233.913 347.716L185.973 299.071Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M171.64 179.88H151V171.24H171.64V179.88Z" fill="#B3282D" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M372.822 355.56L350.262 355.56L350.262 346.92L372.822 346.92L372.822 355.56Z" fill="#B3282D" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M390.998 355.56L381.703 355.56L381.703 346.92L390.998 346.92L390.998 355.56Z" fill="#B3282D" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M189.944 197.88H164.504V189.24H189.944V197.88Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M358.939 371.384L328.432 371.64L328.359 363L358.866 362.744L358.939 371.384Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M208.907 197.88H199.211V189.24H208.907V197.88Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M256.598 175.96H328.698V195.342H271.673V191.703H324.981V179.599H260.314V228.363H324.981V207.122H328.698V232.002H256.598V175.96Z" fill="#D84332" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M254.742 174.102H330.559V197.2H269.818V189.844H323.126V181.457H262.175V226.504H323.126V205.263H330.559V233.86H254.742V174.102Z" fill="#D84332" fill-rule="evenodd"/> </svg></div> <div id="svg_src_hover-db250a14-8e9f-46ea-9e84-4556d609bac1"> </div> </div> </div> </div> </div> </div> <div class="col-md-6 padding-bottom--0 padding-top--0 padding-left-lg--32 padding-left-md--16 mt-auto mb-auto"> <div class="mixed1__heading"> <div id="rte-207c5bea-a873-4bda-956c-f50b5bcdc3cf" class="rte display--102 margin-bottom--24 "> <p>The PingLabs Guiding Philosophy</p> </div> </div> <div class="mixed1__subheading"> <div id="rte-65661087-7965-4b29-bd95-69fb6ba103a5" class="rte "> </div> </div> <div class="mixed1__body"> <div id="rte-63deef3b-c6b3-442b-8dae-22b2d8116595" class="rte body--102 margin-bottom--24 "> <p>At PingLabs, we are firm believers that you have to take chances to do great things. If someone in our network develops a new IAM technology that could prove useful, we want to help share this vision with our community. We recognize that Ping is a living demo, and we encourage you to think outside the box.</p> </div> </div> <div class="mixed1__CTA"> <div id="button-group-0b5bd20b-b693-4e04-b822-29a374cbe85f" class="buttonGroup__container " aria-label=""> </div></div></div> </div> </div> </div> </div> </div> </div> <div id="current-projects" class="background__container container margin--0 padding--0 " data-effects="" style=" z-index: 1;; "> <div class="background__color "></div> <div class="background__image " style=" "></div> <div class="background__content"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div id="rte-90b31d86-07e3-4dbf-97cf-0d1d9ecb2be9" class="rte d-none "> <p style="color: orange;">This container left on purpose - it acts as an achor point.</p> </div> </div> </div> </div> <div id="container-550f2f6b-6655-42b0-a51f-22689aa66780" class="background__container container padding-bottom-md--64 padding-top-md--64 padding-left-md--32 padding-right-md--32 padding-bottom-sm--48 padding-top-sm--48 padding-left-sm--16 padding-right-sm--16 " data-effects="" style=" ; "> <div class="background__color "></div> <div class="background__image " style=" "></div> <div class="background__content"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-lobcards.lc-415b41a2e06b8c1651742043bb457f17-lc.min.css" type="text/css"/> <div id="lob-card8-c3327b83-f5f3-4d58-b377-34fdbe68eba9" class="lob-card8__container padding-bottom-lg--80 padding-top--0 padding-bottom-md--64 padding-left-md--32 padding-right-md--32 padding-bottom-sm--40 "> <div class="row"> <div class="col-12"> <div id="rte-5ea76c4d-fd56-4818-b5fd-964f6666c988" class="rte display--103 margin-bottom--40 margin-left-xl--148 margin-right-xl--148 padding-left-lg--148 padding-right-lg--148 "> <p style="text-align: left;"><span class="display--102" style="margin-bottom: 15px;">Current PingLabs Projects</span></p> <p style="text-align: left;"><span class="body--101"><span class="body--102">Feel free to take a tour of PingLabs to see emerging SDKs, environments, playgrounds, labs, demos, and videos. Please note, that all of the workshops in PingLabs are in the experimental stages and 100% community-supported.</span></span></p> </div> </div> </div> <div class="container"> <div class="row"> <div class="row align-items-stretch justify-content-center"> <div class="col-md-3 col-sm-12 margin-bottom-sm--32 lobcard7__cards"> <div class="card7__wrapper"> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-cards.lc-826ad00ebedde3697aa2d9573e7badd1-lc.min.css" type="text/css"/> <div id="card-5d3dc74a-5350-4aae-ae1e-4045f5b79916" class=" background__container margin-right-lg--32 margin-right-md--24 "> <div class="background__color "></div> <div class="background__image" style=" "></div> <div class="background__content"> <div class="card__content"> <div class="card__media"> <div id="image-63b1334b-ae38-46af-ae85-d7b4a7f66c48" data-height="120px" style="width: 342px; " class="img-fluid image__container "> <div class="image__wrapper" style="padding-top: 35.08771929824561%;"> <img loading="lazy" id="" srcset="" sizes="" class="cmp-image__image cld-responsive" itemprop="contentUrl" alt="" title="" src="/content/dam/picr/dia/pl/GFX-PingLabs-OIDCSDK-342x120.svg"> </div> </div> </div> <div id="rte-9cd15ad0-8337-40a1-86a6-613c39d80b1c" class="rte "> </div> <div id="rte-c392d6dc-4ce3-41af-bb5c-620d828237f6" class="rte body--102-bold margin-bottom--8 margin-top--16 "> <p>OIDC SDK</p> </div> <div class="card__title_divider"></div> <div id="rte-1f5fb322-059a-48d1-beb3-2ce5b80e170b" class="rte "> </div> <div id="rte-ce6f23c7-9fed-4e7d-a624-823a6b478b75" class="rte body--101 margin-bottom--12 margin-top--8 "> <p>An OAuth/OIDC SDK to simplify and fastrack integration with OAuth/OIDC protocol endpoints in SPAs (browser-based apps).</p> </div> <div id="rte-5a31b2b8-8785-49f6-baa5-97b65ae82d4d" class="rte "> </div> <div id="rte-63f08a0c-e895-466e-8cbc-7383ec909cbc" class="rte "> </div> <div id="button-group-771236c5-8705-46cb-8834-c0243be702dc" class="buttonGroup__container mt-auto padding-top--16 " aria-label=""> <a href="https://www.npmjs.com/package/@pingidentity-developers-experience/ping-oidc-client-sdk?activeTab=readme" target="_blank" id="button-12e8928f-5822-443e-a231-ef09e0cfda5f" data-button-id="button-12e8928f-5822-443e-a231-ef09e0cfda5f" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="lottie-2fa2f072-bf46-4d55-b7a3-14d52c6faab3" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-2fa2f072-bf46-4d55-b7a3-14d52c6faab3" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24-white.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-2fa2f072-bf46-4d55-b7a3-14d52c6faab3").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-2fa2f072-bf46-4d55-b7a3-14d52c6faab3").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-2fa2f072-bf46-4d55-b7a3-14d52c6faab3', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-2fa2f072-bf46-4d55-b7a3-14d52c6faab3"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-12e8928f-5822-443e-a231-ef09e0cfda5f"), options); var lottieButton = document.getElementById("button-12e8928f-5822-443e-a231-ef09e0cfda5f"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="https://www.npmjs.com/package/@pingidentity-developers-experience/ping-oidc-client-sdk?activeTab=readme" target="_blank" id="button-b764cb37-8448-429c-b6de-ab73768965ef" data-button-id="button-b764cb37-8448-429c-b6de-ab73768965ef" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="svg-1e908f4e-0c69-4c80-b85e-0ba0e61cdeac" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-1e908f4e-0c69-4c80-b85e-0ba0e61cdeac"> <div id="svg_src-1e908f4e-0c69-4c80-b85e-0ba0e61cdeac"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-1e908f4e-0c69-4c80-b85e-0ba0e61cdeac"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-b764cb37-8448-429c-b6de-ab73768965ef"), options); }); </script></a> </div></div> </div> </div> </div></div> <div class="col-md-3 col-sm-12 margin-bottom-sm--32 lobcard7__cards"> <div class="card7__wrapper"> <div id="card-35cdcb2b-94ca-438e-87cc-c1b38b9577e9" class=" background__container margin-right-lg--32 margin-right-md--24 "> <div class="background__color "></div> <div class="background__image" style=" "></div> <div class="background__content"> <div class="card__content"> <div class="card__media"> <div id="image-6b8e082f-bbad-487a-aa6b-32c716d07382" data-height="120px" style="width: 342px; " class="img-fluid image__container "> <div class="image__wrapper" style="padding-top: 35.08771929824561%;"> <img loading="lazy" id="" srcset="" sizes="" class="cmp-image__image cld-responsive" itemprop="contentUrl" alt="" title="" src="/content/dam/picr/dia/pl/GFX-PingLabs-ExamplePackages-342x120.svg"> </div> </div> </div> <div id="rte-b1b97cfa-59d0-4039-bde4-e6117eebfd79" class="rte "> </div> <div id="rte-96d6cc25-bbd1-4c8f-89b9-af27c96d0d59" class="rte body--102-bold margin-bottom--8 margin-top--16 "> <p>Example Packages</p> </div> <div class="card__title_divider"></div> <div id="rte-49d959ae-e4e8-4896-8138-069d50a63225" class="rte "> </div> <div id="rte-eaff56ac-7bbd-4258-8b19-dfbd1c67d99a" class="rte body--101 margin-bottom--12 margin-top--8 "> <p>Free and open-source code for developers integrating PingIdentity products and services into their custom applications and infrastructure.</p> </div> <div id="rte-6c427aa3-7fc3-4842-99be-d32ed00117eb" class="rte "> </div> <div id="rte-caa4d5a9-1ca1-4876-9a97-71541fea14ec" class="rte "> </div> <div id="button-group-2a8c7ef1-625a-4da7-b3d8-866283fd917b" class="buttonGroup__container mt-auto padding-top--16 " aria-label=""> <a href="https://github.com/pingidentity-developers-experience/" target="_blank" id="button-23a24926-f706-4015-8c7e-d3cd1c5c3afa" data-button-id="button-23a24926-f706-4015-8c7e-d3cd1c5c3afa" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="lottie-1f3746c5-0821-4629-945f-3a43640ca607" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-1f3746c5-0821-4629-945f-3a43640ca607" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24-white.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-1f3746c5-0821-4629-945f-3a43640ca607").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-1f3746c5-0821-4629-945f-3a43640ca607").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-1f3746c5-0821-4629-945f-3a43640ca607', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-1f3746c5-0821-4629-945f-3a43640ca607"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-23a24926-f706-4015-8c7e-d3cd1c5c3afa"), options); var lottieButton = document.getElementById("button-23a24926-f706-4015-8c7e-d3cd1c5c3afa"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="https://github.com/pingidentity-developers-experience/" target="_blank" id="button-09cf0711-828a-4683-bf88-d523f2f8e0d6" data-button-id="button-09cf0711-828a-4683-bf88-d523f2f8e0d6" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="svg-d6b383b4-3c52-417b-9195-091e611bb3e3" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-d6b383b4-3c52-417b-9195-091e611bb3e3"> <div id="svg_src-d6b383b4-3c52-417b-9195-091e611bb3e3"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-d6b383b4-3c52-417b-9195-091e611bb3e3"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-09cf0711-828a-4683-bf88-d523f2f8e0d6"), options); }); </script></a> </div></div> </div> </div> </div></div> <div class="col-md-3 col-sm-12 margin-bottom-sm--32 lobcard7__cards"> <div class="card7__wrapper"> <div id="card-1742ce20-3b21-45cf-9d22-913ef2c18eec" class=" background__container margin-right-lg--32 margin-right-md--24 "> <div class="background__color "></div> <div class="background__image" style=" "></div> <div class="background__content"> <div class="card__content"> <div class="card__media"> <div id="image-08f4b0b4-d7c0-4899-a6e6-0ad8b3d0af47" data-height="120px" style="width: 342px; " class="img-fluid image__container "> <div class="image__wrapper" style="padding-top: 35.08771929824561%;"> <img loading="lazy" id="" srcset="" sizes="" class="cmp-image__image cld-responsive" itemprop="contentUrl" alt="" title="" src="/content/dam/picr/dia/pl/GFX-PingLabs-Decoder-342x120.svg"> </div> </div> </div> <div id="rte-ad9afc44-abfe-45e3-8e66-763ee78fc550" class="rte "> </div> <div id="rte-925e41d3-0395-400f-8a33-34f6f2c00db0" class="rte body--102-bold margin-bottom--8 margin-top--16 "> <p>Decoder</p> </div> <div class="card__title_divider"></div> <div id="rte-afe649d2-fde8-4a85-a9a9-1d88067b711f" class="rte "> </div> <div id="rte-04399157-377d-44a6-b7f2-612ddbd7e93f" class="rte body--101 margin-bottom--12 margin-top--8 "> <p>A tool that decodes identity tokens.</p> </div> <div id="rte-ab21a386-e6e0-45cc-a4f8-89f1d9d73a9a" class="rte "> </div> <div id="rte-53df2169-d745-4c5c-b2a2-5b7b5288b701" class="rte "> </div> <div id="button-group-b7a08a17-9b83-43a4-b058-3d1277720fdf" class="buttonGroup__container mt-auto padding-top--16 " aria-label=""> <a href="https://decoder.pingidentity.cloud/" target="_blank" id="button-13b45694-0625-40d6-8289-c05add712e89" data-button-id="button-13b45694-0625-40d6-8289-c05add712e89" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="lottie-3071179e-3133-4d7f-af93-72b68ed1a6d3" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-3071179e-3133-4d7f-af93-72b68ed1a6d3" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24-white.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-3071179e-3133-4d7f-af93-72b68ed1a6d3").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-3071179e-3133-4d7f-af93-72b68ed1a6d3").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-3071179e-3133-4d7f-af93-72b68ed1a6d3', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-3071179e-3133-4d7f-af93-72b68ed1a6d3"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-13b45694-0625-40d6-8289-c05add712e89"), options); var lottieButton = document.getElementById("button-13b45694-0625-40d6-8289-c05add712e89"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="https://decoder.pingidentity.cloud/" target="_blank" id="button-3197cab1-ace8-438c-9374-0cadf47e034c" data-button-id="button-3197cab1-ace8-438c-9374-0cadf47e034c" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="svg-b74946ae-c737-4d05-b653-41360f5ca832" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-b74946ae-c737-4d05-b653-41360f5ca832"> <div id="svg_src-b74946ae-c737-4d05-b653-41360f5ca832"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-b74946ae-c737-4d05-b653-41360f5ca832"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-3197cab1-ace8-438c-9374-0cadf47e034c"), options); }); </script></a> </div></div> </div> </div> </div></div> <div class="col-md-3 col-sm-12 margin-bottom-sm--32 lobcard7__cards"> <div class="card7__wrapper"> <div id="card-aa1c08ac-a95b-44ff-bd4d-dee0c247f348" class=" background__container margin-right-lg--32 margin-right-md--24 "> <div class="background__color "></div> <div class="background__image" style=" "></div> <div class="background__content"> <div class="card__content"> <div class="card__media"> <div id="image-f019ac28-b330-48f6-ad0d-dbf6b1462ae5" data-height="120px" style="width: 342px; " class="img-fluid image__container "> <div class="image__wrapper" style="padding-top: 35.08771929824561%;"> <img loading="lazy" id="" srcset="" sizes="" class="cmp-image__image cld-responsive" itemprop="contentUrl" alt="" title="" src="/content/dam/picr/dia/pl/GFX-PingLabs-ExamplePackages-342x120.svg"> </div> </div> </div> <div id="rte-5abb4d24-757d-440d-8a3f-6ce6d760cb24" class="rte "> </div> <div id="rte-c6ae355d-3081-41b5-b93d-9606451fd3a2" class="rte body--102-bold margin-bottom--8 margin-top--16 "> <p>pingctl</p> </div> <div class="card__title_divider"></div> <div id="rte-1b58ff32-f530-4678-a10f-c73dda848fac" class="rte "> </div> <div id="rte-05cf18ea-e379-4a56-b69d-3e8089f86792" class="rte body--101 margin-bottom--12 margin-top--8 "> <p>pingctl is a developer command line utility to help interact with, test, and consume Ping Identity services. The key functionality during Early Access is the ability to read a PingOne environment and export discovered configuration to a format that can be used with Terraform.</p> </div> <div id="rte-64115906-bfd8-44f3-aea3-1739329da4de" class="rte "> </div> <div id="rte-c91639d1-3b40-4f77-a0e9-4eff35a97330" class="rte "> </div> <div id="button-group-de821ab4-81ea-452b-86c3-d53c4d746a82" class="buttonGroup__container mt-auto padding-top--16 " aria-label=""> <a href="https://library.pingidentity.com/page/pingctl" target="_blank" id="button-5eeebbdd-7947-4085-8a04-5e2080511ad4" data-button-id="button-5eeebbdd-7947-4085-8a04-5e2080511ad4" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="lottie-c4d27aaf-4354-4e03-9324-6319e7ec8829" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-c4d27aaf-4354-4e03-9324-6319e7ec8829" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24-white.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-c4d27aaf-4354-4e03-9324-6319e7ec8829").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-c4d27aaf-4354-4e03-9324-6319e7ec8829").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-c4d27aaf-4354-4e03-9324-6319e7ec8829', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-c4d27aaf-4354-4e03-9324-6319e7ec8829"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-5eeebbdd-7947-4085-8a04-5e2080511ad4"), options); var lottieButton = document.getElementById("button-5eeebbdd-7947-4085-8a04-5e2080511ad4"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="https://library.pingidentity.com/page/pingctl" target="_blank" id="button-e380cbb5-5ff6-4048-bb8e-597f0277881c" data-button-id="button-e380cbb5-5ff6-4048-bb8e-597f0277881c" class="btn ga360-button button-tertiary--4 button--1 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="svg-63217016-2d7b-463a-a3e4-5faf7b039a97" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-63217016-2d7b-463a-a3e4-5faf7b039a97"> <div id="svg_src-63217016-2d7b-463a-a3e4-5faf7b039a97"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-63217016-2d7b-463a-a3e4-5faf7b039a97"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-e380cbb5-5ff6-4048-bb8e-597f0277881c"), options); }); </script></a> </div></div> </div> </div> </div></div> </div> </div> </div> </div> <div id="lob-card8-bcc2517f-fa58-4877-a9bd-643829888a99" class="lob-card8__container padding-bottom-lg--80 padding-top--0 padding-bottom-md--64 padding-left-md--32 padding-right-md--32 padding-bottom-sm--40 "> <div class="row"> <div class="col-12"> <div id="rte-c4ebc1da-c318-4ad0-8384-049bab4ddfcb" class="rte display--103 padding-bottom-md--64 padding-bottom-sm--32 text-center"> <p>Completed PingLabs Projects</p> </div> </div> </div> <div class="container"> <div class="row"> <div class="row align-items-stretch justify-content-center"> <div class="col-md-12 col-sm-12 margin-bottom-sm--32 lobcard7__cards"> <div class="card7__wrapper"> <div id="card-b9cd3e0d-f124-4d5e-abb8-ea964488ef23" class=" background__container margin-right-lg--32 margin-right-md--24 padding-left-lg--32 padding-left-md--24 "> <div class="background__color "></div> <div class="background__image" style=" "></div> <div class="background__content"> <div class="card__content"> <div class="card__media"> <div id="image-e1bb6313-a053-4ba3-86ab-82773ebe73aa" data-height="120px" style="width: 320px; " class="img-fluid image__container "> <div class="image__wrapper" style="padding-top: 37.5%;"> <img loading="lazy" id="" srcset="" sizes="" class="cmp-image__image cld-responsive" itemprop="contentUrl" alt="" title="" src="/content/dam/picr/dia/pl/GFX-PingLabs-NeoPlayground-342x120.svg"> </div> </div> </div> <div id="rte-c160ec72-be02-4bb0-974c-6f24450e277a" class="rte "> </div> <div id="rte-01cc0ff1-2f1d-428d-bdd8-6c26c04b1da5" class="rte body--102-bold margin-bottom--8 margin-top--16 "> <p>Neo Playground</p> </div> <div class="card__title_divider"></div> <div id="rte-d8649959-83f4-4208-95ef-1c19b71285e3" class="rte "> </div> <div id="rte-51a0233c-f2c7-42fb-8540-70d0b132ef72" class="rte body--101 margin-bottom--12 margin-top--8 "> <p>A how-to guide on decentralized identity and demos with PingOne Neo.</p> </div> <div id="rte-8d05b03e-c3ad-4b10-9b40-f4c80e84046d" class="rte "> </div> <div id="rte-03c115c7-efcb-49ad-a301-92c02144279a" class="rte "> </div> <div id="button-group-3eca4251-1496-4140-95e9-2d0f711cb834" class="buttonGroup__container mt-auto padding-top--16 " aria-label=""> <a href="https://www.neoidentity.com/content/dam/static/neo-playground/index.html" target="_blank" id="button-df8da0b0-be41-455e-933a-b7576634e444" data-button-id="button-df8da0b0-be41-455e-933a-b7576634e444" class="btn ga360-button button-tertiary--3 button--1 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="lottie-9daa851c-1a9e-4a70-8c11-ae7519f682c5" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-9daa851c-1a9e-4a70-8c11-ae7519f682c5" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-9daa851c-1a9e-4a70-8c11-ae7519f682c5").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-9daa851c-1a9e-4a70-8c11-ae7519f682c5").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-9daa851c-1a9e-4a70-8c11-ae7519f682c5', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-9daa851c-1a9e-4a70-8c11-ae7519f682c5"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-df8da0b0-be41-455e-933a-b7576634e444"), options); var lottieButton = document.getElementById("button-df8da0b0-be41-455e-933a-b7576634e444"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="https://www.neoidentity.com/content/dam/static/neo-playground/index.html" target="_blank" id="button-71e2ac1d-b403-485a-8251-392657a5a4e2" data-button-id="button-71e2ac1d-b403-485a-8251-392657a5a4e2" class="btn ga360-button button-tertiary--3 button--1 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Learn More<div class="button__icon"> <div id="svg-74fbdb0f-855c-4afb-b53a-5eac1c84372d" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-74fbdb0f-855c-4afb-b53a-5eac1c84372d"> <div id="svg_src-74fbdb0f-855c-4afb-b53a-5eac1c84372d"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-74fbdb0f-855c-4afb-b53a-5eac1c84372d"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-71e2ac1d-b403-485a-8251-392657a5a4e2"), options); }); </script></a> </div></div> </div> </div> </div></div> </div> </div> </div> </div> </div> </div> </div> <div id="container-f59f1f95-c7f6-421e-a5b6-fc6a49b386c2" class="background__container container padding-bottom-md--64 padding-top-md--64 padding-left-md--32 padding-right-md--32 padding-bottom-sm--48 padding-top-sm--48 padding-left-sm--16 padding-right-sm--16 " data-effects="" style=" z-index: 1;; "> <div class="background__color dark-theme grad-bluepurple-right "></div> <div class="background__image " style=" "></div> <div class="background__content"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div id="mixed1-aef4fcf2-b3c8-4165-ae80-68185975f597" class="mixed1__container padding-left-lg--112 padding-right-lg--112 padding-right-md--80 padding-left-md--80 "> <div class="container"> <div class="row justify-content-center"> <div class="col-md-6 padding-bottom--0 padding-top--0 padding-right-lg--32 padding-right-md--16 mt-auto mb-auto"> <div class="mixed1__heading"> <div id="rte-57462f0c-cd1a-4682-bfd7-2393be985ae5" class="rte display--102 margin-bottom--24 "> <p>Ping Identity Developer Portal</p> </div> </div> <div class="mixed1__subheading"> <div id="rte-45e3ed3f-9568-4eb1-8548-337987f6b470" class="rte "> </div> </div> <div class="mixed1__body"> <div id="rte-11a52f35-4471-4370-8cee-6508614aa9ef" class="rte body--102 margin-bottom--24 "> <p>Our developer portal is a great resource if you are looking for a deep dive into Ping Identity products. The portal also offers opportunities to learn from other developers in the community.</p> </div> </div> <div class="mixed1__CTA"> <div id="button-group-22b6415b-bc2c-40b2-b598-60cc604135f1" class="buttonGroup__container " aria-label=""> <a href="https://developer.pingidentity.com/en.html" target="_blank" id="button-c47e305d-9a06-43dd-a79c-dd3298594e8d" data-button-id="button-c47e305d-9a06-43dd-a79c-dd3298594e8d" class="btn ga360-button button-tertiary--3 button--2 button-tertiary--arrow hidden-lottie-arrow " role="link" aria-disabled="false"> <div class="button__label"> Visit Our Portal<div class="button__icon"> <div id="lottie-e39a3b9a-2542-447e-8e3f-3fe22241a816" style="width: 48px;" class="img-fluid lottie__container "> <div class="lottie__wrapper" style="padding-top: 50.0%;"> <lottie-player id="lottie-player-e39a3b9a-2542-447e-8e3f-3fe22241a816" src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-lotties/resources/tertiary/Tertiary-Hover-48x24.json" background="transparent" speed="1" ></lottie-player> </div> </div> <script> if ("none" != 'none' ) { document.getElementById("lottie-player-e39a3b9a-2542-447e-8e3f-3fe22241a816").addEventListener("load", () => { let mode; let totalFrames = document.getElementById("lottie-player-e39a3b9a-2542-447e-8e3f-3fe22241a816").getLottie().totalFrames; let actions = {}; if ("none" != 'none' ) { // If we want to go wild, then we can pass w/e custom actions, probably using a featurette. Custom actions here: https://lottiefiles.com/interactivity actions = 'none' } else { mode = "none" actions["type"] = 'seek' actions["frames"] = [0, totalFrames ] if ( "none" != 'none') { actions["visibility"] = none } if ( "none" != 'none') { actions["position"] = none } } LottieInteractivity.create({ mode: mode, player:'#lottie-player-e39a3b9a-2542-447e-8e3f-3fe22241a816', actions: [ actions ] }); }) } else { window.addEventListener("load", function () { let lot = document.getElementById("lottie-player-e39a3b9a-2542-447e-8e3f-3fe22241a816"); let lottie = new window.pds.Lottie(lot, 0, 0, null, null, null, null, null, null, "none"); lottie.setObserver() }); } </script></div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "lottie" }; var button = new pds.Button(document.getElementById("button-c47e305d-9a06-43dd-a79c-dd3298594e8d"), options); var lottieButton = document.getElementById("button-c47e305d-9a06-43dd-a79c-dd3298594e8d"); lottieButton.addEventListener("mouseover", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(1); player.play(); }); lottieButton.addEventListener("mouseleave", () => { const player = lottieButton.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); </script></a> <a href="https://developer.pingidentity.com/en.html" target="_blank" id="button-42516fa8-49e0-4552-98e2-75461543ff79" data-button-id="button-42516fa8-49e0-4552-98e2-75461543ff79" class="btn ga360-button button-tertiary--3 button--2 button-tertiary--arrow hidden-svg-arrow " role="link" aria-disabled="false"> <div class="button__label"> Visit Our Portal<div class="button__icon"> <div id="svg-e6869f04-0c27-4e29-974f-113e05673896" style="width: px; " class="img-fluid svg__container "> <div class="svg__wrapper" style="padding-top: 100%;" alt="" title=""> <div id="svg_src_container-e6869f04-0c27-4e29-974f-113e05673896"> <div id="svg_src-e6869f04-0c27-4e29-974f-113e05673896"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" height="24" role="img" viewBox="0 0 24 24" width="24"> <g fill="none" fill-rule="evenodd" stroke="#0C5C95" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(5 6)"> <polyline points="0 6 2 6 15 6 10 0"/> <polyline points="0 12 2 12 15 12 10 6" transform="matrix(1 0 0 -1 0 18)"/> </g> </svg></div> <div id="svg_src_hover-e6869f04-0c27-4e29-974f-113e05673896"> </div> </div> </div> </div> </div> </div> <script> window.addEventListener("load", function () { var options = { iconType: "svg" }; var button = new pds.Button(document.getElementById("button-42516fa8-49e0-4552-98e2-75461543ff79"), options); }); </script></a> </div></div></div> <div class="col-md-6 align-self-center order-first order-md-last"> <div class="mixed1__media"> <div id="svg-3702abbd-2371-4299-8603-c826016913a3" style="width: 541px; " class="img-fluid svg__container margin-bottom--32 margin-bottom-md--0 padding-left-lg--32 padding-left-md--16 padding-bottom--0 padding-top--0 mx-auto "> <div class="svg__wrapper" style="padding-top: 100.0%;" alt="" title=""> <div id="svg_src_container-3702abbd-2371-4299-8603-c826016913a3"> <div id="svg_src-3702abbd-2371-4299-8603-c826016913a3"> <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" aria-label="svg icon" fill="none" height="541" role="img" viewBox="0 0 541 541" width="541"> <g opacity="0.25" style="mix-blend-mode:overlay"> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="32" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="61.3789" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="61.3789" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="61.3789" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="90.7656" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="90.7656" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="90.7656" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="90.7656" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="90.7656" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="120.145" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="120.145" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="120.145" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="120.145" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="120.145" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="149.523" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="149.523" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="149.523" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="149.523" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="149.523" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="178.906" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="178.906" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="178.906" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="178.906" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="178.906" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="208.285" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="208.285" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="208.285" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="208.285" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="208.285" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="237.664" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="237.664" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="237.664" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="237.664" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="237.664" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="267.047" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="267.047" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="267.047" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="267.047" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="267.047" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="296.43" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="296.43" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="296.43" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="296.43" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="296.43" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="325.809" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="325.809" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="325.809" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="325.809" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="325.809" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="355.188" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="355.188" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="355.188" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="355.188" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="355.188" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="384.57" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="384.57" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="384.57" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="384.57" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="384.57" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="413.953" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="413.953" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="413.953" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="413.953" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="413.953" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="443.332" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="443.332" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" width="7.34521" x="443.332" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="443.332" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="443.332" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="472.711" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.4" width="7.34521" x="472.711" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="472.711" y="486.712"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="46"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="75.3809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="104.762"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="134.143"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="163.522"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="192.903"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="222.285"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="251.666"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="281.047"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="310.428"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="339.809"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="369.188"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="398.57"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="427.95"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="457.332"/> <rect fill="#DFE3EB" height="7.34521" opacity="0.2" width="7.34521" x="502.094" y="486.712"/> </g> <g opacity="0.5"> <path d="M276 209H493V273H276V209Z" fill="#3D244A"/> <path d="M49 271H266V334H49V271Z" fill="#3D244A"/> <path d="M276 135H493V198H276V135Z" fill="#3D244A"/> <path d="M49 345H266V409H49V345Z" fill="#3D244A"/> <path d="M49 420H266V483H49V420Z" fill="#3D244A"/> <path d="M49 59H266V122H49V59Z" fill="#3D244A"/> <path d="M49 133H266V197H49V133Z" fill="#3D244A"/> </g> <path clip-rule="evenodd" d="M459.992 245.272H250.008V412.824H301.144V403.032H259.8V255.064H450.2V289.935H277.783V299.727H459.992V245.272ZM459.992 412.824V315.362H450.2V403.032H435.512V412.824H459.992ZM353.886 351.622C353.886 349.37 355.711 347.545 357.963 347.545C360.215 347.545 362.04 349.37 362.04 351.622V407.653H371.832V397.049H371.865V386.169C371.865 383.465 374.057 381.273 376.761 381.273C379.465 381.273 381.657 383.465 381.657 386.169V392.697V392.808V407.385H391.449V392.808V392.697C391.449 390.593 393.154 388.889 395.257 388.889C397.36 388.889 399.065 390.593 399.065 392.697V407.385H408.857V406.025H408.858V399.84C408.858 397.485 410.73 395.558 413.083 395.489C415.535 395.418 417.562 397.386 417.562 399.84V407.33L409.756 466.137H361.558L356.685 450.604L323.791 416.068C322.051 414.242 322.143 411.346 323.993 409.633C325.737 408.019 328.432 408.03 330.163 409.658L353.886 431.985V351.622ZM371.832 351.622V372.328C373.373 371.779 375.032 371.481 376.761 371.481C382.706 371.481 387.826 375.013 390.137 380.093C391.717 379.45 393.446 379.097 395.257 379.097C400.684 379.097 405.369 382.276 407.551 386.873C409.163 386.169 410.934 385.756 412.798 385.702C420.768 385.47 427.354 391.867 427.354 399.84V407.977L418.334 475.928H354.368L348.024 455.708L316.7 422.822C311.194 417.04 311.482 407.871 317.342 402.447C322.862 397.337 331.396 397.372 336.873 402.528L344.094 409.323V351.622C344.094 343.962 350.303 337.753 357.963 337.753C365.623 337.753 371.832 343.962 371.832 351.622Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M279.93 279.544C283.536 279.544 286.458 276.622 286.458 273.016C286.458 269.411 283.536 266.488 279.93 266.488C276.325 266.488 273.402 269.411 273.402 273.016C273.402 276.622 276.325 279.544 279.93 279.544ZM301.69 279.544C305.296 279.544 308.218 276.622 308.218 273.016C308.218 269.411 305.296 266.488 301.69 266.488C298.085 266.488 295.162 269.411 295.162 273.016C295.162 276.622 298.085 279.544 301.69 279.544ZM328.89 273.016C328.89 276.622 325.968 279.544 322.362 279.544C318.757 279.544 315.834 276.622 315.834 273.016C315.834 269.411 318.757 266.488 322.362 266.488C325.968 266.488 328.89 269.411 328.89 273.016ZM362.855 331.717V312.184H353.063V331.717H362.855ZM376.509 341.229L388.823 326.104L381.23 319.922L368.915 335.047L376.509 341.229ZM331.842 323.147L346.917 335.506L340.709 343.079L325.633 330.719L331.842 323.147ZM338.538 348.828H321.273V358.62H338.538V348.828ZM376.238 348.828H393.503V358.62H376.238V348.828Z" fill="#D84332" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M491.002 235.48H455.098V225.688H491.002V235.48Z" fill="#D84332" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M292.985 457.433H251.641V447.641H292.985V457.433Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M240.76 440.024H219V430.232H240.76V440.024ZM251.64 440.024H262.52V430.232H251.64V440.024Z" fill="#D84332" fill-rule="evenodd"/> <g clip-path="url(#clip0_2142_75011)" opacity="0.5"> <path clip-rule="evenodd" d="M133.453 69.2559H144.104V71.781H135.978V79.6372H133.453V69.2559ZM175.81 69.2559H165.159V71.781H173.284V79.6372H175.81V69.2559ZM143.834 112.745H133.453V102.083H135.978V110.22H143.834V112.745Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M143.774 78.396C144.499 79.4301 144.499 79.4303 144.498 79.4305L144.499 79.4298L144.523 79.4136C144.547 79.3977 144.586 79.372 144.641 79.3377C144.749 79.2692 144.917 79.1669 145.14 79.0419C145.587 78.7917 146.253 78.4518 147.108 78.1101C148.82 77.426 151.268 76.742 154.208 76.742C157.141 76.742 159.545 77.4425 161.212 78.1413C162.045 78.4904 162.69 78.8375 163.121 79.0926C163.336 79.2201 163.497 79.3242 163.6 79.3937C163.652 79.4284 163.689 79.4544 163.712 79.4702L163.734 79.4862L163.734 79.4864C163.734 79.4862 163.734 79.4859 164.489 78.4743C165.244 77.4626 165.244 77.4623 165.244 77.462L165.243 77.4614L165.241 77.4599L165.236 77.456L165.221 77.4451C165.209 77.4364 165.193 77.425 165.173 77.411C165.134 77.383 165.079 77.3447 165.008 77.2975C164.868 77.2032 164.667 77.0733 164.408 76.92C163.891 76.6136 163.141 76.212 162.188 75.8124C160.282 75.0137 157.545 74.2168 154.208 74.2168C150.877 74.2168 148.108 74.9911 146.171 75.7653C145.201 76.1528 144.435 76.5421 143.906 76.8387C143.641 76.9871 143.434 77.1127 143.291 77.2037C143.219 77.2492 143.162 77.2861 143.122 77.313C143.102 77.3264 143.086 77.3374 143.074 77.3456L143.059 77.3559L143.054 77.3595L143.051 77.3615C143.05 77.3618 143.05 77.362 143.774 78.396ZM147.864 87.3437C151.974 84.8978 155.788 85.1402 158.746 86.4451C161.785 87.7856 163.849 90.211 164.429 91.9905C164.941 93.561 165.14 95.317 164.816 96.6982C164.658 97.374 164.386 97.9183 164.006 98.3236C163.635 98.7194 163.106 99.0424 162.324 99.2016C161.256 99.4191 160.574 99.1098 160.108 98.6844C159.588 98.2104 159.284 97.5343 159.188 97.0594C159.177 97.0043 159.164 96.9227 159.148 96.8198L159.148 96.8195C159.061 96.2567 158.874 95.0561 158.311 94.0462C157.953 93.4038 157.42 92.7713 156.627 92.3239C155.833 91.8761 154.868 91.6639 153.726 91.7193C152.622 91.7729 151.63 92.031 150.801 92.5427C149.959 93.0621 149.355 93.8002 148.976 94.6892C148.244 96.4047 148.368 98.6242 148.952 101.015C149.908 104.927 152.893 108.101 158.108 109.399L158.718 106.948C154.311 105.852 152.114 103.317 151.405 100.415C150.861 98.1872 150.892 96.6314 151.298 95.6804C151.488 95.236 151.76 94.918 152.127 94.6916C152.506 94.4575 153.056 94.28 153.848 94.2415C154.603 94.2049 155.078 94.3495 155.386 94.5232C155.695 94.6974 155.924 94.9512 156.105 95.2756C156.422 95.8438 156.522 96.4448 156.619 97.0326L156.619 97.0326C156.649 97.2089 156.678 97.3841 156.712 97.5569C156.895 98.4632 157.423 99.6537 158.407 100.55C159.443 101.496 160.936 102.061 162.828 101.676C164.082 101.421 165.092 100.858 165.848 100.051C166.596 99.2532 167.04 98.2782 167.275 97.2735C167.738 95.2938 167.428 93.0444 166.83 91.2081C165.988 88.624 163.334 85.7088 159.766 84.1348C156.117 82.5252 151.437 82.2791 146.572 85.1737C142.543 87.5716 140.69 91.0009 140.048 94.2778C139.414 97.5071 139.95 100.59 140.674 102.46L143.029 101.548C142.458 100.073 141.994 97.4748 142.526 94.7638C143.048 92.1003 144.527 89.3296 147.864 87.3437ZM154.013 96.6931C152.753 96.6104 152.753 96.6111 152.753 96.6118L152.753 96.6134L152.753 96.6172L152.752 96.627L152.751 96.6556C152.75 96.6786 152.749 96.7092 152.747 96.7472C152.745 96.823 152.743 96.928 152.745 97.0581C152.748 97.3178 152.763 97.6804 152.812 98.1123C152.909 98.9696 153.142 100.136 153.698 101.322C154.258 102.516 155.153 103.742 156.567 104.669C157.983 105.598 159.839 106.173 162.233 106.192L162.253 103.666C160.264 103.651 158.9 103.179 157.951 102.558C157.001 101.934 156.386 101.106 155.984 100.249C155.578 99.3846 155.398 98.5048 155.321 97.8285C155.283 97.4936 155.272 97.2175 155.27 97.0303C155.269 96.9369 155.27 96.8664 155.271 96.8225C155.272 96.8006 155.273 96.7854 155.273 96.7774L155.273 96.7745C155.273 96.7751 155.273 96.7758 154.013 96.6931ZM149.804 91.2273C148.2 92.3718 147.034 94.3666 147.034 97.372C147.034 100.653 148.088 103.122 149.135 104.77C149.659 105.596 150.181 106.215 150.566 106.621C150.758 106.824 150.914 106.973 151.019 107.068C151.071 107.115 151.109 107.149 151.133 107.169C151.145 107.179 151.152 107.185 151.156 107.188L151.155 107.188C151.155 107.187 151.154 107.187 150.367 108.173C149.579 109.16 149.578 109.16 149.578 109.159L149.577 109.158L149.574 109.156L149.568 109.151L149.551 109.137C149.537 109.126 149.519 109.111 149.497 109.092C149.453 109.055 149.393 109.003 149.32 108.936C149.172 108.802 148.97 108.609 148.731 108.356C148.254 107.852 147.627 107.107 147.003 106.124C145.752 104.154 144.509 101.222 144.509 97.372C144.509 93.6499 145.992 90.845 148.337 89.1717C150.65 87.521 153.658 87.0742 156.554 87.7425C159.572 88.4386 161.342 90.2753 162.289 92.1699C163.204 94.0011 163.372 95.9265 163.192 97.0046L160.701 96.587C160.789 96.0648 160.72 94.6788 160.03 93.2986C159.372 91.9818 158.171 90.707 155.987 90.203C153.681 89.6711 151.439 90.0602 149.804 91.2273ZM180.999 98.1795L169.601 109.72L164.7 104.763L166.496 102.988L169.6 106.128L179.203 96.405L180.999 98.1795ZM168.454 85.2697C164.979 80.9843 160.619 79.337 156.856 78.8663C153.125 78.3996 149.942 79.0809 148.651 79.4955C147.361 79.9099 145.564 80.7826 143.825 82.0158C142.087 83.2478 140.316 84.9039 139.18 86.927L141.381 88.164C142.272 86.5781 143.728 85.1804 145.286 84.0757C146.842 82.9723 148.409 82.2255 149.424 81.8996C150.437 81.5739 153.246 80.9596 156.543 81.372C159.809 81.7805 163.514 83.1871 166.492 86.86C171.268 92.7508 169.654 98.174 168.449 99.9878L170.553 101.385C172.298 98.7566 174.002 92.1125 168.454 85.2697Z" fill="#FBFBFC" fill-rule="evenodd"/> </g> <g opacity="0.5"> <path clip-rule="evenodd" d="M158.444 432.377C158.444 433.234 157.75 433.929 156.893 433.929C156.036 433.929 155.341 433.234 155.341 432.377C155.341 431.521 156.036 430.826 156.893 430.826C157.75 430.826 158.444 431.521 158.444 432.377ZM158.023 436.269C159.71 435.78 160.944 434.223 160.944 432.377C160.944 430.14 159.13 428.326 156.893 428.326C154.655 428.326 152.841 430.14 152.841 432.377C152.841 434.134 153.959 435.63 155.523 436.191V438.821C151.608 439.162 148.187 441.222 146.017 444.242L141.986 441.891C142.125 441.482 142.2 441.044 142.2 440.589C142.2 438.351 140.386 436.538 138.149 436.538C135.911 436.538 134.098 438.351 134.098 440.589C134.098 442.826 135.911 444.64 138.149 444.64C139.015 444.64 139.818 444.368 140.477 443.905L144.759 446.403C143.99 448.071 143.561 449.928 143.561 451.885C143.561 454.058 144.089 456.107 145.024 457.911L140.721 460.421C140.062 459.958 139.259 459.686 138.393 459.686C136.156 459.686 134.342 461.5 134.342 463.738C134.342 465.975 136.156 467.789 138.393 467.789C140.631 467.789 142.444 465.975 142.444 463.738C142.444 463.282 142.369 462.844 142.23 462.435L146.383 460.013C148.561 462.768 151.822 464.627 155.523 464.95V468.135C153.959 468.697 152.841 470.192 152.841 471.949C152.841 474.186 154.655 476 156.893 476C159.13 476 160.944 474.186 160.944 471.949C160.944 470.103 159.71 468.546 158.023 468.057V464.931C161.6 464.566 164.752 462.764 166.891 460.11L170.877 462.435C170.738 462.844 170.663 463.282 170.663 463.737C170.663 465.975 172.477 467.789 174.714 467.789C176.952 467.789 178.765 465.975 178.765 463.737C178.765 461.5 176.952 459.686 174.714 459.686C173.848 459.686 173.045 459.958 172.386 460.421L168.27 458.02C169.241 456.189 169.79 454.101 169.79 451.885C169.79 449.963 169.377 448.137 168.634 446.492L173.068 443.905C173.727 444.368 174.53 444.64 175.396 444.64C177.634 444.64 179.447 442.826 179.447 440.589C179.447 438.351 177.634 436.538 175.396 436.538C173.159 436.538 171.345 438.351 171.345 440.589C171.345 441.044 171.42 441.482 171.559 441.891L167.391 444.322C165.26 441.308 161.89 439.233 158.023 438.839V436.269ZM136.598 440.589C136.598 441.446 137.292 442.14 138.149 442.14C139.006 442.14 139.7 441.446 139.7 440.589C139.7 439.732 139.006 439.038 138.149 439.038C137.292 439.038 136.598 439.732 136.598 440.589ZM175.396 442.14C176.253 442.14 176.947 441.446 176.947 440.589C176.947 439.732 176.253 439.038 175.396 439.038C174.539 439.038 173.845 439.732 173.845 440.589C173.845 441.446 174.539 442.14 175.396 442.14ZM174.714 462.186C175.571 462.186 176.265 462.881 176.265 463.737C176.265 464.594 175.571 465.289 174.714 465.289C173.857 465.289 173.163 464.594 173.163 463.737C173.163 462.881 173.857 462.186 174.714 462.186ZM138.393 462.186C137.536 462.186 136.842 462.881 136.842 463.738C136.842 464.595 137.536 465.289 138.393 465.289C139.25 465.289 139.944 464.595 139.944 463.738C139.944 462.881 139.25 462.186 138.393 462.186ZM156.893 470.397C157.75 470.397 158.444 471.092 158.444 471.949C158.444 472.805 157.75 473.5 156.893 473.5C156.036 473.5 155.341 472.805 155.341 471.949C155.341 471.092 156.036 470.397 156.893 470.397ZM146.061 451.885C146.061 446.023 150.813 441.271 156.676 441.271C162.538 441.271 167.29 446.023 167.29 451.885C167.29 457.747 162.538 462.5 156.676 462.5C150.813 462.5 146.061 457.747 146.061 451.885Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M164.766 447.46L153.776 458.307L149.02 453.617L150.775 451.837L153.775 454.795L163.009 445.681L164.766 447.46Z" fill="#FBFBFC" fill-rule="evenodd"/> </g> <g opacity="0.5"> <path clip-rule="evenodd" d="M367.25 183.881V171.863H364.75V186.329H379.72V183.881H367.25Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M402.751 183.88V171.917H405.251V186.328H390.758V183.88H402.751Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M364.75 146.672H379.72V149.12H367.25V161.137H364.75V146.672Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M390.711 146.672H405.204V161.083H402.704V149.12H390.711V146.672Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M374.922 162.582V157.939H377.422V162.582H374.922Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M393.078 162.582V157.939H395.578V162.582H393.078Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M376.305 174.332C376.304 174.331 376.304 174.33 377.401 173.744C378.499 173.158 378.498 173.158 378.498 173.157L378.497 173.156L378.496 173.153L378.494 173.149L378.491 173.145C378.491 173.145 378.491 173.145 378.491 173.145C378.491 173.145 378.492 173.146 378.494 173.149C378.499 173.158 378.511 173.177 378.531 173.206C378.57 173.264 378.639 173.359 378.741 173.479C378.945 173.718 379.281 174.057 379.779 174.403C380.76 175.085 382.43 175.834 385.094 175.834C387.757 175.834 389.428 175.085 390.409 174.403C390.906 174.057 391.242 173.718 391.446 173.479C391.548 173.359 391.617 173.264 391.656 173.206C391.676 173.177 391.688 173.158 391.693 173.149C391.695 173.147 391.696 173.145 391.696 173.145C391.696 173.144 391.696 173.144 391.696 173.145L391.694 173.149L391.691 173.153L391.69 173.156L391.689 173.157C391.689 173.158 391.689 173.158 392.786 173.744C393.883 174.33 393.883 174.331 393.882 174.332L393.882 174.333L393.88 174.337L393.876 174.344L393.865 174.363C393.857 174.376 393.846 174.394 393.834 174.414C393.81 174.454 393.776 174.505 393.734 174.567C393.65 174.691 393.529 174.855 393.366 175.046C393.042 175.427 392.55 175.917 391.855 176.399C390.452 177.375 388.276 178.282 385.094 178.282C381.911 178.282 379.735 177.375 378.332 176.399C377.637 175.917 377.146 175.427 376.821 175.046C376.658 174.855 376.537 174.691 376.453 174.567C376.411 174.505 376.378 174.454 376.353 174.414C376.341 174.394 376.33 174.376 376.322 174.363L376.312 174.344L376.307 174.337L376.306 174.333L376.305 174.332Z" fill="#FBFBFC" fill-rule="evenodd"/> <path clip-rule="evenodd" d="M384.333 167.321V158.045H386.833V169.769H381.387V167.321H384.333Z" fill="#FBFBFC" fill-rule="evenodd"/> </g> <defs> <clipPath id="clip0_2142_75011"> <rect fill="white" height="48" transform="translate(133 67)" width="48"/> </clipPath> </defs> </svg></div> <div id="svg_src_hover-3702abbd-2371-4299-8603-c826016913a3"> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <link rel="stylesheet" href="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-footer.lc-c406ca228bf054425eef0e836bd14abd-lc.min.css" type="text/css"/> <script src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/components/clientlibs-components-footer.lc-4498fa32ac659e4c16a828e986d9f338-lc.min.js"></script> <div class="ping-footer"> <footer class="footer-wrapper" data-language="en-us" data-lower-nav-only="true"></footer> </div> </div> </div> <style> .formattingArea {display:none;} .formattingArea img {height: 1px;} </style> <div class="formattingArea" id="bottomFormattingArea"> <img src="/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-pngs/resources/aemFormattingPixelnjs.png?x=886ac08f-3f4a-4091-9df8-91e13e89f34a" width="1" height="1" data-no-cloudinary-responsive="true"/> </div> <script> document.addEventListener("DOMContentLoaded", function(){ var pixelViewElem = document.createElement("img"); var pixelUID = new Date().getTime(); pixelViewElem.src = '/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-pngs/resources/aemFormattingPixelwjs.png?x=' + pixelUID; pixelViewElem.height = '1px'; document.getElementById("bottomFormattingArea").appendChild(pixelViewElem); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10