.WhatsAppChatButton{position:fixed;bottom:calc(2 * var(--page-padding));right:var(--page-padding);display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:var(--z-1)}@media(max-width:475px){.WhatsAppChatButton{bottom:10vh;right:calc(2 * var(--page-padding))}}.WhatsAppChatButton:hover .ChatText{opacity:1;transform:translateY(0)}.ChatText{font-size:var(--f-09);font-weight:700;margin-bottom:var(--s-05);background-color:var(--wa-green);padding:var(--s-02) var(--s-07);border-radius:var(--r-max);border:2px solid var(--wa-green-dark);filter:drop-shadow(0 0 4px var(--shadow-text));white-space:nowrap;line-height:var(--lh-2);color:#fff;text-shadow:0 0 3px rgba(0,0,0,.409);opacity:0;transition:opacity var(--t-dur) var(--t-ease),transform var(--t-dur) var(--t-ease);display:flex;align-items:center;gap:var(--s-02);transform:translateY(4px)}@media(max-width:475px){.ChatText{display:none}}.ChatText :global(svg){width:var(--f-2);height:var(--f-2)}.Circle_Wrapper{width:var(--wa-chat-button-size);height:var(--wa-chat-button-size);background-color:var(--wa-green);border-radius:var(--r-max);display:flex;align-items:center;justify-content:center;border:2px solid var(--wa-green-dark);filter:drop-shadow(0 0 8px var(--shadow-shape))}.Circle_Wrapper svg{width:var(--wa-chat-button-icon-size);height:var(--wa-chat-button-icon-size);color:var(--white);filter:drop-shadow(0 0 3px var(--shadow-shape))}.HeaderExplorerMobile__Nav[data-v-e00721c2]{--header-padding-mobile: var(--s-05);position:fixed;top:var(--header-height-computed);left:var(--header-padding-mobile);width:calc(100vw - 2 * var(--header-padding-mobile));width:calc(100svw - 2 * var(--header-padding-mobile));max-height:calc(100vh - var(--header-height-computed) - var(--header-padding-mobile));max-height:calc(100svh - var(--header-height-computed) - var(--header-padding-mobile));background-color:var(--white);z-index:var(--z-4);overflow:auto;box-shadow:var(--shadow-big);padding:var(--s-2);border-radius:var(--r-4);max-width:475px;display:none}@media(min-width:1025px){.HeaderExplorerMobile__Nav[data-v-e00721c2]{display:none!important}}@media(max-width:475px){.HeaderExplorerMobile__Nav[data-v-e00721c2]{padding:var(--s-1);border-radius:var(--r-3)}}@media(max-width:1024px){.HeaderExplorerMobile__Nav--open[data-v-e00721c2]{display:block}}.HeaderExplorerMobile__ZoneListItem[data-v-e00721c2]{display:flex;flex-direction:column;gap:var(--s-05);margin-bottom:var(--s-3)}.HeaderExplorerMobile__ZoneListItem[data-v-e00721c2]:last-of-type{margin-bottom:0}.HeaderExplorerMobile__ZoneListItem h2[data-v-e00721c2]{font-size:var(--f-1);font-weight:600;line-height:var(--lh-normal);color:var(--blue-headings);margin-bottom:var(--s-02)}.HeaderExplorerMobile__CountryListItem[data-v-e00721c2]{display:flex;flex-direction:column;margin-bottom:var(--s-05)}.HeaderExplorerMobile__CountryListItem[data-v-e00721c2]:last-of-type{margin-bottom:0}.HeaderExplorerMobile__CountryButton[data-v-e00721c2]{font-size:var(--f-09);font-weight:700;display:flex;align-items:center;justify-content:space-between;flex-grow:1;padding:var(--s-07);border-radius:var(--r-3);line-height:var(--lh-normal);background-color:#f8f8f8;color:var(--blue-headings);margin-bottom:var(--s-05)}.HeaderExplorerMobile__CountryButton--active[data-v-e00721c2],.HeaderExplorerMobile__CountryButton[data-v-e00721c2]:hover{background-color:var(--yellow-bg-dark-2)}.HeaderExplorerMobile__DestinationLink[data-v-e00721c2]{display:flex;align-items:center;gap:var(--s-05);padding:var(--s-05);border-radius:var(--r-3)}.HeaderExplorerMobile__DestinationLink:hover span[data-v-e00721c2]:first-of-type{text-decoration:underline;text-underline-offset:var(--s-02)}.HeaderExplorerMobile__DestinationLabel[data-v-e00721c2]{display:flex;flex-direction:column}.HeaderExplorerMobile__DestinationLabel span[data-v-e00721c2]{line-height:var(--lh-normal)}.HeaderExplorerMobile__DestinationLabel span[data-v-e00721c2]:first-of-type{font-weight:600;color:var(--blue-headings);font-size:var(--f-09)}.HeaderExplorerMobile__DestinationLabel span[data-v-e00721c2]:last-of-type{font-size:var(--f-08);color:var(--blue-text-muted);font-weight:500}.HeaderExplorerMobile__DestinationImage[data-v-e00721c2]{width:var(--s-4);height:var(--s-4);border-radius:var(--r-2);-o-object-fit:cover;object-fit:cover}.HeaderExplorerMobile__RegionGroup[data-v-e00721c2]{margin-bottom:var(--s-2)}.HeaderExplorerMobile__RegionGroup[data-v-e00721c2]:last-of-type{margin-bottom:0}.HeaderExplorerMobile__RegionTitle[data-v-e00721c2]{font-size:var(--f-08);font-weight:500;color:var(--blue-text-muted);text-transform:uppercase;margin-bottom:var(--s-02);padding:0 var(--s-05)}.HeaderExplorerMobile__RegionDestinations[data-v-e00721c2]{list-style-type:none;padding-left:0;margin-bottom:0;display:grid;grid-template-columns:1fr 1fr}@media(max-width:375px){.HeaderExplorerMobile__RegionDestinations[data-v-e00721c2]{grid-template-columns:1fr}}.HeaderExplorerMobile__RegionDestinations li a[data-v-e00721c2]{display:flex;align-items:center;gap:var(--s-07);padding:var(--s-05);border-radius:var(--r-3)}.HeaderExplorerMobile__RegionDestinations li a:hover span[data-v-e00721c2]:first-of-type{text-decoration:underline;text-underline-offset:var(--s-02)}.HeaderExplorer[data-v-4c6795ff]{position:relative;--col-width: 280px;--max-height: 400px}.HeaderExplorer__Trigger[data-v-4c6795ff]{margin-left:calc(-1 * var(--s-05));font-size:var(--f-1);border-radius:var(--r-3);padding:var(--s-05) var(--s-05) var(--s-05) var(--s-1);z-index:var(--z-3);position:relative;width:110px;display:flex;justify-content:center;align-items:center}@media(min-width:1025px){.HeaderExplorer__Trigger[data-v-4c6795ff]{background-color:transparent}}@media(max-width:414px){.HeaderExplorer__Trigger[data-v-4c6795ff]{font-size:var(--f-09);height:46px;width:auto;padding:var(--s-07) var(--s-05) var(--s-07) var(--s-07);margin-left:0}}.HeaderExplorer__Trigger__MobileLabel[data-v-4c6795ff]{display:none}@media(max-width:1024px){.HeaderExplorer__Trigger__MobileLabel[data-v-4c6795ff]{display:block}}.HeaderExplorer__Trigger__DesktopLabel[data-v-4c6795ff]{display:none}@media(min-width:1025px){.HeaderExplorer__Trigger__DesktopLabel[data-v-4c6795ff]{display:block}}.HeaderExplorer__Trigger[data-v-4c6795ff]:disabled{cursor:auto}.HeaderExplorer__Trigger svg[data-v-4c6795ff]{color:var(--blue-divider);transition:color var(--t-dur) var(--t-ease)}@media(max-width:414px){.HeaderExplorer__Trigger svg[data-v-4c6795ff]{width:var(--s-1);height:var(--s-1)}}.HeaderExplorer__Trigger[data-v-4c6795ff]:hover:not(:disabled),.HeaderExplorer__Trigger[aria-expanded=true][data-v-4c6795ff]:not(:disabled){opacity:1!important;background-color:var(--yellow-bg-dark-2)}@media(max-width:1024px){.HeaderExplorer__Trigger[aria-expanded=true][data-v-4c6795ff]:not(:disabled){background-color:var(--white)}}.HeaderExplorer__HoverWrapper[data-v-4c6795ff]{position:absolute;padding-top:var(--s-2);top:100%;left:0;margin-left:calc(-1 * var(--s-05));display:none}@media(max-width:1200px){.HeaderExplorer__HoverWrapper[data-v-4c6795ff]{left:-150%;margin-left:0}}@media(max-width:1024px){.HeaderExplorer__HoverWrapper[data-v-4c6795ff]{display:none!important}}@media(min-width:1025px){.HeaderExplorer__HoverWrapper--open[data-v-4c6795ff]{display:flex}}.HeaderExplorer__Nav[data-v-4c6795ff]{border-radius:var(--r-3);border:1px solid var(--neutral-divider-light);box-shadow:var(--shadow-menu);background-color:var(--white);padding:var(--s-05) var(--s-2) var(--s-2) var(--s-2);z-index:var(--z-3);display:flex;flex-direction:column;gap:var(--s-2)}@media(max-width:1024px){.HeaderExplorer__Nav[data-v-4c6795ff]{border:none}}.HeaderExplorer__NavTabs[data-v-4c6795ff]{display:flex;gap:var(--s-2);border-bottom:1px solid var(--neutral-divider-light)}.HeaderExplorer__NavTabs__Button[data-v-4c6795ff]{font-size:var(--f-09);font-weight:500;color:var(--blue-text-muted);padding:var(--s-02) var(--s-1);border-bottom:2px solid transparent}.HeaderExplorer__NavTabs__Button[data-v-4c6795ff]:hover,.HeaderExplorer__NavTabs__Button--active[data-v-4c6795ff]{color:var(--blue-headings);border-color:var(--blue-headings)}.HeaderExplorer__NavContent[data-v-4c6795ff]{display:flex;gap:var(--s-4)}.HeaderExplorer__NavContinents[data-v-4c6795ff]{display:flex;flex-direction:column}.HeaderExplorer__NavContinents h2[data-v-4c6795ff]{font-size:var(--f-1);font-weight:600;color:var(--blue-headings);margin-bottom:var(--s-1)}.HeaderExplorer__NavContinents>nav[data-v-4c6795ff]{width:250px;max-height:var(--max-height);overflow-y:scroll;padding-right:var(--s-05);scrollbar-width:thin;scrollbar-gutter:auto}.HeaderExplorer__NavContinents__Zone[data-v-4c6795ff]{margin-bottom:var(--s-2)}.HeaderExplorer__NavContinents__Zone[data-v-4c6795ff]:last-of-type{margin-bottom:0}.HeaderExplorer__NavContinents__Zone h3[data-v-4c6795ff]{font-size:var(--f-08);font-weight:500;color:var(--blue-text-muted);text-transform:uppercase;margin-bottom:var(--s-02)}.HeaderExplorer__NavContinents__Zone ul[data-v-4c6795ff]{list-style-type:none;padding-left:0}.HeaderExplorer__NavContinents__Zone ul li a[data-v-4c6795ff]{font-size:var(--f-1);color:var(--blue-text);font-weight:500;border-radius:var(--r-3);padding:var(--s-07) var(--s-05);line-height:1;display:flex;justify-content:space-between}.HeaderExplorer__NavContinents__Zone ul li a[data-v-4c6795ff]:hover,.HeaderExplorer__NavContinents__Zone ul li a[data-selected=true][data-v-4c6795ff]{background-color:var(--yellow-bg-dark-2)}.HeaderExplorer__NavContinents__Zone ul li a span[data-v-4c6795ff],.HeaderExplorer__NavContinents__Zone ul li a svg[data-v-4c6795ff]{pointer-events:none}.HeaderExplorer__NavDestinations[data-v-4c6795ff]{display:flex;flex-direction:column;width:var(--col-width)}.HeaderExplorer__NavDestinations[data-has-attractions=false][data-v-4c6795ff]{display:none}.HeaderExplorer__NavDestinations h2[data-v-4c6795ff]{font-size:var(--f-1);font-weight:600;color:var(--blue-headings);margin-bottom:var(--s-1)}.HeaderExplorer__NavDestinations nav[data-v-4c6795ff]{width:var(--col-width);max-height:var(--max-height);padding-right:0 var(--s-05);overflow-y:scroll;scrollbar-width:thin;scrollbar-gutter:auto}.HeaderExplorer__NavDestinations nav ul li a[data-v-4c6795ff]{display:flex;justify-content:space-between;align-items:center;font-size:var(--f-1);padding:var(--s-05);border-radius:var(--r-4);margin-bottom:var(--s-02)}.HeaderExplorer__NavDestinations nav ul li a img[data-v-4c6795ff],.HeaderExplorer__NavDestinations nav ul li a svg[data-v-4c6795ff]{pointer-events:none}.HeaderExplorer__NavDestinations nav ul li a[data-v-4c6795ff]:hover,.HeaderExplorer__NavDestinations nav ul li a[data-selected=true][data-v-4c6795ff]{background-color:var(--yellow-bg-dark-2)}.HeaderExplorer__NavDestinations nav ul li a:hover .Content img[data-v-4c6795ff],.HeaderExplorer__NavDestinations nav ul li a[data-selected=true] .Content img[data-v-4c6795ff]{opacity:1}.HeaderExplorer__NavDestinations nav ul li a .Content[data-v-4c6795ff]{display:flex;gap:var(--s-07);pointer-events:none}.HeaderExplorer__NavDestinations nav ul li a .Content img[data-v-4c6795ff]{width:var(--s-4);height:var(--s-4);border-radius:var(--r-3);background-color:var(--orange-placeholder);border:none;-o-object-fit:cover;object-fit:cover;opacity:var(--o-3)}.HeaderExplorer__NavDestinations nav ul li a .Content .Right[data-v-4c6795ff]{display:flex;flex-direction:column;line-height:var(--lh-normal);font-weight:500}.HeaderExplorer__NavDestinations nav ul li a .Content .Right div[data-v-4c6795ff]:first-of-type{color:var(--blue-headings);margin-top:-.2em}.HeaderExplorer__NavDestinations nav ul li a .Content .Right div[data-v-4c6795ff]:last-of-type{font-size:var(--f-09);color:var(--blue-text-muted)}.HeaderExplorer__NavDestinations__RegionGroup[data-v-4c6795ff]{margin-bottom:var(--s-07)}.HeaderExplorer__NavDestinations__RegionGroup[data-v-4c6795ff]:last-of-type{margin-bottom:0}.HeaderExplorer__NavDestinations__RegionTitle[data-v-4c6795ff]{font-size:var(--f-08);font-weight:500;color:var(--blue-text-muted);text-transform:uppercase;margin-bottom:var(--s-02);padding:0 var(--s-05)}.HeaderExplorer__NavDestinations__RegionDestinations[data-v-4c6795ff]{list-style-type:none;padding-left:0;margin-bottom:0}.HeaderExplorer__NavDestinations__RegionDestinations li a[data-v-4c6795ff]{display:flex;justify-content:space-between;align-items:center;font-size:var(--f-1);padding:var(--s-05);border-radius:var(--r-4);margin-bottom:var(--s-02)}.HeaderExplorer__NavDestinations__RegionDestinations li a img[data-v-4c6795ff],.HeaderExplorer__NavDestinations__RegionDestinations li a svg[data-v-4c6795ff]{pointer-events:none}.HeaderExplorer__NavDestinations__RegionDestinations li a[data-v-4c6795ff]:hover,.HeaderExplorer__NavDestinations__RegionDestinations li a[data-selected=true][data-v-4c6795ff]{background-color:var(--yellow-bg-dark-2)}.HeaderExplorer__NavDestinations__RegionDestinations li a:hover .Content img[data-v-4c6795ff],.HeaderExplorer__NavDestinations__RegionDestinations li a[data-selected=true] .Content img[data-v-4c6795ff]{opacity:1}.HeaderExplorer__NavDestinations__RegionDestinations li a .Content[data-v-4c6795ff]{display:flex;gap:var(--s-07);pointer-events:none}.HeaderExplorer__NavDestinations__RegionDestinations li a .Content img[data-v-4c6795ff]{width:var(--s-4);height:var(--s-4);border-radius:var(--r-3);background-color:var(--orange-placeholder);border:none;-o-object-fit:cover;object-fit:cover;opacity:var(--o-3)}.HeaderExplorer__NavDestinations__RegionDestinations li a .Content .Right[data-v-4c6795ff]{display:flex;flex-direction:column;line-height:var(--lh-normal);font-weight:500}.HeaderExplorer__NavDestinations__RegionDestinations li a .Content .Right div[data-v-4c6795ff]:first-of-type{color:var(--blue-headings);margin-top:-.2em}.HeaderExplorer__NavDestinations__RegionDestinations li a .Content .Right div[data-v-4c6795ff]:last-of-type{font-size:var(--f-09);color:var(--blue-text-muted)}
