.hostinger-reach-block-connect{display:flex;flex-direction:column;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;flex-direction:column;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:flex;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:flex;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{flex-direction:row;justify-content:flex-start;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message{font-weight:700;padding:1em;gap:10px;margin-top:10px}.reach-subscription-message.is-success{background:rgb(0 158 91 / .1019607843)}.reach-subscription-message.is-error{background:rgb(234 71 104 / .1019607843)}<?php if (! defined('ABSPATH')) exit;get_header();// ---------- Helper functions for post processing metadata ---------- function tom_featured_image_url($post_id,$size='full'){$id=get_post_thumbnail_id($post_id);return $id ? wp_get_attachment_image_url($id,$size):''}function tom_get_meta_lines($post_id,$key){$val=get_post_meta($post_id,$key,true);if (empty($val)) return array();if (is_array($val)) return $val;return array_filter(array_map('trim',explode("\n",$val)))}function tom_get_itinerary($post_id){$raw=get_post_meta($post_id,'tom_itinerary',true);if (is_string($raw)){$decoded=json_decode($raw,true);return is_array($decoded) ? $decoded:array()}return is_array($raw) ? $raw:array()}?><style>#leaflet-route-map,#tour-map,#tom-itin-map-canvas,[data-tom-tour-map],[data-tom-item-map]{width:100%!important;height:380px!important;min-height:280px!important;background-color:#eaeaea!important;position:relative;z-index:1;border-radius:12px;overflow:hidden}.leaflet-marker-icon.tom-pin-wrap{background:transparent!important;border:none!important;box-shadow:none!important;overflow:visible!important}.tom-map-marker-luxury{width:32px!important;height:32px!important;background:#b8860b!important;border:2px solid #ffffff!important;border-radius:50% 50% 50% 0!important;transform:rotate(-45deg)!important;position:absolute;left:50%;top:50%;margin-left:-16px;margin-top:-16px;display:flex!important;align-items:center;justify-content:center;box-shadow:0 3px 10px rgb(0 0 0 / .3);box-sizing:border-box;z-index:500}.tom-map-marker-luxury span{transform:rotate(45deg)!important;display:block;width:100%;color:#ffffff!important;font-weight:700!important;font-size:12px!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;text-align:center;line-height:1}.tom-flex-layout{display:flex!important;flex-wrap:nowrap!important;gap:2.5rem!important;justify-content:space-between!important;align-items:flex-start!important;max-width:1200px!important;margin:2rem auto!important;width:100%!important;padding:0 1.5rem!important;box-sizing:border-box!important}.tom-main-content{flex:1 1 0!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important;line-height:1.7;color:#333}.tom-main-content h1{font-size:2.4rem;color:#1e5631;margin:0 0 .75rem 0;font-weight:700}.tom-sidebar-column{flex:0 0 340px!important;width:340px!important;max-width:100%!important;min-width:340px!important;position:sticky!important;top:20px!important;align-self:flex-start!important;box-sizing:border-box!important}.tom-sidebar-column .card{margin-bottom:1.5rem;background:#fff;padding:1.5rem;border-radius:20px;border:1px solid #ebdccb;box-shadow:0 10px 25px rgb(0 0 0 / .05);box-sizing:border-box;width:100%}.itin-card-v2{background:#fff;border:1px solid #ebdccb;border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:box-shadow 0.25s ease}.itin-card-header-v2{width:100%;background:none;border:none;padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;outline:none}.itin-stop-v2{max-height:0;overflow:hidden;transition:max-height 0.3s cubic-bezier(0,0,.2,1);padding:0 1.5rem}.itin-stop-v2.is-open{max-height:2000px;padding-bottom:1.5rem}.tom-timeline-track{position:relative;padding-left:2rem;border-left:2px solid #e2dcd5;margin-left:1rem}.itin-dot-v2{position:absolute;left:-6px;top:6px;width:10px;height:10px;border-radius:50%;background:#2c6e3c;border:2px solid #fff}.tom-notice{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;font-weight:500}.tom-notice-error{background:#fdf2f2;color:#9b1c1c;border:1px solid #fbd5d5}.tom-notice-success{background:#f3faf7;color:#03543f;border:1px solid #def7ec}#tom-fc-fab{position:fixed;bottom:25px;right:25px;background:#1e5631;color:#fff;border:none;width:56px;height:56px;border-radius:50%;box-shadow:0 4px 12px rgb(0 0 0 / .3);cursor:pointer;z-index:2000;display:flex;align-items:center;justify-content:center;font-size:1.5rem}#tom-fc-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);display:none;align-items:center;justify-content:center;z-index:2001}#tom-fc-modal.open{display:flex}.tom-fc-modal-content{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:450px;position:relative}.tom-main-content a{color:#0066cc!important;text-decoration:underline!important}.tom-main-content a:hover{color:#b8860b!important}html{scroll-behavior:smooth;scroll-padding-top:110px}@media (max-width:1024px){.tom-flex-layout{flex-wrap:wrap!important;flex-direction:column!important;gap:2rem!important}.tom-main-content{width:100%!important;flex:1 1 auto!important}.tom-sidebar-column{flex:1 1 100%!important;width:100%!important;min-width:0!important;position:static!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:1.2rem!important;align-self:stretch!important}.tom-sidebar-column .card{margin:0!important}}</style><div class="tom-flex-layout"><main class="tom-main-content"><h1><?php the_title();?></h1><!-- 🔥 SHOW THE ACTUAL POST CONTENT (your food article with links) --><?php while (have_posts()) :the_post();?><div class="tom-post-content"><?php the_content();?></div><?php endwhile;?><div id="tour-map" data-tom-tour-map="true"></div><?php $pins_data=get_post_meta(get_the_ID(),'tom_map_pins',true);$fallback_json='[{"lat":-18.8792,"lng":47.5079,"day":1,"title":"Antananarivo Arrival"},{"lat":-20.2251,"lng":44.3124,"day":2,"title":"Morondava Baobabs"}]';?><script type="application/json" id="tom-tour-map-data"><?php echo !empty($pins_data) ? $pins_data :$fallback_json;?></script><div class="tom-timeline-track" style="margin-top: 2rem;"><div class="itin-stop-v2"><button class="itin-card-header-v2" aria-expanded="false"><h3>Day 1:Welcome to Madagascar Adventure</h3><span class="itin-dot-v2"></span></button><div class="itin-card-v2"><p style="padding: 1rem 1.5rem;">Touch down on local soil. Meet your dedicated luxury handling representative,load equipment vehicles,and check smoothly into your private capital villa suite ecosystem.</p></div></div><div class="itin-stop-v2"><button class="itin-card-header-v2" aria-expanded="false"><h3>Day 2:Flight Path to West Coast Horizons</h3><span class="itin-dot-v2"></span></button><div class="itin-card-v2"><p style="padding: 1rem 1.5rem;">Board your charter route heading west towards limestone reserves. Traverse standard avenues to trace dynamic visual frames surrounding century-old baobab paths during magic sunset hour peaks.</p></div></div></div></main><aside class="tom-sidebar-column"><div class="card"><h4>Booking & Inquiries</h4><p>Tailor your custom private charter path tracking rare wildlife ecosystems along custom Malagasy tracks.</p><form id="tom-itin-form"><div id="tom-form-msg"></div><button type="submit" class="tom-notice-success" style="width:100%; border:none; padding:10px; cursor:pointer; border-radius:8px;">Plan This Journey</button></form></div></aside></div><button id="tom-fc-fab" aria-label="Contact Channel">✉</button><div id="tom-fc-modal" aria-hidden="true"><div class="tom-fc-modal-content"><button style="position:absolute; top:10px; right:15px; background:none; border:none; font-size:20px; cursor:pointer;" data-fc-close>&times;</button><h3>Direct Assistance</h3><form class="tom-quick-contact"><div class="tom-quick-contact-msg"></div><input type="text" name="qc_name" placeholder="Your Name" required style="width:100%; margin-bottom:10px; padding:8px;"><br><textarea name="qc_message" placeholder="Message details..." style="width:100%; height:8px; margin-bottom:10px; padding:8px; height:80px;"></textarea><br><button type="submit" style="background:#1e5631; color:#fff; border:none; padding:10px 20px; border-radius:5px; cursor:pointer;">Transmit Request</button></form></div></div><script>(function(){'use strict';const STORAGE='tom_itinerary_v2';function load(){try{return JSON.parse(localStorage.getItem(STORAGE) || '[]')}catch(e){return []}}function clear(){localStorage.setItem(STORAGE,'[]');render()}function render(){const arr=load();document.querySelectorAll('[data-tom-count]').forEach(el=>el.textContent=arr.length)}const form=document.getElementById('tom-itin-form');if (form){form.addEventListener('submit',async function(e){e.preventDefault();const msg=document.getElementById('tom-form-msg');msg.innerHTML='<div class="tom-notice">Sending...</div>';const fd=new FormData(form);fd.append('action','tom_itinerary');const ajax_url=(typeof TOM !=='undefined' && TOM.ajax_url) || '/wp-admin/admin-ajax.php';try{const r=await fetch(ajax_url,{method:'POST',body:fd});const j=await r.json();if (j.success){msg.innerHTML='<div class="tom-notice tom-notice-success">'+j.data.message+'</div>';form.reset();clear()}else{msg.innerHTML='<div class="tom-notice tom-notice-error">'+(j.data?.message || 'Submission failed.')+'</div>'}}catch (err){msg.innerHTML='<div class="tom-notice tom-notice-error">Network error. Please try again.</div>'}})}function initItineraryAccordion(){const headers=document.querySelectorAll('.itin-card-header-v2');if (!headers.length) return;headers.forEach(header=>{if (header._tomAccordionInit) return;header._tomAccordionInit=true;header.addEventListener('click',()=>{const stop=header.closest('.itin-stop-v2');if (!stop) return;const isOpen=stop.classList.contains('is-open');document.querySelectorAll('.itin-stop-v2').forEach(s=>{s.classList.remove('is-open');const h=s.querySelector('.itin-card-header-v2');if (h) h.setAttribute('aria-expanded','false')});if (!isOpen){stop.classList.add('is-open');header.setAttribute('aria-expanded','true');setTimeout(()=>{const rect=stop.getBoundingClientRect();const offset=100;if (rect.top < offset || rect.bottom>window.innerHeight){stop.scrollIntoView({behavior:'smooth',block:'center'})}},100)}})});const firstStop=document.querySelector('.itin-stop-v2');if (firstStop && !firstStop.classList.contains('is-open')){firstStop.classList.add('is-open');const firstHeader=firstStop.querySelector('.itin-card-header-v2');if (firstHeader) firstHeader.setAttribute('aria-expanded','true')}}if (document.readyState==='loading'){document.addEventListener('DOMContentLoaded',initItineraryAccordion)}else{initItineraryAccordion()}function initTourMap(el,points){if (!window.L || !el || el._tomInit) return;el._tomInit=true;const valid=points .filter(p=>p.lat !=null && p.lng !=null && !isNaN(parseFloat(p.lat)) && !isNaN(parseFloat(p.lng))) .map((p,i)=>{const parsedDay=parseInt(p.day,10);return{...p,_seq:i,dayNum:Number.isFinite(parsedDay) ? parsedDay:(i+1),lat:parseFloat(p.lat),lng:parseFloat(p.lng)}}) .sort((a,b)=>a.dayNum===b.dayNum ? a._seq - b._seq :a.dayNum - b.dayNum);if (!valid.length) return;const grouped=[];valid.forEach(p=>{const last=grouped[grouped.length - 1];const samePlace=last && Math.abs(last.lat - p.lat) < .001 && Math.abs(last.lng - p.lng) < .001;if (samePlace){last.days.push(p)}else{grouped.push({lat:p.lat,lng:p.lng,days:[p]})}});const lats=grouped.map(g=>g.lat);const lngs=grouped.map(g=>g.lng);const bounds=L.latLngBounds([[Math.min(...lats),Math.min(...lngs)],[Math.max(...lats),Math.max(...lngs)]]);const map=L.map(el,{scrollWheelZoom:false});el._tomLeaflet=map;L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png',{attribution:'© OpenStreetMap © CARTO',subdomains:'abcd',maxZoom:19}).addTo(map);map.fitBounds(bounds,{padding:[50,50]});const markers=[];const allLatLngs=[];grouped.forEach((g,idx)=>{const dayNum=g.days[0].dayNum || idx+1;const customIcon=L.divIcon({html:`<div class="tom-map-marker-luxury"><span>${dayNum}</span></div>`,iconSize:[32,32],iconAnchor:[16,32],popupAnchor:[0,-32]});const m=L.marker([g.lat,g.lng],{icon:customIcon}).addTo(map);const popupHtml=g.days.map(p=>`<div><strong>${p.title || 'Stop '+(p.dayNum || '')}</strong></div>`).join('<hr>');m.bindPopup(popupHtml,{maxWidth:250});markers.push(m);allLatLngs.push([g.lat,g.lng])});if (allLatLngs.length>1){L.polyline(allLatLngs,{color:'#b8860b',weight:3,opacity:.8,dashArray:'8, 6'}).addTo(map)}const fitRoute=()=>{if (!el.isConnected || el.clientWidth===0 || el.clientHeight===0) return;map.invalidateSize({pan:false,animate:false});if (allLatLngs.length>1){map.fitBounds(L.latLngBounds(allLatLngs),{padding:[50,50],animate:false})}};el._tomSync=fitRoute;map.whenReady(()=>setTimeout(fitRoute,100));if (window.ResizeObserver){const ro=new ResizeObserver(()=>fitRoute());ro.observe(el)}}// Auto Boot up sequences const tourMap=document.querySelector('[data-tom-tour-map]');const tourData=document.getElementById('tom-tour-map-data');function tryInitTourMap(){if (!tourMap || !tourData || tourMap.clientWidth===0) return;if (tourMap._tomInit){if (tourMap._tomSync) tourMap._tomSync();return}try{initTourMap(tourMap,JSON.parse(tourData.textContent || '[]'))}}if (tourMap && tourData){tryInitTourMap();window.addEventListener('load',()=>setTimeout(tryInitTourMap,150))}render()})();(function(){const fab=document.getElementById('tom-fc-fab');const modal=document.getElementById('tom-fc-modal');if (!fab || !modal) return;fab.addEventListener('click',()=>{modal.classList.add('open');modal.setAttribute('aria-hidden','false')});modal.addEventListener('click',e=>{if (e.target.closest('[data-fc-close]') || e.target===modal){modal.classList.remove('open');modal.setAttribute('aria-hidden','true')}});document.addEventListener('submit',async function(e){const f=e.target.closest('.tom-quick-contact');if (!f) return;e.preventDefault();const msgEl=f.querySelector('.tom-quick-contact-msg');msgEl.textContent='Sending…';const fd=new FormData(f);fd.append('action','tom_quick_contact');try{const r=await fetch((window.TOM && TOM.ajax_url) || '/wp-admin/admin-ajax.php',{method:'POST',body:fd});const j=await r.json();if (j && j.success){msgEl.className='tom-quick-contact-msg success';msgEl.textContent=j.data.message;f.reset();setTimeout(()=>{modal.classList.remove('open')},1500)}else{msgEl.textContent='Submission Failed.'}}catch(err){msgEl.textContent='Network error experienced.'}})})();.entry-content a,.post-content a,article a,.tom-main-content a,.tom-post-content a,.page-content a,.single-content a{color:#0066cc!important;text-decoration:underline!important}.entry-content a:hover,.post-content a:hover,article a:hover,.tom-main-content a:hover,.tom-post-content a:hover,.page-content a:hover,.single-content a:hover{color:#b8860b!important;text-decoration:underline!important}</script><style>.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding,10px);border:var(--border,none);border-radius:var(--border-radius,8px);background:var(--bg,#fff);width:var(--switcher-width,auto);top:var(--top,unset);right:var(--right,unset);bottom:var(--bottom,unset);left:var(--left,unset);box-shadow:0 10px 20px 0 #0000000D}.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;top:var(--wp-admin--admin-bar--height,0)}.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column}nav.trp-ls-inline .trp-language-switcher-inner{flex-direction:row}.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%}#trp-floater-powered-by{color:var(--text,#b3b3b3);font-size:12px;text-align:center;padding:0 5px;opacity:70%}#trp-floater-powered-by a{color:var(--text,#b3b3b3)}.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--border-color,#747474);padding-top:5px;margin-top:5px}.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--border-color,#747474);padding-bottom:5px;margin-bottom:5px}.trp-shortcode-switcher__wrapper{position:relative;border:none}.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border,none);border-radius:var(--border-radius,5px);background:var(--bg,#fff);width:auto;box-shadow:none}.trp-shortcode-anchor:not(.trp-opposite-button){visibility:hidden}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999}.trp-current-language-item__wrapper:not(.trp-hide-arrow){display:flex;align-items:center;padding-right:10px;justify-content:space-between}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height 0.2s ease-in-out;max-height:0;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px, 70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text) #fff0}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-arrow{pointer-events:none}.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg)}.trp-language-item:focus{outline:none}.trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item:hover .trp-language-item-name{color:var(--text-hover,#000)}.trp-language-item__current{pointer-events:none;cursor:default}.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#000);font-size:var(--font-size,14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400}.trp-flag-image{border-radius:var(--flag-radius,0)!important;aspect-ratio:var(--aspect-ratio,4/3)!important;width:var(--flag-size,18px)!important;display:inline-block!important;height:auto!important}.trp-menu-ls-label .trp-flag-image{margin:-2px 3px}.trp-custom-flag{object-fit:cover}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:#fff0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}.trp-flag-rounded{border-radius:9999px!important;aspect-ratio:1 / 1!important}.trp-ls-name{padding-left:5px}@media (prefers-reduced-motion:reduce){.trp-switcher-dropdown-list{transition:none!important}}.trp_ald_ls_container img.trp-flag-image{padding-top:0!important}.trp_ald_ls_container .trp-language-switcher{position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box}.trp_ald_ls_container .trp-language-switcher>div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff}.trp_ald_ls_container .trp-language-switcher>div>a{display:block;padding:2px;border-radius:3px;color:#0769ad}.trp_ald_ls_container .trp-language-switcher>div>a:hover{background:#f1f1f1}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp_ald_ls_container .trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#trp_ald_x_button{z-index:0!important}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}