{"id":26,"date":"2026-03-13T07:29:59","date_gmt":"2026-03-13T07:29:59","guid":{"rendered":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/?page_id=26"},"modified":"2026-07-02T03:47:18","modified_gmt":"2026-07-02T03:47:18","slug":"terms-conditions","status":"publish","type":"page","link":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/terms-conditions\/","title":{"rendered":"Terms &amp; Conditions"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-7a6b1f55 alignfull uagb-is-root-container\"><div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\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>Terms &amp; Conditions \u2014 San Lorenzo Ruiz De Manila Parish<\/title>\n\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,300;0,400;0,600;0,700;1,300;1,400&#038;family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Mono:wght@300;400&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    \/* ===================== DESIGN TOKENS ===================== *\/\n    :root {\n      --slr-dark: #0e0a0c;\n      --slr-burgundy-dark: #1a1016;\n      --slr-cardinal-deep: #2a1420;\n      --slr-warm-white: #f0ece4;\n      --slr-text-body: #bfb8ae;\n      --slr-text-muted: #7a7570;\n      --slr-gold: #c8a45c;\n      --slr-gold-bright: #dcc278;\n      --slr-bronze: #a67c3d;\n      --slr-surface: rgba(255,255,255,0.03);\n      --slr-border: rgba(200,164,92,0.12);\n\n      --slr-font-display: 'Cormorant Garamond', serif;\n      --slr-font-elegant: 'Cormorant Garamond', serif;\n      --slr-font-body: 'Crimson Pro', serif;\n      --slr-font-mono: 'DM Mono', monospace;\n\n      --slr-container-max: 1100px;\n      --slr-section-pad-y: 100px;\n      --slr-section-pad-x: clamp(20px, 5vw, 60px);\n    }\n\n    \/* ===================== RESET ===================== *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: var(--slr-font-body);\n      background: var(--slr-dark);\n      color: var(--slr-text-body);\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n      overflow-x: hidden;\n    }\n    a { color: var(--slr-gold); text-decoration: none !important; transition: color 0.3s ease; }\n    a:hover { color: var(--slr-gold-bright); }\n\n    \/* ===================== KEYFRAMES ===================== *\/\n    @keyframes slr-gradientShift {\n      0%, 100% { background-position: 0% 50%; }\n      50%      { background-position: 100% 50%; }\n    }\n    @keyframes slr-fadeIn {\n      from { opacity: 0; }\n      to   { opacity: 1; }\n    }\n    @keyframes slr-fadeUp {\n      from { opacity: 0; transform: translateY(24px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    @keyframes slr-pulseGlow {\n      0%, 100% { opacity: 1; box-shadow: 0 0 4px rgba(200,164,92,0.4); }\n      50%      { opacity: 0.5; box-shadow: 0 0 12px rgba(200,164,92,0.7); }\n    }\n    @keyframes slr-goldenGlow {\n      0%, 100% { opacity: 0.6; transform: scale(1); }\n      50%      { opacity: 1; transform: scale(1.08); }\n    }\n    @keyframes slr-rayMove {\n      from { transform: translate(-50%, -50%) rotate(0deg); }\n      to   { transform: translate(-50%, -50%) rotate(360deg); }\n    }\n    @keyframes slr-crossPulse {\n      0%, 100% { opacity: 0.06; }\n      50%      { opacity: 0.1; }\n    }\n    @keyframes slr-particleRise {\n      0%   { bottom: -10px; opacity: 0; }\n      10%  { opacity: 0.6; }\n      90%  { opacity: 0.2; }\n      100% { bottom: 110%; opacity: 0; }\n    }\n    @keyframes slr-bounceSoft {\n      0%, 100% { transform: translateY(0); opacity: 0.5; }\n      50%      { transform: translateY(8px); opacity: 1; }\n    }\n    @keyframes slr-heroReveal {\n      from { opacity: 0; transform: translateY(30px) scale(0.98); }\n      to   { opacity: 1; transform: translateY(0) scale(1); }\n    }\n    @keyframes slr-textReveal {\n      from { opacity: 0; transform: translateY(16px); letter-spacing: 0.05em; }\n      to   { opacity: 1; transform: translateY(0); letter-spacing: normal; }\n    }\n\n    \/* ===================== HERO ===================== *\/\n    .slr-toc-hero {\n      position: relative;\n      min-height: 50vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      background: linear-gradient(135deg, var(--slr-dark) 0%, var(--slr-burgundy-dark) 30%, var(--slr-cardinal-deep) 60%, var(--slr-dark) 100%);\n      background-size: 200% 200%;\n      animation: slr-gradientShift 12s ease infinite;\n      padding: var(--slr-section-pad-x);\n    }\n    .slr-toc-hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse at 20% 80%, rgba(200,164,92,0.08) 0%, transparent 50%),\n        radial-gradient(ellipse at 80% 20%, rgba(139,34,82,0.12) 0%, transparent 50%),\n        radial-gradient(ellipse at 50% 50%, rgba(123,30,45,0.15) 0%, transparent 70%);\n      z-index: 1;\n    }\n    .slr-toc-hero::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C8A45C' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n      opacity: 0.5;\n      z-index: 1;\n    }\n\n    .slr-toc-hero__glow {\n      position: absolute;\n      border-radius: 50%;\n      pointer-events: none;\n      z-index: 1;\n    }\n    .slr-toc-hero__glow--1 {\n      width: 500px; height: 500px;\n      top: -20%; left: -10%;\n      background: radial-gradient(circle, rgba(200,164,92,0.1), transparent 70%);\n      animation: slr-goldenGlow 8s ease-in-out infinite;\n    }\n    .slr-toc-hero__glow--2 {\n      width: 400px; height: 400px;\n      bottom: -15%; right: -5%;\n      background: radial-gradient(circle, rgba(139,34,82,0.12), transparent 70%);\n      animation: slr-goldenGlow 10s ease-in-out infinite 3s;\n    }\n\n    .slr-toc-hero__rays {\n      position: absolute;\n      top: 50%; left: 50%;\n      width: 600px; height: 600px;\n      transform: translate(-50%, -50%);\n      z-index: 1;\n      animation: slr-rayMove 60s linear infinite;\n      opacity: 0.12;\n    }\n    .slr-toc-hero__rays::before,\n    .slr-toc-hero__rays::after {\n      content: '';\n      position: absolute;\n      top: 50%; left: 50%;\n      width: 2px; height: 300px;\n      transform-origin: center top;\n      background: linear-gradient(to bottom, rgba(200,164,92,0.4), transparent);\n    }\n    .slr-toc-hero__rays::before { transform: translate(-50%, 0) rotate(0deg); }\n    .slr-toc-hero__rays::after  { transform: translate(-50%, 0) rotate(45deg); }\n\n    .slr-toc-hero__cross {\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      z-index: 2;\n      opacity: 0.05;\n      animation: slr-crossPulse 8s ease-in-out infinite;\n    }\n    .slr-toc-hero__cross svg {\n      width: 300px; height: 420px;\n      fill: var(--slr-gold);\n    }\n\n    .slr-toc-hero__particles {\n      position: absolute;\n      inset: 0;\n      z-index: 2;\n      pointer-events: none;\n      overflow: hidden;\n    }\n    .slr-toc-hero__particle {\n      position: absolute;\n      bottom: -10px;\n      width: 3px; height: 3px;\n      background: var(--slr-gold);\n      border-radius: 50%;\n      opacity: 0;\n      animation: slr-particleRise linear infinite;\n    }\n    .slr-toc-hero__particle:nth-child(1) { left: 10%; animation-duration: 14s; animation-delay: 0s; width: 2px; height: 2px; }\n    .slr-toc-hero__particle:nth-child(2) { left: 28%; animation-duration: 17s; animation-delay: 3s; width: 4px; height: 4px; }\n    .slr-toc-hero__particle:nth-child(3) { left: 45%; animation-duration: 12s; animation-delay: 1s; }\n    .slr-toc-hero__particle:nth-child(4) { left: 62%; animation-duration: 19s; animation-delay: 5s; width: 2px; height: 2px; }\n    .slr-toc-hero__particle:nth-child(5) { left: 80%; animation-duration: 15s; animation-delay: 2s; width: 4px; height: 4px; }\n    .slr-toc-hero__particle:nth-child(6) { left: 92%; animation-duration: 13s; animation-delay: 4s; }\n\n    .slr-toc-hero__arch {\n      position: absolute;\n      bottom: 0; left: 50%;\n      transform: translateX(-50%);\n      width: 500px; height: 250px;\n      border: 1px solid rgba(200,164,92,0.08);\n      border-radius: 250px 250px 0 0;\n      border-bottom: none;\n      z-index: 2;\n    }\n    .slr-toc-hero__arch--inner {\n      width: 350px; height: 175px;\n      border-radius: 175px 175px 0 0;\n      border-color: rgba(200,164,92,0.05);\n    }\n\n    .slr-toc-hero__content {\n      position: relative;\n      z-index: 10;\n      text-align: center;\n      max-width: 800px;\n      animation: slr-heroReveal 1.2s ease forwards;\n    }\n    .slr-toc-hero__badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 10px 28px;\n      border: 1px solid rgba(200,164,92,0.3);\n      border-radius: 50px;\n      background: rgba(200,164,92,0.08);\n      backdrop-filter: blur(10px);\n      color: var(--slr-gold);\n      font-family: var(--slr-font-mono);\n      font-size: 0.72rem;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 28px;\n      animation: slr-fadeIn 1s ease 0.3s both;\n    }\n    .slr-toc-hero__badge-dot {\n      width: 6px; height: 6px;\n      background: var(--slr-gold);\n      border-radius: 50%;\n      animation: slr-pulseGlow 2s ease-in-out infinite;\n    }\n    .slr-toc-hero__title {\n      font-family: var(--slr-font-display);\n      font-size: clamp(2.5rem, 6vw, 4.5rem);\n      font-weight: 700;\n      line-height: 1.1;\n      color: var(--slr-warm-white);\n      margin-bottom: 10px;\n      animation: slr-textReveal 1s ease 0.5s both;\n    }\n    .slr-toc-hero__title em {\n      font-style: italic;\n      color: var(--slr-gold);\n      display: block;\n      font-size: 0.45em;\n      font-weight: 400;\n      letter-spacing: 6px;\n      text-transform: uppercase;\n      margin-top: 10px;\n      font-family: var(--slr-font-elegant);\n    }\n    .slr-toc-hero__divider {\n      width: 80px; height: 2px;\n      background: linear-gradient(90deg, transparent, var(--slr-gold), transparent);\n      margin: 20px auto 0;\n      animation: slr-fadeIn 1s ease 0.9s both;\n    }\n\n    \/* ===================== BODY ===================== *\/\n    .slr-toc-body {\n      position: relative;\n      padding: var(--slr-section-pad-y) var(--slr-section-pad-x);\n      background: var(--slr-dark);\n      overflow: hidden;\n    }\n    .slr-toc-body::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse at 0% 0%, rgba(123,30,45,0.08) 0%, transparent 50%),\n        radial-gradient(ellipse at 100% 100%, rgba(200,164,92,0.05) 0%, transparent 50%);\n    }\n    .slr-toc-body::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background-image: url(\"data:image\/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23C8A45C' fill-opacity='0.02'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n    }\n    .slr-toc-body__container {\n      position: relative;\n      z-index: 2;\n      max-width: var(--slr-container-max);\n      margin: 0 auto;\n    }\n\n    \/* TOC nav *\/\n    .slr-toc-nav {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      justify-content: center;\n      margin-bottom: 60px;\n      opacity: 0;\n    }\n    .slr-toc-nav.is-visible { animation: slr-fadeUp 0.8s ease forwards; }\n    .slr-toc-nav__link {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      padding: 8px 18px;\n      font-family: var(--slr-font-mono);\n      font-size: 0.7rem;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--slr-gold);\n      border: 1px solid rgba(200,164,92,0.2);\n      border-radius: 4px;\n      background: rgba(200,164,92,0.04);\n      transition: all 0.3s ease;\n      text-decoration: none !important;\n    }\n    .slr-toc-nav__link:hover {\n      background: rgba(200,164,92,0.12);\n      border-color: rgba(200,164,92,0.4);\n      transform: translateY(-2px);\n      color: var(--slr-gold-bright);\n    }\n    .slr-toc-nav__num {\n      font-weight: 600;\n      color: var(--slr-gold-bright);\n    }\n\n    \/* Section divider *\/\n    .slr-toc-divider {\n      width: 50px; height: 2px;\n      background: linear-gradient(90deg, transparent, var(--slr-gold), transparent);\n      margin: 0 0 48px;\n    }\n\n    \/* Sections *\/\n    .slr-toc-section {\n      margin-bottom: 56px;\n      scroll-margin-top: 40px;\n      opacity: 0;\n    }\n    .slr-toc-section.is-visible { animation: slr-fadeUp 0.7s ease forwards; }\n\n    .slr-toc-section__header {\n      display: flex;\n      align-items: flex-start;\n      gap: 18px;\n      margin-bottom: 22px;\n    }\n    .slr-toc-section__number {\n      flex-shrink: 0;\n      width: 48px; height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-family: var(--slr-font-display);\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: var(--slr-gold-bright);\n      border: 1px solid rgba(200,164,92,0.3);\n      border-radius: 10px;\n      background: rgba(200,164,92,0.08);\n      backdrop-filter: blur(5px);\n    }\n    .slr-toc-section__title {\n      font-family: var(--slr-font-display);\n      font-size: clamp(1.3rem, 2.5vw, 1.8rem);\n      font-weight: 600;\n      color: var(--slr-warm-white);\n      letter-spacing: 0.5px;\n      line-height: 1.3;\n      padding-top: 6px;\n    }\n    .slr-toc-section__text {\n      font-family: var(--slr-font-body);\n      font-size: 1.02rem;\n      line-height: 1.95;\n      color: var(--slr-text-body);\n      margin-bottom: 16px;\n      padding-left: 66px;\n    }\n    .slr-toc-section__list {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 0 66px;\n    }\n    .slr-toc-section__list li {\n      position: relative;\n      padding: 12px 20px 12px 36px;\n      font-family: var(--slr-font-body);\n      font-size: 0.98rem;\n      line-height: 1.75;\n      color: var(--slr-text-body);\n      border: 1px solid var(--slr-border);\n      border-radius: 6px;\n      background: var(--slr-surface);\n      backdrop-filter: blur(5px);\n      transition: all 0.35s ease;\n      margin-bottom: 8px;\n    }\n    .slr-toc-section__list li::before {\n      content: '';\n      position: absolute;\n      left: 14px;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 6px; height: 6px;\n      background: var(--slr-gold);\n      border-radius: 50%;\n    }\n    .slr-toc-section__list li:hover {\n      border-color: rgba(200,164,92,0.3);\n      transform: translateX(4px);\n      box-shadow: 0 4px 20px rgba(0,0,0,0.15);\n    }\n\n    \/* Bottom note box *\/\n    .slr-toc-note {\n      margin-top: 20px;\n      margin-left: 66px;\n      padding: 20px 24px;\n      border-left: 3px solid rgba(200,164,92,0.3);\n      background: rgba(200,164,92,0.04);\n      border-radius: 0 6px 6px 0;\n      font-family: var(--slr-font-elegant);\n      font-size: 1.05rem;\n      font-style: italic;\n      line-height: 1.8;\n      color: var(--slr-gold-bright);\n    }\n\n    \/* Footer *\/\n    .slr-toc-footer {\n      margin-top: 30px;\n      padding-top: 30px;\n      border-top: 1px solid var(--slr-border);\n      text-align: center;\n      opacity: 0;\n    }\n    .slr-toc-footer.is-visible { animation: slr-fadeUp 0.8s ease forwards; }\n    .slr-toc-footer__updated {\n      font-family: var(--slr-font-mono);\n      font-size: 0.75rem;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--slr-text-muted);\n      margin-bottom: 12px;\n    }\n    .slr-toc-footer__contact {\n      font-family: var(--slr-font-body);\n      font-size: 0.95rem;\n      color: var(--slr-text-body);\n    }\n    .slr-toc-footer__contact a {\n      color: var(--slr-gold);\n      border-bottom: 1px solid rgba(200,164,92,0.3);\n      padding-bottom: 2px;\n      transition: border-color 0.3s ease;\n    }\n    .slr-toc-footer__contact a:hover {\n      color: var(--slr-gold-bright);\n      border-color: var(--slr-gold-bright);\n    }\n\n    \/* Back to top *\/\n    .slr-toc-top {\n      position: fixed;\n      bottom: 32px;\n      right: 32px;\n      z-index: 100;\n      width: 46px; height: 46px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(200,164,92,0.12);\n      border: 1px solid rgba(200,164,92,0.3);\n      border-radius: 50%;\n      color: var(--slr-gold);\n      font-size: 1.1rem;\n      backdrop-filter: blur(8px);\n      cursor: pointer;\n      opacity: 0;\n      transform: translateY(20px);\n      transition: all 0.4s ease;\n      pointer-events: none;\n      text-decoration: none;\n    }\n    .slr-toc-top.is-visible {\n      opacity: 1;\n      transform: translateY(0);\n      pointer-events: auto;\n    }\n    .slr-toc-top:hover {\n      background: rgba(200,164,92,0.25);\n      box-shadow: 0 4px 20px rgba(200,164,92,0.3);\n    }\n\n    \/* ===================== RESPONSIVE ===================== *\/\n    @media (max-width: 768px) {\n      .slr-toc-hero { min-height: 40vh; }\n      .slr-toc-hero__cross svg { width: 200px; height: 280px; }\n      .slr-toc-hero__rays { width: 400px; height: 400px; }\n      .slr-toc-hero__arch { width: 300px; height: 150px; border-radius: 150px 150px 0 0; }\n      .slr-toc-hero__arch--inner { width: 200px; height: 100px; border-radius: 100px 100px 0 0; }\n      .slr-toc-nav { gap: 6px; }\n      .slr-toc-nav__link { padding: 6px 12px; font-size: 0.65rem; }\n      .slr-toc-section__header { flex-direction: column; gap: 10px; }\n      .slr-toc-section__text,\n      .slr-toc-section__list,\n      .slr-toc-note { margin-left: 0; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- ==================== HERO ==================== -->\n  <section class=\"slr-toc-hero\" role=\"banner\" aria-label=\"Terms and Conditions Hero\">\n    <div class=\"slr-toc-hero__glow slr-toc-hero__glow--1\"><\/div>\n    <div class=\"slr-toc-hero__glow slr-toc-hero__glow--2\"><\/div>\n    <div class=\"slr-toc-hero__rays\"><\/div>\n    <div class=\"slr-toc-hero__cross\">\n      <svg viewBox=\"0 0 100 140\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"42\" y=\"0\" width=\"16\" height=\"140\" rx=\"2\"\/>\n        <rect x=\"10\" y=\"28\" width=\"80\" height=\"16\" rx=\"2\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"slr-toc-hero__arch\"><\/div>\n    <div class=\"slr-toc-hero__arch slr-toc-hero__arch--inner\"><\/div>\n\n    <div class=\"slr-toc-hero__particles\">\n      <div class=\"slr-toc-hero__particle\"><\/div>\n      <div class=\"slr-toc-hero__particle\"><\/div>\n      <div class=\"slr-toc-hero__particle\"><\/div>\n      <div class=\"slr-toc-hero__particle\"><\/div>\n      <div class=\"slr-toc-hero__particle\"><\/div>\n      <div class=\"slr-toc-hero__particle\"><\/div>\n    <\/div>\n\n    <div class=\"slr-toc-hero__content\">\n      <div class=\"slr-toc-hero__badge\">\n        <span class=\"slr-toc-hero__badge-dot\"><\/span>\n        Please Read Carefully\n        <span class=\"slr-toc-hero__badge-dot\"><\/span>\n      <\/div>\n      <h1 class=\"slr-toc-hero__title\">\n        Terms &amp; Conditions\n        <em>San Lorenzo Ruiz De Manila Parish<\/em>\n      <\/h1>\n      <div class=\"slr-toc-hero__divider\"><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ==================== BODY ==================== -->\n  <section class=\"slr-toc-body\" aria-label=\"Terms and Conditions Content\">\n    <div class=\"slr-toc-body__container\">\n\n      <!-- Table of Contents Nav -->\n      <nav class=\"slr-toc-nav\" data-slr-reveal aria-label=\"Sections\">\n        <a href=\"#toc-1\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">1.<\/span> Introduction<\/a>\n        <a href=\"#toc-2\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">2.<\/span> Use of Website<\/a>\n        <a href=\"#toc-3\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">3.<\/span> General Conditions<\/a>\n        <a href=\"#toc-4\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">4.<\/span> Comments &amp; Submissions<\/a>\n        <a href=\"#toc-5\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">5.<\/span> Personal Info<\/a>\n        <a href=\"#toc-6\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">6.<\/span> Errors &amp; Omissions<\/a>\n        <a href=\"#toc-7\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">7.<\/span> Disclaimer<\/a>\n        <a href=\"#toc-8\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">8.<\/span> Indemnification<\/a>\n        <a href=\"#toc-9\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">9.<\/span> Entire Agreement<\/a>\n        <a href=\"#toc-10\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">10.<\/span> Waiver<\/a>\n        <a href=\"#toc-11\" class=\"slr-toc-nav__link\"><span class=\"slr-toc-nav__num\">11.<\/span> Severability<\/a>\n      <\/nav>\n\n      <div class=\"slr-toc-divider\"><\/div>\n\n      <!-- 1. Introduction -->\n      <div class=\"slr-toc-section\" id=\"toc-1\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">1<\/div>\n          <h2 class=\"slr-toc-section__title\">Introduction<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          This website is operated by San Lorenzo Ruiz De Manila Parish. The terms &#8220;we&#8221;, &#8220;us&#8221;, and &#8220;our&#8221; refer to San Lorenzo Ruiz De Manila Parish. The use of our website is subject to the following terms and conditions of use, as amended from time to time (the &#8220;Terms&#8221;). The Terms are to be read together by you with any terms, conditions or disclaimers provided in the pages of our website. Please review the Terms carefully. The Terms apply to all users of our website, including without limitation, users who are browsers, members, merchants, vendors and\/or contributors of content. If you access and use this website, you accept and agree to be bound by and comply with the Terms and our Privacy Policy. If you do not agree to the Terms or our Privacy Policy, you are not authorized to access our website or use any of our website&#8217;s services.\n        <\/p>\n      <\/div>\n\n      <!-- 2. Use of our Website -->\n      <div class=\"slr-toc-section\" id=\"toc-2\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">2<\/div>\n          <h2 class=\"slr-toc-section__title\">Use of our Website<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          You agree to use our website for legitimate purposes and not for any illegal or unauthorized purpose, including without limitation, in violation of any intellectual property or privacy law. By agreeing to the Terms, you represent and warrant that you are at least the age of majority in your state or province of residence and are legally capable of entering into a binding agreement. You agree to not use our website to conduct any activity that would constitute a civil or criminal offense or violate any law. You agree not to attempt to interfere with our website&#8217;s network or security features or to gain unauthorized access to our systems. You agree to provide us with accurate personal information, such as your email address, mailing address and other contact details in order to complete our service or contact you as needed. You agree to promptly update your account and information. You authorize us to collect and use this information to contact you in accordance with our Privacy Policy.\n        <\/p>\n      <\/div>\n\n      <!-- 3. General Conditions -->\n      <div class=\"slr-toc-section\" id=\"toc-3\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">3<\/div>\n          <h2 class=\"slr-toc-section__title\">General Conditions<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          We reserve the right to refuse service to anyone, at any time, for any reason. We reserve the right to make any modifications to the website, including terminating, changing, suspending or discontinuing any aspect of the website at any time, without notice. We may impose additional rules or limits on the use of our website. You agree to review the Terms regularly and your continued access or use of our website will mean that you agree to any changes. You agree that we will not be liable to you or any third party for any modification, suspension or discontinuance of our website or for any service, content, feature or product offered through our website.\n        <\/p>\n      <\/div>\n\n      <!-- 4. Comments, Feedback, and Other Submissions -->\n      <div class=\"slr-toc-section\" id=\"toc-4\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">4<\/div>\n          <h2 class=\"slr-toc-section__title\">Use Comments, Feedback, and Other Submissions<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          You acknowledge that you are responsible for the information, profiles, opinions, messages, comments and any other content (collectively, the &#8220;Content&#8221;) that you post, distribute or share on or through our website or services available in connection with our website. You further acknowledge that you have full responsibility for the Content, including but not limited to, with respect to its legality, and its trademark, copyright and other intellectual property ownership. You agree that any Content submitted by you in response to a request by us for a specific submission may be edited, adapted, modified, recreated, published, or distributed by us. You further agree that we are under no obligation to maintain any Content in confidence, to pay compensation for any Content or to respond to any Content.\n        <\/p>\n        <p class=\"slr-toc-section__text\">\n          You agree that you will not post, distribute or share any Content on our website that is protected by copyright, trademark, patent or any other proprietary right without the express consent of the owner of such proprietary right. You further agree that your Content will not be unlawful, abusive or obscene nor will it contain any malware or computer virus that could affect our website&#8217;s operations. You will be solely liable for any Content that you make and its accuracy. We have no responsibility and assume no liability for any Content posted by you or any third-party. We reserve the right to terminate your ability to post on our website and to remove and\/or delete any Content that we deem objectionable. You consent to such removal and\/or deletion and waive any claim against us for the removal and\/or deletion of your Content.\n        <\/p>\n      <\/div>\n\n      <!-- 5. Your Personal Information -->\n      <div class=\"slr-toc-section\" id=\"toc-5\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">5<\/div>\n          <h2 class=\"slr-toc-section__title\">Your Personal Information<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          Please see our <a href=\"#\">Privacy Policy<\/a> to learn about how we collect, use, and share your personal information.\n        <\/p>\n      <\/div>\n\n      <!-- 6. Errors and Omissions -->\n      <div class=\"slr-toc-section\" id=\"toc-6\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">6<\/div>\n          <h2 class=\"slr-toc-section__title\">Errors and Omissions<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          Please note that our website may contain typographical errors or inaccuracies and may not be complete or current. We reserve the right to correct any errors, inaccuracies or omissions and to change or update information at any time, without prior notice (including after an order has been submitted). Such errors, inaccuracies or omissions may relate to product description, pricing, promotion and availability and we reserve the right to cancel or refuse any order placed based on incorrect pricing or availability information, to the extent permitted by applicable law. We do not undertake to update, modify or clarify information on our website, except as required by law.\n        <\/p>\n      <\/div>\n\n      <!-- 7. Disclaimer and Limitation of Liability -->\n      <div class=\"slr-toc-section\" id=\"toc-7\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">7<\/div>\n          <h2 class=\"slr-toc-section__title\">Disclaimer and Limitation of Liability<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          You assume all responsibility and risk with respect to your use of our website, which is provided &#8220;as is&#8221; without warranties, representations or conditions of any kind, either express or implied, with regard to information accessed from or via our website, including without limitation, all content and materials, and functions and services provided on our website, all of which are provided without warranty of any kind, including but not limited to warranties concerning the availability, accuracy, completeness or usefulness of content or information, uninterrupted access, and any warranties of title, non-infringement, merchantability or fitness for a particular purpose.\n        <\/p>\n        <p class=\"slr-toc-section__text\">\n          We do not warrant that our website or its functioning or the content and material of the services made available thereby will be timely, secure, uninterrupted or error-free and that defects will be corrected. The use of our website is at your sole risk and you assume full responsibility for any costs associated with your use of our website. We will not be liable for any damages of any kind related to the use of our website.\n        <\/p>\n        <p class=\"slr-toc-section__text\">\n          In no event will we, or our affiliates, our or their respective content or service providers, or any of our or their respective directors, officers, agents, contractors, suppliers or employees be liable to you for any direct, indirect, special, incidental, consequential, exemplary or punitive damages, losses or causes of action, or lost revenue, lost profits, lost business or sales, or any other type of damage, whether based in contract or tort (including negligence), strict liability or otherwise, arising from your use of, or the inability to use, or the performance of, our website or the content or material or functionality through our website, even if we are advised of the possibility of such damages.\n        <\/p>\n        <p class=\"slr-toc-section__text\">\n          Certain jurisdictions do not allow limitation of liability or the exclusion or limitation of certain damages. In such jurisdictions, some or all of the above disclaimers, exclusions, or limitations, may not apply to you and our liability will be limited to the maximum extent permitted by law.\n        <\/p>\n      <\/div>\n\n      <!-- 8. Indemnification -->\n      <div class=\"slr-toc-section\" id=\"toc-8\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">8<\/div>\n          <h2 class=\"slr-toc-section__title\">Indemnification<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          You agree to defend and indemnify us, and hold us and our affiliates harmless, and our and their respective directors, officers, agents, contractors, and employees against any losses, liabilities, claims, expenses (including legal fees) in any way arising from, related to or in connection with your use of our website, your violation of the Terms, or the posting or transmission of any materials on or through the website by you, including but not limited to, any third party claim that any information or materials provided by you infringe upon any third party proprietary rights.\n        <\/p>\n      <\/div>\n\n      <!-- 9. Entire Agreement -->\n      <div class=\"slr-toc-section\" id=\"toc-9\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">9<\/div>\n          <h2 class=\"slr-toc-section__title\">Entire Agreement<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          The Terms and any documents expressly referred to in them represent the entire agreement between you and us in relation to the subject matter of the Terms and supersede any prior agreement, understanding or arrangement between you and us, whether oral or in writing. Both you and we acknowledge that, in entering into these Terms, neither you nor we have relied on any representation, undertaking or promise given by the other or implied from anything said or written between you and us prior to such Terms, except as expressly stated in the Terms.\n        <\/p>\n      <\/div>\n\n      <!-- 10. Waiver -->\n      <div class=\"slr-toc-section\" id=\"toc-10\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">10<\/div>\n          <h2 class=\"slr-toc-section__title\">Waiver<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          Our failure to exercise or enforce any right or provision of the Terms will not constitute a waiver of such right or provision. A waiver by us of any default will not constitute a waiver of any subsequent default. No waiver by us is effective unless it is communicated to you in writing.\n        <\/p>\n      <\/div>\n\n      <!-- 11. Severability -->\n      <div class=\"slr-toc-section\" id=\"toc-11\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__number\">11<\/div>\n          <h2 class=\"slr-toc-section__title\">Severability<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          If any of the provisions of the Terms are determined by any competent authority to be invalid, unlawful or unenforceable, such provision will to that extent be severed from the remaining Terms, which will continue to be valid and enforceable to the fullest extent permitted by law.\n        <\/p>\n      <\/div>\n\n      <div class=\"slr-toc-divider\"><\/div>\n\n      <!-- Updates Note -->\n      <div class=\"slr-toc-section\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__icon-wrap\" style=\"width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(200,164,92,0.3);border-radius:10px;background:rgba(200,164,92,0.08);flex-shrink:0;\">\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color:var(--slr-gold);\"><path d=\"M21 12a9 9 0 11-6.22-8.56\"\/><polyline points=\"21 3 21 9 15 9\"\/><\/svg>\n          <\/div>\n          <h2 class=\"slr-toc-section__title\">Terms &amp; Condition Updates<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          We may need to update our Terms &amp; Conditions as San Lorenzo Ruiz De Manila Parish and our community grow and evolve. If we make significant changes to the Terms &amp; Conditions, we&#8217;ll post a message on our website(s).\n        <\/p>\n      <\/div>\n\n      <!-- Have Questions -->\n      <div class=\"slr-toc-section\" id=\"contact\" data-slr-reveal>\n        <div class=\"slr-toc-section__header\">\n          <div class=\"slr-toc-section__icon-wrap\" style=\"width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(200,164,92,0.3);border-radius:10px;background:rgba(200,164,92,0.08);flex-shrink:0;\">\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color:var(--slr-gold);\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n          <\/div>\n          <h2 class=\"slr-toc-section__title\">Have Questions?<\/h2>\n        <\/div>\n        <p class=\"slr-toc-section__text\">\n          If you have any questions about our Terms &amp; Conditions, we&#8217;ll do our best to answer them. <a href=\"#\">Click to Contact Us.<\/a>\n        <\/p>\n      <\/div>\n\n      <div class=\"slr-toc-note\" data-slr-reveal>\n        By accessing and using this website, you acknowledge that you have read, understood, and agree to be bound by these Terms &amp; Conditions and our Privacy Policy.\n      <\/div>\n\n      <!-- Footer -->\n      <div class=\"slr-toc-footer\" data-slr-reveal>\n        <p class=\"slr-toc-footer__updated\">Last Updated: 3\/6\/2026<\/p>\n        <p class=\"slr-toc-footer__contact\">\n          &copy; San Lorenzo Ruiz De Manila Parish &mdash; A Community of Faith, Courage &amp; Devotion\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- Back to top -->\n  <a href=\"#\" class=\"slr-toc-top\" id=\"slrTocTop\" aria-label=\"Back to top\">\n    <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"18 15 12 9 6 15\"\/><\/svg>\n  <\/a>\n\n  <!-- ==================== SCRIPTS ==================== -->\n  <script>\n  (function(){\n    \/* Scroll-reveal *\/\n    var els = document.querySelectorAll('[data-slr-reveal]');\n    if(els.length){\n      var obs = new IntersectionObserver(function(entries){\n        entries.forEach(function(e){\n          if(e.isIntersecting){\n            e.target.classList.add('is-visible');\n            obs.unobserve(e.target);\n          }\n        });\n      },{threshold:0.1});\n      els.forEach(function(el){ obs.observe(el); });\n    }\n\n    \/* Back-to-top *\/\n    var topBtn = document.getElementById('slrTocTop');\n    if(topBtn){\n      window.addEventListener('scroll', function(){\n        if(window.scrollY > 400){ topBtn.classList.add('is-visible'); }\n        else{ topBtn.classList.remove('is-visible'); }\n      },{passive:true});\n      topBtn.addEventListener('click', function(e){\n        e.preventDefault();\n        window.scrollTo({top:0, behavior:'smooth'});\n      });\n    }\n  })();\n  <\/script>\n\n<\/body>\n<\/html><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","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":"Terms &amp; Conditions - San Lorenzo Ruiz De Manila Parish","description":""},"footnotes":""},"class_list":["post-26","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":"Everest Co","author_link":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/blog\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":2,"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":965,"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/pages\/26\/revisions\/965"}],"wp:attachment":[{"href":"https:\/\/demo6.yinwoodweb.com\/pidacsan\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}