{"id":674,"date":"2026-03-10T14:17:30","date_gmt":"2026-03-10T13:17:30","guid":{"rendered":"https:\/\/icdar2026.org\/?page_id=674"},"modified":"2026-03-10T14:48:12","modified_gmt":"2026-03-10T13:48:12","slug":"sponsors","status":"publish","type":"page","link":"https:\/\/icdar2026.org\/index.php\/sponsors\/","title":{"rendered":"Sponsors"},"content":{"rendered":"\n<p>We gratefully acknowledge the generous support of our sponsors and partners. For sponsorship inquiries, please visit the <a href=\"https:\/\/icdar2026.org\/index.php\/sponsors\/sponsorship-opportunities\/\" data-type=\"link\" data-id=\"https:\/\/icdar2026.org\/index.php\/sponsors\/sponsorship-opportunities\/\">Sponsorship Opportunities<\/a> and contact our <a href=\"mailto:sponsorship-chairs@icdar2026.org\" data-type=\"mailto\" data-id=\"mailto:sponsorship-chairs@icdar2026.org\">sponsorship chairs<\/a>.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Sponsors<\/title>\n  <style>\n    :root {\n      \/* Orange-inspired accent for headers *\/\n      --accent: rgba(250, 194, 95, 1);\n      --accent-dark: rgba(250, 194, 95, 1);\n      --text: #082748;\n      --muted: #6b7280;\n      --card: #ffffff;\n      --border: #e5e7eb;\n\n      --diamond: #e5e7eb;\n      --platinum: #d1d5db;\n      --gold: #facc15;\n      --silver: #cbd5e1;\n      --bronze: #d6a77a;\n      --startup: #bbf7d0;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      margin: 0;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--text);\n      line-height: 1.5;\n    }\n\n    .hero {\n      background: linear-gradient(135deg, var(--accent), var(--accent-dark));\n      color: white;\n      padding: 56px 20px 42px;\n      text-align: center;\n    }\n\n    .hero h1 {\n      margin: 0 0 10px;\n      font-size: 2.5rem;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n      color : #082748;\n    }\n\n    .hero p {\n      margin: 0 auto;\n      max-width: 760px;\n      font-size: 1rem;\n      opacity: 0.95;\n    }\n\n    .container {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 40px 20px 70px;\n    }\n\n    .tier {\n      margin-bottom: 52px;\n    }\n\n    .tier-header {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      margin-bottom: 22px;\n      padding-bottom: 10px;\n      border-bottom: 3px solid var(--accent);\n    }\n\n    .tier-badge {\n      min-width: 18px;\n      min-height: 18px;\n      border-radius: 999px;\n      border: 1px solid rgba(0,0,0,0.08);\n      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);\n    }\n\n    .tier-title {\n      margin: 0;\n      font-size: 1.6rem;\n      font-weight: 700;\n      color: var(--accent);\n      text-transform: uppercase;\n      letter-spacing: 0.8px;\n    }\n\n    .tier-subtitle {\n      margin: 4px 0 0;\n      color: var(--muted);\n      font-size: 0.95rem;\n    }\n\n    .sponsor-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 20px;\n    }\n\n    .sponsor-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 22px;\n      min-height: 180px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: center;\n      text-align: center;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .sponsor-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);\n    }\n\n    .logo-box {\n      width: 100%;\n      height: 90px;\n      border: 2px dashed #d1d5db;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 14px;\n      color: #9ca3af;\n      font-weight: 700;\n      font-size: 0.95rem;\n      background: #fafafa;\n    }\n\n    .sponsor-name {\n      margin: 0;\n      font-size: 1.05rem;\n      font-weight: 700;\n    }\n\n    .sponsor-desc {\n      margin: 6px 0 0;\n      font-size: 0.92rem;\n      color: var(--muted);\n    }\n\n    .diamond .tier-badge { background: var(--diamond); }\n    .platinum .tier-badge { background: var(--platinum); }\n    .gold .tier-badge { background: var(--gold); }\n    .silver .tier-badge { background: var(--silver); }\n    .bronze .tier-badge { background: var(--bronze); }\n    .startup .tier-badge { background: var(--startup); }\n\n    .diamond .sponsor-card {\n      border-top: 5px solid #9ca3af;\n    }\n\n    .platinum .sponsor-card {\n      border-top: 5px solid #bfc5ce;\n    }\n\n    .gold .sponsor-card {\n      border-top: 5px solid #eab308;\n    }\n\n    .silver .sponsor-card {\n      border-top: 5px solid #94a3b8;\n    }\n\n    .bronze .sponsor-card {\n      border-top: 5px solid #b8824f;\n    }\n\n    .startup .sponsor-card {\n      border-top: 5px solid #22c55e;\n    }\n\n    @media (max-width: 640px) {\n      .hero h1 {\n        font-size: 2rem;\n      }\n\n      .tier-title {\n        font-size: 1.3rem;\n      }\n\n      .container {\n        padding-top: 28px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n\n  <main class=\"container\">\n\n    <section class=\"tier platinum\">\n      <div class=\"tier-header\">\n        <span class=\"tier-badge\"><\/span>\n        <div>\n          <h2 class=\"tier-title\">Platinum Sponsors<\/h2>\n        <\/div>\n      <\/div>\n\n      <div class=\"sponsor-grid\">\n\n        <div class=\"sponsor-card\">\n          OPEN\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"tier gold\">\n      <div class=\"tier-header\">\n        <span class=\"tier-badge\"><\/span>\n        <div>\n          <h2 class=\"tier-title\">Gold Sponsors<\/h2>\n        <\/div>\n      <\/div>\n\n      <div class=\"sponsor-grid\">\n        <div class=\"sponsor-card\">OPEN\n        <\/div>\n        \n      <\/div>\n    <\/section>\n\n    <section class=\"tier silver\">\n      <div class=\"tier-header\">\n        <span class=\"tier-badge\"><\/span>\n        <div>\n          <h2 class=\"tier-title\">Silver Sponsors<\/h2>\n        <\/div>\n      <\/div>\n\n      <div class=\"sponsor-grid\">\n        <div class=\"sponsor-card\">\n          OPEN\n        <\/div>\n       \n      <\/div>\n    <\/section>\n\n    <section class=\"tier startup\">\n      <div class=\"tier-header\">\n        <span class=\"tier-badge\"><\/span>\n        <div>\n          <h2 class=\"tier-title\">Other sponsors<\/h2>\n        <\/div>\n      <\/div>\n\n      <div class=\"sponsor-grid\">\n        <div class=\"sponsor-card\">\n<img decoding=\"async\" style=\"height:150px\" src=\"https:\/\/icdar2026.org\/wp-content\/uploads\/2026\/03\/42979-1.png\"><\/img>\n        <\/div>\n        <div class=\"sponsor-card\">\n<img decoding=\"async\" style=\"width:150px\" src=\"https:\/\/icdar2026.org\/wp-content\/uploads\/2026\/03\/SN_logo-1.png\"><\/img>\n        <\/div>\n      <\/div>\n    <\/section>\n\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>We gratefully acknowledge the generous support of our sponsors and partners. For sponsorship inquiries, please visit the Sponsorship Opportunities and contact our sponsorship chairs. Sponsors Platinum Sponsors OPEN Gold Sponsors OPEN Silver Sponsors OPEN Other sponsors<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-674","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/pages\/674","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/comments?post=674"}],"version-history":[{"count":12,"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/pages\/674\/revisions"}],"predecessor-version":[{"id":695,"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/pages\/674\/revisions\/695"}],"wp:attachment":[{"href":"https:\/\/icdar2026.org\/index.php\/wp-json\/wp\/v2\/media?parent=674"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}