{"id":4343,"date":"2025-12-08T19:47:03","date_gmt":"2025-12-08T19:47:03","guid":{"rendered":"https:\/\/balikgabayan.com\/?page_id=4343"},"modified":"2025-12-13T10:31:03","modified_gmt":"2025-12-13T10:31:03","slug":"storybook4-parent","status":"publish","type":"page","link":"https:\/\/balikgabayan.com\/iteration1\/storybook4-parent\/","title":{"rendered":"Storybook 4 Parent Version"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4343\" class=\"elementor elementor-4343\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f3799d e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"2f3799d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1531fa7 elementor-widget elementor-widget-html\" data-id=\"1531fa7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Rotate Notice Overlay -->\r\n<div id=\"rotate-notice\">\r\n  <div class=\"rotate-box\">\r\n\r\n    <!-- Rotate Phone Icon -->\r\n    <div class=\"rotate-icon\">\r\n      <div class=\"phone\"><\/div>\r\n      <div class=\"arrow\">&#10227;<\/div>\r\n    <\/div>\r\n\r\n    <p>Please rotate your device to <strong>landscape<\/strong> for a better reading experience.<br><br>\r\n    If the page looks zoomed in, try zooming out a little so it fits your screen. \ud83d\udc9b<br><br>\r\n    Salamat po!<\/p>\r\n    <button id=\"close-notice\">Okay<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Floating Exit Button -->\r\n<button id=\"exit-story\">Exit<\/button>\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Varela+Round&display=swap');\r\n\r\n\/* ------------------ Rotate Overlay ------------------ *\/\r\n#rotate-notice {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  background: rgba(28,121,197,0.95); \/* 95% opacity *\/\r\n  color: #FCF7E8;\r\n  z-index: 99999;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  padding: 20px;\r\n  text-align: center;\r\n  font-family: \"Varela Round\", sans-serif;\r\n\r\n  opacity: 0;\r\n  transition: opacity 0.8s ease; \/* slower fade *\/\r\n  pointer-events: none;\r\n}\r\n\r\n#rotate-notice.visible {\r\n  opacity: 1;\r\n  pointer-events: auto;\r\n}\r\n\r\n.rotate-box {\r\n  max-width: 340px;\r\n  background: rgba(255,255,255,0.08);\r\n  padding: 20px;\r\n  border-radius: 14px;\r\n  font-size: 16px;\r\n  text-align: center;\r\n}\r\n\r\n#close-notice {\r\n  margin-top: 20px;\r\n  padding: 10px 18px;\r\n  background: #FCF7E8;\r\n  color: #1C79C5;\r\n  border: none;\r\n  border-radius: 8px;\r\n  font-family: \"Varela Round\", sans-serif;\r\n  cursor: pointer;\r\n}\r\n\r\n\/* Rotate Icon *\/\r\n.rotate-icon {\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.phone {\r\n  width: 50px;\r\n  height: 90px;\r\n  border: 4px solid #FCF7E8;\r\n  border-radius: 12px 12px 10px 10px;\r\n  position: relative;\r\n  margin-bottom: 8px;\r\n  background: rgba(255,255,255,0.05);\r\n  animation: rotatePhone 4s infinite alternate ease-in-out;\r\n}\r\n\r\n.arrow {\r\n  font-size: 24px;\r\n  color: #FCF7E8;\r\n  animation: rotateArrow 1.2s infinite alternate;\r\n}\r\n\r\n@keyframes rotateArrow {\r\n  from { transform: translateY(0); }\r\n  to { transform: translateY(-8px); }\r\n}\r\n\r\n@keyframes rotatePhone {\r\n  0% { transform: rotate(0deg); }\r\n  50% { transform: rotate(90deg); }\r\n  100% { transform: rotate(0deg); }\r\n}\r\n\r\n\/* Hide overlay on desktop\/laptop *\/\r\n@media(min-width: 1367px) {\r\n  #rotate-notice { display: none !important; }\r\n}\r\n\r\n\/* ------------------ Floating Exit Button ------------------ *\/\r\n#exit-story {\r\n  position: fixed;\r\n  top: 16px;\r\n  right: 16px;\r\n  padding: 10px 14px;\r\n  background: #FCF7E8;\r\n  color: #1C79C5;\r\n  border: none;\r\n  border-radius: 8px;\r\n  font-family: \"Varela Round\", sans-serif;\r\n  cursor: pointer;\r\n  z-index: 99999;\r\n  box-shadow: 0 2px 6px rgba(0,0,0,0.2);\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n#exit-story:hover {\r\n  background: #1C79C5;\r\n  color: #FCF7E8;\r\n}\r\n<\/style>\r\n\r\n<script>\r\nfunction checkOrientation() {\r\n  const notice = document.getElementById(\"rotate-notice\");\r\n\r\n  if(window.innerWidth <= 1366){\r\n    let isPortrait = false;\r\n\r\n    if (screen.orientation && screen.orientation.type) {\r\n      isPortrait = screen.orientation.type.startsWith('portrait');\r\n    } else if(window.orientation !== undefined) {\r\n      isPortrait = (window.orientation === 0 || window.orientation === 180);\r\n    } else {\r\n      isPortrait = window.innerHeight > window.innerWidth;\r\n    }\r\n\r\n    if(isPortrait){\r\n      notice.classList.add(\"visible\");\r\n    } else {\r\n      notice.classList.remove(\"visible\");\r\n    }\r\n\r\n  } else {\r\n    notice.classList.remove(\"visible\");\r\n  }\r\n}\r\n\r\nwindow.addEventListener(\"load\", checkOrientation);\r\nwindow.addEventListener(\"resize\", checkOrientation);\r\nwindow.addEventListener(\"orientationchange\", checkOrientation);\r\n\r\n\/\/ Close rotate notice\r\ndocument.getElementById(\"close-notice\").onclick = function() {\r\n  document.getElementById(\"rotate-notice\").classList.remove(\"visible\");\r\n};\r\n\r\n\/\/ Exit button redirects\r\ndocument.getElementById(\"exit-story\").onclick = function() {\r\n  window.location.href = \"https:\/\/balikgabayan.com\/iteration1\/iteration1\/lets-read-parent\";\r\n};\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68d16d0 elementor-pagination-position-inside elementor-pagination-type-bullets elementor-arrows-position-inside elementor-invisible elementor-widget elementor-widget-n-carousel\" data-id=\"68d16d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Cover&quot;,&quot;_id&quot;:&quot;782527e&quot;},{&quot;slide_title&quot;:&quot;S1-P1-P2&quot;,&quot;_id&quot;:&quot;0457a11&quot;},{&quot;slide_title&quot;:&quot;S1-P3-P4&quot;,&quot;_id&quot;:&quot;ac5257b&quot;},{&quot;slide_title&quot;:&quot;S1-P5-P6&quot;,&quot;_id&quot;:&quot;a3fa1f2&quot;},{&quot;slide_title&quot;:&quot;S1-P7-P8&quot;,&quot;_id&quot;:&quot;7bb1df6&quot;},{&quot;slide_title&quot;:&quot;S1-P9-P10&quot;,&quot;_id&quot;:&quot;158ab0a&quot;},{&quot;slide_title&quot;:&quot;S1-P11-P12&quot;,&quot;_id&quot;:&quot;e360239&quot;},{&quot;slide_title&quot;:&quot;S1-P11-P12&quot;,&quot;_id&quot;:&quot;121f694&quot;},{&quot;slide_title&quot;:&quot;S1-P13-P14&quot;,&quot;_id&quot;:&quot;99ede68&quot;},{&quot;slide_title&quot;:&quot;S1-P15-P16&quot;,&quot;_id&quot;:&quot;67ac5d8&quot;},{&quot;slide_title&quot;:&quot;S1-P17-P18&quot;,&quot;_id&quot;:&quot;7078a9c&quot;},{&quot;slide_title&quot;:&quot;S1-P19-P20&quot;,&quot;_id&quot;:&quot;7fe3bb2&quot;},{&quot;slide_title&quot;:&quot;S1-P23-P24&quot;,&quot;_id&quot;:&quot;3429d2a&quot;},{&quot;slide_title&quot;:&quot;S1-P21-P22&quot;,&quot;_id&quot;:&quot;089bd9e&quot;},{&quot;slide_title&quot;:&quot;S1-P25-P26&quot;,&quot;_id&quot;:&quot;7ec4843&quot;},{&quot;slide_title&quot;:&quot;S1-P27-P28&quot;,&quot;_id&quot;:&quot;6546518&quot;},{&quot;slide_title&quot;:&quot;S1-P31-P32&quot;,&quot;_id&quot;:&quot;9f53326&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-427092f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"427092f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cda6821 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"cda6821\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07d28da e-transform e-transform elementor-widget elementor-widget-image\" data-id=\"07d28da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.01,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2251\" height=\"2251\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1.jpg\" class=\"attachment-full size-full wp-image-3788\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1.jpg 2251w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1-300x300.jpg 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1-1024x1024.jpg 1024w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1-150x150.jpg 150w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1-768x768.jpg 768w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1-1536x1536.jpg 1536w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-cover-1-2048x2048.jpg 2048w\" sizes=\"(max-width: 2251px) 100vw, 2251px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57f3732 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"57f3732\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e673c46 elementor-widget elementor-widget-image\" data-id=\"e673c46\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.6,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/Artboard-1s4-p1-p2-asset2-1.png\" title=\"Artboard 1s4-p1-p2-asset2\" alt=\"Artboard 1s4-p1-p2-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-145d6e8 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"145d6e8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t<div class=\"elementor-element elementor-element-375f1db e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"375f1db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2495221 elementor-widget elementor-widget-image\" data-id=\"2495221\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p3-asset2.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73d3dd5 elementor-widget elementor-widget-image\" data-id=\"73d3dd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.6,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/Artboard-3s4-p3-asset2.png\" title=\"Artboard 3s4-p3-asset2\" alt=\"Artboard 3s4-p3-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-155a8f4 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"155a8f4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07af9b6 elementor-widget elementor-widget-image\" data-id=\"07af9b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.6,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p4-asset2.png\" title=\"s4-p4-asset2\" alt=\"s4-p4-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbb50e1 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"dbb50e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t<div class=\"elementor-element elementor-element-bb94b62 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"bb94b62\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e947001 elementor-widget elementor-widget-image\" data-id=\"e947001\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p5-asset2.png\" title=\"s4-p5-asset2\" alt=\"s4-p5-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1e370a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"e1e370a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0766ab7 elementor-widget elementor-widget-image\" data-id=\"0766ab7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1001\" height=\"1000\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p6-asset2.png\" class=\"attachment-full size-full wp-image-3050\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p6-asset2.png 1001w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p6-asset2-300x300.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p6-asset2-150x150.png 150w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p6-asset2-768x767.png 768w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/elementor\/thumbs\/s4-p6-asset2-150x150.png 1000w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-81ea214 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"81ea214\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6ea1456 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"6ea1456\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3912627 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"3912627\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e3b51ff e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"e3b51ff\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-568e86d e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"568e86d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b63a83 elementor-widget elementor-widget-image\" data-id=\"2b63a83\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2000\" height=\"1000\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p9-p10-asset2.png\" class=\"attachment-full size-full wp-image-3686\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p9-p10-asset2.png 2000w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p9-p10-asset2-300x150.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p9-p10-asset2-1024x512.png 1024w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p9-p10-asset2-768x384.png 768w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p9-p10-asset2-1536x768.png 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f23b5b e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"3f23b5b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef9c485 elementor-widget elementor-widget-image\" data-id=\"ef9c485\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"1000\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p11-p12-asset2.png\" class=\"attachment-full size-full wp-image-3688\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p11-p12-asset2.png 2000w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p11-p12-asset2-300x150.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p11-p12-asset2-1024x512.png 1024w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p11-p12-asset2-768x384.png 768w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p11-p12-asset2-1536x768.png 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cb7759c e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"cb7759c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-459c0b6 elementor-widget elementor-widget-image\" data-id=\"459c0b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"1000\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p13-p14-asset2.png\" class=\"attachment-full size-full wp-image-3838\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p13-p14-asset2.png 2000w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p13-p14-asset2-300x150.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p13-p14-asset2-1024x512.png 1024w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p13-p14-asset2-768x384.png 768w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p13-p14-asset2-1536x768.png 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0ab039d e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"0ab039d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-081100f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"081100f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b90e7a9 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b90e7a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-369dbe8 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"369dbe8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6845e89 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"6845e89\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b78038 elementor-widget elementor-widget-image\" data-id=\"9b78038\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p17-asset2.png\" title=\"s4-p17-asset2\" alt=\"s4-p17-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-058417e e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"058417e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"11\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fd06b3 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"3fd06b3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d222515 elementor-widget elementor-widget-image\" data-id=\"d222515\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"1000\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p19-p20-asset2.png\" class=\"attachment-full size-full wp-image-4087\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p19-p20-asset2.png 2000w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p19-p20-asset2-300x150.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p19-p20-asset2-1024x512.png 1024w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p19-p20-asset2-768x384.png 768w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p19-p20-asset2-1536x768.png 1536w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"12\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71aa4f0 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"71aa4f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fade4e0 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"fade4e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e91adcc elementor-widget elementor-widget-image\" data-id=\"e91adcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p21-asset2-3.png\" title=\"s4-p21-asset2-3\" alt=\"s4-p21-asset2-3\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29dd1c7 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"29dd1c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0886a2 elementor-widget elementor-widget-image\" data-id=\"d0886a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.2,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1001\" height=\"1001\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p22-asset2-1.png\" class=\"attachment-full size-full wp-image-4133\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p22-asset2-1.png 1001w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p22-asset2-1-300x300.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p22-asset2-1-150x150.png 150w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p22-asset2-1-768x768.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"13\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3385cf7 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"3385cf7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4653d59 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"4653d59\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b25254 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"6b25254\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"14\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38c8e71 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"38c8e71\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-aadb3c5 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"aadb3c5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41cc91a elementor-widget elementor-widget-image\" data-id=\"41cc91a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p25-asset2-1.png\" title=\"s4-p25-asset2\" alt=\"s4-p25-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-98b154e e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"98b154e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d93e7a0 elementor-widget elementor-widget-image\" data-id=\"d93e7a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1001\" height=\"1001\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p26-asset2-1.png\" class=\"attachment-full size-full wp-image-4142\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p26-asset2-1.png 1001w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p26-asset2-1-300x300.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p26-asset2-1-150x150.png 150w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p26-asset2-1-768x768.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"15\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c79d230 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"c79d230\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2c9a1ba e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"2c9a1ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c582c65 elementor-widget elementor-widget-image\" data-id=\"c582c65\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p27-asset2-1.png\" title=\"s4-p27-asset2\" alt=\"s4-p27-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2696cf9 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"2696cf9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dabf1c7 elementor-widget elementor-widget-image\" data-id=\"dabf1c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1001\" height=\"1001\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p28-asset2-1.png\" class=\"attachment-full size-full wp-image-4150\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p28-asset2-1.png 1001w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p28-asset2-1-300x300.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p28-asset2-1-150x150.png 150w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p28-asset2-1-768x768.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"16\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-054c295 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"054c295\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-55b0893 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"55b0893\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b785387 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b785387\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e1dc5c elementor-widget elementor-widget-image\" data-id=\"2e1dc5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.6,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1001\" height=\"1001\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p30-asset2-1.png\" class=\"attachment-full size-full wp-image-4157\" alt=\"\" srcset=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p30-asset2-1.png 1001w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p30-asset2-1-300x300.png 300w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p30-asset2-1-150x150.png 150w, https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p30-asset2-1-768x768.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"17\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 of 17\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ff3c74 e-con-full animated-slow e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"7ff3c74\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c8ed2de e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"c8ed2de\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ce07ff elementor-widget elementor-widget-image\" data-id=\"4ce07ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.8,&quot;sizes&quot;:[]},&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/balikgabayan.com\/iteration1\/wp-content\/uploads\/2025\/12\/s4-p22-asset2-1.png\" title=\"s4-p22-asset2\" alt=\"s4-p22-asset2\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0ac3e6 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"b0ac3e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bc241c3 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"bc241c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f28125a elementor-widget elementor-widget-heading\" data-id=\"f28125a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ma, Pa, Alam Niyo Ba...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce6afa6 elementor-widget elementor-widget-heading\" data-id=\"ce6afa6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-family: 'Varela Round', sans-serif\">Story and Illustration by <\/span><span style=\"font-family: 'Darumadrop One', cursive;font-size:35px\">BalikGabayan<\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bf822f elementor-widget elementor-widget-heading\" data-id=\"5bf822f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><br><br>\n<br>\n\n\u00a9 2025 BalikGabayan <br><br>\n\nAll rights reserved. No part of this publication may be reproduced or <br> transmitted in any form without permission from the authors.<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be25b54 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-child\" data-id=\"be25b54\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2f17cc elementor-widget elementor-widget-button\" data-id=\"f2f17cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/balikgabayan.com\/iteration1\/iteration1\/home-parent\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Back to Parent's Homepage<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3a00d7 elementor-widget elementor-widget-button\" data-id=\"e3a00d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/balikgabayan.com\/iteration1\/iteration1\/lets-read-parent\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Back to Books<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&#10227; Please rotate your device to landscape for a better reading experience. If the page looks zoomed in, try zooming out a little so it fits your screen. \ud83d\udc9b Salamat po! Okay Exit Ma, Pa, Alam Niyo Ba&#8230; Story and Illustration by BalikGabayan \u00a9 2025 BalikGabayan All rights reserved. No part of this publication may be reproduced or transmitted in any form without permission from the authors. Back to Parent&#8217;s Homepage Back to Books Ma, Pa, Alam Niyo Ba&#8230; Story and Illustration by BalikGabayan \u00a9 2025 BalikGabayan All rights reserved. No part of this publication may be reproduced or transmitted in any form without permission from the authors. Back to Parent&#8217;s Homepage Back to Books<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","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":""}},"footnotes":""},"class_list":["post-4343","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/pages\/4343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/comments?post=4343"}],"version-history":[{"count":46,"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/pages\/4343\/revisions"}],"predecessor-version":[{"id":5008,"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/pages\/4343\/revisions\/5008"}],"wp:attachment":[{"href":"https:\/\/balikgabayan.com\/iteration1\/wp-json\/wp\/v2\/media?parent=4343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}