.PartHoverTooltip_content__QG_ta{overflow:hidden auto;max-height:var(--part-hover-tooltip-max-height);overscroll-behavior:auto;scrollbar-width:thin}.PartHoverTooltip_content__QG_ta::-webkit-scrollbar{width:4px;width:0.25rem}.PartHoverTooltip_content__QG_ta::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.PartHoverTooltip_content__QG_ta::-webkit-scrollbar-thumb{border-radius:999px;border-radius:62.4375rem;background:rgba(78,89,114,.28)}[data-part-hover-tooltip-side=left] .PartHoverTooltip_content__QG_ta,[data-part-hover-tooltip-side=right] .PartHoverTooltip_content__QG_ta{overscroll-behavior:contain}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
  perspective: 75rem;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  perspective: 75rem;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-left: -1.3125rem;
  margin-top: -21px;
  margin-top: -1.3125rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.PartSoftBreakText_root__x81n5{display:inline;min-width:0;max-width:100%;flex-basis:auto;flex-grow:0;flex-shrink:1}.PartSoftBreakText_group__7xTTx{display:inline;max-width:100%;overflow-wrap:break-word;vertical-align:baseline}.PartSoftBreakText_line__DNFQe{display:inline;white-space:nowrap}.PartSoftBreakText_word__J8tJM{display:inline;overflow-wrap:normal;white-space:nowrap}.PartSoftBreakText_measure__vOZkk{position:fixed;z-index:-1;top:0;left:0;overflow:hidden;width:1px;height:1px;pointer-events:none;user-select:none;visibility:hidden;white-space:nowrap}.PartSoftBreakText_measureItem__z_KCt{display:inline-block;white-space:pre}
.PartNearbyPlaceCard_card__fdzS_{position:relative;max-width:calc(100vw - var(--part-hover-tooltip-viewport-inset, 32px));box-sizing:border-box;border-radius:1.5em;color:#1d2030;font-family:inherit;font-size:var(--part-nearby-place-card-font-size, 1rem);pointer-events:auto}.PartNearbyPlaceCard_card__fdzS_[data-level="1"]{width:18.25em}.PartNearbyPlaceCard_card__fdzS_[data-level="2"]{width:20.0625em}.PartNearbyPlaceCard_card__fdzS_[data-level="3"]{width:29.75em}.PartNearbyPlaceCard_cardShadow__UnJuT{position:absolute;z-index:0;border-radius:inherit;box-shadow:0 .25em 1.75em rgba(0,0,0,.13),0 .0625em .5em rgba(78,89,114,.28);inset:0;pointer-events:none}.PartNearbyPlaceCard_card__fdzS_[data-no-shadow=true] .PartNearbyPlaceCard_cardShadow__UnJuT{display:none}.PartNearbyPlaceCard_cardSurface__68yRl{position:relative;z-index:2;overflow:hidden;min-height:inherit;box-sizing:border-box;border-radius:inherit;background:#fbf8f3}.PartNearbyPlaceCard_card__fdzS_[data-level="3"] .PartNearbyPlaceCard_cardSurface__68yRl{border:.125em solid #c79f39}.PartNearbyPlaceCard_cardContent__I0FPD{width:100%;min-height:inherit;box-sizing:border-box}.PartNearbyPlaceCard_card__fdzS_[data-mode=tooltip] .PartNearbyPlaceCard_cardContent__I0FPD{max-height:var(--part-hover-tooltip-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior:auto;scrollbar-width:thin}.PartNearbyPlaceCard_card__fdzS_[data-mode=tooltip] .PartNearbyPlaceCard_cardContent__I0FPD::-webkit-scrollbar{width:4px;width:0.25rem}.PartNearbyPlaceCard_card__fdzS_[data-mode=tooltip] .PartNearbyPlaceCard_cardContent__I0FPD::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.PartNearbyPlaceCard_card__fdzS_[data-mode=tooltip] .PartNearbyPlaceCard_cardContent__I0FPD::-webkit-scrollbar-thumb{border-radius:8px;border-radius:0.5rem;background:rgba(78,89,114,.28)}[data-part-hover-tooltip-side=left] .PartNearbyPlaceCard_card__fdzS_[data-mode=tooltip] .PartNearbyPlaceCard_cardContent__I0FPD,[data-part-hover-tooltip-side=right] .PartNearbyPlaceCard_card__fdzS_[data-mode=tooltip] .PartNearbyPlaceCard_cardContent__I0FPD{overscroll-behavior:contain}.PartNearbyPlaceCard_tooltipSimple__CEmW0,.PartNearbyPlaceCard_tooltipRich__oLajH{position:relative;width:100%;box-sizing:border-box}.PartNearbyPlaceCard_tooltipSimple__CEmW0,.PartNearbyPlaceCard_tooltipRichScroll__c2PHI{display:flex;flex-direction:column}.PartNearbyPlaceCard_tooltipSimple__CEmW0{min-height:inherit;border:0}.PartNearbyPlaceCard_tooltipSimpleHeader__y1Hwq{display:flex;min-width:0;min-height:4.25em;box-sizing:border-box;flex-shrink:0;align-items:center;padding:1.3125em 1.1875em 1.0625em;gap:.9375em}.PartNearbyPlaceCard_tooltipSimple__CEmW0[data-card-level="2"] .PartNearbyPlaceCard_tooltipSimpleHeader__y1Hwq{align-items:flex-start;padding:1.125em .875em .875em;gap:.875em}.PartNearbyPlaceCard_tooltipSimpleBody__pCLgc{box-sizing:border-box;flex-basis:auto;flex-grow:1;flex-shrink:0;padding:.625em 1.0625em .5625em;border-radius:0 0 1.375em 1.375em;border-top:.0625em solid rgba(166,172,184,.14);margin:0 .125em;background:#fff}.PartNearbyPlaceCard_tooltipSimple__CEmW0[data-card-level="2"] .PartNearbyPlaceCard_tooltipSimpleBody__pCLgc{background:#fefefd}.PartNearbyPlaceCard_tooltipLogo__nfBjv{display:block;width:1.875em;height:1.875em;flex-basis:1.875em;flex-grow:0;flex-shrink:0;border-radius:50%;box-shadow:0 .125em .5em rgba(199,159,57,.28);object-fit:cover}.PartNearbyPlaceCard_tooltipRich__oLajH .PartNearbyPlaceCard_tooltipLogo__nfBjv,.PartNearbyPlaceCard_tooltipSimple__CEmW0[data-card-level="2"] .PartNearbyPlaceCard_tooltipLogo__nfBjv{width:3.75em;height:3.75em;flex-basis:3.75em}.PartNearbyPlaceCard_tooltipTransportBadge__AKWOU{display:flex;width:1.875em;height:1.875em;flex-basis:1.875em;flex-grow:0;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:#d5a92a;color:#fff}.PartNearbyPlaceCard_tooltipRich__oLajH .PartNearbyPlaceCard_tooltipTransportBadge__AKWOU,.PartNearbyPlaceCard_tooltipSimple__CEmW0[data-card-level="2"] .PartNearbyPlaceCard_tooltipTransportBadge__AKWOU{width:3.75em;height:3.75em;flex-basis:3.75em}.PartNearbyPlaceCard_tooltipTransportIcon__BXIzY{display:block;width:1.125em;height:1.125em}.PartNearbyPlaceCard_tooltipRich__oLajH .PartNearbyPlaceCard_tooltipTransportIcon__BXIzY,.PartNearbyPlaceCard_tooltipSimple__CEmW0[data-card-level="2"] .PartNearbyPlaceCard_tooltipTransportIcon__BXIzY{width:2.25em;height:2.25em}.PartNearbyPlaceCard_tooltipTitleBox__HM69s{min-width:0;flex-basis:auto;flex-grow:1;flex-shrink:1;padding:.125em .25em}.PartNearbyPlaceCard_tooltipTitle__teEtp{margin:0;color:#3c414d;font-size:1.25em;font-weight:700;line-height:.9}.PartNearbyPlaceCard_tooltipSubtitle__otmtc{margin:.2222222222em 0 0;color:#151522;font-size:1.125em;font-weight:400;line-height:1.2777777778}.PartNearbyPlaceCard_tooltipAddress__Cffd_{display:flex;min-width:0;align-items:center;color:#151522;font-size:1em;gap:.75em;line-height:1.75}.PartNearbyPlaceCard_tooltipAddressLink__TWBAx{min-width:0;flex-basis:auto;flex-grow:1;flex-shrink:1;color:inherit;text-decoration:none;text-decoration-color:currentcolor;text-decoration-thickness:.0625em;text-underline-offset:.25em}.PartNearbyPlaceCard_tooltipAddressLink__TWBAx:visited{color:inherit}.PartNearbyPlaceCard_tooltipAddressLink__TWBAx:focus-visible{border-radius:.25em;outline:.125em solid rgba(199,159,57,.62);outline-offset:.1875em}.PartNearbyPlaceCard_tooltipAddressIcon__LtYfN{width:1.0625em;height:1.3125em;flex-basis:1.0625em;flex-grow:0;flex-shrink:0;color:#c79f39}.PartNearbyPlaceCard_tooltipMetrics__Q3I24{display:flex;flex-wrap:wrap;align-items:center;margin-top:.3125em;gap:.875em}.PartNearbyPlaceCard_tooltipMetric__i_yIS{display:inline-flex;flex-basis:auto;flex-grow:0;flex-shrink:0;align-items:center;color:#151522;font-size:1em;font-weight:700;gap:.6875em;line-height:1.75;white-space:nowrap}.PartNearbyPlaceCard_tooltipMetricText__7I_l_{display:inline-flex;min-width:0;align-items:baseline;gap:.3125em}.PartNearbyPlaceCard_tooltipMetricValue__7xjH1{min-width:0}.PartNearbyPlaceCard_tooltipMetric__i_yIS[data-metric-mode=clock]{min-width:0;flex-basis:0;flex-grow:1;flex-shrink:1}.PartNearbyPlaceCard_tooltipMetric__i_yIS[data-metric-mode=clock] .PartNearbyPlaceCard_tooltipMetricText__7I_l_{display:block;flex-basis:auto;flex-grow:1;flex-shrink:1;font-size:.875em;line-height:1.2857142857}.PartNearbyPlaceCard_tooltipMetric__i_yIS[data-metric-mode=clock] .PartNearbyPlaceCard_tooltipMetricValue__7xjH1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.PartNearbyPlaceCard_tooltipMetricHint__1OibH{color:#4e5972;font-size:.8125em;font-weight:400}.PartNearbyPlaceCard_tooltipMetric__i_yIS+.PartNearbyPlaceCard_tooltipMetric__i_yIS{position:relative;padding-left:.875em}.PartNearbyPlaceCard_tooltipMetric__i_yIS+.PartNearbyPlaceCard_tooltipMetric__i_yIS::before{position:absolute;top:.125em;bottom:.125em;left:0;width:.0625em;background:rgba(166,172,184,.6);content:""}.PartNearbyPlaceCard_tooltipMetricWalkIcon__WzCa4{width:.9375em;height:1.4375em;color:#3c414d}.PartNearbyPlaceCard_tooltipMetricCarIcon__zfWA7{width:1.5625em;height:1em;color:#3c414d}.PartNearbyPlaceCard_tooltipMetricClockIcon__txRdD{position:relative;display:block;width:1.3125em;height:1.3125em;flex-basis:1.3125em;flex-grow:0;flex-shrink:0;border:.125em solid #3c414c;border-radius:50%}.PartNearbyPlaceCard_tooltipMetricClockIcon__txRdD::before,.PartNearbyPlaceCard_tooltipMetricClockIcon__txRdD::after{position:absolute;top:50%;left:50%;width:.125em;border-radius:.125em;background:#3c414c;content:"";transform-origin:50% 0}.PartNearbyPlaceCard_tooltipMetricClockIcon__txRdD::before{height:.4375em;transform:translate(-50%, -0.0625em)}.PartNearbyPlaceCard_tooltipMetricClockIcon__txRdD::after{height:.375em;transform:translate(-50%, -0.0625em) rotate(125deg)}.PartNearbyPlaceCard_tooltipOwnerCta__jaf4C{display:inline-block;margin:.0769230769em 0 0;color:#4e5972;font-size:.8125em;line-height:1.7692307692}a.PartNearbyPlaceCard_tooltipOwnerCta__jaf4C{text-decoration:underline;text-underline-offset:.2307692308em}.PartNearbyPlaceCard_tooltipRich__oLajH{min-height:100%}.PartNearbyPlaceCard_tooltipRichScroll__c2PHI{background:#fbf8f3}.PartNearbyPlaceCard_tooltipGallery__8E4Mo{position:relative;overflow:hidden;height:12.8125em;flex-shrink:0;background:#d7dce4}.PartNearbyPlaceCard_tooltipGalleryBackground__n_bqY{position:absolute;z-index:0;overflow:hidden;inset:0;pointer-events:none}.PartNearbyPlaceCard_tooltipGalleryBackground__n_bqY::after{position:absolute;background:rgba(29,32,48,.2);content:"";inset:0}.PartNearbyPlaceCard_tooltipGalleryBackgroundImage__a2ePq{display:block;width:100%;height:100%;filter:blur(1em);object-fit:cover;opacity:.9;transform:scale(1.16)}.PartNearbyPlaceCard_tooltipGallerySwiper__qcBRb{position:relative;z-index:1;height:100%}.PartNearbyPlaceCard_tooltipGallerySwiper__qcBRb[data-single-image=true] [class~="swiper-wrapper"]{justify-content:center}.PartNearbyPlaceCard_tooltipGallerySlide__uhtVi{overflow:hidden;width:auto;height:100%;box-sizing:border-box;scroll-snap-align:start}.PartNearbyPlaceCard_tooltipGallerySlide__uhtVi+.PartNearbyPlaceCard_tooltipGallerySlide__uhtVi{border-left:.125em solid #fffdf9}.PartNearbyPlaceCard_tooltipGalleryImage__FUHHQ{display:block;width:auto;max-width:none;height:100%;object-fit:cover}.PartNearbyPlaceCard_tooltipGalleryButton__2CXk8{position:absolute;z-index:2;top:50%;display:flex;width:3em;height:3em;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:rgba(148,113,64,.42);color:#fff;transform:translateY(-50%);transition:background-color .18s ease,box-shadow .18s ease,opacity .18s ease}.PartNearbyPlaceCard_tooltipGalleryButtonPrev__uhCny{left:.625em}.PartNearbyPlaceCard_tooltipGalleryButtonNext__i3yWm{right:.625em}.PartNearbyPlaceCard_tooltipGalleryButtonIcon__Jeqss{width:1.125em;height:1.125em;opacity:.45;transition:opacity .18s ease}.PartNearbyPlaceCard_tooltipGalleryButtonIconPrev__cPBDo{transform:rotate(180deg)}.PartNearbyPlaceCard_tooltipGalleryButton__2CXk8:focus-visible,.PartNearbyPlaceCard_tooltipGallery__8E4Mo:hover .PartNearbyPlaceCard_tooltipGalleryButton__2CXk8{background:rgba(148,113,64,.88);box-shadow:0 .25em .75em rgba(31,24,18,.18)}.PartNearbyPlaceCard_tooltipGalleryButton__2CXk8:focus-visible .PartNearbyPlaceCard_tooltipGalleryButtonIcon__Jeqss,.PartNearbyPlaceCard_tooltipGallery__8E4Mo:hover .PartNearbyPlaceCard_tooltipGalleryButtonIcon__Jeqss{opacity:.96}.PartNearbyPlaceCard_tooltipRichHeader__WrpF7{display:flex;min-height:5em;box-sizing:border-box;flex-shrink:0;align-items:flex-start;justify-content:space-between;padding:.6875em .875em .625em 1.0625em;gap:.8125em}.PartNearbyPlaceCard_tooltipRichTitleBox__ZdE_7{min-width:0;flex-basis:auto;flex-grow:1;flex-shrink:1;padding-right:.25em;padding-left:.25em}.PartNearbyPlaceCard_tooltipRich__oLajH[data-rich-variant=place] .PartNearbyPlaceCard_tooltipRichTitleBox__ZdE_7{padding-top:.5em}.PartNearbyPlaceCard_tooltipRich__oLajH[data-rich-variant=attraction] .PartNearbyPlaceCard_tooltipRichTitleBox__ZdE_7{padding-top:.5625em}.PartNearbyPlaceCard_tooltipRichTitle__QRnlD{margin:0;color:#82591f;font-size:1.25em;font-weight:700;line-height:.9}.PartNearbyPlaceCard_tooltipRichSubtitle__cfH_5{margin:.3333333333em 0 0;color:#151522;font-size:1.125em;line-height:1.2777777778}.PartNearbyPlaceCard_tooltipPrimaryAction__L4wYa{display:flex;width:4.8571428571em;flex-basis:4.8571428571em;flex-direction:column;flex-grow:0;flex-shrink:0;align-items:center;justify-content:flex-start;padding:0;border:0;background:rgba(0,0,0,0);color:#151522;font:inherit;font-size:.875em;gap:0;line-height:2;text-decoration:none}.PartNearbyPlaceCard_tooltipPrimaryActionIconBox__ZwvFU{display:flex;width:2.5em;height:2.5em;align-items:center;justify-content:center;color:var(--button-primary-bg-color)}.PartNearbyPlaceCard_tooltipPrimaryActionIconBox__ZwvFU svg{position:relative;width:100%;height:100%}.PartNearbyPlaceCard_tooltipRichBody__BTZvD{box-sizing:border-box;flex-basis:auto;flex-grow:1;flex-shrink:0;padding:1.25em;border-radius:0 0 1.375em 1.375em;border-top:.0625em solid rgba(199,159,57,.32);background:#fefefd}.PartNearbyPlaceCard_tooltipRichBody__BTZvD>*+*{margin-top:.625em}.PartNearbyPlaceCard_tooltipRich__oLajH[data-rich-variant=place] .PartNearbyPlaceCard_tooltipRichBody__BTZvD{border-radius:0}.PartNearbyPlaceCard_tooltipRichMetrics__cLuQD{display:flex;flex-wrap:wrap;align-items:center;gap:.875em}.PartNearbyPlaceCard_tooltipRichAddress__Oqxgs{display:flex;min-width:0;align-items:center;color:#151522;font-size:1em;gap:.75em;line-height:1.75}.PartNearbyPlaceCard_tooltipRich__oLajH .PartNearbyPlaceCard_tooltipAddressIcon__LtYfN{color:#947140}.PartNearbyPlaceCard_tooltipPhone__JWey_{display:flex;align-items:center;color:#151522;font-size:1em;gap:.6875em;line-height:1.75}.PartNearbyPlaceCard_tooltipPhoneIcon__5f9Am{width:1.125em;height:1.125em;flex-basis:1.125em;flex-grow:0;flex-shrink:0;color:#947140}.PartNearbyPlaceCard_tooltipSocialActions__zgbvr{display:flex;flex-wrap:wrap;gap:1.5em}.PartNearbyPlaceCard_tooltipSocialAction__TNC9o{display:inline-flex;flex-basis:auto;flex-grow:0;flex-shrink:0;align-items:center;padding:0;border:0;background:rgba(0,0,0,0);color:#151522;font:inherit;font-size:1em;font-weight:400;gap:.6875em;line-height:1.75;text-decoration:none}.PartNearbyPlaceCard_tooltipSocialIcon__4OHWC,.PartNearbyPlaceCard_tooltipSocialIconPlaceholder__jlMZY{width:1.3125em;height:1.3125em;flex-basis:1.3125em;flex-grow:0;flex-shrink:0}.PartNearbyPlaceCard_tooltipSocialIconPlaceholder__jlMZY{border-radius:50%;background:#d8dbe3}.PartNearbyPlaceCard_tooltipDescription__7v1A_{overflow:hidden;height:10.0666666667em;padding:.7333333333em 1em 0;border-top:.0666666667em solid rgba(199,159,57,.32);margin:.8em 0 0;color:#000;font-size:.9375em;line-height:1.8666666667}.PartNearbyPlaceCard_tooltipReadMore__ofAyG{display:inline-flex;align-items:center;padding:0;border:0;margin-left:.2666666667em;background:rgba(0,0,0,0);color:#947140;font:inherit;font-weight:600;gap:.2em;line-height:inherit;vertical-align:baseline}.PartNearbyPlaceCard_tooltipReadMoreIcon__R43g4{width:.8em;height:.8em}.PartNearbyPlaceCard_tooltipFooterStartSpace__N8H56{height:.625em;box-sizing:border-box;flex-shrink:0;border-top:.0625em solid rgba(199,159,57,.32);background:#fbf8f3}.PartNearbyPlaceCard_tooltipFooterSticky__yDxoY{position:sticky;z-index:2;bottom:0;display:flex;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;padding:.1875em 1.125em;background:#fbf8f3;gap:.625em}.PartNearbyPlaceCard_tooltipFooterEndSpace__hajVC{height:.625em;flex-shrink:0;background:#fbf8f3}.PartNearbyPlaceCard_tooltipFooterAction__wN8Xn{display:inline-flex;max-width:100%;height:2.0555555556em;flex-basis:auto;flex-grow:0;flex-shrink:0;align-items:center;justify-content:center;padding:0 1em;border:.0555555556em solid #e2bc8b;border-radius:6.7222222222em;background:#fff;box-shadow:0 .0555555556em .1666666667em rgba(0,0,0,.25);color:#151522;font:inherit;font-size:1.125em;font-weight:600;line-height:1.5555555556;white-space:nowrap}.PartNearbyPlaceCard_tooltipFooterAction__wN8Xn:nth-child(2){width:7.8888888889em}.PartNearbyPlaceCard_card__fdzS_[data-fit-container=true]{width:100%;max-width:100%}.PartNearbyPlaceCard_card__fdzS_[data-fit-container=true] .PartNearbyPlaceCard_tooltipFooterSticky__yDxoY{padding-right:.5em;padding-left:.5em}.PartNearbyPlaceCard_card__fdzS_[data-fit-container=true] .PartNearbyPlaceCard_tooltipFooterAction__wN8Xn{width:auto;padding-right:.6666666667em;padding-left:.6666666667em}
.PageError_rootBox__xO1ID{display:flex;min-height:100vh;justify-content:center;background-color:#fff}.PageError_contentContainer__2Hl0O{display:flex;width:100%;max-width:1200px;max-width:75rem;min-height:100vh;flex-direction:column;align-items:center;padding:50px 30px;padding:3.125rem 1.875rem}.PageError_beforeMainInfoAndRobotSpacer__oRJnb{max-height:90px;max-height:5.625rem;flex-grow:1;flex-shrink:1}.PageError_mainInfoAndRobot__Rl9_m{position:relative;display:flex;width:100%;max-width:660px;max-width:41.25rem;flex-shrink:0;padding-left:56px;padding-left:3.5rem}.PageError_mainInfo__jvgv1{display:flex;flex-direction:column;flex-grow:1}.PageError_logoContainer__JfCIc{color:#022c75}.PageError_logoContainer__JfCIc svg{display:block;width:auto;height:38px;height:2.375rem}.PageError_logoContainer__JfCIc+.PageError_errorText__SObLw{margin-top:14px;margin-top:0.875rem}.PageError_errorText__SObLw h1,.PageError_errorText__SObLw p,.PageError_errorText__SObLw em{margin:0;color:#4e5972;font-size:16px;font-size:1rem;line-height:1.44}.PageError_errorText__SObLw em{font-weight:300}.PageError_errorText__SObLw h1+p{margin-top:30px;margin-top:1.875rem}.PageError_errorText__SObLw p+p{margin-top:6px;margin-top:0.375rem}.PageError_navigationLinks__vU_6q{display:flex;flex-direction:column;align-items:flex-start}.PageError_errorText__SObLw+.PageError_navigationLinks__vU_6q{margin-top:26px;margin-top:1.625rem}.PageError_navigationLink__csA8j{display:flex;min-width:0;align-items:center;padding:0;border:0;background:rgba(0,0,0,0);color:var(--button-primary-inverse-text-color, var(--button-primary-bg-color));cursor:pointer;font:inherit;text-align:left;text-decoration:none}.PageError_navigationLink__csA8j:hover,.PageError_navigationLink__csA8j:focus-visible{color:var(--button-primary-inverse-hover-text-color, var(--button-primary-hover-bg-color, var(--button-primary-bg-color)));text-decoration:underline}.PageError_navigationLink__csA8j+.PageError_navigationLink__csA8j{margin-top:18px;margin-top:1.125rem}.PageError_navigationLink__csA8j span{font-size:14px;font-size:0.875rem;line-height:1.35}.PageError_navigationLinkFaq__oqy_N{color:var(--button-primary-inverse-text-color, var(--button-primary-bg-color))}.PageError_navigationIcon___BMFN{display:flex;width:20px;width:1.25rem;height:20px;height:1.25rem;flex-shrink:0}.PageError_navigationIcon___BMFN+span{margin-left:12px;margin-left:0.75rem}.PageError_robotImageContainer__foKMl{display:flex;width:230px;width:14.375rem;flex-shrink:0;align-items:flex-end}.PageError_mainInfo__jvgv1+.PageError_robotImageContainer__foKMl{margin-left:12px;margin-left:0.75rem}.PageError_robotImage__B_WkG{position:relative;width:100%}.PageError_robotImage__B_WkG svg{display:block;width:100%;height:auto}.PageError_loaderSpinner__FQAlv{position:absolute;top:25px;top:1.5625rem;right:35px;right:2.1875rem;overflow:hidden;width:50px;width:3.125rem;height:50px;height:3.125rem;border-radius:50px;border-radius:3.125rem;background-color:#f2f2f2;transform:rotate(180deg)}.PageError_loaderSpinner__FQAlv::after{position:absolute;top:5px;top:0.3125rem;left:5px;left:0.3125rem;width:40px;width:2.5rem;height:40px;height:2.5rem;border-radius:50%;background-color:#fafafa;content:""}.PageError_loaderSpinner__FQAlv div{position:absolute;overflow:hidden;width:50%;height:100%}.PageError_loader__ElOBY{position:absolute;top:0;left:100%;width:100%;height:100%;border-radius:1000px;border-radius:62.5rem;background-color:var(--button-primary-inverse-hover-text-color, var(--button-primary-hover-bg-color, var(--button-primary-bg-color)))}.PageError_leftWrap__OON20{left:0}.PageError_leftWrap__OON20 .PageError_loader__ElOBY{animation:PageError_loading-left__Vw6Ep 30s linear;border-bottom-left-radius:0;border-top-left-radius:0;transform-origin:0 50% 0}.PageError_rightWrap__m5_Zd{left:50%}.PageError_rightWrap__m5_Zd .PageError_loader__ElOBY{left:-100%;animation:PageError_loading-right__Xm6zI 30s linear;border-bottom-right-radius:0;border-top-right-radius:0;transform-origin:100% 50% 0}.PageError_detailedInfoTextContainer__KwObT{width:100%}.PageError_mainInfoAndRobot__Rl9_m+.PageError_detailedInfoTextContainer__KwObT{margin-top:120px;margin-top:7.5rem}.PageError_detailedInfoText__Tj9QW{color:#7f8798;font-size:14px;font-size:0.875rem;line-height:1.5}.PageError_detailedInfoText__Tj9QW pre{margin:0;font:inherit;overflow-wrap:anywhere;white-space:pre-line}@keyframes PageError_loading-left__Vw6Ep{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}100%{transform:rotate(180deg)}}@keyframes PageError_loading-right__Xm6zI{0%{transform:rotate(0deg)}25%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(180deg)}}@media(width <= 61.9375rem){.PageError_contentContainer__2Hl0O{padding-right:16px;padding-right:1rem;padding-left:16px;padding-left:1rem}.PageError_beforeMainInfoAndRobotSpacer__oRJnb{max-height:78px;max-height:4.875rem}.PageError_mainInfoAndRobot__Rl9_m{max-width:460px;max-width:28.75rem;padding-left:0}.PageError_mainInfo__jvgv1{align-items:center}.PageError_logoContainer__JfCIc svg{height:80px;height:5rem}.PageError_errorText__SObLw{width:100%;text-align:center}.PageError_errorText__SObLw h1,.PageError_errorText__SObLw p,.PageError_errorText__SObLw em{font-size:18px;font-size:1.125rem;line-height:1.44}.PageError_errorText__SObLw h1+p{margin-top:36px;margin-top:2.25rem}.PageError_errorText__SObLw p+p{margin-top:10px;margin-top:0.625rem}.PageError_logoContainer__JfCIc+.PageError_errorText__SObLw{margin-top:40px;margin-top:2.5rem}.PageError_errorText__SObLw+.PageError_navigationLinks__vU_6q{margin-top:44px;margin-top:2.75rem}.PageError_navigationLink__csA8j{text-decoration:underline}.PageError_navigationLink__csA8j+.PageError_navigationLink__csA8j{margin-top:20px;margin-top:1.25rem}.PageError_navigationLink__csA8j span{font-size:16px;font-size:1rem}.PageError_robotImageContainer__foKMl{display:none}.PageError_mainInfoAndRobot__Rl9_m+.PageError_detailedInfoTextContainer__KwObT{margin-top:136px;margin-top:8.5rem}.PageError_detailedInfoText__Tj9QW{font-size:16px;font-size:1rem}}@media(width <= 35.9375rem){.PageError_contentContainer__2Hl0O{padding-top:70px;padding-top:4.375rem}.PageError_beforeMainInfoAndRobotSpacer__oRJnb{display:none}.PageError_mainInfoAndRobot__Rl9_m{max-width:none}.PageError_logoContainer__JfCIc svg{height:38px;height:2.375rem}.PageError_errorText__SObLw h1,.PageError_errorText__SObLw p,.PageError_errorText__SObLw em{font-size:16px;font-size:1rem;line-height:24px;line-height:1.5rem}.PageError_errorText__SObLw h1+p{margin-top:26px;margin-top:1.625rem}.PageError_logoContainer__JfCIc+.PageError_errorText__SObLw{margin-top:22px;margin-top:1.375rem}.PageError_errorText__SObLw+.PageError_navigationLinks__vU_6q{margin-top:36px;margin-top:2.25rem}.PageError_mainInfoAndRobot__Rl9_m+.PageError_detailedInfoTextContainer__KwObT{margin-top:56px;margin-top:3.5rem}}

/*# sourceMappingURL=5b611ecc245978a0.css.map*/