{"id":35,"date":"2026-03-13T07:59:42","date_gmt":"2026-03-13T07:59:42","guid":{"rendered":"https:\/\/Demo5.yinwoodweb.com\/agro\/?page_id=35"},"modified":"2026-07-22T03:19:19","modified_gmt":"2026-07-22T03:19:19","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/Demo5.yinwoodweb.com\/agro\/privacy-policy\/","title":{"rendered":"Privacy"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-fd4d5f20 alignfull uagb-is-root-container\">\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Privacy Policy \u2014 San Roque Mission Center Agro<\/title>\n\n  <!-- Google Fonts -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&#038;family=DM+Sans:wght@400;500;600;700&#038;family=Playfair+Display:wght@700;800;900&#038;display=swap\" rel=\"stylesheet\">\n\n  <!-- Material Symbols -->\n  <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0\" \/>\n\n  <style>\n    \/* ========================================\n       CSS CUSTOM PROPERTIES\n    ======================================== *\/\n    :root {\n      --gold: #EFD34A;\n      --gold-light: #f5e27a;\n      --gold-dark: #c9a820;\n      --gold-soft: #f8edbe;\n      --olive: #4B4E3A;\n      --olive-light: #6b6f54;\n      --olive-dark: #2e3024;\n      --olive-deeper: #1a1c14;\n      --bg-cream: #faf8f0;\n      --bg-warm: #f5f2e6;\n      --bg-card: #ffffff;\n      --text-body: #3a3c30;\n      --text-muted: #7a7c6e;\n      --shadow-soft: 0 4px 20px rgba(75, 78, 58, 0.08);\n      --shadow-medium: 0 8px 40px rgba(75, 78, 58, 0.12);\n      --shadow-strong: 0 16px 60px rgba(75, 78, 58, 0.18);\n      --radius-sm: 8px;\n      --radius-md: 14px;\n      --radius-lg: 22px;\n      --radius-xl: 32px;\n      --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n      --transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n      --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n\n    \/* ========================================\n       RESET & BASE (scoped to .srmc-privacy-page)\n    ======================================== *\/\n    .srmc-privacy-page *,\n    .srmc-privacy-page *::before,\n    .srmc-privacy-page *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .srmc-privacy-page {\n      font-family: 'DM Sans', sans-serif;\n      font-size: 16px;\n      line-height: 1.7;\n      color: var(--text-body);\n      background-color: var(--bg-cream);\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      width: 100%;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    .srmc-privacy-page img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* FIXED: removed color: inherit so it won't override button text *\/\n    .srmc-privacy-page a {\n      text-decoration: none;\n    }\n\n    .srmc-privacy-page ul,\n    .srmc-privacy-page ol {\n      list-style: none;\n    }\n\n    \/* ========================================\n       MAIN CONTAINER\n    ======================================== *\/\n    .srmc-inner {\n      width: 100%;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px;\n    }\n\n    .srmc-section {\n      padding: 80px 0;\n      position: relative;\n    }\n\n    \/* ========================================\n       TYPOGRAPHY\n    ======================================== *\/\n    .srmc-section-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 13px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      color: var(--gold-dark);\n      margin-bottom: 16px;\n      padding: 8px 18px;\n      background: linear-gradient(135deg, rgba(239, 211, 74, 0.15), rgba(239, 211, 74, 0.05));\n      border: 1px solid rgba(239, 211, 74, 0.3);\n      border-radius: 100px;\n    }\n\n    .srmc-section-label .material-symbols-rounded {\n      font-size: 18px;\n      color: var(--gold-dark);\n    }\n\n    .srmc-section-label-light {\n      color: var(--gold);\n      background: rgba(239, 211, 74, 0.08);\n      border-color: rgba(239, 211, 74, 0.2);\n    }\n\n    .srmc-section-label-light .material-symbols-rounded {\n      color: var(--gold);\n    }\n\n    .srmc-section-title {\n      font-family: 'Playfair Display', serif;\n      font-weight: 800;\n      font-size: clamp(32px, 5vw, 52px);\n      line-height: 1.15;\n      color: var(--olive-dark);\n      margin-bottom: 16px;\n    }\n\n    .srmc-section-subtitle {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(18px, 2.5vw, 22px);\n      font-weight: 400;\n      font-style: italic;\n      color: var(--text-muted);\n      max-width: 640px;\n      line-height: 1.6;\n    }\n\n    \/* ========================================\n       BUTTONS\n    ======================================== *\/\n    .srmc-privacy-page .srmc-btn {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 15px;\n      font-weight: 700;\n      padding: 14px 32px;\n      border-radius: 100px;\n      cursor: pointer;\n      transition: all var(--transition-smooth);\n      border: none;\n      text-decoration: none !important;\n    }\n\n    .srmc-privacy-page .srmc-btn span {\n      text-decoration: none !important;\n    }\n\n    .srmc-privacy-page .srmc-btn .material-symbols-rounded {\n      font-size: 20px;\n      transition: transform var(--transition-bounce), color var(--transition-smooth);\n      text-decoration: none !important;\n    }\n\n    .srmc-privacy-page .srmc-btn:hover .material-symbols-rounded { transform: translateX(3px); }\n\n    .srmc-privacy-page .srmc-btn-primary {\n      background: var(--gold);\n      color: var(--olive-dark);\n      box-shadow: 0 4px 20px rgba(239, 211, 74, 0.35);\n    }\n\n    .srmc-privacy-page .srmc-btn-primary:hover {\n      background: var(--gold-light);\n      box-shadow: 0 8px 32px rgba(239, 211, 74, 0.45);\n      transform: translateY(-2px);\n    }\n\n    .srmc-privacy-page .srmc-btn-outline {\n      background: rgba(255, 255, 255, 0.15);\n      color: #ffffff;\n      border: none;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);\n      backdrop-filter: blur(4px);\n      -webkit-backdrop-filter: blur(4px);\n    }\n\n    .srmc-privacy-page .srmc-btn-outline:hover {\n      background: var(--gold);\n      color: var(--olive-dark);\n      transform: translateY(-2px);\n      box-shadow: 0 8px 32px rgba(239, 211, 74, 0.4);\n    }\n\n    .srmc-privacy-page .srmc-btn-olive {\n      background: var(--olive);\n      color: #ffffff;\n      box-shadow: 0 4px 20px rgba(75, 78, 58, 0.3);\n    }\n\n    .srmc-privacy-page .srmc-btn-olive:hover {\n      background: var(--gold);\n      color: var(--olive-dark);\n      transform: translateY(-2px);\n      box-shadow: 0 8px 32px rgba(239, 211, 74, 0.4);\n    }\n\n    .srmc-privacy-page .srmc-btn-sm {\n      font-size: 13px;\n      padding: 10px 22px;\n    }\n\n    \/* ========================================\n       HERO BANNER\n    ======================================== *\/\n    .srmc-hero {\n      position: relative;\n      width: 100%;\n      min-height: 400px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      background: linear-gradient(155deg, var(--olive-deeper) 0%, var(--olive-dark) 40%, var(--olive) 100%);\n      padding: 100px 24px;\n      overflow: hidden;\n    }\n\n    .srmc-hero::before {\n      content: '';\n      position: absolute;\n      top: -40%;\n      right: -10%;\n      width: 600px;\n      height: 600px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(239, 211, 74, 0.12) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    .srmc-hero::after {\n      content: '';\n      position: absolute;\n      bottom: -30%;\n      left: -5%;\n      width: 500px;\n      height: 500px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(239, 211, 74, 0.08) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    .srmc-hero-pattern {\n      position: absolute;\n      inset: 0;\n      background-image:\n        linear-gradient(45deg, rgba(239, 211, 74, 0.03) 25%, transparent 25%),\n        linear-gradient(-45deg, rgba(239, 211, 74, 0.03) 25%, transparent 25%),\n        linear-gradient(45deg, transparent 75%, rgba(239, 211, 74, 0.03) 75%),\n        linear-gradient(-45deg, transparent 75%, rgba(239, 211, 74, 0.03) 75%);\n      background-size: 60px 60px;\n      pointer-events: none;\n    }\n\n    .srmc-hero-content {\n      position: relative;\n      z-index: 2;\n      max-width: 820px;\n      padding-top: 100px;\n    }\n\n    .srmc-hero-cross {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 64px;\n      height: 64px;\n      border-radius: 50%;\n      background: rgba(239, 211, 74, 0.12);\n      border: 2px solid rgba(239, 211, 74, 0.3);\n      margin-bottom: 28px;\n      animation: pulse-glow 3s ease-in-out infinite;\n    }\n\n    .srmc-hero-cross .material-symbols-rounded {\n      font-size: 30px;\n      color: var(--gold);\n    }\n\n    @keyframes pulse-glow {\n      0%, 100% { box-shadow: 0 0 0 0 rgba(239, 211, 74, 0.2); }\n      50% { box-shadow: 0 0 24px 8px rgba(239, 211, 74, 0.12); }\n    }\n\n    .srmc-hero-breadcrumb {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      font-size: 13px;\n      color: rgba(240, 237, 220, 0.5);\n      margin-bottom: 24px;\n      opacity: 0;\n      animation: fadeInDown 0.6s 0.1s forwards;\n    }\n\n    .srmc-hero-breadcrumb a {\n      color: rgba(240, 237, 220, 0.6);\n      transition: color var(--transition-fast);\n    }\n\n    .srmc-hero-breadcrumb a:hover { color: var(--gold); }\n    .srmc-hero-breadcrumb .sep { font-size: 10px; }\n    .srmc-hero-breadcrumb .current { color: var(--gold); }\n\n    .srmc-hero-topline {\n      font-size: 13px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 5px;\n      color: var(--gold);\n      margin-bottom: 20px;\n      opacity: 0;\n      animation: fadeInDown 0.8s 0.2s forwards;\n    }\n\n    .srmc-hero-title {\n      font-family: 'Playfair Display', serif;\n      font-weight: 900;\n      font-size: clamp(36px, 7vw, 72px);\n      line-height: 1.05;\n      margin-bottom: 12px;\n      background: linear-gradient(135deg, #ffffff 0%, var(--gold) 50%, var(--gold-light) 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      opacity: 0;\n      animation: fadeInUp 0.8s 0.4s forwards;\n    }\n\n    .srmc-hero-subtitle {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(16px, 2.5vw, 22px);\n      font-style: italic;\n      color: var(--gold-soft);\n      line-height: 1.6;\n      opacity: 0;\n      animation: fadeInUp 0.8s 0.6s forwards;\n    }\n\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(24px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeInDown {\n      from { opacity: 0; transform: translateY(-16px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ========================================\n       LAST UPDATED STRIP\n    ======================================== *\/\n    .srmc-updated-strip {\n      background: var(--olive);\n      padding: 16px 24px;\n      text-align: center;\n      font-size: 13px;\n      font-weight: 500;\n      color: rgba(240, 237, 220, 0.6);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n    }\n\n    .srmc-updated-strip .material-symbols-rounded {\n      font-size: 18px;\n      color: var(--gold);\n    }\n\n    .srmc-updated-strip strong {\n      color: var(--gold);\n      font-weight: 600;\n    }\n\n    \/* ========================================\n       TABLE OF CONTENTS (SIDEBAR + MAIN)\n    ======================================== *\/\n    .srmc-privacy-layout {\n      display: grid;\n      grid-template-columns: 280px 1fr;\n      gap: 48px;\n      align-items: flex-start;\n    }\n\n    .srmc-toc-sidebar {\n      position: sticky;\n      top: 24px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-soft);\n      border: 1px solid rgba(75, 78, 58, 0.06);\n      padding: 28px;\n    }\n\n    .srmc-toc-heading {\n      font-family: 'Playfair Display', serif;\n      font-weight: 700;\n      font-size: 18px;\n      color: var(--olive-dark);\n      margin-bottom: 6px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .srmc-toc-heading .material-symbols-rounded {\n      font-size: 22px;\n      color: var(--gold-dark);\n    }\n\n    .srmc-toc-divider {\n      width: 40px;\n      height: 3px;\n      background: linear-gradient(90deg, var(--gold), var(--gold-light));\n      border-radius: 3px;\n      margin-bottom: 20px;\n      margin-top: 8px;\n    }\n\n    .srmc-toc-list {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n\n    .srmc-toc-link {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      padding: 10px 14px;\n      border-radius: var(--radius-sm);\n      font-size: 13px;\n      font-weight: 500;\n      color: var(--text-muted);\n      transition: all var(--transition-smooth);\n      cursor: pointer;\n      text-decoration: none;\n      position: relative;\n    }\n\n    .srmc-toc-link::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 3px;\n      height: 0;\n      background: var(--gold);\n      border-radius: 3px;\n      transition: height var(--transition-smooth);\n    }\n\n    .srmc-toc-link:hover {\n      background: rgba(239, 211, 74, 0.06);\n      color: var(--olive-dark);\n    }\n\n    .srmc-toc-link:hover::before {\n      height: 60%;\n    }\n\n    .srmc-toc-link.active {\n      background: rgba(239, 211, 74, 0.1);\n      color: var(--olive-dark);\n      font-weight: 600;\n    }\n\n    .srmc-toc-link.active::before {\n      height: 60%;\n      background: var(--gold);\n    }\n\n    .srmc-toc-link .material-symbols-rounded {\n      font-size: 18px;\n      color: var(--gold-dark);\n      flex-shrink: 0;\n    }\n\n    .srmc-toc-link .num {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 24px;\n      height: 24px;\n      border-radius: 6px;\n      background: rgba(239, 211, 74, 0.1);\n      font-size: 11px;\n      font-weight: 700;\n      color: var(--gold-dark);\n      flex-shrink: 0;\n    }\n\n    \/* ========================================\n       POLICY CONTENT\n    ======================================== *\/\n    .srmc-policy-content {\n      min-width: 0;\n    }\n\n    .srmc-policy-intro {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 36px 40px;\n      box-shadow: var(--shadow-soft);\n      border: 1px solid rgba(75, 78, 58, 0.06);\n      margin-bottom: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .srmc-policy-intro::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 4px;\n      background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));\n    }\n\n    .srmc-policy-intro p {\n      font-size: 16px;\n      line-height: 1.85;\n      color: var(--text-body);\n    }\n\n    .srmc-policy-intro p + p {\n      margin-top: 14px;\n    }\n\n    .srmc-policy-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 36px 40px;\n      box-shadow: var(--shadow-soft);\n      border: 1px solid rgba(75, 78, 58, 0.06);\n      margin-bottom: 24px;\n      transition: all var(--transition-smooth);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .srmc-policy-card:hover {\n      box-shadow: var(--shadow-medium);\n      transform: translateY(-2px);\n    }\n\n    .srmc-policy-card-header {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n      margin-bottom: 20px;\n    }\n\n    .srmc-policy-card-num {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n      background: linear-gradient(135deg, var(--gold), var(--gold-light));\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      font-family: 'Playfair Display', serif;\n      font-weight: 800;\n      font-size: 18px;\n      color: var(--olive-dark);\n    }\n\n    .srmc-policy-card-title {\n      font-family: 'Playfair Display', serif;\n      font-weight: 700;\n      font-size: 22px;\n      color: var(--olive-dark);\n      line-height: 1.3;\n    }\n\n    .srmc-policy-card p {\n      font-size: 15px;\n      line-height: 1.85;\n      color: var(--text-body);\n      margin-bottom: 14px;\n    }\n\n    .srmc-policy-card p:last-child {\n      margin-bottom: 0;\n    }\n\n    .srmc-policy-list {\n      margin: 16px 0;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .srmc-policy-list-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      padding: 12px 16px;\n      background: var(--bg-warm);\n      border-radius: var(--radius-sm);\n      transition: all var(--transition-fast);\n    }\n\n    .srmc-policy-list-item:hover {\n      background: rgba(239, 211, 74, 0.08);\n      transform: translateX(4px);\n    }\n\n    .srmc-policy-list-item .material-symbols-rounded {\n      font-size: 20px;\n      color: var(--gold-dark);\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    .srmc-policy-list-item span {\n      font-size: 15px;\n      line-height: 1.6;\n      color: var(--text-body);\n    }\n\n    .srmc-policy-highlight {\n      padding: 20px 24px;\n      background: linear-gradient(135deg, rgba(239, 211, 74, 0.1), rgba(239, 211, 74, 0.03));\n      border-left: 4px solid var(--gold);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      margin: 20px 0;\n    }\n\n    .srmc-policy-highlight p {\n      font-size: 14px;\n      color: var(--olive-dark);\n      font-weight: 500;\n      margin-bottom: 0;\n    }\n\n    .srmc-policy-highlight .material-symbols-rounded {\n      font-size: 18px;\n      color: var(--gold-dark);\n      vertical-align: middle;\n      margin-right: 6px;\n    }\n\n    \/* ========================================\n       CHILDREN'S PRIVACY SPECIAL CARD\n    ======================================== *\/\n    .srmc-policy-card.special {\n      background: linear-gradient(155deg, var(--olive-deeper), var(--olive-dark) 60%, var(--olive));\n      border-color: rgba(239, 211, 74, 0.1);\n    }\n\n    .srmc-policy-card.special .srmc-policy-card-num {\n      background: rgba(239, 211, 74, 0.15);\n      color: var(--gold);\n    }\n\n    .srmc-policy-card.special .srmc-policy-card-title {\n      color: #ffffff;\n    }\n\n    .srmc-policy-card.special p {\n      color: rgba(240, 237, 220, 0.7);\n    }\n\n    .srmc-policy-card.special .srmc-policy-highlight {\n      background: rgba(239, 211, 74, 0.08);\n      border-left-color: var(--gold);\n    }\n\n    .srmc-policy-card.special .srmc-policy-highlight p {\n      color: var(--gold-soft);\n    }\n\n    \/* ========================================\n       CONTACT STRIP AT BOTTOM\n    ======================================== *\/\n    .srmc-policy-contact {\n      background: linear-gradient(135deg, rgba(239, 211, 74, 0.08), rgba(239, 211, 74, 0.02));\n      border: 1px solid rgba(239, 211, 74, 0.2);\n      border-radius: var(--radius-lg);\n      padding: 36px 40px;\n      display: flex;\n      align-items: center;\n      gap: 24px;\n      margin-top: 12px;\n    }\n\n    .srmc-policy-contact-icon {\n      width: 64px;\n      height: 64px;\n      border-radius: 50%;\n      background: linear-gradient(135deg, var(--gold), var(--gold-light));\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .srmc-policy-contact-icon .material-symbols-rounded {\n      font-size: 28px;\n      color: var(--olive-dark);\n    }\n\n    .srmc-policy-contact-text h4 {\n      font-family: 'Playfair Display', serif;\n      font-weight: 700;\n      font-size: 20px;\n      color: var(--olive-dark);\n      margin-bottom: 4px;\n    }\n\n    .srmc-policy-contact-text p {\n      font-size: 14px;\n      color: var(--text-muted);\n      line-height: 1.6;\n      margin-bottom: 14px;\n    }\n\n    \/* ========================================\n       CTA SECTION\n    ======================================== *\/\n    .srmc-cta {\n      background: linear-gradient(155deg, var(--olive-dark) 0%, var(--olive) 100%);\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .srmc-cta::before {\n      content: '';\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 800px;\n      height: 800px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(239, 211, 74, 0.06) 0%, transparent 60%);\n      pointer-events: none;\n    }\n\n    .srmc-cta-content {\n      position: relative;\n      z-index: 1;\n      max-width: 640px;\n      margin: 0 auto;\n    }\n\n    .srmc-cta-title {\n      font-family: 'Playfair Display', serif;\n      font-weight: 800;\n      font-size: clamp(28px, 4vw, 44px);\n      color: #ffffff;\n      margin-bottom: 16px;\n      line-height: 1.2;\n    }\n\n    .srmc-cta-title em {\n      color: var(--gold);\n      font-style: normal;\n    }\n\n    .srmc-cta-desc {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 18px;\n      font-style: italic;\n      color: rgba(240, 237, 220, 0.6);\n      margin-bottom: 32px;\n      line-height: 1.6;\n    }\n\n    .srmc-cta-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 16px;\n      justify-content: center;\n    }\n\n    \/* ========================================\n       SCROLL REVEAL\n    ======================================== *\/\n    .srmc-reveal {\n      opacity: 0;\n      transform: translateY(32px);\n      transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),\n                  transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .srmc-reveal.srmc-visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .srmc-reveal-left {\n      opacity: 0;\n      transform: translateX(-32px);\n      transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),\n                  transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .srmc-reveal-left.srmc-visible {\n      opacity: 1;\n      transform: translateX(0);\n    }\n\n    .srmc-delay-1 { transition-delay: 0.1s; }\n    .srmc-delay-2 { transition-delay: 0.15s; }\n    .srmc-delay-3 { transition-delay: 0.2s; }\n    .srmc-delay-4 { transition-delay: 0.25s; }\n    .srmc-delay-5 { transition-delay: 0.3s; }\n    .srmc-delay-6 { transition-delay: 0.35s; }\n    .srmc-delay-7 { transition-delay: 0.4s; }\n    .srmc-delay-8 { transition-delay: 0.45s; }\n\n    \/* ========================================\n       RESPONSIVE \u2014 TABLET\n    ======================================== *\/\n    @media (max-width: 1024px) {\n      .srmc-section { padding: 60px 0; }\n\n      .srmc-privacy-layout {\n        grid-template-columns: 240px 1fr;\n        gap: 32px;\n      }\n    }\n\n    \/* ========================================\n       RESPONSIVE \u2014 MOBILE\n    ======================================== *\/\n    @media (max-width: 768px) {\n      .srmc-inner { padding: 0 16px; }\n      .srmc-section { padding: 48px 0; }\n\n      .srmc-hero {\n        min-height: 340px;\n        padding: 72px 16px;\n      }\n\n      .srmc-privacy-layout {\n        grid-template-columns: 1fr;\n        gap: 28px;\n      }\n\n      .srmc-toc-sidebar {\n        position: relative;\n        top: 0;\n      }\n\n      .srmc-policy-intro,\n      .srmc-policy-card,\n      .srmc-policy-contact {\n        padding: 28px 24px;\n      }\n\n      .srmc-policy-card-header {\n        gap: 12px;\n      }\n\n      .srmc-policy-card-title {\n        font-size: 19px;\n      }\n\n      .srmc-policy-contact {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .srmc-policy-list-item {\n        padding: 10px 14px;\n      }\n\n      .srmc-cta-buttons {\n        flex-direction: column;\n        align-items: center;\n      }\n\n      .srmc-privacy-page .srmc-btn {\n        width: 100%;\n        max-width: 280px;\n        justify-content: center;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"srmc-privacy-page\">\n\n  <!-- HERO BANNER -->\n  <section class=\"srmc-hero\" id=\"top\">\n    <div class=\"srmc-hero-pattern\"><\/div>\n    <div class=\"srmc-hero-content\">\n      <nav class=\"srmc-hero-breadcrumb\">\n        <a href=\"https:\/\/demo5.yinwoodweb.com\/agro\">Home<\/a>\n        <span class=\"sep material-symbols-rounded\">chevron_right<\/span>\n        <span class=\"current\">Privacy Policy<\/span>\n      <\/nav>\n      <div class=\"srmc-hero-cross\">\n        <span class=\"material-symbols-rounded\">shield<\/span>\n      <\/div>\n      <p class=\"srmc-hero-topline\">San Roque Mission Center Agro<\/p>\n      <h1 class=\"srmc-hero-title\">Privacy Policy<\/h1>\n      <p class=\"srmc-hero-subtitle\">Your privacy matters to us. This policy explains how we collect, use, and protect the personal information you share with our parish community.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- LAST UPDATED STRIP -->\n  <div class=\"srmc-updated-strip\">\n    <span class=\"material-symbols-rounded\">update<\/span>\n    <span>Last Updated: <strong>June 17, 2026<\/strong><\/span>\n  <\/div>\n\n  <!-- MAIN CONTENT: SIDEBAR + POLICY -->\n  <section class=\"srmc-section\" style=\"background: var(--bg-warm);\">\n    <div class=\"srmc-inner\">\n      <div class=\"srmc-privacy-layout\">\n\n        <!-- SIDEBAR -->\n        <aside class=\"srmc-toc-sidebar srmc-reveal-left\" id=\"tocSidebar\">\n          <div class=\"srmc-toc-heading\">\n            <span class=\"material-symbols-rounded\">list<\/span>\n            Contents\n          <\/div>\n          <div class=\"srmc-toc-divider\"><\/div>\n          <nav class=\"srmc-toc-list\">\n            <a href=\"#intro\" class=\"srmc-toc-link active\">\n              <span class=\"num\">0<\/span>\n              Introduction\n            <\/a>\n            <a href=\"#collect\" class=\"srmc-toc-link\">\n              <span class=\"num\">1<\/span>\n              Information We Collect\n            <\/a>\n            <a href=\"#use\" class=\"srmc-toc-link\">\n              <span class=\"num\">2<\/span>\n              Use of Information\n            <\/a>\n            <a href=\"#retention\" class=\"srmc-toc-link\">\n              <span class=\"num\">3<\/span>\n              Data Retention\n            <\/a>\n            <a href=\"#protection\" class=\"srmc-toc-link\">\n              <span class=\"num\">4<\/span>\n              Protection of Information\n            <\/a>\n            <a href=\"#updating\" class=\"srmc-toc-link\">\n              <span class=\"num\">5<\/span>\n              Updating Your Information\n            <\/a>\n            <a href=\"#children\" class=\"srmc-toc-link\">\n              <span class=\"num\">6<\/span>\n              Children&#8217;s Privacy\n            <\/a>\n            <a href=\"#updates\" class=\"srmc-toc-link\">\n              <span class=\"num\">7<\/span>\n              Policy Updates\n            <\/a>\n            <a href=\"#questions\" class=\"srmc-toc-link\">\n              <span class=\"num\">8<\/span>\n              Have Questions?\n            <\/a>\n          <\/nav>\n        <\/aside>\n\n        <!-- MAIN POLICY CONTENT -->\n        <div class=\"srmc-policy-content\">\n\n          <!-- Intro -->\n          <div class=\"srmc-policy-intro srmc-reveal srmc-delay-1\" id=\"intro\">\n            <p>San Roque Mission Center Agro is firmly committed to protecting your privacy and providing a safe online experience for all members and visitors of our parish website. Since we gather certain types of information from you in order to fulfill your requests and better serve our community, we believe you should fully understand the terms and conditions surrounding the collection and use of this information.<\/p>\n            <p>This Privacy Policy discloses the information we collect, how we use it, the steps we take to safeguard your personal information, how you can update your information, how we protect children&#8217;s privacy, and links to website advertisements. Please read this policy carefully and <a href=\"https:\/\/demo5.yinwoodweb.com\/agro\/contact-us\" style=\"color: var(--gold-dark); font-weight: 600; text-decoration: underline;\">Contact Us<\/a> if you have any questions.<\/p>\n          <\/div>\n\n          <!-- Section 1 -->\n          <div class=\"srmc-policy-card srmc-reveal srmc-delay-2\" id=\"collect\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">1<\/div>\n              <h2 class=\"srmc-policy-card-title\">Information We Collect<\/h2>\n            <\/div>\n            <p>San Roque Mission Center Agro does not sell, share, or trade personal information collected from you both online and offline. When you fill out a contact form, register for a parish event, submit a sacramental request, or interact with our website, the basic information we collect may include your:<\/p>\n            <div class=\"srmc-policy-list\">\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">person<\/span>\n                <span>Full Name<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">mail<\/span>\n                <span>Email Address<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">call<\/span>\n                <span>Phone Number<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">location_on<\/span>\n                <span>Address or Barangay<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">description<\/span>\n                <span>Sacramental details (e.g., baptism, wedding, confirmation records)<\/span>\n              <\/div>\n            <\/div>\n            <p>We may also collect non-personal information such as browser type, device type, and pages visited to help improve the website experience.<\/p>\n          <\/div>\n\n          <!-- Section 2 -->\n          <div class=\"srmc-policy-card srmc-reveal srmc-delay-3\" id=\"use\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">2<\/div>\n              <h2 class=\"srmc-policy-card-title\">Use of the Information<\/h2>\n            <\/div>\n            <p>We use the information we collect strictly for parish-related purposes, including but not limited to:<\/p>\n            <div class=\"srmc-policy-list\">\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">verified<\/span>\n                <span>Verifying your identity and preventing the submission of inappropriate or fraudulent content<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">church<\/span>\n                <span>Processing sacramental requests such as baptisms, weddings, confirmations, and funerals<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">event<\/span>\n                <span>Managing parish event registrations and communications<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">send<\/span>\n                <span>Responding to your inquiries, messages, and prayer requests<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">analytics<\/span>\n                <span>Operating, evaluating, and improving our website and parish outreach<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">description<\/span>\n                <span>Issuing parish certificates and maintaining accurate sacramental records<\/span>\n              <\/div>\n            <\/div>\n            <div class=\"srmc-policy-highlight\">\n              <p><span class=\"material-symbols-rounded\">info<\/span>We will never use your information for commercial marketing purposes or share it with third-party advertisers.<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Section 3 -->\n          <div class=\"srmc-policy-card srmc-reveal srmc-delay-4\" id=\"retention\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">3<\/div>\n              <h2 class=\"srmc-policy-card-title\">Data Retention<\/h2>\n            <\/div>\n            <p>We will retain your information for as long as it is needed to provide you with parish services, comply with our pastoral and legal obligations, maintain accurate sacramental records, resolve disputes, and enforce our agreements.<\/p>\n            <p>Sacramental records (baptismal, confirmation, and marriage certificates) are retained permanently as required by canon law and diocesan guidelines. Contact form submissions and general inquiries are retained for a period of up to two (2) years unless a longer retention period is required.<\/p>\n          <\/div>\n\n          <!-- Section 4 -->\n          <div class=\"srmc-policy-card srmc-reveal srmc-delay-5\" id=\"protection\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">4<\/div>\n              <h2 class=\"srmc-policy-card-title\">Protection of the Information<\/h2>\n            <\/div>\n            <p>We ensure that all information collected will be safely and securely stored. We protect your personal information by:<\/p>\n            <div class=\"srmc-policy-list\">\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">lock<\/span>\n                <span>Restricting access to personal information to authorized parish personnel only<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">security<\/span>\n                <span>Using secure technology products and SSL encryption to prevent unauthorized computer access<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">delete_forever<\/span>\n                <span>Securely destroying your personal information when it is no longer needed for our record retention purposes<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">shield<\/span>\n                <span>Using a variety of information security measures to protect your online transactions with us<\/span>\n              <\/div>\n            <\/div>\n            <p>While we take every reasonable precaution, please be aware that no method of transmission over the Internet or method of electronic storage is 100% secure. We continuously review and improve our security practices.<\/p>\n          <\/div>\n\n          <!-- Section 5 -->\n          <div class=\"srmc-policy-card srmc-reveal srmc-delay-6\" id=\"updating\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">5<\/div>\n              <h2 class=\"srmc-policy-card-title\">Updating Your Information<\/h2>\n            <\/div>\n            <p>You have the right to access, correct, or update your personal information at any time. To do so, you may:<\/p>\n            <div class=\"srmc-policy-list\">\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">edit<\/span>\n                <span>Visit the parish office during office hours (Monday \u2013 Saturday, 8:00 AM \u2013 5:00 PM) with a valid ID<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">mail<\/span>\n                <span>Send an email to <strong>agrosanroque@gmail.com<\/strong> with your update request<\/span>\n              <\/div>\n              <div class=\"srmc-policy-list-item\">\n                <span class=\"material-symbols-rounded\">call<\/span>\n                <span>Call our parish office at <strong>+63 (042) XXX-XXXX<\/strong><\/span>\n              <\/div>\n            <\/div>\n            <p>We will process your request within five (5) working days. You may also request the deletion of non-essential personal data, subject to our record retention obligations.<\/p>\n          <\/div>\n\n          <!-- Section 6 \u2014 Special Dark Card -->\n          <div class=\"srmc-policy-card special srmc-reveal srmc-delay-7\" id=\"children\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">6<\/div>\n              <h2 class=\"srmc-policy-card-title\">Protecting Children&#8217;s Privacy<\/h2>\n            <\/div>\n            <p>We are deeply committed to protecting the privacy and safety of children on the Internet. Our website does not knowingly collect personal information from children under the age of 13.<\/p>\n            <p>For parish activities involving minors \u2014 such as catechism, youth ministry events, and sacramental preparation \u2014 personal information is collected only with the express consent of a parent or legal guardian. This information is used solely for the purpose of the parish activity and is handled with the highest level of care and confidentiality.<\/p>\n            <div class=\"srmc-policy-highlight\">\n              <p><span class=\"material-symbols-rounded\">warning<\/span>If we become aware that we have inadvertently collected personal information from a child under 13 without parental consent, we will take immediate steps to delete such information from our records.<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Section 7 -->\n          <div class=\"srmc-policy-card srmc-reveal srmc-delay-8\" id=\"updates\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">7<\/div>\n              <h2 class=\"srmc-policy-card-title\">Privacy Policy Updates<\/h2>\n            <\/div>\n            <p>We may need to update this Privacy Policy as San Roque Mission Center Agro and our parish community grow and evolve. If we make significant changes to this policy, we will post a notice on our website and update the &#8220;Last Updated&#8221; date at the top of this page.<\/p>\n            <p>We encourage you to review this policy periodically to stay informed about how we are protecting your information. Your continued use of our website after any changes constitutes your acceptance of the updated policy.<\/p>\n          <\/div>\n\n          <!-- Section 8 -->\n          <div class=\"srmc-policy-card srmc-reveal\" id=\"questions\">\n            <div class=\"srmc-policy-card-header\">\n              <div class=\"srmc-policy-card-num\">8<\/div>\n              <h2 class=\"srmc-policy-card-title\">Have Questions?<\/h2>\n            <\/div>\n            <p>If you have any questions, concerns, or requests regarding this Privacy Policy or the handling of your personal information, we will do our best to address them promptly and transparently.<\/p>\n\n            <div class=\"srmc-policy-contact\">\n              <div class=\"srmc-policy-contact-icon\">\n                <span class=\"material-symbols-rounded\">support_agent<\/span>\n              <\/div>\n              <div class=\"srmc-policy-contact-text\">\n                <h4>Contact the Parish Office<\/h4>\n                <p>San Roque Mission Center Agro, Brgy. Agro, Catanauan, Quezon Province, Philippines<\/p>\n                <a href=\"#\" class=\"srmc-btn srmc-btn-olive srmc-btn-sm\">\n                  <span>Contact Us<\/span>\n                  <span class=\"material-symbols-rounded\">arrow_forward<\/span>\n                <\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA SECTION -->\n  <section class=\"srmc-section srmc-cta\">\n    <div class=\"srmc-inner\">\n      <div class=\"srmc-cta-content srmc-reveal\">\n        <div class=\"srmc-hero-cross\" style=\"margin: 0 auto 28px;\">\n          <span class=\"material-symbols-rounded\">shield<\/span>\n        <\/div>\n        <h2 class=\"srmc-cta-title\">Your Trust <em>Matters to Us<\/em><\/h2>\n        <p class=\"srmc-cta-desc\">&#8220;The Lord is near to all who call on him, to all who call on him in truth.&#8221; \u2014 Psalm 145:18<\/p>\n        <div class=\"srmc-cta-buttons\">\n          <a href=\"#top\" class=\"srmc-btn srmc-btn-primary\">\n            <span>Back to Top<\/span>\n            <span class=\"material-symbols-rounded\">arrow_upward<\/span>\n          <\/a>\n          <a href=\"#questions\" class=\"srmc-btn srmc-btn-outline\">\n            <span>Contact Us<\/span>\n            <span class=\"material-symbols-rounded\">mail<\/span>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n(function() {\n  'use strict';\n\n  function initScrollReveal() {\n    var selectors = ['.srmc-reveal', '.srmc-reveal-left'];\n    var elements = document.querySelectorAll(selectors.join(', '));\n\n    if ('IntersectionObserver' in window) {\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('srmc-visible');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, {\n        threshold: 0.08,\n        rootMargin: '0px 0px -40px 0px'\n      });\n\n      elements.forEach(function(el) { observer.observe(el); });\n    } else {\n      elements.forEach(function(el) { el.classList.add('srmc-visible'); });\n    }\n  }\n\n  function initSmoothScroll() {\n    document.querySelectorAll('.srmc-privacy-page a[href^=\"#\"]').forEach(function(anchor) {\n      anchor.addEventListener('click', function(e) {\n        var targetId = this.getAttribute('href');\n        if (targetId === '#') return;\n        var target = document.querySelector(targetId);\n        if (target) {\n          e.preventDefault();\n          var top = target.getBoundingClientRect().top + window.pageYOffset - 24;\n          window.scrollTo({ top: top, behavior: 'smooth' });\n        }\n      });\n    });\n  }\n\n  function initTocHighlight() {\n    var tocLinks = document.querySelectorAll('.srmc-toc-link');\n    var sections = [];\n\n    tocLinks.forEach(function(link) {\n      var href = link.getAttribute('href');\n      if (href && href.startsWith('#')) {\n        var section = document.querySelector(href);\n        if (section) {\n          sections.push({ el: section, link: link });\n        }\n      }\n    });\n\n    if (!sections.length) return;\n\n    function updateActive() {\n      var scrollPos = window.scrollY + 120;\n      var current = null;\n\n      sections.forEach(function(s) {\n        if (s.el.offsetTop <= scrollPos) {\n          current = s;\n        }\n      });\n\n      tocLinks.forEach(function(l) { l.classList.remove('active'); });\n      if (current) {\n        current.link.classList.add('active');\n      }\n    }\n\n    window.addEventListener('scroll', updateActive, { passive: true });\n    updateActive();\n  }\n\n  document.addEventListener('DOMContentLoaded', function() {\n    initScrollReveal();\n    initSmoothScroll();\n    initTocHighlight();\n  });\n})();\n<\/script>\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Privacy Policy \u2014 San Roque Mission Center Agro Home chevron_right Privacy Policy shield San Roque Mission Center Agro Privacy Policy [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"slim_seo":{"title":"Privacy - San Roque Mission Center","description":"Privacy Policy \u2014 San Roque Mission Center Agro Home chevron_right Privacy Policy shield San Roque Mission Center Agro Privacy Policy Your privacy matters to us."},"footnotes":""},"class_list":["post-35","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Diocese of Gumaca","author_link":"https:\/\/Demo5.yinwoodweb.com\/agro\/blog\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":"Privacy Policy \u2014 San Roque Mission Center Agro Home chevron_right Privacy Policy shield San Roque Mission Center Agro Privacy Policy [&hellip;]","_links":{"self":[{"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/pages\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":13,"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/pages\/35\/revisions"}],"predecessor-version":[{"id":1516,"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/pages\/35\/revisions\/1516"}],"wp:attachment":[{"href":"https:\/\/Demo5.yinwoodweb.com\/agro\/wp-json\/wp\/v2\/media?parent=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}