
.bottom[data-v-a942810e] {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  min-height: 305px;
  padding: 2rem 0 3rem 0;
  text-align: center;
  background-color: var(--color-bg-section);
  transition: all var(--duration-short);
}
@media (min-width: 640px) {
.bottom[data-v-a942810e] {
    padding: 3rem;
}
}
.links-locales[data-v-a942810e],
.lockup[data-v-a942810e] {
  width: 100%;
}
.links[data-v-a942810e],
.locales[data-v-a942810e] {
  display: inline-block;
  vertical-align: middle;
}
.links[data-v-a942810e] {
  margin-top: 4px;
  margin-bottom: 2rem;
}
.links ul[data-v-a942810e] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links li[data-v-a942810e] {
  display: inline-block;
  line-height: 4rem;
}
.links li[data-v-a942810e] {
  display: inline-block;
  margin: 0 2rem 0 0;
}
.links li.current[data-v-a942810e] {
  font-weight: var(--font-weight-medium);
}
.links li.separator[data-v-a942810e] {
  display: block;
  height: 1px;
  visibility: hidden;
  font-weight: var(--font-weight-heavy);
  color: var(--color-text-grey-light);
}
@media (min-width: 640px) {
.links li[data-v-a942810e]:last-child {
    margin-right: 0;
}
.links li.separator[data-v-a942810e] {
    display: inline;
    height: auto;
    visibility: visible;
}
}
.links a[data-v-a942810e],
.links a[data-v-a942810e]:hover,
.links a[data-v-a942810e]:focus {
  color: var(--color-text-grey-light);
}
.networks .links a[data-v-a942810e],
.networks .links a[data-v-a942810e]:hover,
.networks .links a[data-v-a942810e]:focus {
  color: var(--color-text-grey-lighter);
}
.copyright[data-v-a942810e] {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-text-grey-light);
  opacity: 0.7;
}
.lockup[data-v-a942810e] {
  width: 440px;
  max-width: 95%;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.lockup[data-v-a942810e]:hover {
  opacity: 1;
}
@media (min-width: 640px) {
.lockup[data-v-a942810e] {
    width: 640px;
}
}


.card[data-v-9fe12dc0] {
  display: none !important;
  position: relative;
  width: 220px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 30px;
  overflow: hidden;
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all var(--duration-medium) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card.enabled[data-v-9fe12dc0] {
  display: inline-block !important;
}
.card.active[data-v-9fe12dc0] {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
}
.card[data-v-9fe12dc0]:not(.active):hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.02, 1.02);
}
.image-container[data-v-9fe12dc0] {
  overflow: hidden;
}
.image[data-v-9fe12dc0] {
  width: 100%;
  height: 130px;
  background: 50% no-repeat var(--color-bg-placeholder);
  background-size: cover;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media (min-width: 640px) {
.card[data-v-9fe12dc0] {
    width: 300px;
}
.image[data-v-9fe12dc0] {
    height: 200px;
}
}
.title[data-v-9fe12dc0] {
  font-size: 85%;
  line-height: 140%;
  font-weight: var(--font-weight-medium);
  color: var(--color-text-default);
}
.text[data-v-9fe12dc0] {
  padding: 2rem;
}
.types[data-v-9fe12dc0] {
  margin-top: 0.7rem;
  font-size: 75%;
  line-height: 150%;
  color: var(--color-text-grey-light);
}
.link[data-v-9fe12dc0] {
  margin-top: 1.5rem;
  line-height: 1;
}
.link a[data-v-9fe12dc0] {
  margin: 0 -1rem;
  padding: 1rem;
}
.icon[data-v-9fe12dc0] {
  transition: margin var(--duration-short) ease-in-out;
}
.card.active .link .icon[data-v-9fe12dc0] {
  margin-left: 0.5rem;
}


.swiper-container[data-v-732b4a73] {
  position: relative;
  width: 100%;
}
.swiper-wrapper[data-v-732b4a73] {
  padding: 30px 0;
}
.swiper-slide[data-v-732b4a73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.next[data-v-732b4a73], .previous[data-v-732b4a73] {
  opacity: 0;
  transition: opacity var(--duration-short);
}
.next.disabled[data-v-732b4a73], .previous.disabled[data-v-732b4a73] {
  cursor: default;
}
@media (min-width: 768px) {
.swiper-container:hover .next[data-v-732b4a73]:not(.disabled),
  .swiper-container:hover .previous[data-v-732b4a73]:not(.disabled) {
    opacity: 1;
}
}
.nav[data-v-732b4a73] {
  position: absolute;
  top: 50%;
  z-index: var(--z-above);
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.nav .icon[data-v-732b4a73] {
  margin: 6px;
  transition: all var(--duration-short);
}
.nav:hover .icon[data-v-732b4a73] {
  opacity: 0.7;
}
.nav.next[data-v-732b4a73] {
  right: 10px;
  left: auto;
}
.nav.previous[data-v-732b4a73] {
  left: 10px;
  right: auto;
}


.filters[data-v-4c13dc28] {
  position: absolute;
  top: 20px;
  left: 0;
}
.index-view .filters[data-v-4c13dc28] {
  top: 10px;
  left: 0;
}
.filters .menu[data-v-4c13dc28] {
  min-width: 180px;
  padding: 1.5rem;
  background-color: white;
  border-bottom-right-radius: 0.4rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform var(--duration-short) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filters.expanded .menu[data-v-4c13dc28] {
  transform: none;
}
.filters .toggle[data-v-4c13dc28] {
  position: absolute;
  top: 0;
  right: -44px;
  width: 44px;
  height: 44px;
  background-color: white;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.filters .toggle .icon[data-v-4c13dc28] {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -14px;
  margin-right: -14px;
  transform: rotate(-180deg);
  transition: transform var(--duration-short) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filters.expanded .toggle .icon[data-v-4c13dc28] {
  transform: none;
}
.filters .heading[data-v-4c13dc28] {
  position: relative;
  margin-bottom: 1.7rem;
  font-size: 1.9rem;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.filter[data-v-4c13dc28]:not(:last-child) {
  margin-bottom: 1.1rem;
}
.filter .filter-icon[data-v-4c13dc28] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
}
.filter .filter-icon .icon[data-v-4c13dc28] {
  margin: 2px auto 0 auto;
}
.filter .filter-icon .icon.icon-journey-ancient[data-v-4c13dc28] {
  margin-top: 3px;
}
.filter label[data-v-4c13dc28] {
  margin-bottom: 0;
  line-height: 1;
  color: var(--color-text-grey-light);
  cursor: pointer;
}
.filter.active label[data-v-4c13dc28] {
  color: var(--color-text-grey);
}
.filter span[data-v-4c13dc28], .filter input[data-v-4c13dc28] {
  display: inline-block;
  vertical-align: middle;
}
.filter span[data-v-4c13dc28] {
  margin-left: 0.5rem;
}
.filter input[data-v-4c13dc28] {
  margin-bottom: 0;
  margin-left: 0;
}


.swiper-slide[data-v-578fafea]:not(:last-child) {
  margin-right: 30px;
}
.detail-experience[data-v-578fafea] {
  display: inline-block;
  position: relative;
  width: 180px;
  height: auto;
  line-height: 130%;
}
.image[data-v-578fafea] {
  display: block;
  width: 100%;
  height: 266px;
  margin-bottom: 1.5rem;
  background: 50% no-repeat var(--color-bg-placeholder);
  background-size: cover;
}
@media (min-width: 640px) {
.detail-experience[data-v-578fafea] {
    width: 280px;
}
.image[data-v-578fafea] {
    height: 366px;
}
}
.title[data-v-578fafea] {
  display: block;
  font-size: 95%;
  line-height: 140%;
  color: var(--color-text-default);
}
.title[data-v-578fafea]:hover,
.title[data-v-578fafea]:active,
.title[data-v-578fafea]:focus {
  color: var(--color-text-default-hover);
}
.tagline[data-v-578fafea] {
  margin-top: 0.7rem;
  font-size: 80%;
  line-height: 150%;
  color: var(--color-text-grey-light);
}


header[data-v-1a0a184b] {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  height: 500px;
  max-height: 80rem;
  min-height: 40rem;
  margin-top: -83px;
  color: white;
  background-color: #333;
  border-bottom: 8px solid var(--color-border);
}
.journey header[data-v-1a0a184b] {
  height: 700px;
  border-bottom: none;
  border-top: 8px solid var(--color-border);
}
.cover[data-v-1a0a184b] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: 50% no-repeat #333;
  background-size: cover;
  transition: opacity var(--duration-long), transform var(--duration-long);
}
.overlay[data-v-1a0a184b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 70%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.journey .overlay[data-v-1a0a184b] {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 20%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.logo[data-v-1a0a184b] {
  width: 96px;
  height: 96px;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  background-color: #333;
  border-radius: 50%;
}
.logo svg[data-v-1a0a184b] {
  margin-top: 9px;
  margin-left: 1px;
}
.logo svg.icon-journey-underground-logo[data-v-1a0a184b] {
  margin-top: 6px;
}
.inner[data-v-1a0a184b] {
  max-width: 600px;
  margin: 15rem auto 0 auto;
}
.text[data-v-1a0a184b] {
  position: relative;
  margin: 0 6rem;
  text-align: center;
}
.text p[data-v-1a0a184b] {
  font-size: 120%;
  line-height: 150%;
  color: white;
}
.down-button[data-v-1a0a184b] {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -67px;
}
@media (min-width: 768px) {
.down-button[data-v-1a0a184b] {
    display: block;
}
}
.caption[data-v-1a0a184b] {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 2rem;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
.caption[data-v-1a0a184b] {
    width: auto;
    max-width: 45%;
    text-align: right;
}
}


.button[data-v-7ec8b154] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1.5;
  transition: all 0.1s ease-in-out;
}
.button.state-saved[data-v-7ec8b154] {
  transform: scale(1.5);
}
.button.state-removed[data-v-7ec8b154] {
  transform: scale(0.8);
}


.detail-heading[data-v-4298ba84] {
  padding: 4rem 0;
}
.initial[data-v-4298ba84] {
  position: relative;
  margin-bottom: 3rem;
}
.parent[data-v-4298ba84] {
  width: calc(100% - 40px);
}
.parent a[data-v-4298ba84] {
  display: block;
}
.parent .logo[data-v-4298ba84] {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  text-align: center;
  background-color: #333;
  border-radius: 50%;
}
.parent .logo svg[data-v-4298ba84] {
  margin-top: 0.4rem;
}
.parent .logo svg.icon-journey-underground-logo[data-v-4298ba84],
.parent .logo svg.icon-journey-royal-logo[data-v-4298ba84] {
  margin-top: 0.3rem;
}
.parent .logo svg.icon-journey-romantic-logo[data-v-4298ba84] {
  margin-left: 0.2rem;
}
.parent .name[data-v-4298ba84] {
  vertical-align: middle;
  font-weight: var(--font-weight-medium);
  line-height: 30px;
}
.save[data-v-4298ba84] {
  display:;
  position: absolute;
  top: 0;
  right: 0;
}
.text[data-v-4298ba84] {
  max-width: var(--width-text);
}
.title h1[data-v-4298ba84] {
  display: inline-block;
}
.author[data-v-4298ba84],
.subtitle[data-v-4298ba84] {
  margin-bottom: 2.5rem;
  color: var(--color-text-grey-lighter);
}
.author[data-v-4298ba84] {
  padding: 0 1rem;
  font-size: 90%;
  line-height: 140%;
  color: var(--color-text-grey-light);
  border-left: 0.3rem solid var(--color-border-active);
}
.author .name[data-v-4298ba84] {
  font-weight: var(--font-weight-medium);
}
.author .desc[data-v-4298ba84] {
  font-size: 95%;
}
.subtitle[data-v-4298ba84] {
  font-size: 120%;
  line-height: 170%;
}
.intro[data-v-4298ba84] {
  margin-bottom: 2.5rem;
  font-size: 120%;
  line-height: 170%;
  color: var(--color-text-grey-light);
}


.swiper-slide[data-v-2843f41d]:not(:last-child) {
  margin-right: 30px;
}
.detail-itinerary[data-v-2843f41d] {
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
  margin-bottom: 3rem;
  line-height: 130%;
}
.image[data-v-2843f41d] {
  display: block;
  width: 100%;
  height: 286px;
  margin-bottom: 1.5rem;
  background: 50% no-repeat var(--color-bg-placeholder);
  background-size: cover;
}
@media (min-width: 640px) {
.detail-itinerary[data-v-2843f41d] {
    width: 300px;
}
.image[data-v-2843f41d] {
    height: 386px;
}
}
.title[data-v-2843f41d] {
  display: block;
  font-size: 95%;
  line-height: 140%;
  color: var(--color-text-default);
}
.title[data-v-2843f41d]:hover,
.title[data-v-2843f41d]:active,
.title[data-v-2843f41d]:focus {
  color: var(--color-text-default-hover);
}
.tagline[data-v-2843f41d] {
  margin-top: 0.7rem;
  font-size: 80%;
  line-height: 150%;
  color: var(--color-text-grey-light);
}


.detail-journey[data-v-482aa682] {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 1.5rem;
  padding: 87px 0;
  text-align: center;
}
@media (min-width: 768px) {
.detail-journey[data-v-482aa682] {
    display: inline-block;
    width: 33.3%;
}
}
.bg[data-v-482aa682], .overlay[data-v-482aa682] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg[data-v-482aa682] {
  background: 50% no-repeat var(--color-bg-placeholder);
  background-size: cover;
}
.overlay[data-v-482aa682] {
  background-color: rgba(0, 0, 0, 0.2);
}
.inner[data-v-482aa682] {
  position: relative;
  z-index: var(--z-intro);
}
.logo[data-v-482aa682] {
  width: 96px;
  height: 96px;
  margin: 2rem auto 1.5rem auto;
  background-color: #333;
  border-radius: 50%;
}
svg[data-v-482aa682] {
  margin-top: 9px;
  margin-left: 1px;
}
svg.icon-journey-underground-logo[data-v-482aa682] {
  margin-top: 6px;
}
.title[data-v-482aa682] {
  margin-bottom: 1rem;
  font-size: 130%;
  color: white;
}


.swiper-slide[data-v-2e2d1291]:not(:last-child) {
  margin-right: 30px;
}
.detail-photo[data-v-2e2d1291] {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  background: 50% no-repeat var(--color-bg-placeholder);
  background-size: cover;
  transition-property: transform, opacity;
}
.inner[data-v-2e2d1291] {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 60%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.author[data-v-2e2d1291] {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-right: 10px;
  color: white;
}
.name[data-v-2e2d1291] {
  display: inline-block;
  vertical-align: middle;
  font-size: 85%;
  font-weight: var(--font-weight-medium);
  line-height: 1;
}


.detail-sections[data-v-0c2a74aa] {
  position: sticky;
  top: -1px;
  left: 0;
  right: 0;
  z-index: var(--z-navbar);
  height: 64px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.detail-sections.hidden[data-v-0c2a74aa] {
  z-index: var(--z-below);
}
.outer[data-v-0c2a74aa] {
  position: relative;
}
.inner[data-v-0c2a74aa] {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.back[data-v-0c2a74aa],
.home[data-v-0c2a74aa],
.menu[data-v-0c2a74aa] {
  margin: 0;
  padding: 0;
}
.menu[data-v-0c2a74aa] {
  position: absolute;
  top: 0;
  right: 0;
}
.back button[data-v-0c2a74aa],
.home button[data-v-0c2a74aa],
.menu button[data-v-0c2a74aa] {
  border-radius: 0;
}
.back button[data-v-0c2a74aa],
.home button[data-v-0c2a74aa] {
  margin: 0 0 0 -33px;
  vertical-align: middle;
}
.back button[data-v-0c2a74aa] {
  padding: 0 2.8rem;
}
.home button[data-v-0c2a74aa] {
  width: 32px;
  height: 32px;
  margin-top: -3px;
  margin-right: 1.2rem;
  padding: 0 4rem;
  border-right: 1px solid var(--color-border);
}
.home button[data-v-0c2a74aa]:hover,
.home button[data-v-0c2a74aa]:focus {
  border-right: 1px solid var(--color-border);
}
.menu button[data-v-0c2a74aa] {
  vertical-align: middle;
  margin: -6px 0 0 0;
  padding: 0 1.2rem 0 2.8rem;
}
.menu.open button[data-v-0c2a74aa] {
  opacity: 0.7;
}
nav ul[data-v-0c2a74aa] {
  display: inline-block;
  float: left;
  height: 64px;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
nav li[data-v-0c2a74aa] {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0 2rem;
  line-height: 68px;
}
nav li[data-v-0c2a74aa]:first-child {
  padding-left: 0;
}
nav li.item[data-v-0c2a74aa] {
  display: none;
}
nav li.title[data-v-0c2a74aa] {
  text-transform: none;
  line-height: 62px;
  color: var(--color-text-grey-light);
}
nav .section[data-v-0c2a74aa] {
  display: block;
  margin: 3px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 62px;
  color: #222;
  cursor: pointer;
  transition: opacity var(--duration-short);
}
nav .section[data-v-0c2a74aa]:hover,
nav .section[data-v-0c2a74aa]:active,
nav .section[data-v-0c2a74aa]:focus {
  color: #222;
  opacity: 0.7;
}
nav .active > .section[data-v-0c2a74aa] {
  margin-top: 0;
  color: var(--color-text-primary-active);
  border-top: 3px solid var(--color-text-primary-active);
}
nav .active > .section[data-v-0c2a74aa]:hover,
nav .active > .section[data-v-0c2a74aa]:active,
nav .active > .section[data-v-0c2a74aa]:focus {
  opacity: 1;
}
.menu .section-menu[data-v-0c2a74aa] {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: var(--z-below);
  min-width: 20rem;
  padding: 1.5rem;
  list-style: none;
  text-align: right;
  color: var(--color-text-default);
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom-left-radius: 0.4rem;
  border: 1px solid var(--color-border);
  opacity: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -5%, 0);
  transition: all var(--duration-short);
}
.menu.open .section-menu[data-v-0c2a74aa] {
  display: block;
  z-index: var(--z-dropdown);
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.menu ul[data-v-0c2a74aa] {
  display: block;
  float: none;
  height: auto;
  text-align: right;
}
.menu li.menu-item[data-v-0c2a74aa] {
  display: block;
  padding-right: 0.3rem;
  line-height: 4rem;
}
.menu li.menu-item .section[data-v-0c2a74aa] {
  line-height: 4rem;
}
.menu .active > .section[data-v-0c2a74aa] {
  margin-top: 3px;
  border-top: none;
}
@media (min-width: 788px) {
nav li.item[data-v-0c2a74aa] {
    display: inline-block;
}
nav li.title[data-v-0c2a74aa],
  nav li.menu[data-v-0c2a74aa] {
    display: none;
}
}
@media (min-width: 1024px) {
nav li[data-v-0c2a74aa] {
    padding: 0 2.8rem;
}
nav .section[data-v-0c2a74aa] {
    font-size: 1.8rem;
}
}


.detail-site[data-v-e33f31ce] {
  margin-bottom: 80rem;
  padding: 6rem 0;
}
.title a[data-v-e33f31ce] {
  color: var(--color-text-default);
}
.title a[data-v-e33f31ce]:hover, .title a[data-v-e33f31ce]:focus {
  color: var(--color-text-default);
  opacity: 0.8;
}
.intro[data-v-e33f31ce], .experience[data-v-e33f31ce], .explore[data-v-e33f31ce] {
  max-width: var(--width-text);
}
.experience[data-v-e33f31ce] {
  margin-top: 4rem;
}
.explore[data-v-e33f31ce] {
  margin-top: 4rem;
}


.detail-sponsor[data-v-d5b1d056] {
  display: inline-block;
  margin-top: 1rem;
  padding: 0 1rem;
}
a[data-v-d5b1d056] {
  display: inline-block;
  width: 300px;
  height: 100px;
  background: 50% no-repeat rgba(255, 255, 255, 0.2);
  background-size: contain;
}


.swiper-slide[data-v-6c5f28ef]:not(:last-child) {
  margin-right: 30px;
}
.detail-story[data-v-6c5f28ef] {
  display: inline-block;
  width: 280px;
}
.detail-story > a[data-v-6c5f28ef]:not(.title) {
  display: block;
  position: relative;
  width: 280px;
  height: 160px;
  margin-bottom: 1.5rem;
  background: 50% no-repeat var(--color-bg-placeholder);
  background-size: cover;
  transition-property: transform, opacity;
}
.inner[data-v-6c5f28ef] {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 60%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.author[data-v-6c5f28ef] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  padding: 10px;
  color: white;
}
.author > div[data-v-6c5f28ef]:last-child {
  margin-top: 5px;
}
.author .name[data-v-6c5f28ef] {
  word-wrap: break-word;
  font-size: 95%;
  line-height: 140%;
}
.author .desc[data-v-6c5f28ef] {
  word-wrap: break-word;
  font-size: 80%;
  line-height: 125%;
}
@media (min-width: 640px) {
.detail-story[data-v-6c5f28ef] {
    width: 380px;
}
.detail-story > a[data-v-6c5f28ef]:not(.title) {
    width: 380px;
    height: 260px;
}
.author[data-v-6c5f28ef] {
    width: 360px;
}
}
.title[data-v-6c5f28ef] {
  display: block;
  margin-top: 1.5rem;
  font-size: 95%;
  line-height: 140%;
  color: var(--color-text-default);
}
.title[data-v-6c5f28ef]:hover,
.title[data-v-6c5f28ef]:active,
.title[data-v-6c5f28ef]:focus {
  color: var(--color-text-default-hover);
}
.tagline[data-v-6c5f28ef] {
  margin-top: 0.7rem;
  font-size: 80%;
  line-height: 150%;
  color: var(--color-text-grey-light);
}


.detail-top[data-v-b784b124] {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-navbar);
}
.inner[data-v-b784b124] {
  padding: 2rem;
}
.back[data-v-b784b124], .home[data-v-b784b124] {
  float: left;
}
.back-button[data-v-b784b124],
.home-button[data-v-b784b124],
.account-button[data-v-b784b124] {
  margin-bottom: 0;
  padding: 0;
}
.back-button[data-v-b784b124] {
  margin-top: 4px;
}
.home-button[data-v-b784b124] {
  margin-top: 6px;
  margin-left: 20px;
  padding-left: 20px;
}
.share[data-v-b784b124],
.account[data-v-b784b124] {
  position: relative;
  float: right;
}
.share-button[data-v-b784b124],
.share-button[data-v-b784b124]:hover,
.share-button[data-v-b784b124]:active,
.share-button[data-v-b784b124]:focus {
  margin: 0;
  padding: 7px 12px;
  font-size: 1.6rem;
  color: white;
  border-color: white;
}
.back-button[data-v-b784b124]:hover,
.home-button[data-v-b784b124]:hover,
.share-button[data-v-b784b124]:hover,
.account-button[data-v-b784b124]:hover,
.open .share-button[data-v-b784b124] {
  opacity: 0.7;
}
.account-button[data-v-b784b124] {
  margin-right: 40px;
  padding-top: 5px;
}
.share-menu[data-v-b784b124] {
  display: none;
  position: absolute;
  top: 104%;
  right: 0;
  z-index: var(--z-below);
  min-width: 20rem;
  padding: 1.5rem;
  list-style: none;
  text-align: right;
  color: var(--color-text-default);
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0.4rem;
  border: 1px solid var(--color-border);
  opacity: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -5%, 0);
  transition: all var(--duration-short);
}
.open .share-menu[data-v-b784b124] {
  display: block;
  z-index: var(--z-dropdown);
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}


.detail-visit[data-v-44554947] {
  max-width: var(--width-text);
}
.message[data-v-44554947] {
  margin-bottom: 4rem;
  text-align: center;
}
.column[data-v-44554947] {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
.column[data-v-44554947] {
    margin-bottom: 0;
}
}
.label[data-v-44554947] {
  text-transform: uppercase;
  font-weight: var(--font-weight-medium);
  letter-spacing: 4px;
  color: var(--color-text-grey);
}
h2[data-v-44554947] {
  margin-top: 2rem;
}
.contact[data-v-44554947] {
  margin-top: 4rem;
}
.heading[data-v-44554947] {
  font-weight: var(--font-weight-medium);
}
.info[data-v-44554947] {
  font-size: 80%;
  line-height: 140%;
  color: var(--color-text-grey);
}
.info a[data-v-44554947] {
  display: block;
}
.actions[data-v-44554947] {
  margin: 4rem auto 0 auto;
  text-align: center;
}
.sponsors[data-v-44554947] {
  margin: 6rem auto 0 auto;
  text-align: center;
}
.sponsors .label[data-v-44554947] {
  margin-bottom: 2rem;
}


.sections[data-v-1b21ea1a] {
  position: relative;
  padding: 7rem 0 0;
}
.spacer[data-v-1b21ea1a] {
  background-color: white;
}
h2[data-v-1b21ea1a] {
  margin-bottom: 3rem;
}
.subheading[data-v-1b21ea1a] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--color-text-grey-lighter);
}
.section[data-v-1b21ea1a] {
  position: relative;
  z-index: 2;
  max-width: var(--width-text);
  margin: 0 auto;
  padding-bottom: 6rem;
}
.section-attractions[data-v-1b21ea1a],
.section-embeds[data-v-1b21ea1a],
.section-experiences[data-v-1b21ea1a],
.section-featured[data-v-1b21ea1a],
.section-gallery[data-v-1b21ea1a],
.section-itineraries[data-v-1b21ea1a],
.section-location[data-v-1b21ea1a],
.section-photos[data-v-1b21ea1a],
.section-stories[data-v-1b21ea1a],
.section-visit[data-v-1b21ea1a] {
  max-width: none;
}
.attractions .cards[data-v-1b21ea1a],
.more .cards[data-v-1b21ea1a],
.sites .cards[data-v-1b21ea1a] {
  margin-top: -10rem;
}
.section-photos h2[data-v-1b21ea1a] {
  margin-bottom: 0;
  line-height: 1;
}
.section-photos h2 .icon[data-v-1b21ea1a] {
  margin-left: -7px;
}
.section-photos .tag[data-v-1b21ea1a] {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: var(--font-family-body);
  font-size: 90%;
  font-weight: var(--font-weight-medium);
  color: var(--color-text-grey);
}
.section-photos .tag[data-v-1b21ea1a]:last-child {
  margin-right: 0;
}
.section-experiences h2[data-v-1b21ea1a],
.section-itineraries h2[data-v-1b21ea1a],
.section-sites h2[data-v-1b21ea1a],
.section-stories h2[data-v-1b21ea1a] {
  margin-bottom: 0;
}
.section-visit[data-v-1b21ea1a] {
  margin: 0 0 9rem 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--color-bg-section);
}
.section-itineraries[data-v-1b21ea1a],
.section-sponsors[data-v-1b21ea1a] {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
}
.section-journeys[data-v-1b21ea1a] {
  max-width: 1400px;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.section-sponsors[data-v-1b21ea1a] {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-sponsors h4[data-v-1b21ea1a] {
  font-family: var(--font-family-body);
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--color-text-grey);
}
.journey-info .section.section-body[data-v-1b21ea1a] {
  margin-top: -7rem;
  padding-top: 7rem;
}
.journey-map[data-v-1b21ea1a] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--z-default);
  width: 100%;
  height: 100vh;
}
.featured .detail-site[data-v-1b21ea1a],
.journey-info .overview[data-v-1b21ea1a] {
  background: linear-gradient(to right,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0.6) 100%
  );
}
@media (min-width: 768px) {
.featured .detail-site[data-v-1b21ea1a],
  .journey-info .overview[data-v-1b21ea1a] {
    background: linear-gradient(to right,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.9) 75%,
      rgba(255, 255, 255, 0) 100%
    );
}
h2[data-v-1b21ea1a], h3[data-v-1b21ea1a], .subheading[data-v-1b21ea1a], .tags[data-v-1b21ea1a] {
    text-align: center;
}
}
.itineraries[data-v-1b21ea1a],
.journeys[data-v-1b21ea1a],
.journey-info .overview[data-v-1b21ea1a],
.spacer[data-v-1b21ea1a],
.sponsors[data-v-1b21ea1a] {
  position: relative;
  z-index: 2;
}
.journey-info .overview[data-v-1b21ea1a] {
  margin-bottom: 80rem;
}
.sites[data-v-1b21ea1a] {
  position: relative;
  z-index: 2;
  padding-top: 12rem;
}
.more[data-v-1b21ea1a] {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.view.site .more[data-v-1b21ea1a] {
  padding-bottom: 0;
}
.more h2[data-v-1b21ea1a] {
  margin-bottom: 1rem;
}
.more .parent[data-v-1b21ea1a] {
  width: calc(100% - 40px);
  text-align: left;
}
@media (min-width: 768px) {
.more .parent[data-v-1b21ea1a] {
    margin: 0 auto;
}
}
.more h3[data-v-1b21ea1a] {
  margin-top: 1.5rem;
  font-family: var(--font-family-body);
  font-size: 1.8rem;
}
.more h3 a[data-v-1b21ea1a] {
  display: block;
}
.more .journey-logo[data-v-1b21ea1a] {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  text-align: center;
  background-color: #333;
  border-radius: 50%;
}
.more .journey-logo svg[data-v-1b21ea1a] {
  margin-top: 0.4rem;
}
.more .journey-logo svg.icon-journey-underground-logo[data-v-1b21ea1a],
.more .journey-logo svg.icon-journey-royal-logo[data-v-1b21ea1a] {
  margin-top: 0.3rem;
}
.more .site-name[data-v-1b21ea1a],
.more .journey-name[data-v-1b21ea1a] {
  vertical-align: middle;
  font-weight: var(--font-weight-medium);
  line-height: 30px;
}
.contacts h2[data-v-1b21ea1a],
.downloads h2[data-v-1b21ea1a],
.sites h2[data-v-1b21ea1a] {
  margin-left: auto;
  margin-right: auto;
}
.itineraries[data-v-1b21ea1a],
.journeys[data-v-1b21ea1a],
.more[data-v-1b21ea1a],
.sites[data-v-1b21ea1a],
.sponsors[data-v-1b21ea1a] {
  background-color: white;
}
.section.modal[data-v-1b21ea1a] {
  z-index: var(--z-modal);
}


/*# sourceMappingURL=common.258ea37b437ce5033127.css.map*/