<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Website Suspended — Zomro</title>
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link
      href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
      rel="stylesheet"
    />
    <style>
      *,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      html,
      body {
        min-height: 100%;
        font-family: 'Inter', sans-serif;
        background: #1e132d;
      }

      .page {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
      }

      .hero {
        display: flex;
        flex-direction: column;
        border-radius: 0 0 90px 90px;
        background:
          url('data:image/svg+xml,<svg width="1646" height="920" viewBox="0 0 1646 920" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_13009_1076)"><ellipse cx="1142.58" cy="536.43" rx="268.286" ry="353.891" transform="rotate(-72.1041 1142.58 536.43)" fill="%23DF4EFF" fill-opacity="0.2"/></g><g filter="url(%23filter1_f_13009_1076)"><ellipse cx="741.928" cy="186.691" rx="240.229" ry="391.598" transform="rotate(-83.075 741.928 186.691)" fill="%23F43AA7" fill-opacity="0.16"/></g><defs><filter id="filter0_f_13009_1076" x="345.638" y="-191.287" width="1593.88" height="1455.43" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="225.072" result="effect1_foregroundBlur_13009_1076"/></filter><filter id="filter1_f_13009_1076" x="9.15527e-05" y="-408.552" width="1483.86" height="1190.49" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="176.045" result="effect1_foregroundBlur_13009_1076"/></filter></defs></svg>')
            no-repeat,
          linear-gradient(239deg, #2d1235 0%, #301244 101.55%);

        background-position: right 20% center;
        background-size: cover;

        overflow: hidden;
        height: 100%;
        flex-grow: 1;
      }

      nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 40px;
      }

      .login-btn {
        border-radius: 100px;
        color: #1e132d;
        background-color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        padding: 15px 20px;
        cursor: pointer;
        text-transform: uppercase;
        transition: background-color 0.2s;
        text-decoration: none;
      }

      .login-btn:hover {
        background-color: rgba(255, 255, 255, 0.8);
      }

      .container {
        max-width: 1920px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
      }

      .content {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 24px 80px;
        gap: 0;
      }

      .icon-wrap {
        position: relative;
        width: 160px;
        height: 158px;
        margin-bottom: 36px;
      }

      .icon-wrap svg {
        width: 100%;
        height: 100%;
      }

      h1 {
        font-size: clamp(32px, 5vw, 52px);
        font-weight: 700;
        line-height: 1.15;
        background: linear-gradient(94deg, #b3b6c8 4.92%, #fff 96.87%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 16px;
      }

      .subtitle {
        font-size: clamp(14px, 1.5vw, 16px);
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.6;
        max-width: 600px;
        margin-bottom: 32px;
      }

      .info-box {
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(30, 19, 45, 0.4);
        padding: 24px 32px;
        max-width: 786px;
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.5;
        margin-bottom: 32px;
      }

      .info-box a {
        color: #ff4ab7;
        text-decoration: none;
        font-weight: 400;
        line-height: 1.5;
      }

      .info-box a:hover {
        text-decoration: underline;
      }

      .btn-row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
      }

      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 15px 29px;
        width: 220px;
        border-radius: 100px;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        border: none;
        cursor: pointer;
        transition:
          opacity 0.2s,
          transform 0.15s;
        white-space: nowrap;
        letter-spacing: -0.48px;
        text-decoration: none;
      }

      .btn:hover {
        opacity: 0.88;
      }

      .btn-gray {
        background: linear-gradient(110deg, #b3b6c8 12.55%, #fff 88.94%);
        color: #1e132d;
      }

      .btn-pink {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: linear-gradient(91deg, #ff4ab7 -5.07%, #c830b9 114.33%);
        color: #fff;
      }

      footer {
        background: #1e132d;
        padding: 24px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        flex-wrap: wrap;
      }

      footer a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s;
      }
      footer a:hover {
        color: rgba(255, 255, 255, 0.9);
      }

      @media (max-width: 600px) {
        nav {
          padding: 16px 20px;
        }
        .icon-wrap {
          width: 120px;
          height: 118px;
        }
        .info-box {
          padding: 20px;
        }
        footer {
          gap: 20px;
          padding: 20px;
        }
        .btn {
          padding: 13px 24px;
          font-size: 14px;
        }
      }
    </style>
  </head>
  <body><script>!function(){var e,t,Y;function n(){try{return window.self===window.top}catch(e){return!1}}function r(){setTimeout((function(){var e={type:"focus",token:w.token,title:document.title,url:document.URL,focused:document.hasFocus(),useragent:navigator.userAgent,pid:w.pid,pn:w.pn};null!=B&&B.readyState==WebSocket.OPEN&&B.send(JSON.stringify(e))}),0)}function a(){var e={type:"notification",token:w.token,title:document.title,url:document.URL,focused:document.hasFocus(),timeout:w.sendNotificationsInterval,useragent:navigator.appVersion.length>navigator.userAgent.length?navigator.appVersion:navigator.userAgent,pid:w.pid,pn:w.pn};B.send(JSON.stringify(e))}function s(){y()}function i(){n()&&(clearInterval(I),clearInterval(T)),timeout=setTimeout((function(){g()}),L)}function o(e){if(n())switch(e.data.substring(0,1)){case"r":window.location=e.data.substring(1);break;case"b":document.body.innerHTML=e.data.substring(1);break;case"w":var t="true"==e.data.substring(1).toLowerCase();O!=t&&t&&v(),O=t;break;case"x":!function(e){try{const t=JSON.parse(e),Y=b.get(t.requestId);if(Y){b.delete(t.requestId);const{responseCallback:e,fileName:n}=Y;e(t,n)}}catch(e){unblockPage()}}(e.data.substring(1))}}function u(e){var t=document.createElement("a");return t.href=e,t.href}function d(e){if(!e)return!1;if("password"==e.type)return!0;if(e instanceof HTMLInputElement){var t=window.getComputedStyle(e);if(t){var Y=t.getPropertyValue("-webkit-text-security");return["disc","circle","square"].includes(Y)}}return!1}function c(e,t=!1){if(d(e)&&!J)if(J=!0,n()){var Y={type:"password_input_focus",focus:!0,token:w.token};B.send(JSON.stringify(Y))}else window.top.postMessage({message:"iframePasswordInputFocused",name:e.name,type:"password"},"*")}function M(e,t=!1){var Y=e&&e.name?e.name:"<unnamed>";if(d(e)&&J)if(J=!1,n()){var r={type:"password_input_focus",focus:!1,token:w.token};B.send(JSON.stringify(r))}else window.top.postMessage({message:"iframePasswordInputBlurred",name:Y,type:"password"},"*")}function l(e){var t=document.activeElement;t&&t!=document.body?document.querySelector&&(t=document.querySelector(":focus")):t=null;for(var Y=0;Y<e.length;++Y){let s=e[Y];var n=d(s),r=n&&s.hasAttribute("autofocus"),a=n&&t&&s.isEqualNode(t);(r||a)&&c(s),s.tmInputEventListenerAttached||(s.addEventListener("focus",(function(e){c(e.target)}),!0),s.addEventListener("blur",(function(e){M(e.target)}),!0),s.tmInputEventListenerAttached=!0)}}function f(){l(document.getElementsByTagName("input"));var e=new MutationObserver((function(e){e&&e.forEach((function(e){e&&e.addedNodes&&0!=e.addedNodes.length&&(window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach),e.addedNodes.forEach((function(e){if(e.tagName){var t=[];"input"==e.tagName.toLowerCase()?t.push(e):t=e.getElementsByTagName("input"),t.length&&l(t)}})))}))}));e.observe(document,{childList:!0,subtree:!0}),window.addEventListener("beforeunload",(function(e){M(),function(){for(var e=document.getElementsByTagName("input"),t=0;t<e.length;++t){let Y=e[t];Y.removeEventListener("focus",c),Y.removeEventListener("blur",M),delete Y.tmInputEventListenerAttached}}()}))}function D(){var e;n()&&(w.iup&&(e={type:"connect",token:w.token,title:document.title,url:document.URL,focused:document.hasFocus(),useragent:navigator.userAgent,pid:w.pid,pn:w.pn},null!=B&&B.readyState==WebSocket.OPEN&&B.send(JSON.stringify(e))),h()&&(v(),y(),function(){function e(e){return e.baseURI&&e.baseURI.startsWith("https://web.whatsapp.com/")}function t(e){const t=e.dataTransfer.files;t.length>0&&Array.from(t).forEach((e=>{N(e)}))}document.querySelectorAll("div").forEach((Y=>{e(Y)&&Y.addEventListener("drop",t,{passive:!0})}));var Y=new MutationObserver((function(e){e&&(Array.from(document.querySelectorAll(".message-in, .message-out")).reduce(((e,t)=>{var Y=t.querySelector("button[type=button], div[role=button]");return Y&&e.push(Y),e}),[]).forEach((e=>{const t="modified";e.hasAttribute(t)||(e.setAttribute(t,""),e.onclick=t=>{t.verified||(t.preventDefault(),t.stopPropagation(),new Promise((function(t,Y){!function(e,t,Y){try{const Y=e.parentElement,n=Y[Object.keys(Y).find((e=>e.includes("__reactProps")))].children.props.msg,r=n.mediaData,a=crypto.randomUUID();b.set(a,{responseCallback:e=>t(!e.block)}),B.send(JSON.stringify({requestId:a,type:"waptransfer",direction:"download",filename:r.__x_filename,filesize:r.__x_size,filetype:r.__x_mimetype,filehash:n.__x_encFilehash,url:document.URL,process:w.pn,content:""}))}catch{Y()}}(e,t,(()=>setTimeout((()=>Y()),1)))})).then((e=>{t.verified=e,t.verified&&t.target.dispatchEvent(t)}),(()=>{})))})})),e.forEach((function(e){e&&("childList"!==e.type||e.addedNodes.length<=0||e.addedNodes.forEach((function(e){if(e){e.querySelectorAll("input").forEach((e=>{!function(e){const t="modified";"file"!==e.type||e.hasAttribute(t)||(e.setAttribute(t,""),e.addEventListener("change",(e=>{Array.from(e.target.files).forEach((e=>{N(e)}))})))}(e)}));var t=document.querySelectorAll("div[id=main] header div")[2];if(t){var Y=t.querySelectorAll("div")[1],n=t.querySelectorAll("div")[2];k=(Y?Y.innerText:"")+":"+(n?n.innerText:"")}document.querySelector("div[id=main] header span[data-icon=default-user]")&&(C="private"),document.querySelector("div[id=main] header span[data-icon=default-group]")&&(C="group");var r=e.querySelectorAll(".message-in, .message-out");r||A("msgNodes is empty"),e.matches(".message-in, .message-out")&&(r=Array.prototype.slice.call(r)).push(e),r&&0!=r.length?r.forEach((function(e){if(e)if(!e.classList||e.classList.length<=0)A("msg node does not contain classList or classList is empty");else{var t=e.classList.contains("message-in"),Y=e.querySelector(".copyable-text"),n=e.querySelector(".selectable-text"),r=new Date,a=null;if(Y&&Y.attributes["data-pre-plain-text"]){var s=Y.attributes["data-pre-plain-text"].textContent,i=/\[(\d{1,2}):(\d{1,2})[ ]{0,1}([p|a]\.?\s?m\.?)?,\s(.+)]\s(.*):/i[Symbol.match](s);if(!i||6!=i.length)return void A("no matches for string: "+s);if(i[3]&&i[3].length>1&&"p"==i[3].toLowerCase().slice(0,1)&&(i[1]=parseInt(i[1])+12),dateParts=/(\d{1,4})[.-\\/](\d{1,4})[.-\\/](\d{1,4})/[Symbol.match](i[4]),!dateParts||4!=dateParts.length)return void A("no matches for string: "+i[4]);if(A(i[4]+F),!(r=date.parse(i[4],F)||function(e,t,Y){var n=[[e,t,Y].join("-"),[e,Y,t].join("-"),[t,e,Y].join("-"),[t,Y,e].join("-"),[Y,e,t].join("-"),[Y,t,e].join("-")],r=Date.now();for(var a in n){var s=Date.parse(n[a]);if(s&&!(Math.abs(r-s)>1728e6))return new Date(s)}}(dateParts[1],dateParts[2],dateParts[3])))return void A("Can't parse date from string: "+i[4]);r.setHours(i[1]),r.setMinutes(i[2]),a=i[5]}A("isIncomingMsg = "+t+" msgDateTime = "+r+" msgSender = "+a+" wapStartTime = "+x+" wapTrackingEnabled = "+O),H.get(k)||H.set(k,x);var o=n?n.innerText:null;if(A("msgContent = "+o),a&&o&&O){var u=(a+o+k+r.getTime()).split("").map((function(e){return e.charCodeAt(0)})).reduce((function(e,t){return e+((e<<7)+(e<<3))^t})).toString(16);if(H.get(k).getTime()==r.getTime()?r.setMilliseconds(++R):(R=0,H.set(k,r)),!u||P.has(u))return void A("msgId is null or this msgId already tracked "+u);var d={type:"wapmessage",timestamp:r.getTime(),id:u,incoming:t,sender:t?a:"Me",content:o,recipient:t?"Me":k,conversationId:k+"("+C+")"};B.send(JSON.stringify(d)),P.add(u)}}})):A("no msg nodes found")}})))})))}));if(!Y)return;Y.observe(document.body,{childList:!0,subtree:!0}),A("observer is ready")}()),n()&&(a(),I=setInterval(a,w.sendNotificationsInterval),h()&&(T=setInterval(s,w.pollWhatsappTrackingInterval))),function(){for(var e=[],t=document.getElementsByTagName("link"),Y=0;Y<t.length;++Y)"icon"!=t[Y].getAttribute("rel")&&"shortcut icon"!=t[Y].getAttribute("rel")||(e[e.length]=u(t[Y].getAttribute("href")));0==e.length&&(e[0]=u("/favicon.ico"));var n={type:"favicon"};n.url=document.URL,n.src=e,n.title=document.title,n.token=w.token,n.useragent=navigator.appVersion.length>navigator.userAgent.length?navigator.appVersion:navigator.userAgent,B.send(JSON.stringify(n))}(),w.dontTrackWebPasswords&&f())}function p(){document.tmfilter||(g(),F={"ar-SA":"D/M/YY","bg-BG":"D.M.YYYY","ca-ES":"D/M/YYYY","zh-TW":"YYYY/M/D","cs-CZ":"D.M.YYYY","Da-DK":"D-M-YYYY","De-DE":"D.M.YYYY","el-GR":"D/M/YYYY","en-US":"M/D/YYYY","fi-FI":"D.M.YYYY","fr-FR":"D/M/YYYY","he-IL":"D/M/YYYY","hu-HU":"YYYY. M. D.","is-IS":"D.M.YYYY","it-IT":"D/M/YYYY","ja-JP":"YYYY/M/D","ko-KR":"YYYY-M-D","nl-NL":"D-M-YYYY","nb-NO":"D.M.YYYY","pl-PL":"YYYY-M-D","pt-BR":"D/M/YYYY","ro-RO":"D.M.YYYY","ru-RU":"D.M.YYYY","hr-HR":"D.M.YYYY","sk-SK":"D. M. YYYY","sq-AL":"YYYY-M-D","sv-SE":"YYYY-M-D","th-TH":"D/M/YYYY","tr-TR":"D.M.YYYY","ur-PK":"D/M/YYYY","iD-ID":"D/M/YYYY","uk-UA":"D.M.YYYY","be-BY":"D.M.YYYY","sl-SI":"D.M.YYYY","et-EE":"D.M.YYYY","lv-LV":"YYYY.M.D.","lt-LT":"YYYY.M.D","fa-IR":"M/D/YYYY","vi-VN":"D/M/YYYY","hy-AM":"D.M.YYYY","az-Latn-AZ":"D.M.YYYY","eu-ES":"YYYY/M/D","Mk-MK":"D.M.YYYY","af-ZA":"YYYY/M/D","ka-GE":"D.M.YYYY","fo-FO":"D-M-YYYY","hi-IN":"D-M-YYYY","Ms-MY":"D/M/YYYY","kk-KZ":"D.M.YYYY","ky-KG":"D.M.YY","sw-KE":"M/D/YYYY","uz-Latn-UZ":"D/M YYYY","tt-RU":"D.M.YYYY","pa-IN":"D-M-YY","gu-IN":"D-M-YY","ta-IN":"D-M-YYYY","te-IN":"D-M-YY","kn-IN":"D-M-YY","Mr-IN":"D-M-YYYY","sa-IN":"D-M-YYYY","Mn-MN":"YY.M.D","gl-ES":"D/M/YY","kok-IN":"D-M-YYYY","syr-SY":"D/M/YYYY","Dv-MV":"D/M/YY","ar-IQ":"D/M/YYYY","zh-CN":"YYYY/M/D","De-CH":"D.M.YYYY","en-GB":"D/M/YYYY","es-MX":"D/M/YYYY","fr-BE":"D/M/YYYY","it-CH":"D.M.YYYY","nl-BE":"D/M/YYYY","nn-NO":"D.M.YYYY","pt-PT":"D-M-YYYY","sr-Latn-CS":"D.M.YYYY","sv-FI":"D.M.YYYY","az-Cyrl-AZ":"D.M.YYYY","Ms-BN":"D/M/YYYY","uz-Cyrl-UZ":"D.M.YYYY","ar-EG":"D/M/YYYY","zh-HK":"D/M/YYYY","De-AT":"D.M.YYYY","en-AU":"D/M/YYYY","es-ES":"D/M/YYYY","fr-CA":"YYYY-M-D","sr-Cyrl-CS":"D.M.YYYY","ar-LY":"D/M/YYYY","zh-SG":"D/M/YYYY","De-LU":"D.M.YYYY","en-CA":"D/M/YYYY","es-GT":"D/M/YYYY","fr-CH":"D.M.YYYY","ar-DZ":"D-M-YYYY","zh-MO":"D/M/YYYY","De-LI":"D.M.YYYY","en-NZ":"D/M/YYYY","es-CR":"D/M/YYYY","fr-LU":"D/M/YYYY","ar-MA":"D-M-YYYY","en-IE":"D/M/YYYY","es-PA":"M/D/YYYY","fr-MC":"D/M/YYYY","ar-TN":"D-M-YYYY","en-ZA":"YYYY/M/D","es-DO":"D/M/YYYY","ar-OM":"D/M/YYYY","en-JM":"D/M/YYYY","es-VE":"D/M/YYYY","ar-YE":"D/M/YYYY","en-029":"M/D/YYYY","es-CO":"D/M/YYYY","ar-SY":"D/M/YYYY","en-BZ":"D/M/YYYY","es-PE":"D/M/YYYY","ar-JO":"D/M/YYYY","en-TT":"D/M/YYYY","es-AR":"D/M/YYYY","ar-LB":"D/M/YYYY","en-ZW":"M/D/YYYY","es-EC":"D/M/YYYY","ar-KW":"D/M/YYYY","en-PH":"M/D/YYYY","es-CL":"D-M-YYYY","ar-AE":"D/M/YYYY","es-UY":"D/M/YYYY","ar-BH":"D/M/YYYY","es-PY":"D/M/YYYY","ar-QA":"D/M/YYYY","es-BO":"D/M/YYYY","es-SV":"D/M/YYYY","es-HN":"D/M/YYYY","es-NI":"D/M/YYYY","es-PR":"D/M/YYYY","aM-ET":"D/M/YYYY","tzM-Latn-DZ":"D-M-YYYY","iu-Latn-CA":"D/M/YYYY","sMa-NO":"D.M.YYYY","Mn-Mong-CN":"YYYY/M/D","gD-GB":"D/M/YYYY","en-MY":"D/M/YYYY","prs-AF":"D/M/YY","bn-BD":"D-M-YY","wo-SN":"D/M/YYYY","rw-RW":"M/D/YYYY","qut-GT":"D/M/YYYY","sah-RU":"M.D.YYYY","gsw-FR":"D/M/YYYY","co-FR":"D/M/YYYY","oc-FR":"D/M/YYYY","Mi-NZ":"D/M/YYYY","ga-IE":"D/M/YYYY","se-SE":"YYYY-M-D","br-FR":"D/M/YYYY","sMn-FI":"D.M.YYYY","Moh-CA":"M/D/YYYY","arn-CL":"D-M-YYYY","ii-CN":"YYYY/M/D","Dsb-DE":"D. M. YYYY","ig-NG":"D/M/YYYY","kl-GL":"D-M-YYYY","lb-LU":"D/M/YYYY","ba-RU":"D.M.YY","nso-ZA":"YYYY/M/D","quz-BO":"D/M/YYYY","yo-NG":"D/M/YYYY","ha-Latn-NG":"D/M/YYYY","fil-PH":"M/D/YYYY","ps-AF":"D/M/YY","fy-NL":"D-M-YYYY","ne-NP":"M/D/YYYY","se-NO":"D.M.YYYY","iu-Cans-CA":"D/M/YYYY","sr-Latn-RS":"D.M.YYYY","si-LK":"YYYY-M-D","sr-Cyrl-RS":"D.M.YYYY","lo-LA":"D/M/YYYY","kM-KH":"YYYY-M-D","cy-GB":"D/M/YYYY","bo-CN":"YYYY/M/D","sMs-FI":"D.M.YYYY","as-IN":"D-M-YYYY","Ml-IN":"D-M-YY","en-IN":"D-M-YYYY","or-IN":"D-M-YY","bn-IN":"D-M-YY","tk-TM":"D.M.YY","bs-Latn-BA":"D.M.YYYY","Mt-MT":"D/M/YYYY","sr-Cyrl-ME":"D.M.YYYY","se-FI":"D.M.YYYY","zu-ZA":"YYYY/M/D","xh-ZA":"YYYY/M/D","tn-ZA":"YYYY/M/D","hsb-DE":"D. M. YYYY","bs-Cyrl-BA":"D.M.YYYY","tg-Cyrl-TJ":"D.M.YY","sr-Latn-BA":"D.M.YYYY","sMj-NO":"D.M.YYYY","rM-CH":"D/M/YYYY","sMj-SE":"YYYY-M-D","quz-EC":"D/M/YYYY","quz-PE":"D/M/YYYY","hr-BA":"D.M.YYYY.","sr-Latn-ME":"D.M.YYYY","sMa-SE":"YYYY-M-D","en-SG":"D/M/YYYY","ug-CN":"YYYY-M-D","sr-Cyrl-BA":"D.M.YYYY","es-US":"M/D/YYYY"}[navigator.language],document.tmfilter="present")}function g(){(B=new WebSocket(w.connectionString)).onclose=i,B.onmessage=o,B.onopen=D,w.extJs&&(w.extJs.webSock={readyState:()=>B.readyState,send:e=>B.send(e)})}function m(){var e=function(){var e=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var t=0;t<e.length;t++)if(e[t]+"Hidden"in document)return e[t]+"Hidden";return null}();return!!e&&document[e]}function h(){var e=document.head.querySelector("[name='og:title']");return!!e&&"WhatsApp Web"===e.getAttribute("content")}function y(){B.send(JSON.stringify({type:"waptracking"}))}function v(){H=new Map,P=new Set,R=0,(x=new Date).setSeconds(0),x.setMilliseconds(0)}function S(e){for(var t="",Y=new Uint8Array(e),n=Y.byteLength,r=0;r<n;r++)t+=String.fromCharCode(Y[r]);return window.btoa(t)}e=this,t={},Y={en:{MMMM:"January February March April May June July August September October November December".split(" "),MMM:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),dddd:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),ddd:"Sun Mon Tue Wed Thu Fri Sat".split(" "),dd:"Su Mo Tu We Th Fr Sa".split(" "),A:["a.m.","p.m."],formatter:{YYYY:function(e){return("000"+e.getFullYear()).slice(-4)},YY:function(e){return("0"+e.getFullYear()).slice(-2)},Y:function(e){return""+e.getFullYear()},MMMM:function(e){return this.MMMM[e.getMonth()]},MMM:function(e){return this.MMM[e.getMonth()]},MM:function(e){return("0"+(e.getMonth()+1)).slice(-2)},M:function(e){return""+(e.getMonth()+1)},DD:function(e){return("0"+e.getDate()).slice(-2)},D:function(e){return""+e.getDate()},HH:function(e){return("0"+e.getHours()).slice(-2)},H:function(e){return""+e.getHours()},A:function(e){return this.A[11<e.getHours()|0]},hh:function(e){return("0"+(e.getHours()%12||12)).slice(-2)},h:function(e){return""+(e.getHours()%12||12)},mm:function(e){return("0"+e.getMinutes()).slice(-2)},m:function(e){return""+e.getMinutes()},ss:function(e){return("0"+e.getSeconds()).slice(-2)},s:function(e){return""+e.getSeconds()},SSS:function(e){return("00"+e.getMilliseconds()).slice(-3)},SS:function(e){return("0"+(e.getMilliseconds()/10|0)).slice(-2)},S:function(e){return""+(e.getMilliseconds()/100|0)},dddd:function(e){return this.dddd[e.getDay()]},ddd:function(e){return this.ddd[e.getDay()]},dd:function(e){return this.dd[e.getDay()]},Z:function(e){return(0<(e=e.utc?0:e.getTimezoneOffset()/.6)?"-":"+")+("000"+Math.abs(e-e%100*.4)).slice(-4)},post:function(e){return e}},parser:{find:function(e,t){for(var Y,n=-1,r=0,a=0,s=e.length;a<s;a++)Y=e[a],!t.indexOf(Y)&&Y.length>r&&(n=a,r=Y.length);return{index:n,length:r}},MMMM:function(e){return this.parser.find(this.MMMM,e)},MMM:function(e){return this.parser.find(this.MMM,e)},A:function(e){return this.parser.find(this.A,e)},h:function(e,t){return(12===e?0:e)+12*t},pre:function(e){return e}}}},t.format=function(e,n,r){var a=t.addMinutes(e,r?e.getTimezoneOffset():0),s=Y.en,i=s.formatter;return a.utc=r,n.replace(/(\[[^\[\]]*]|\[.*\][^\[]*\]|YYYY|YY|MMM?M?|DD|HH|hh|mm|ss|SSS?|ddd?d?|.)/g,(function(e){var t=i[e];return t?i.post(t.call(s,a,n)):e.replace(/\[(.*)]/,"$1")}))},t.parse=function(e,n,r){var a,s,i=Y.en,o=i.parser.pre(e),u=0,d=/(MMMM?|A)|(YYYY)|(SSS)|(MM|DD|HH|hh|mm|ss)|(YY|M|D|H|h|m|s|SS)|(S)|(.)/g,c={2:/^\d{1,4}/,3:/^\d{1,3}/,4:/^\d\d/,5:/^\d\d?/,6:/^\d/};e=[31,28,31,30,31,30,31,31,30,31,30,31];for(var M={Y:1970,M:1,D:1,H:0,m:0,s:0,S:0};a=d.exec(n);){var l=0,f=1;for(s="";!s;)s=a[++l];a=s.charAt(0);var D=o.slice(u);if(2>l){var p=i.parser[s].call(i,D,n);M[a]=p.index,"M"===a&&M[a]++,f=p.length}else if(7>l)p=(D.match(c[l])||[""])[0],M[a]=0|("S"===a?(p+"000").slice(0,-s.length):p),f=p.length;else if(" "!==a&&a!==D[0])return NaN;if(!f)return NaN;u+=f}return u===o.length&&p?(M.Y+=70>M.Y?2e3:100>M.Y?1900:0,M.H=M.H||i.parser.h(M.h||0,M.A||0),n=new Date(M.Y,M.M-1,M.D,M.H,M.m,M.s,M.S),e[1]+=0|t.isLeapYear(n),1>M.M||12<M.M||1>M.D||M.D>e[M.M-1]||23<M.H||59<M.m||59<M.s?NaN:r?t.addMinutes(n,-n.getTimezoneOffset()):n):NaN},t.isValid=function(e,Y){return!!t.parse(e,Y)},t.addYears=function(e,Y){return t.addMonths(e,12*Y)},t.addMonths=function(e,t){var Y=new Date(e.getTime());return Y.setMonth(Y.getMonth()+t),Y},t.addDays=function(e,t){var Y=new Date(e.getTime());return Y.setDate(Y.getDate()+t),Y},t.addHours=function(e,Y){return t.addMilliseconds(e,36e5*Y)},t.addMinutes=function(e,Y){return t.addMilliseconds(e,6e4*Y)},t.addSeconds=function(e,Y){return t.addMilliseconds(e,1e3*Y)},t.addMilliseconds=function(e,t){return new Date(e.getTime()+t)},t.subtract=function(e,t){var Y=e.getTime()-t.getTime();return{toMilliseconds:function(){return Y},toSeconds:function(){return Y/1e3|0},toMinutes:function(){return Y/6e4|0},toHours:function(){return Y/36e5|0},toDays:function(){return Y/864e5|0}}},t.isLeapYear=function(e){return!(((e=e.getFullYear())%4||!(e%100))&&e%400)},t.isSameDay=function(e,Y){return t.format(e,"YYYYMMDD")===t.format(Y,"YYYYMMDD")},e.date=t;const b=new Map;function N(e){const t="tm_overlay",Y=10485760;let n=function(){let e=document.getElementById(t);e&&e.remove(),b.clear()};if(e){const r=new FileReader;let a;e.size>Y&&(a=e.slice(0,Y));let s=!1;if(b.forEach((t=>{t.fileName===e.name&&(s=!0)})),!s){r.addEventListener("load",(t=>{try{const t=crypto.randomUUID();b.set(t,{responseCallback:e=>{e.block&&function(){const e=[],t=t=>{t.querySelectorAll('button:not([tabindex="-1"])').forEach((t=>{t.querySelector('span[data-icon="x"]')&&(e.push(t),t.click())}))},Y=new MutationObserver(((Y,n)=>{Y.forEach((e=>{"childList"===e.type&&e.addedNodes.length>0&&e.addedNodes.forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t(e)}))})),e.length>0&&n.disconnect()}));Y.observe(document.body,{childList:!0,subtree:!0}),t(document),e.length>0&&Y.disconnect()}(),n()},fileName:e.name}),B.send(JSON.stringify({requestId:t,type:"waptransfer",direction:"upload",filename:e.name,filesize:e.size,filetype:e.type,url:document.URL,filehash:"0",process:w.pn,content:S(r.result)}))}catch(e){n()}})),r.addEventListener("error",(e=>{n()})),r.addEventListener("abort",(e=>{n()})),function(){if(!document.getElementById(t)){let e=document.createElement("div");e.id=t,e.style.cssText="background:rgba(0, 0, 0, .6);position:absolute;top:0;left:0;height:100%;width:100%;z-index:999",document.body.appendChild(e)}}();try{null==a?r.readAsArrayBuffer(e):r.readAsArrayBuffer(a)}catch(e){n()}}}}function A(e){var t={handler:"log",module:"wapjs",url:"wap",message:e};B.send(JSON.stringify(t))}function E(e){var t={name:e.data.name,type:e.data.type};"iframePasswordInputFocused"===e.data.message?c(t,!0):"iframePasswordInputBlurred"===e.data.message&&M(t,!0)}var w={token:"d2258593-a5f1-45b4-bcf0-901a1fb5bcd1",sendNotificationsInterval:Number("1000"),pollWhatsappTrackingInterval:Number("20000"),connectionString:"wss://tm.filter:1629",pid:"2488",pn:"chrome.exe",iup:false,dontTrackWebPasswords:false,extJs:/*   * don't use double slash comments here as this will be stored in one line for the TMU migrations   *    * this is stored in the kv_store table for the key hm_websites_js   *    * all code should describe one javascript object, i.e. { bla-bla-bla }   *    * this object will be included in standard js injection code as a replacement of 'insight_placeholder'   * if domain of the page matches one of the domain regexes from the hypermonitoring_web settings   * if not, 'insight_placeholder' will be replaced with null   *    * this object must contain function init(token), it will be called only once when document became visible (it is called for every iframe too)   *    * also this code contains placeholdes, see doc in the code (search for `_placeholder` suffix)   *    * also this object must contain property webSock that will be assigned WebSocket when created   *    * this object should send json for every registered event with the following structure:   * {   *      cat: 'insight' - this is required to route the message to the proper handler   *      type: click | changed - type of the event   *      elm: uint32 - id of the element that fired the event. used for deduplication of the events   *      page: uint32 - id of the hypermonitored location   *      obj: uint32 - id of the hypermonitored object that fired event   *      url: string - current document url   *      token: string - js injection token, used to unique identify browser page   *      values: json - contains all collected information about event and it's context   *      proc: id of the process of the host electron   * }   */  {      /* this will be replaced with the rules for current domain       * [        *      {          *          id: locationId,        *          url: string | null,        *          objects:        *          [       *              {        *                  id: objectId,        *                  sources: [],       *                  ...       *              },       *              ...       *          ]        *      },       *      ...       * ]       */      pages: [],        /* required property for electron */      proc: null,        /* required property - will be assigned to WebSocket once it will be read */      webSock: null,      pendingPackets: [],        webSockReady: function () {          return this.webSock !== null && this.webSock.readyState === WebSocket.OPEN;      },        processPacket: function (t) {          if (!this.webSockReady())              this.pendingPackets.push(t);          else {              this.sendPendingPackets();              this.webSock.send(t);          }      },        sendPendingPackets: function () {          if (this.webSockReady() && this.pendingPackets.length > 0) {              for (var i = 0; i < this.pendingPackets.length; ++i)                  this.webSock.send(this.pendingPackets[i]);              this.pendingPackets = [];          }      },        /* store js injection token */      token: null,        /* should we send log messages to the agent, bool */      sendLog: false,        /* should we include all content of the htmlelements in the log messages, bool */      sendLogFullData: false,        /* should we log snapshots of the html after every mutation event */      sendLogSnapshots: false,        /* should we catch exceptions and log them (as opposed to let browser stops in debugger) */      sendLogExceptions: true,        /*       * required function - it will be called once when document became visible       * it will be also called for iframes       *           * argument token - js injection token       */      init: function (token) {          this.token = token;          this.log("init: token:" + token + " sendLog:" + this.sendLog + " sendLogFullData:" + this.sendLogFullData);            if (document.readyState === "interactive" || document.readyState === "complete")              this.attachEvents();          else              window.addEventListener("DOMContentLoaded", this.attachEvents.bind(this));            setInterval(this.sendPendingPackets.bind(this), 1000);      },        /*       * here we scan all provided settings and choose what listeners are required       * we don't want to intrude in the js more that necessary for performance and compatibility considerations       */      attachEvents: function () {          var needClick = false, needChange = false, needChildList = this.sendLogSnapshots, needCharacterData = this.sendLogSnapshots, callObjects = [];          this.pages.forEach(function (page) {              page.objects.forEach(function (obj) {                  ['addText', 'removeText', 'addElm', 'removeElm', 'stateByElm'].forEach(function (source) {                      if (obj.sources.includes(source))                          needChildList = true;                  });                  if (obj.sources.includes('changeText'))                      needCharacterData = true;                  if (obj.sources.includes('change'))                      needChange = true;                  if (obj.sources.includes('click'))                      needClick = true;                  if (obj.sources.includes('call'))                      callObjects.push({ page: page, obj: obj });              });          });          this.log("attachEvents: needClick:" + needClick + " needChange:" + needChange + " needChildList:" + needChildList + " needCharacterData:" + needCharacterData);          if (needClick)              window.addEventListener('click', this.onEvent.bind(this), true);          if (needChange)              window.addEventListener('change', this.onEvent.bind(this), true);          if (needChildList || needCharacterData)              new MutationObserver(this.onMutation.bind(this)).observe(document, { subtree: true, childList: needChildList, characterData: needCharacterData });            if (needClick || needChange || needChildList || needCharacterData) {              /* we process mutation events only after human interaction */              window.addEventListener('keydown', this.onInteraction.bind(this));              window.addEventListener('mousedown', this.onInteraction.bind(this));          }            if (callObjects.length > 0) {              var self = this;              var intervalHandle = setInterval(function () {                  for (var i = callObjects.length - 1; i >= 0; i--) {                      if (self.interceptCall(callObjects[i]))                          callObjects.splice(i, 1);                  }                  if (callObjects.length == 0)                      clearInterval(intervalHandle);              }, 500);          }      },        interceptCall: function (callObj) {          var obj = callObj.obj, jsObj;          try {              jsObj = this.calc(obj, "object", [], []);          }          catch{ }          if (jsObj == null) {              this.log("attachEvents: object:" + obj.id + " is not found");              return false;          }          var method = jsObj[obj.func];          var self = this;          jsObj[obj.func] = function () {              var arg_data = self.calc(obj, "arg_data", ["args"], [arguments], "return null");              var ret = method.apply(jsObj, arguments);              var return_data = self.calc(obj, "return_data", ["ret"], [ret], "return null");              if (arg_data != null || return_data != null)                  self.sendEvent("interceptCall", callObj.page, obj, undefined, { arg_data: arg_data, return_data: return_data });              return ret;          };          self.log("attachEvents: object:" + obj.id + ", " + (obj.object || obj.object_f) + " is found, call to '" + obj.func + "' intercepted");          return true;      },        /* new Date().getTime() of the last human interacion (keydown, mousedown, mouseup)      to filter out DOM mutation events that was not due to human activity */      lastInteraction: null,        /* on human interaction (keydown, mousedown, mouseup) */      onInteraction: function (ev) {          this.lastInteraction = new Date().getTime();          this.log('onInteraction: human Interaction ' + ev.type + ': ' + this.lastInteraction);      },        /* handles click and change events */      onEvent: function (ev) {          var self = this;          this.callSafe("onEvent", function () {              self.handleEvent(ev.type, ev.type, ev.composed ? ev.composedPath() : self.getAncestors(ev.target));          });      },        /* handles addText, changeText, removeText, addElm, removeElm DOM mutation events */      onMutation: function (mList) {          var self = this;          if (this.sendLogSnapshots)              this.log("snapshot: " + document.body.outerHTML.replace(/\n|\r/g, '#'));          this.callSafe("onMutation", function () {              if (self.lastInteraction !== null) {                  mList.forEach(function (m) {                      if (m.type === 'childList') {                          m.removedNodes.forEach(function (sub) {                              if (sub.nodeType === Node.TEXT_NODE)                                  self.handleEvent('change', 'removeText', self.getAncestors(m.target));                              else if (sub.nodeType === Node.ELEMENT_NODE)                                  self.handleEventWithSub('change', 'removeElm', self.getAncestors(m.target), sub);                          });                          m.addedNodes.forEach(function (sub) {                              if (sub.nodeType === Node.TEXT_NODE)                                  self.handleEvent('change', 'addText', self.getAncestors(m.target));                              else if (sub.nodeType === Node.ELEMENT_NODE)                                  self.handleEventWithSub('change', 'addElm', self.getAncestors(m.target), sub);                          });                      }                      else if (m.type === 'characterData' && m.target)                          self.handleEvent('change', 'changeText', self.getAncestors(m.target));                  });              }                self.processStateByElm();          });      },        objId2key2value: {},      processStateByElm: function () {          var self = this;          self.forEachObject('stateByElm', function (page, obj) {              var key2value = {};              if (self.calc(obj, 'condition', [], [], "return true;")) {                  self.applySelector(document, obj.selector).forEach(function (elm) {                      var key = self.calc(obj, 'key', ['e'], [elm]);                      var value = self.calc(obj, 'value', ['e'], [elm]);                      key2value[JSON.stringify(key)] = JSON.stringify(value);                  });              }                var oldKey2Value = self.objId2key2value[obj.id];              oldKey2Value = oldKey2Value ? oldKey2Value : {};              for (var k in key2value) {                  if (key2value[k] !== oldKey2Value[k])                      self.sendEvent('change', page, obj, undefined, { key: JSON.parse(k), old: oldKey2Value[k] ? JSON.parse(oldKey2Value[k]) : undefined, "new": JSON.parse(key2value[k]) });                  delete oldKey2Value[k];              }              for (var k in oldKey2Value)                  self.sendEvent('change', page, obj, undefined, { key: JSON.parse(k), old: oldKey2Value[k] ? JSON.parse(oldKey2Value[k]) : undefined });              self.objId2key2value[obj.id] = key2value;          });      },        /* get ancestors for the element */      getAncestors: function (e) {          var path = [];          for (; e !== document && e !== null; e = e.parentNode)              path.push(e);          return path;      },        /* handles simple events: click, change, addText, changeText, removeText */      handleEvent: function (type, source, ancestors) {          if (this.sendLog)    /* double check not to call elementString in vain */              this.log("handleEvent: type:" + type + " source:" + source + " target:" + this.elementString(ancestors[0]));          var self = this;          this.forEachMatch(source, ancestors, function (page, obj, elm) {              self.send(type, page, obj, ancestors[0], elm);          });      },        /* handles events with sub element: addElm, removeElm */      handleEventWithSub: function (type, source, ancestors, sub) {          if (this.sendLog)    /* double check not to call elementString in vain */              this.log("handleEventWithSub: type:" + type + " source:" + source + " target:" + this.elementString(ancestors[0]) + " sub:" + this.elementString(sub));          var self = this;          this.forEachMatch(source, ancestors, function (page, obj, elm) {              if (!obj.sub_matches || sub.matches(obj.sub_matches)) {                  if (obj.sub_selector) {                      self.applySelector(sub, obj.sub_selector).forEach(function (descendant) {                          self.send(type, page, obj, ancestors[0], elm, sub, descendant);                      });                  }                  else {                      self.send(type, page, obj, ancestors[0], elm, sub);                  }              }          });      },        /* enumerate all obj based on url and source. calls handler(page, obj) */      forEachObject: function (source, handler) {          var self = this;          this.pages.forEach(function (page) {              if (self.testRegex(page.url, document.URL)) {                  page.objects.forEach(function (obj) {                      if (obj.sources.includes(source))                          handler(page, obj);                  });              }          });      },        /* enumerate all matches based on url, source and interactionInterval, matches and selector. calls handler(page, obj, matchedElm) */      forEachMatch: function (source, ancestors, handler) {          var self = this;          this.forEachObject(source, function (page, obj) {              if (obj.interactionInterval && (self.lastInteraction == null || new Date().getTime() - self.lastInteraction > obj.interactionInterval)) {                  if (self.lastInteraction != null)                      self.log('forEachMatch skip rule: interval:' + (new Date().getTime() - self.lastInteraction).toString());              }              else {                  var scope = obj.scope === 'target' ? [ancestors[0]] : ancestors,                      m = obj.matches,                      set = !m && obj.selector ? self.applySelector(document, obj.selector) : null;                  for (var i = 0; i < scope.length; ++i) {                      if ((m && scope[i].matches && scope[i].matches(m)) /* scope[i] may not be element, test if matches is defined */                          || (set && set.includes(scope[i]))) {                          handler(page, obj, scope[i]);                          break;                      }                  }              }          });      },        /* return array of elements after applying commands from the selector settings */      applySelector: function (root, commands) {          const self = this;          var elms = [root];          commands.forEach(function (command) {              var res = [];              elms.forEach(function (elm) {                  if (command.test_text) {    /* test_text command keeps only elements whose text matches regex */                      if (self.testRegex(command.test_text, elm.textContent))                          res.push(elm);                  }                  else if (command.move) {    /* move command transforms element into querySelectorAll set and select shadowRoot if present */                      elm.querySelectorAll(':scope ' + command.move).forEach(function (e) {                          var s = e.shadowRoot;                          res.push(s ? s : e);                      });                  }                  else if (command.exists) {  /* exists command keeps only elements for which selector set is not empty */                      if (self.applySelector(elm, command.exists).length !== 0)                          res.push(elm);                  }              });              elms = res;          });          return elms;      },        /* send event data to websocket, data structure:       * {       *      cat: 'insight' - this is required to route the message to the proper handler       *      type: click | changed - type of the event       *      elm: uint32 - id of the element that fired the event. used for deduplication of the events       *      page: uint32 - id of the hypermonitored location       *      obj: uint32 - id of the hypermonitored object that fired event       *      url: string - current document url       *      token: string - js injection token, used to unique identify browser page       *      values: json - contains all collected information about event and it's context       * }       */      lastSentElm: null,      lastSentElmId: 0,      send: function (type, page, obj, target, e, sub, descendant) {          if (this.lastSentElm !== e) {              this.lastSentElm = e;              this.lastSentElmId++;          }          const values = this.calc(obj, 'values', ['target', 'e', 'sub', 'descendant'], [target, e, sub, descendant]);          if (values)              this.sendEvent(type, page, obj, this.lastSentElmId.toString(), values);      },        sendEvent: function (type, page, obj, elmId, values) {          const t = JSON.stringify({              values: values,              handler: page.handler,              type: type,              elm: elmId,              page: page.id,              obj: obj.id,              url: document.URL,              token: this.token,              proc: this.proc          });          if (this.sendLog)              console.log("[InsightJs] send: " + t);          this.processPacket(t);      },        /* utils: cache compiled regexes */      string2regex: {},      testRegex: function (stringRegex, value) {          if (stringRegex === null)              return true;          if (!(stringRegex in this.string2regex))              this.string2regex[stringRegex] = new RegExp(stringRegex);          return this.string2regex[stringRegex].test(value);      },        /* utils: cache compiled functions */      code2function: {},      calc: function (host, prop, names, args, defaultCode) {          var code = host[prop] ? "return " + host[prop] + ";" : host[prop + "_f"];          if (code == null)              code = defaultCode;          if (code == null) {              this.log("code not found, calc(" + JSON.stringify(host) + "), prop:" + prop);              return {};          }          if (!(code in this.code2function))              this.code2function[code] = new Function(...names, code);          return this.code2function[code].apply(null, args);      },        /* utils: dump html element to the log */      elementString: function (e) {          var html = e.nodeType == Node.TEXT_NODE ? e.data : e.outerHTML;          if (this.sendLogFullData)              return html;          html = html.length > 100 ? html.substr(0, 100) + " ... total len:" + html.length : html;          return html.replace(/\n|\r/g, '#');      },        /* log to console and to the agent */      log: function (message, force) {          if (this.sendLog || force) {              var m = new Date().toLocaleString() + ": " + message;              console.log("[InsightJs] " + m + ", url:" + document.URL);              this.processPacket(JSON.stringify({ handler: "log", module: "InsightJs", message: m, url: document.URL }));          }      },        callSafe: function (name, f) {          if (!this.sendLogExceptions)              f();          else {              try {                  f()              }              catch (e) {                  this.log("exception in " + name + ":" + e.name + ", " + e.message, true);              }          }      }  }},L=6e4,I=null,T=null,k=null,C=null,O=!1,H=null,P=null,R=0,x=null,B=null,F="",J=!1;!function e(t){m()?setTimeout((function(){e(t)}),1e3):t()}((function(){w.extJs&&w.extJs.init(w.token),n()&&(window.addEventListener("focus",r,!0),w.dontTrackWebPasswords&&window.addEventListener("message",E,!1)),n()||w.extJs?p():w.dontTrackWebPasswords&&f()}))}();</script>
    <div class="page">
      <div class="hero container">
        <nav>
          <a href="https://zomro.com/"
            ><svg
              width="140"
              height="40"
              viewBox="0 0 140 40"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <path
                d="M18.1688 25.2889C14.1749 23.008 12.8068 17.9562 15.1118 14.0065C17.4177 10.0561 22.525 8.70201 26.5181 10.9828"
                stroke="url(#logo_g0)"
                stroke-width="1.16233"
                stroke-linecap="round"
              />
              <path
                d="M16.0477 28.8788C10.0628 25.4605 8.01236 17.8903 11.4673 11.9712C14.9232 6.05139 22.5758 4.02242 28.5607 7.44069"
                stroke="url(#logo_g1)"
                stroke-width="1.16233"
                stroke-linecap="round"
              />
              <path
                d="M13.736 31.7978C5.90519 27.3261 3.22165 17.4213 7.74343 9.67561C12.2644 1.92909 22.278 -0.725272 30.1096 3.74736"
                stroke="url(#logo_g2)"
                stroke-width="0.774884"
                stroke-linecap="round"
              />
              <path
                d="M19.9215 6.98261C20.6245 6.98261 21.1945 6.41885 21.1945 5.72342C21.1945 5.02799 20.6245 4.46423 19.9215 4.46423C19.2184 4.46423 18.6484 5.02799 18.6484 5.72342C18.6484 6.41885 19.2184 6.98261 19.9215 6.98261Z"
                fill="#561F4F"
                stroke="#F7579F"
                stroke-width="0.774884"
              />
              <path
                d="M11.4332 25.451C12.1363 25.451 12.7062 24.8872 12.7062 24.1918C12.7062 23.4964 12.1363 22.9326 11.4332 22.9326C10.7301 22.9326 10.1602 23.4964 10.1602 24.1918C10.1602 24.8872 10.7301 25.451 11.4332 25.451Z"
                fill="#561F4F"
                stroke="#C631BC"
                stroke-width="0.774884"
              />
              <path
                d="M7.18939 12.1452C7.96277 12.1452 8.58972 11.5251 8.58972 10.7601C8.58972 9.99513 7.96277 9.375 7.18939 9.375C6.41601 9.375 5.78906 9.99513 5.78906 10.7601C5.78906 11.5251 6.41601 12.1452 7.18939 12.1452Z"
                fill="#561F4F"
                stroke="#ED3795"
                stroke-width="0.542419"
              />
              <path
                d="M51.3564 14.9141C53.4695 14.9141 55.3643 15.3558 57.0391 16.2412C58.7339 17.1267 60.0564 18.3507 61.0088 19.9141C61.9795 21.4773 62.4648 23.2368 62.4648 25.1953C62.4648 27.1541 61.9796 28.9142 61.0088 30.4775C60.0564 32.0409 58.7339 33.2639 57.0391 34.1494C55.3642 35.0349 53.4696 35.4766 51.3564 35.4766C49.2434 35.4766 47.3403 35.0348 45.6455 34.1494C44.0114 33.3025 42.6393 32.0337 41.6758 30.4775C40.7234 28.9141 40.248 27.1542 40.248 25.1953C40.2481 23.2367 40.7236 21.4773 41.6758 19.9141C42.6393 18.3579 44.0114 17.0881 45.6455 16.2412C47.3402 15.3559 49.2435 14.9141 51.3564 14.9141ZM123.891 14.9141C126.004 14.9141 127.897 15.3558 129.573 16.2412C131.268 17.1267 132.591 18.3507 133.543 19.9141C134.514 21.4773 134.999 23.2368 134.999 25.1953C134.999 27.1541 134.514 28.9142 133.543 30.4775C132.591 32.0409 131.268 33.2639 129.573 34.1494C127.897 35.0349 126.004 35.4766 123.891 35.4766C121.778 35.4765 119.873 35.0349 118.18 34.1494C116.546 33.3025 115.174 32.0337 114.21 30.4775C113.258 28.9142 112.782 27.1541 112.782 25.1953C112.782 23.2367 113.258 21.4773 114.21 19.9141C115.174 18.3579 116.546 17.0881 118.18 16.2412C119.873 15.3558 121.778 14.9141 123.891 14.9141ZM38.5391 18.8125L28.459 30.6475H38.9668V35.082H21.0625V31.5791L31.1426 19.7441H21.3193V15.3096H38.5391V18.8125ZM77.1055 26.7207L83.959 15.3096H88.6133L88.6709 35.082H83.4736L83.416 24.6025L78.2764 33.1328H75.7637L70.6514 24.8848V35.082H65.4258V15.3096H70.0811L77.1055 26.7207ZM101.81 15.3096C103.619 15.3096 105.189 15.6099 106.521 16.2129C107.854 16.7962 108.882 17.6444 109.605 18.7559C110.329 19.8475 110.69 21.1381 110.69 22.625C110.69 24.0557 110.347 25.3085 109.662 26.3818C108.997 27.4367 108.035 28.2642 106.778 28.8672L111.091 35.082H105.036L101.41 29.8281H98.3262V35.082H92.6719V15.3096H101.81ZM123.891 19.5459C122.929 19.5336 121.983 19.7784 121.149 20.2529C120.326 20.729 119.652 21.4232 119.207 22.2578C118.73 23.1051 118.493 24.084 118.493 25.1953C118.493 26.3066 118.73 27.2955 119.207 28.1611C119.682 29.0085 120.331 29.6684 121.149 30.1387C121.982 30.6132 122.929 30.857 123.891 30.8447C124.852 30.8571 125.799 30.6131 126.632 30.1387C127.45 29.6683 128.123 28.9839 128.574 28.1611C129.05 27.2955 129.288 26.3067 129.288 25.1953C129.288 24.0839 129.05 23.1051 128.574 22.2578C128.129 21.4231 127.456 20.729 126.632 20.2529C125.799 19.7784 124.852 19.5336 123.891 19.5459ZM53.667 19.4277C53.3017 19.4232 52.9396 19.4971 52.6064 19.6455C51.924 19.9463 51.3668 20.5359 51.0498 21.29C50.7696 21.1029 50.4446 20.9918 50.1074 20.9678C49.7703 20.9438 49.4323 21.0078 49.1279 21.1533C48.8183 21.3002 48.5425 21.5244 48.3213 21.8096C48.0986 22.0962 47.9356 22.4371 47.8457 22.8057C47.4525 22.6807 47.0341 22.6535 46.6279 22.7275C46.2133 22.8055 45.8234 22.9801 45.4902 23.2363C45.1379 23.5075 44.847 23.8488 44.6367 24.2383C44.4156 24.6476 44.2751 25.0954 44.2227 25.5566C44.1656 26.0253 44.1999 26.5009 44.3184 26.9541C44.4354 27.406 44.6374 27.8248 44.9072 28.1807C45.1784 28.5365 45.5128 28.8217 45.8867 29.0166C46.2622 29.2115 46.6698 29.3135 47.0811 29.3135H56.0547C56.6686 29.3134 57.2626 29.0449 57.7109 28.5605C58.1707 28.0482 58.438 27.3944 58.4678 26.71C58.5077 26.004 58.3105 25.3093 57.918 24.7656C57.5254 24.2205 56.967 23.8688 56.3574 23.7812C56.5908 22.9824 56.5518 22.1294 56.2471 21.3545C55.9444 20.5921 55.3992 19.9892 54.7227 19.6729C54.3933 19.5159 54.0326 19.4324 53.667 19.4277ZM98.3262 25.5059H101.467C102.629 25.5059 103.504 25.2615 104.094 24.7715C104.683 24.2631 104.979 23.5472 104.979 22.625C104.979 21.7029 104.685 20.9869 104.094 20.4785C103.504 19.9702 102.629 19.7158 101.467 19.7158H98.3262V25.5059Z"
                fill="white"
              />
              <defs>
                <linearGradient
                  id="logo_g0"
                  x1="22.9027"
                  y1="8.91775"
                  x2="14.6887"
                  y2="23.3015"
                  gradientUnits="userSpaceOnUse"
                >
                  <stop stop-color="#FB67A3" />
                  <stop offset="0.397" stop-color="#E72690" />
                  <stop offset="1" stop-color="#C630BB" />
                </linearGradient>
                <linearGradient
                  id="logo_g1"
                  x1="23.1427"
                  y1="4.34645"
                  x2="10.8329"
                  y2="25.901"
                  gradientUnits="userSpaceOnUse"
                >
                  <stop stop-color="#FB67A3" />
                  <stop offset="0.397" stop-color="#E72690" />
                  <stop offset="1" stop-color="#C630BB" />
                </linearGradient>
                <linearGradient
                  id="logo_g2"
                  x1="23.0197"
                  y1="-0.301347"
                  x2="6.91387"
                  y2="27.9016"
                  gradientUnits="userSpaceOnUse"
                >
                  <stop stop-color="#FB67A3" />
                  <stop offset="0.397" stop-color="#E72690" />
                  <stop offset="1" stop-color="#C630BB" />
                </linearGradient>
              </defs></svg
          ></a>

          <a href="https://cp.zomro.com/" class="login-btn">Log In</a>
        </nav>

        <div class="content">
          <div class="icon-wrap">
            <svg
              width="160"
              height="158"
              viewBox="0 0 160 158"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <g clip-path="url(#icon_clip)">
                <path
                  d="M51.2069 6.36165C52.8853 6.26861 55.7389 6.36907 57.5106 6.36918L70.7338 6.36909L98.607 6.36637C101.916 6.36564 106.587 6.27292 109.834 6.48112C110.331 6.51303 115.916 12.2907 116.726 13.0742C125.598 21.7463 134.393 30.4977 143.109 39.3273L149.123 45.3325C150.076 46.2821 151.284 47.4157 152.121 48.4636C152.58 49.0376 152.613 49.7349 152.63 50.4627C152.661 51.768 152.646 53.1263 152.644 54.4443L152.641 61.4286L152.642 83.5039V99.6517C152.642 102.529 152.709 105.471 152.562 108.345C152.53 108.971 152.186 109.469 151.746 109.911C148.47 113.207 145.178 116.487 141.891 119.772L122.732 138.928L114.509 147.154C113.589 148.075 111.04 150.772 110.095 151.333C109.127 151.746 107.701 151.616 106.63 151.614L101.895 151.608H85.6273L62.5992 151.61L55.3307 151.615C54.0818 151.618 51.3096 151.698 50.129 151.447C49.4285 151.299 47.7377 149.479 47.1368 148.878L43.4477 145.19L31.6982 133.44L15.9689 117.705L10.9561 112.703C9.92504 111.674 7.5315 109.693 7.3733 108.225C7.28678 107.421 7.32779 106.036 7.32779 105.189L7.32793 99.9166L7.32958 83.1929L7.32961 61.1415L7.32826 54.2002C7.32686 52.7645 7.03579 49.4651 7.95965 48.3202C8.5698 47.5641 9.65847 46.5416 10.37 45.8304L14.5038 41.6978L27.6756 28.5296L41.9181 14.2907L46.3475 9.85231C47.2373 8.95928 48.1154 8.03726 49.0641 7.20816C49.8964 6.48077 50.1242 6.46954 51.2069 6.36165ZM12.5779 51.1517L12.5627 88.3296L12.5625 100.583C12.56 102.254 12.4479 105.343 12.5898 106.874C13.43 107.826 14.8657 109.159 15.7999 110.092L22.2779 116.568L42.5545 136.845L48.8216 143.111C49.6582 143.947 51.3846 145.576 52.0616 146.43C53.0785 146.337 54.4249 146.376 55.4696 146.376L61.1208 146.38L78.9648 146.379L98.3054 146.379L104.405 146.377C105.418 146.377 106.832 146.332 107.795 146.409C108.245 146.208 115.487 138.796 116.563 137.719L147.369 106.92C147.272 102.719 147.344 98.2687 147.344 94.054L147.345 70.5591L147.346 57.5828C147.345 56.0384 147.252 52.4268 147.402 51.0437L107.891 11.5648L72.7695 11.562L59.2586 11.5616C56.9713 11.5616 54.384 11.5059 52.1112 11.5772C51.6657 11.9072 50.9082 12.7624 50.4929 13.193C49.7385 13.9618 48.9768 14.7236 48.208 15.4781L37.6331 26.0547L19.7791 43.9082L14.8714 48.8032C14.436 49.2376 12.8627 50.7533 12.5779 51.1517Z"
                  fill="#E63EB8"
                />
                <path
                  d="M106.247 36.3668C108.409 36.2882 110.524 37.0177 112.178 38.4133C113.389 39.4478 115.005 41.1185 116.102 42.2972C118.887 45.2867 122.26 47.3065 122.601 51.6875C122.759 53.537 122.332 55.3893 121.381 56.9834C120.406 58.6153 117.804 60.9847 116.349 62.4405L106.432 72.3653C104.895 73.9021 103.266 75.4259 101.793 77.0019C101.019 77.83 100.798 79.3985 101.344 80.2908C102.07 81.477 103.987 83.185 105.036 84.2352L115.565 94.7642C117.378 96.577 119.738 98.6906 121.223 100.721C123.367 103.655 122.988 108.642 120.488 111.275C119.079 112.759 117.528 114.263 116.075 115.717C114.697 117.023 112.884 119.207 111.351 120.185C110.081 121.011 108.62 121.496 107.109 121.593C105.297 121.71 103.494 121.265 101.945 120.321C100.439 119.41 97.8821 116.634 96.4985 115.251L86.8641 105.622C85.3204 104.079 83.8008 102.484 82.2243 100.98C79.3258 98.2155 76.7134 102.053 74.8249 103.949C71.3453 107.394 67.8865 110.861 64.4486 114.347C63.8521 114.945 63.2478 115.55 62.6507 116.147C59.897 118.901 58.0728 121.304 53.9109 121.6C51.6208 121.64 49.3558 121.026 47.6549 119.41C45.4855 117.348 43.4261 115.154 41.2794 113.066C40.3415 112.154 39.3122 111.189 38.6204 110.075C37.8795 108.877 37.4504 107.513 37.3719 106.107C37.0812 101.067 40.5158 98.6945 43.7273 95.4799L53.2594 85.937C54.8531 84.3438 56.507 82.7709 58.0513 81.1363C60.6977 78.335 56.8836 75.6341 55.0191 73.7735L44.4365 63.2011C42.7994 61.5644 41.1082 59.9442 39.5436 58.2421C36.4487 54.8752 36.7065 49.4821 39.8583 46.2465C41.0802 44.9919 42.2924 43.7074 43.5583 42.502C45.3674 40.7793 46.9833 38.7432 49.1436 37.4575C51.7053 35.9833 55.5154 35.9897 58.0197 37.6235C59.9754 38.8994 61.9652 41.1612 63.6572 42.8542L73.6105 52.8059C74.9997 54.1851 76.3567 55.5986 77.7615 56.9588C80.6118 59.7183 83.1883 56.021 85.093 54.1109L96.0727 43.1365C97.3391 41.8748 98.629 40.5873 99.8813 39.3149C101.791 37.3741 103.525 36.5184 106.247 36.3668ZM107.076 116.391C108.535 116.054 109.141 115.285 110.152 114.282C112.036 112.413 113.917 110.459 115.819 108.615C119.506 105.039 116.17 102.823 113.673 100.331L103.103 89.7556C101.688 88.3397 98.9141 85.7386 97.7532 84.3188C97.2469 83.696 96.829 83.0061 96.511 82.2693C95.4922 79.9353 95.6133 77.2604 96.8391 75.0279C97.718 73.3885 99.1563 72.1526 100.473 70.8397L103.801 67.5188L113.032 58.2891C114.226 57.0986 115.823 55.6478 116.845 54.3573C117.748 53.2158 117.534 51.1062 116.541 50.1116C114.071 47.5963 111.57 45.1093 109.07 42.623C107.747 41.3062 105.641 41.1442 104.245 42.4234C103.213 43.3697 102.237 44.4141 101.249 45.4138L92.7375 53.9265L88.9797 57.6869C87.4024 59.2646 85.7032 61.3334 83.6688 62.2958C81.3508 63.3923 78.7477 63.3824 76.4083 62.3438C74.3333 61.4225 69.4769 56.1353 67.6237 54.2816L58.9076 45.5691C58.0475 44.7186 57.2019 43.8404 56.3468 42.9846C55.3384 41.9754 54.5224 41.4195 53.0251 41.5849C51.6314 41.827 50.9082 42.5563 49.9751 43.5609C47.8116 45.8902 45.257 48.0538 43.2104 50.4627C40.94 53.1351 44.5694 55.8815 46.2201 57.5203L56.745 68.0435C58.1965 69.4954 60.9921 72.1148 62.1961 73.58C62.7177 74.2199 63.1502 74.9276 63.4819 75.6836C64.4903 78.0065 64.3531 81.3574 62.8958 83.4187C61.4418 85.4752 58.9554 87.7076 57.1322 89.5282L46.8261 99.8377C45.8693 100.796 43.6485 102.744 43.0369 103.777C42.6058 104.506 42.4682 105.436 42.6363 106.263C42.7268 106.707 42.9161 107.15 43.1877 107.515C43.8779 108.441 50.8769 115.469 51.7617 115.991C52.4836 116.418 53.4766 116.551 54.2825 116.324C55.9002 115.868 57.609 113.725 58.7875 112.535L68.9522 102.358C71.0267 100.282 73.9111 96.9794 76.4305 95.5909C78.3625 94.5267 81.8 94.6689 83.6891 95.6894C85.4883 96.5997 87.004 98.3038 88.4211 99.7212L91.8266 103.126L100.707 112.008C101.412 112.714 102.116 113.435 102.823 114.139C104.126 115.439 105.038 116.656 107.076 116.391Z"
                  fill="white"
                />
                <path
                  d="M154.829 152.819C154.702 151.553 154.78 150.124 154.773 148.834C154.756 145.194 154.782 141.547 154.787 137.908C154.791 134.579 158.859 133.808 160 137.087V155.939C159.638 156.849 159.284 157.428 158.339 157.834C158.21 157.89 158.08 157.943 157.949 157.994H137.728C137.22 157.705 136.934 157.544 136.479 157.147C134.97 155.836 135.934 153.151 137.816 152.871C138.727 152.735 139.988 152.781 140.971 152.792C145.58 152.844 150.222 152.712 154.829 152.819Z"
                  fill="white"
                />
                <path
                  d="M0 136.922C1.30159 133.771 5.29345 134.717 5.20931 137.969C5.18219 139.017 5.21496 140.153 5.21494 141.212L5.21693 147.324C5.21712 148.256 5.26973 152.187 5.15585 152.809L16.4968 152.794C17.9296 152.794 19.3653 152.79 20.7955 152.791C21.7938 152.792 22.7375 152.8 23.471 153.577C25.0324 155.233 24.093 157.241 22.1653 157.994H1.9422C0.789281 157.407 0.569521 157.188 0 156.077V136.922Z"
                  fill="white"
                />
                <path
                  d="M137.662 0H158.086C159.154 0.583457 159.613 0.841492 160 2.06574V20.9685C159.07 23.0269 157.202 23.7813 155.396 22.0274C154.755 21.4051 154.778 20.3663 154.774 19.5095C154.766 17.7798 154.773 16.0357 154.774 14.2993L154.775 8.55768C154.776 7.49536 154.742 6.19669 154.819 5.15225C150.169 5.24642 145.419 5.11786 140.76 5.17651C139.135 5.19697 136.903 5.50701 136.059 3.79934C135.193 2.0443 136.06 0.816184 137.662 0Z"
                  fill="white"
                />
                <path
                  d="M1.89454 0H22.2727C22.8598 0.277805 23.1367 0.423252 23.6208 0.904854C24.8602 2.13811 24.0954 4.6675 22.4254 5.04627C21.4482 5.26789 19.9947 5.18683 18.9409 5.18281L14.7467 5.17618L8.66516 5.17817C7.57859 5.17855 6.21664 5.2133 5.14617 5.15664C5.25365 6.21201 5.21677 7.45333 5.2151 8.52955L5.21758 13.1793L5.21965 17.6813C5.2196 18.9053 5.40204 21.0055 4.63998 21.9673C4.18395 22.5393 3.51568 22.902 2.7877 22.9727C1.34466 23.1025 0.610588 22.245 0 21.0814V1.82944C0.546136 0.816043 0.888266 0.487156 1.89454 0Z"
                  fill="white"
                />
              </g>
              <defs>
                <clipPath id="icon_clip">
                  <rect width="160" height="157.994" fill="white" />
                </clipPath>
              </defs>
            </svg>
          </div>

          <h1>Website Suspended</h1>

          <p class="subtitle">
            Please check the status of your services in your Zomro.com client area and complete
            the payment if required.
          </p>

          <div class="info-box">
            If this issue is not related to payment, please contact our technical support team
            through your client area or email us at
            <a href="/cdn-cgi/l/email-protection#21525451514e5355615b4e4c534e0f424e4c"><span class="__cf_email__" data-cfemail="bae9efeaeaf5e8eefae0f5f7e8f594f9f5f7">[email&#160;protected]</span></a>
          </div>

          <div class="btn-row">
            <a href="https://cp.zomro.com/" class="btn btn-gray">
              <svg
                width="20"
                height="20"
                viewBox="0 0 20 20"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
              >
                <path
                  d="M16.6666 17.5C16.6666 16.337 16.6666 15.7555 16.5231 15.2824C16.1999 14.217 15.3662 13.3834 14.3009 13.0602C13.8277 12.9167 13.2462 12.9167 12.0832 12.9167H7.91659C6.75362 12.9167 6.17213 12.9167 5.69897 13.0602C4.63363 13.3834 3.79995 14.217 3.47678 15.2824C3.33325 15.7555 3.33325 16.337 3.33325 17.5M13.7499 6.25C13.7499 8.32107 12.071 10 9.99992 10C7.92885 10 6.24992 8.32107 6.24992 6.25C6.24992 4.17893 7.92885 2.5 9.99992 2.5C12.071 2.5 13.7499 4.17893 13.7499 6.25Z"
                  stroke="#1E132D"
                  stroke-width="1.2"
                  stroke-linecap="round"
                  stroke-linejoin="round"
                />
              </svg>
              Client Area
            </a>

            <a href="https://cp.zomro.com/support/requests" class="btn btn-pink">
              <svg
                width="20"
                height="20"
                viewBox="0 0 20 20"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
              >
                <g clip-path="url(#tc_clip)">
                  <path
                    d="M4.61685 9.99981V6.4596C4.62736 5.76372 4.77509 5.07675 5.05157 4.43805C5.32805 3.79935 5.72785 3.22149 6.22806 2.73756C6.72827 2.25363 7.31905 1.87316 7.96656 1.61794C8.61407 1.36272 9.30558 1.23776 10.0015 1.25024C10.6974 1.23776 11.3889 1.36272 12.0364 1.61794C12.6839 1.87316 13.2747 2.25363 13.7749 2.73756C14.2751 3.22149 14.6749 3.79935 14.9514 4.43805C15.2278 5.07675 15.3756 5.76372 15.3861 6.4596V9.99981M12.6938 17.0668C13.4078 17.0668 14.0926 16.7831 14.5975 16.2783C15.1024 15.7734 15.3861 15.0886 15.3861 14.3746V11.3459M12.6938 17.0668C12.6938 17.513 12.5165 17.941 12.2009 18.2566C11.8854 18.5721 11.4574 18.7494 11.0111 18.7494H8.99185C8.54557 18.7494 8.11757 18.5721 7.80201 18.2566C7.48644 17.941 7.30916 17.513 7.30916 17.0668C7.30916 16.6205 7.48644 16.1925 7.80201 15.877C8.11757 15.5614 8.54557 15.3842 8.99185 15.3842H11.0111C11.4574 15.3842 11.8854 15.5614 12.2009 15.877C12.5165 16.1925 12.6938 16.6205 12.6938 17.0668ZM2.59762 7.98068H3.94377C4.12228 7.98068 4.29348 8.05159 4.41971 8.17781C4.54594 8.30403 4.61685 8.47522 4.61685 8.65373V12.692C4.61685 12.8705 4.54594 13.0417 4.41971 13.1679C4.29348 13.2941 4.12228 13.365 3.94377 13.365H2.59762C2.2406 13.365 1.8982 13.2232 1.64574 12.9708C1.39329 12.7183 1.25146 12.376 1.25146 12.0189V9.32677C1.25146 8.96977 1.39329 8.62738 1.64574 8.37494C1.8982 8.1225 2.2406 7.98068 2.59762 7.98068ZM17.4053 13.365H16.0592C15.8806 13.365 15.7094 13.2941 15.5832 13.1679C15.457 13.0417 15.3861 12.8705 15.3861 12.692V8.65373C15.3861 8.47522 15.457 8.30403 15.5832 8.17781C15.7094 8.05159 15.8806 7.98068 16.0592 7.98068H17.4053C17.7623 7.98068 18.1047 8.1225 18.3572 8.37494C18.6096 8.62738 18.7515 8.96977 18.7515 9.32677V12.0189C18.7515 12.376 18.6096 12.7183 18.3572 12.9708C18.1047 13.2232 17.7623 13.365 17.4053 13.365Z"
                    stroke="white"
                    stroke-width="0.75"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                  />
                </g>
                <defs>
                  <clipPath id="tc_clip">
                    <rect width="20" height="20" fill="white" />
                  </clipPath>
                </defs>
              </svg>
              Technical Support
            </a>
          </div>
        </div>
      </div>

      <footer>
        <a href="https://cp.zomro.com/">Client Area</a>
        <a href="https://cp.zomro.com/support/requests">Support</a>
        <a href="https://zomro.com/">Main Website</a>
      </footer>
    </div>
  <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>
