.styles__container___2ya5p {
  margin-left: 16px;
  margin-right: 16px;
  max-width: 1290px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .styles__container___2ya5p {
    margin-left: 28px;
    margin-right: 28px;
  }
}

@media (min-width: 1024px) {
  .styles__container___2ya5p {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (min-width: 1354px) {
  .styles__container___2ya5p {
    margin-left: auto;
    margin-right: auto;
  }
}

@supports (display: grid) {
  .styles__container___2ya5p {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);

    /* stylelint-disable indentation */
    grid-template-columns:
      [full-start]
        var(--grid-column-gutter)
          [container-start]
            repeat(var(--grid-columns), [column-start] var(--grid-column-width))
          [container-end]
        var(--grid-column-gutter)
      [full-end];
    /* stylelint-enable */

    -ms-flex-pack: center;

        justify-content: center;

    /* Reset grid fallback styles */
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    overflow: initial;
    position: initial;
  }
}
.styles__divider___6PyL7 {
  border: 0;
  border-top: 1px solid var(--border-color);
  margin: 0;
}
/* Search button */

.styles__buttonSearch___26Z6w {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  transition: opacity 400ms;
}

.styles__buttonSearch___26Z6w:hover,
.styles__buttonSearch___26Z6w:active,
.styles__buttonSearch___26Z6w:focus {
  opacity: 0.6;
}

.styles__buttonSearchIcon___2-ylV {
  margin-right: 16px;
  vertical-align: top !important; /* Override inline styles */
}
/* Avatar link */

.styles__linkAvatar___26AD0 {
  border-radius: 50%;
  display: block;
}

/* Navigation link */

.styles__linkNavigation___BtZzO {
  display: block;
}

.styles__linkNavigationTopLevel___2ivtt {
  color: currentColor;
  font-weight: 600;
  padding: 20px;
  transition: opacity 400ms;
}

.styles__linkNavigationTopLevel___2ivtt:hover,
.styles__linkNavigationTopLevel___2ivtt:active,
.styles__linkNavigationTopLevel___2ivtt:focus {
  opacity: 0.6; /* TODO use rgba */
}

.styles__linkNavigation___BtZzO:not(.styles__linkNavigationTopLevel___2ivtt) {
  color: #2c3643;
  transition: background-color 400ms;
}

.styles__linkNavigation___BtZzO:not(.styles__linkNavigationTopLevel___2ivtt):hover,
.styles__linkNavigation___BtZzO:not(.styles__linkNavigationTopLevel___2ivtt):active,
.styles__linkNavigation___BtZzO:not(.styles__linkNavigationTopLevel___2ivtt):focus {
  background-color: #f4f5f8;
}

.styles__linkNavigationTopLevelIcon___59tBs {
  font-size: 8px;
  margin-left: 8px;
}

/* Shop link */

.styles__linkShop___1hOeJ {
  color: currentColor;
}

.styles__linkShopIndicator___VsF7V {
  position: absolute;
  right: -3px;
  top: 3px;
}

.styles__linkShopIcon___29MDs {
  font-size: 24px;
}

/* Skip link */

.styles__linkSkip___jddX7 {
  background-color: #297cbb;
  color: #fff;
  display: block;
  font-size: 14px;
  left: -100%;
  line-height: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  z-index: 10000;
}

.styles__linkSkip___jddX7:focus {
  left: 0;
  outline: none;
}
.styles__indicator___38XNJ {
  color: #da0909;
  display: block;
  height: 8px;
  width: 8px;
}
.styles__flyout___8f_72 {
  background-color: #fff;
  box-shadow:
    0 0 2px rgba(44, 54, 67, 0.25),
    0 40px 40px -20px rgba(44, 54, 67, 0.5);
}

.styles__flyout___8f_72::before,
.styles__flyout___8f_72::after {
  content: "";
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.styles__flyout___8f_72::before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  filter: drop-shadow(0 0 2px rgba(44, 54, 67, 0.25));
  height: 0;
  top: -16px;
  width: 0;
}

.styles__flyout___8f_72::after {
  background-color: #fff;
  height: 2px;
  top: 0;
  width: 16px;
}
/* Desktop navigation */

.styles__navigationDesktopItem___32z84 {
  display: inline-block;
  position: relative;
}

.styles__navigationDesktopItem___32z84:not(.styles__navigationDesktopItemCart___1kuYJ) {
  font-size: 14px;
  line-height: 1;
}

.styles__navigationDesktopItemCart___1kuYJ {
  margin-left: 20px;
  margin-right: 20px;
}

.styles__navigationDesktopItemAvatar___1eWiQ {
  margin-left: 20px;
}

.styles__navigationDesktopMenu___13hEh {
  left: 0;
  opacity: 0;
  margin-left: 50%;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  transform: translate(-50%, 4px);
  transition: opacity 400ms, transform 400ms, visibility 400ms;
  visibility: hidden;
  width: 216px;
  z-index: 8000;
}

@media (prefers-reduced-motion) {
  .styles__navigationDesktopMenu___13hEh {
    transform: translate(-50%, 8px);
    transition: opacity 400ms, visibility 400ms;
  }
}

.styles__navigationDesktopItemAvatar___1eWiQ .styles__navigationDesktopMenu___13hEh {
  transform: translate(-50%, 11px);
}

@media (prefers-reduced-motion) {
  .styles__navigationDesktopItemAvatar___1eWiQ .styles__navigationDesktopMenu___13hEh {
    transform: translate(-50%, 15px);
  }
}

.styles__navigationDesktopItem___32z84:hover .styles__navigationDesktopMenu___13hEh {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 8px);
  visibility: visible;
}

.styles__navigationDesktopItemAvatar___1eWiQ:hover .styles__navigationDesktopMenu___13hEh {
  transform: translate(-50%, 15px);
}

.styles__navigationDesktopMenuList___3V6L9 {
  line-height: 40px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.styles__navigationDesktopMenuListLink___3cpNw {
  padding-left: 32px;
  padding-right: 32px;
}

.styles__navigationDesktopMenuCallout___3WBNZ {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

.styles__navigationDesktopMenuCalloutButton___Psl9p {
  background-color: #297cbb;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  margin-top: -8px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.styles__navigationDesktopMenuCalloutLink___3aCSH {
  border-top: 1px solid #e4e4e4;
}
.styles__globalHeader___3PbEY {
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  color: #2c3643;
  grid-row-gap: 0;
  height: 96px;
}

.styles__globalHeaderTransparent___3j4zQ {
  background-color: transparent;
  color: #fff;
}

.styles__globalHeaderDark___3mP0R {
  background-color: rgba(0, 0, 0, 0.96);
  color: #fff;
}

.styles__globalHeaderBlue___v37ws {
  background-color: #1d508d;
  color: #fff;
}

.styles__globalHeaderContainer___3H2RI {
  grid-column: container;
  grid-row-gap: 0;
}

.styles__globalHeaderDivider___GUZTc {
  grid-column: container;
  grid-row: 2;
}

.styles__globalHeaderTransparent___3j4zQ .styles__globalHeaderDivider___GUZTc {
  border-top-color: #fff;
  opacity: 0.3;
}

.styles__globalHeaderDark___3mP0R .styles__globalHeaderDivider___GUZTc {
  border-top-color: #fff;
  opacity: 0.3;
}

.styles__globalHeaderBlue___v37ws .styles__globalHeaderDivider___GUZTc {
  border-top-color: transparent;
}

.styles__globalHeader___3PbEY .Logo {
  grid-row: 1;
  justify-self: center;
}

@media (min-width: 64em) {
  .styles__globalHeader___3PbEY .Logo {
    grid-column: column-start 6 / span 2;
    margin-bottom: 17px;
    margin-top: 16px;
    width: 128px !important; /* Override inline style */
  }
}

.styles__globalHeaderTransparent___3j4zQ .Logo,
.styles__globalHeaderDark___3mP0R .Logo,
.styles__globalHeaderBlue___v37ws .Logo {
  color: inherit !important;
}

/* Layout */

.styles__globalHeaderButtonSearch___2FejB {
  grid-row: 1;
  height: 100%;
}

@media (min-width: 64em) {
  .styles__globalHeaderButtonSearch___2FejB {
    grid-column: column-start 1 / span 5;
  }
}

.styles__globalHeaderNavigationDesktop___2QjEZ {
  grid-row: 1;
  text-align: right;
}

@media (min-width: 64em) {
  .styles__globalHeaderNavigationDesktop___2QjEZ {
    grid-column: column-start 8 / span 5;
  }
}
/* Add bookmark modal */

@media (max-width: 47.9375em) {
  .styles__bookmarkModal___1Yxgr {
    bottom: 0 !important;
    height: 100vh !important;
    top: 0 !important;
  }
}

@media (min-width: 48em) {
  .styles__bookmarkModal___1Yxgr {
    height: 598px !important;
    overflow: hidden !important;
    width: 410px !important;
  }
}

@media (max-width: 47.9375em) {
  .styles__bookmarkModalStep1___UCRdX {
    height: 50vh !important;
    top: auto !important;
  }
}

.styles__bookmarkModal___1Yxgr .ListItemBookmark {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.02);
  transition: background-color 200ms ease-in-out;
}

@media (max-width: 47.9375em) {
  .styles__bookmarkModal___1Yxgr .ListItemBookmark {
    padding-left: 16px;
    padding-left: var(--gutter, 16px);
    padding-right: 16px;
    padding-right: var(--gutter, 16px);
  }
}

.styles__bookmarkModal___1Yxgr .ListItemBookmark:focus {
  outline: none; /* Custom :focus styles are below */
}

.styles__bookmarkModal___1Yxgr .ListItemBookmark:hover,
.styles__bookmarkModal___1Yxgr .ListItemBookmark:active,
.styles__bookmarkModal___1Yxgr .ListItemBookmark:focus {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.styles__bookmarkModal___1Yxgr .ListItemBookmark:not(:first-of-type) {
  border-top: 1px solid #e4e4e4;
}

@media (min-width: 48em) {
  .styles__bookmarkModal___1Yxgr .Modal-content {
    height: 462px;
    overflow: auto;
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 8px !important;
  }
}

@media (min-width: 48em) {
  .styles__bookmarkModal___1Yxgr .Modal-header.Modal-header {
    height: 136px !important;
    padding-top: 64px;
  }

  .styles__bookmarkModal___1Yxgr .Modal-header button {
    display: none !important;
  }

  .styles__bookmarkModal___1Yxgr .Modal-header span {
    font-size: 32px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 47.9375em) {
  .styles__bookmarkModalStep1___UCRdX .Modal-header button {
    display: none;
  }
}

/* Modal action */

.styles__bookmarkModalAction___3hJXx {
  color: #297cbb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.styles__bookmarkModalActionDisabled___3hdZ5 {
  opacity: 0.5;
}

/* Add/edit list */

@media (max-width: 47.9375em) {
  .styles__bookmarkAddEditListFieldset___1_QkU {
    margin-top: 40px;
    padding-left: 16px;
    padding-left: var(--gutter);
    padding-right: 16px;
    padding-right: var(--gutter);
  }
}

@media (min-width: 48em) {
  .styles__bookmarkAddEditListFieldset___1_QkU {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    position: relative;
  }
}

@media (max-width: 47.9375em) {
  .styles__bookmarkAddEditListFieldsetFooter___3FX9S {
    display: none;
  }
}

@media (min-width: 48em) {
  .styles__bookmarkAddEditListFieldsetFooter___3FX9S {
    border-top: 1px solid #e4e4e4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto -32px 0;
    padding: 32px;
  }
}

.styles__bookmarkAddEditListField___1GBeo {
  margin-top: 40px;
}

@media (min-width: 48em) {
  .styles__bookmarkAddEditListField___1GBeo {
    margin-top: 32px;
  }
}

.styles__bookmarkAddEditListLabel___1whg5 {
  color: #2c3643;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45455;
  opacity: 0.5; /* TODO: Use rgba color */
  text-transform: uppercase;
}

.styles__bookmarkAddEditListSwitch___2DC7r {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 56px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 1.5;
}

@media (max-width: 47.9375em) {
  .styles__bookmarkAddEditListSaveButtonDesktop___3QRsn {
    display: none;
  }
}

@media (min-width: 48em) {
  .styles__bookmarkAddEditListSaveButtonDesktop___3QRsn {
    bottom: 0;
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    width: 128px;
  }
}
.styles__ad___1isGr {
  text-align: center;
  width: 100%;
}

.styles__ad___1isGr iframe {
  max-width: 100%;
}

.styles__adBounded___3V5Oe {
  background-color: rgba(197, 209, 215, 0.2);
  padding: 16px;
}

@media (min-width: 48em) {
  .styles__adBounded___3V5Oe {
    padding: 15px;
  }
}

.styles__adHero___3BmVy {
  background-color: #2c3643;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.styles__adLabel___1DXUD {
  color: rgba(88, 101, 117, 0.4);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* Red accent text */

.styles__textAccentRed___1lcXy {
  color: #da0909;
  font-weight: 300;
}

/* Article text */

.styles__textArticle___OqHJQ {
  color: #2c3643;
  font-family: 'Miller Daily', 'Georgia', 'Times', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 1024px) {
  .styles__textArticle___OqHJQ {
    font-size: 20px;
    line-height: 1.8;
  }
}

.styles__textArticleSmall___2Jm5z {
  color: #2c3643;
  font-size: 14px;
  line-height: 1.4285714285714286;
}

@media (min-width: 1024px) {
  .styles__textArticleSmall___2Jm5z {
    font-size: 16px;
    line-height: 2;
  }
}

.styles__textArticle___OqHJQ ul,
.styles__textArticleSmall___2Jm5z ul {
  margin-left: 1em;
}

/* Italic text */

.styles__textItalic___15R8L {
  font-family: 'Miller Daily', 'Georgia', 'Times', 'Times New Roman', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}

/* Meta text */

.styles__textMeta___3gOue {
  color: #2c3643;
  font-weight: 600;
  opacity: 0.5; /* TODO: Use rgba color value */
}

/* Uppercase text */

.styles__textUppercase___3opG_ {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
.styles__breadcrumbs___19mqc {
  color: rgba(44, 54, 67, 0.56); /* TODO rgba(colors.textPrimary, 0.56); */
  font-size: 14px;
  line-height: 1;
}

.styles__breadcrumbsItem___1LjWu:not(:last-of-type) {
  margin-right: 8px;
}

.styles__breadcrumbsItem___1LjWu:not(:last-of-type) a {
  margin-right: 8px;
}
.styles__map___3gA-W {
  background-color: #f1f4f6;
}

.styles__mapStatic___2xhxW {
  display: inline-block;
}

.styles__mapStatic___2xhxW img {
  display: block;
  max-width: 100%;
}

.styles__mapInteractive___1Odoc {
  height: 296px;
  width: 100%;
}

@media (min-width: 1024px) {
  .styles__mapInteractive___1Odoc {
    height: 410px;
  }
}

.styles__mapInteractive___1Odoc .leaflet-container {
  height: 100%;
  width: 100%;
}

.styles__mapMarkerCenter___2zoy8 {
  color: #297cbb;
  font-size: 40px;
}

.styles__mapMarker___3A2QS {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.styles__mapMarkerBlue___16Isl {
  background-color: #88bde7;
}

.styles__mapMarkerGray___3ClxC {
  background-color: #b6c3ca;
}

.styles__mapMarkerGreen___2Fyta {
  background-color: #16c98d;
}

.styles__mapMarkerOrange___1Otqa {
  background-color: #ff882e;
}

.styles__mapMarkerPink___3SuEU {
  background-color: #ff6e8d;
}

.styles__mapMarkerPurple___1zCje {
  background-color: #9d69c9;
}

.styles__mapMarkerRed___7uq1o {
  background-color: #da0909;
}

.styles__mapMarkerYellow___1cXWr {
  background-color: #ffc83f;
}
.styles__activity___1NAJY {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 16px;
}

@media (max-width: 63.9375em) {
  .styles__activity___1NAJY {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.styles__activityName___3lYeD {
  -ms-flex: 0 1 60%;
      flex: 0 1 60%;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714285714286;
}

@media (min-width: 64em) {
  .styles__activityName___3lYeD {
    -ms-flex-preferred-size: 216px;
        flex-basis: 216px;
  }
}

.styles__activityPrice___3_Ebe {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 200;
}

@media (max-width: 63.9375em) {
  .styles__activityPrice___3_Ebe {
    -ms-flex: 0 1 40%;
        flex: 0 1 40%;
  }
}

@media (min-width: 64em) {
  .styles__activityPrice___3_Ebe {
    margin-left: 16px;
  }
}

.styles__activityPriceLabel___OOEJl {
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 63.9375em) {
  .styles__activityButton___34CD6 {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin-top: 8px;
  }
}

@media (min-width: 64em) {
  .styles__activityButton___34CD6 {
    margin-left: 16px;
  }
}

.styles__moreLink___zwMsN {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 24px;
}

.styles__moreLink___zwMsN > a {
  line-height: 1.7em !important;
}
@media (max-width: 1023px) {
  .styles__panel___1Zq3m {
    padding: 0 16px;
  }
}
.styles__booking___2ksaN {
  text-align: center;
}

.styles__bookingPrice___2XSj1 {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.styles__bookingPriceAmount___3zEfs {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333333333333333;
}

.styles__bookingPriceLabel___b_bek {
  font-size: 14px;
  line-height: 1.4285714285714286;
}

.styles__bookingPriceLabelBefore___3gWTk {
  margin-right: 8px;
}

.styles__bookingPriceLabelAfter___23rU5 {
  margin-left: 8px;
}

.styles__bookingOriginalPriceAmount___24tAJ {
  text-decoration: line-through;
  font-weight: 300;
  margin-right: 8px;
}

.styles__bookingButton___2KwwX {
  margin-bottom: 16px;
  margin-top: 16px;
}

.styles__bookingRating___onore {
  margin-top: 16px;
}

.styles__bookingProvider___2Vmsh {
  display: inline-block;
  margin-top: 8px;
}

.styles__bookingProviderLogo___btOLW {
  height: 16px !important; /* Override inline styles */
}
.styles__inline___3lKAX {
  display: inline-block;
}

.styles__dot___3J2mU {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: styles__bookingLoaderFade___PiOu1;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #bfd0d8;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.styles__second___1CMkl {
  animation-delay: 400ms;
  margin-left: 6px;
}

.styles__third___3HPpY {
  animation-delay: 800ms;
  margin-left: 6px;
}

@keyframes styles__bookingLoaderFade___PiOu1 {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}
.styles__description___3_Z75 + .styles__description___3_Z75 {
  margin-top: 32px;
}

.styles__descriptionColumns___3p7Zb {
  columns: 1 auto;
  column-gap: var(--grid-gap-column);
}

.styles__descriptionHeading___2-Jo3 + .styles__descriptionColumns___3p7Zb {
  margin-top: 16px;
}

@media (min-width: 30em), (min-width: 48em) {
  .styles__descriptionColumns___3p7Zb {
    column-count: 2;
  }
}

@media (min-width: 37.5em) and (max-width: 47.9375em) {
  .styles__descriptionColumns___3p7Zb {
    column-count: 3;
  }
}

@media (min-width: 84.625em) {
  .styles__descriptionColumns___3p7Zb {
    column-width: 300px;
  }
}

.styles__descriptionColumn___5rqvC {
  break-inside: avoid;
  margin-bottom: var(--grid-row-gap);
  width: 100%;
}

.styles__descriptionColumnHeading___3U7dE {
  text-decoration: underline;
}

@media (max-width: 63.9375em) {
  .styles__descriptionHeading___2-Jo3 {
    font-size: 14px !important;
    line-height: 1.4285714285714286 !important;
  }
}

.styles__descriptionText___PAVMt {
  margin-top: 16px;
}

.styles__descriptionText___PAVMt ul {
  line-height: 1.5;
  list-style: none;
  margin-left: 0;
}

.styles__descriptionColumn___5rqvC .styles__descriptionText___PAVMt {
  margin-top: 8px;
}
.styles__buttonOutline___1di8I {
  padding: 8px 16px !important;
  text-transform: capitalize !important;
}

.styles__buttonOutline___1di8I > .Icon {
  font-size: 16px;
  margin-right: 4px;
}
.styles__header___2bTmZ {
  position: relative;
}

@media (min-width: 48em) {
  .styles__heading___mD4_3 {
    font-size: 40px !important;
    line-height: 1.2 !important;
  }
}

@media (min-width: 64em) {
  .styles__heading___mD4_3 {
    font-size: 48px !important;
    line-height: 1.1666666666666667 !important;
    padding-right: 200px; /* Enough padding to clear the buttons */
  }
}

.styles__italic___NkP8B {
  margin-top: 8px;
}

.styles__headerButtons___3MnEi {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 63.9375em) {
  .styles__headerButtons___3MnEi {
    margin-top: 16px;
  }
}

@media (min-width: 64em) {
  .styles__headerButtons___3MnEi {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.styles__headerButtonShare___2ZIlJ {
  margin-left: 16px;
}
/* Override Photoswipe default styles */

.styles__photoGallery___3XRcU {
  z-index: 9000;
}

.styles__photoGallery___3XRcU .pswp__bg {
  background-color: #fff;
}

.styles__photoGallery___3XRcU .pswp__top-bar {
  height: 0;
}

.styles__photoGallery___3XRcU .pswp__button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.styles__photoGallery___3XRcU .pswp__button--share,
.styles__photoGallery___3XRcU .pswp__button--fs,
.styles__photoGallery___3XRcU .pswp__button--zoom {
  display: none;
}

.styles__photoGallery___3XRcU .pswp__button--close {
  background-image: url(https://assets.lonelyplanet.com/assets/icon-image-gallery-close.svg);
  background-size: 16px 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 8px;
  padding: 24px;
  position: absolute;
  right: 0;
  width: 16px;
}

@media (min-width: 48em) {
  .styles__photoGallery___3XRcU .pswp__button--close {
    background-size: 32px 32px;
    height: 32px;
    margin-right: 16px;
    padding: 48px;
    width: 32px;
  }
}

@media (max-width: 63.9375em) {
  .styles__photoGallery___3XRcU .pswp__button--arrow--left,
  .styles__photoGallery___3XRcU .pswp__button--arrow--right {
    display: none;
  }
}

.styles__photoGallery___3XRcU .pswp__button--arrow--left,
.styles__photoGallery___3XRcU .pswp__button--arrow--right {
  height: 36px;
  padding: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}

.styles__photoGallery___3XRcU .pswp__button--arrow--left {
  left: 16px;
}

.styles__photoGallery___3XRcU .pswp__button--arrow--right {
  right: 16px;
}

.styles__photoGallery___3XRcU .pswp__button--arrow--left::before,
.styles__photoGallery___3XRcU .pswp__button--arrow--right::before {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px 36px;
  content: "";
  height: 36px;
  padding: 48px;
  position: absolute;
  top: 0;
  width: 21px;
}

@media (min-width: 48em) {
  .styles__photoGallery___3XRcU .pswp__button--arrow--left::before,
  .styles__photoGallery___3XRcU .pswp__button--arrow--right::before {
    background-size: 21px 36px;
    height: 36px;
    padding: 48px;
    width: 21px;
  }
}

.styles__photoGallery___3XRcU .pswp__button--arrow--left::before {
  background-image: url(https://assets.lonelyplanet.com/assets/icon-image-gallery-prev.svg);
  left: 0;
}

.styles__photoGallery___3XRcU .pswp__button--arrow--right::before {
  background-image: url(https://assets.lonelyplanet.com/assets/icon-image-gallery-next.svg);
  right: 0;
}

/*
.photoGallery [class="pswp__counter"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  font-size: 13px;
  line-height: 48px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

.photoGallery [class="pswp__caption"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 48px;
}

.photoGallery [class="pswp__caption"] small {
  font-size: 12px;
  color: #bfc2c6;
}

.photoGallery [class="pswp__caption__center"] {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding: 20px;
  line-height: 1.66667;
  color: rgba(44, 54, 67, 0.8);
}

@media (min-width: 768px) {
  .photoGallery [class="pswp__caption__center"] {
    font-size: 14px;
    line-height: 1.57143;
  }
}

.photoGallery [class="pswp__caption__center"] a {
  color: rgba(44, 54, 67, 0.8);
  text-decoration: underline;
}

.photoGallery [class="pswp__caption--empty"] {
  display: none;
} */
.styles__hero___36Mq- {
  position: relative;
}

.styles__heroPhoto___11UU0 {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.styles__heroGallery___1VqME {
  height: 100%;
  position: relative;
}

.styles__heroAttribution___1EtYK {
  font-size: 11px;
  line-height: 1;
}

.styles__heroGalleryPhoto___bFbI0:nth-child(2),
.styles__heroGalleryPhoto___bFbI0:nth-child(3) {
  display: none;
}

@supports (display: grid) {
  @media (max-width: 47.9375em), (min-width: 64em) {
    .styles__heroGallery___1VqME {
      display: grid;
      grid-template-columns: 77.08333% 1fr 1fr;
      grid-template-rows: auto auto;
    }
  }

  @media (max-width: 47.9375em) {
    .styles__heroGallery___1VqME {
      grid-gap: 4px;
    }
  }

  @media (min-width: 64em) {
    .styles__heroGallery___1VqME {
      grid-gap: 16px;
    }
  }

  @media (min-width: 48em) and (max-width: 63.9375em) {
    .styles__heroGalleryPhoto___bFbI0:nth-child(2),
    .styles__heroGalleryPhoto___bFbI0:nth-child(3) {
      display: none;
    }
  }

  @media (max-width: 47.9375em), (min-width: 64em) {
    .styles__heroGalleryPhoto___bFbI0:nth-child(2),
    .styles__heroGalleryPhoto___bFbI0:nth-child(3) {
      display: block;
    }

    .styles__heroGalleryPhoto___bFbI0:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / -1;
    }

    .styles__heroGalleryPhoto___bFbI0:nth-child(2) {
      grid-column: 2 / -1;
      grid-row: 1 / 2;
    }

    .styles__heroGalleryPhoto___bFbI0:nth-child(3) {
      grid-column: 2 / -1;
      grid-row: 2 / -1;
    }
  }
}

.styles__heroGalleryButton___2Bv0- {
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  color: #fff;
  bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  left: 32px;
  left: var(--grid-row-gap);
  line-height: 1.45455;
  outline: none;
  position: absolute;
}

@media (min-width: 48em) {
  .styles__heroGalleryButton___2Bv0- {
    font-size: 14px;
    line-height: 1.4285714285714286;
  }
}

@media (min-width: 64em) {
  .styles__heroGalleryButton___2Bv0- {
    font-size: 16px;
    line-height: 1.5;
  }
}

@supports (display: grid) {
  .styles__heroGalleryButton___2Bv0- {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  @media (max-width: 47.9375em), (min-width: 64em) {
    .styles__heroGalleryButton___2Bv0- {
      -ms-flex-align: center;
          align-items: center;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      -ms-flex-direction: column;
          flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 2 / -1;
      -ms-flex-pack: center;
          justify-content: center;
      left: 0;
      position: relative;
      transition: background-color 200ms;
    }

    .styles__heroGalleryButton___2Bv0-:hover,
    .styles__heroGalleryButton___2Bv0-:active,
    .styles__heroGalleryButton___2Bv0-:focus {
      background-color: rgba(0, 0, 0, 0.7);
    }
  }
}

.styles__heroGalleryButtonIcon___2JIgg {
  font-size: 16px;
  margin-right: 8px;
}

@media (max-width: 47.9375em) {
  .styles__heroGalleryButtonIcon___2JIgg {
    margin-bottom: 4px;
  }
}

@supports (display: grid) {
  @media (max-width: 47.9375em), (min-width: 64em) {
    .styles__heroGalleryButtonIcon___2JIgg {
      margin-right: 0;
    }
  }
}

@media (min-width: 64em) {
  .styles__heroGalleryButtonIcon___2JIgg {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.imageloader {
  height: 100%;
}

.styles__fallback___3Om8d {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.styles__fallback___3Om8d p {
  color: #576576;
  padding: 24px;
  font-size: 11px;
  line-height: 1.4285714285714286;
}

.styles__error___3wBoZ {
  background: #e4e4e4;
}
.styles__info___1HC4J {
  position: relative;
}

.styles__infoItem___72gXC {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.4285714285714286;
  margin-bottom: 16px;
  margin-top: 16px;
}

.styles__infoItemLabel___2siRm {
  display: inline-block;
  min-width: 80px;
}

.styles__infoItemLabel___2siRm::after {
  content: ":";
}

.styles__infoMap___T8zc3 {
  position: absolute;
  right: 0;
  top: 0;
}
.styles__reviewBodyText___2rexg {
  opacity: 1;
}

@media (min-width: 768px) {
  .styles__reviewBodyText___2rexg {
    opacity: 1;
  }
}
.pois__divider___1IoNO {
  margin-top: calc(var(--grid-row-gap) / 2);
}

@media (max-width: 48em) {
  .pois__breadcrumbs___20OGQ > span[data-placetype=continent],
  .pois__breadcrumbs___20OGQ > span[data-placetype=country] {
    display: none;
  }
}
:root {
  /* Styles */
  --border-color: #e4e4e4;

  /* Layout */
  --grid-column-gap: 12px;
  --grid-column-gutter: 4px;
  --grid-column-width: 1fr;
  --grid-columns: 6;
  --grid-row-gap: 32px;
  --gutter: 16px;

  /* Breakpoints */
  --mq-phone-end: 47.9375em; /* 767px */
  --mq-tablet-start: 48em; /* 768px */
  --mq-tablet-end: 63.9375em; /* 1023px */
  --mq-laptop-start: 64em; /* 1024px */
  --mq-laptop-end: 84.5625em; /* 1353px */
  --mq-desktop-start: 84.625em; /* 1354px */
}

@media (min-width: 768px) {
  :root {
    /* Layout */
    --grid-column-gap: 24px;
    --grid-columns: 8;
    --grid-columns-left-rail: 5;
    --gutter: 28px;
  }
}

@media (min-width: 1024px) {
  :root {
    /* Layout */
    --grid-column-gap: 24px;
    --grid-column-gutter: 8px;
    --grid-columns: 12;
    --grid-columns-left-rail: 8;
    --gutter: 32px;
  }
}

@media (min-width: 1354px) {
  :root {
    /* Layout */
    --grid-column-gap: 30px;
    --grid-column-gutter: 1fr;
    --grid-column-width: 80px;
    --gutter: auto;
  }
}

/* Template */

.styles__template___2e06H {
  margin-top: 16px;
}

/* Template area */

.styles__templateArea___18YNy {
  width: 100%;
}

/* Template area: Left rail */

@media (min-width: 768px) {
  .styles__templateAreaLeftRail___Afizb {
    width: 40.310077519379846%;
  }
}

@media (min-width: 1024px) {
  .styles__templateAreaLeftRail___Afizb {
    width: 65.89147286821705%;
  }
}

@supports (display: grid) {
  .styles__templateAreaLeftRail___Afizb {
    display: grid;
    grid-column: full;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);

    /* stylelint-disable indentation */
    grid-template-columns:
      [full-start]
        var(--grid-column-gutter)
          [container-start]
            repeat(var(--grid-columns), [column-start] var(--grid-column-width))
          [container-end]
        var(--grid-column-gutter)
      [full-end];
    /* stylelint-enable */
  }

  @media (min-width: 768px) {
    .styles__templateAreaLeftRail___Afizb {
      grid-column: 1 / span 6;
      grid-template-columns:
        var(--grid-column-gutter)
        repeat(var(--grid-columns-left-rail), [column-start] var(--grid-column-width));

      /* Reset grid fallback styles */
      width: 100%;
    }
  }

  @media (min-width: 1024px) {
    .styles__templateAreaLeftRail___Afizb {
      grid-column: 1 / span 9;
      justify-self: right;
      max-width: 960px;

      /* Reset grid fallback styles */
      width: 100%;
    }
  }
}

/* Template area: Left rail module */

.styles__templateAreaLeftRailModule___3o_S1 {
  margin-bottom: 32px;
  margin-bottom: calc(var(--grid-row-gap) * 1);
  margin-top: 32px;
  margin-top: calc(var(--grid-row-gap) * 1);
}

@media (min-width: 1024px) {
  .styles__templateAreaLeftRailModule___3o_S1 {
    width: 65.89147286821705%;
  }
}

@supports (display: grid) {
  .styles__templateAreaLeftRailModule___3o_S1 {
    grid-column: container;

    /* Reset grid fallback styles */
    margin-bottom: 0;
    margin-top: 0;
  }

  @media (min-width: 768px) {
    .styles__templateAreaLeftRailModule___3o_S1 {
      grid-column: column-start 1 / span 5;
    }
  }

  @media (min-width: 1024px) {
    .styles__templateAreaLeftRailModule___3o_S1 {
      grid-column-end: span 8;

      /* Reset grid fallback styles */
      width: 100%;
    }
  }
}

/* Template area: Right rail */

@media (min-width: 1024px) {
  .styles__templateAreaRightRail___1Lfuu {
    position: absolute;
    right: 0;
    top: 198px;
    width: 31.782945736434108%;
  }
}

@supports (display: grid) {
  .styles__templateAreaRightRail___1Lfuu {
    grid-column: full;
  }

  @media (min-width: 768px) {
    .styles__templateAreaRightRail___1Lfuu {
      grid-column: column-start 6 / span 3;
      grid-row: 3 / 5;
    }
  }

  @media (min-width: 1024px) {
    .styles__templateAreaRightRail___1Lfuu {
      grid-column: column-start 9 / span 4;

      /* Reset grid fallback styles */
      position: static;
      width: 100%;
    }
  }
}

/* Template area: Breadcrumbs */

@supports (display: grid) {
  .styles__templateAreaBreadcrumbs___lgfux {
    grid-column: container;
  }
}

/* Template area: Header */

.styles__templateAreaHeader___3b0uJ {
  margin-bottom: 32px;
  margin-bottom: calc(var(--grid-row-gap) * 1);
}

@supports (display: grid) {
  .styles__templateAreaHeader___3b0uJ {
    grid-column: container;

    /* Reset grid fallback styles */
    margin-bottom: 0;
  }
}

/* Template area: Hero */

@media (min-width: 1024px) {
  .styles__templateAreaHero___iT4_- {
    width: 65.89147286821705%;
  }
}

@supports (display: grid) {
  .styles__templateAreaHero___iT4_- {
    grid-column: full;
  }

  @media (min-width: 768px) {
    .styles__templateAreaHero___iT4_- {
      grid-column: 1 / span 6;
    }
  }

  @media (min-width: 1024px) {
    .styles__templateAreaHero___iT4_- {
      grid-column-end: -1;

      /* Reset grid fallback styles */
      width: 100%;
    }
  }
}

@supports (display: grid) {
  .styles__templateAreaHeroSubGrid___1gvvR {
    grid-row-gap: 16px;
  }
}

/* Template area: Hero Attribution */
@supports (display: grid) {
  .styles__templateAreaHeroAttribution___3FbXO {
    grid-column-start: 2;
  }
}

/* Template area: Call-to-action mobile */

@supports (display: grid) {
  .styles__templateAreaCallToActionMobile___27YqD {
    grid-column: full;
    margin-top: calc(var(--grid-row-gap) * -1);
  }
}

@media (min-width: 768px) {
  .styles__templateAreaCallToActionMobile___27YqD {
    display: none;
  }
}

/* Template area: Article */

.styles__templateAreaHeroSubGrid___1gvvR + .styles__templateAreaArticle___21drH {
  margin-bottom: 32px;
  margin-bottom: calc(var(--grid-row-gap) * 1);
  margin-top: 32px;
  margin-top: calc(var(--grid-row-gap) * 1);
}

@media (min-width: 1024px) {
  .styles__templateAreaArticle___21drH {
    width: 48.837209302325576%;
  }

  .styles__templateAreaHeroSubGrid___1gvvR + .styles__templateAreaArticle___21drH {
    margin-bottom: 64px;
    margin-bottom: calc(var(--grid-row-gap) * 2);
    margin-top: 64px;
    margin-top: calc(var(--grid-row-gap) * 2);
  }
}

@supports (display: grid) {
  .styles__templateAreaHeroSubGrid___1gvvR + .styles__templateAreaArticle___21drH {
    /* Reset grid fallback styles */
    margin-bottom: 0;
    margin-top: 0;
  }

  @media (min-width: 1024px) {
    .styles__templateAreaArticle___21drH {
      grid-column-end: span 6;

      /* Reset grid fallback styles */
      width: 100%;
    }

    .styles__templateAreaHeroSubGrid___1gvvR + .styles__templateAreaArticle___21drH {
      margin-bottom: var(--grid-row-gap);
      margin-top: var(--grid-row-gap);
    }
  }
}

/* Template area: Right rail module */

.styles__templateAreaRightRailModule___2UnjT {
  width: 100%;
}

.styles__templateAreaRightRailModule___2UnjT + .styles__templateAreaRightRailModule___2UnjT {
  margin-top: 32px;
  margin-top: var(--grid-row-gap);
}

@supports (display: grid) {
  @media (max-width: 767px) {
    .styles__templateAreaRightRailModulePadded___3LGIQ {
      padding-left: var(--gutter);
      padding-right: var(--gutter);
    }
  }
}

.styles__templateAreaRightRailDivider___25x_m {
  margin-bottom: 32px;
  margin-bottom: var(--grid-row-gap);
  margin-top: 16px;
  margin-top: calc(var(--grid-row-gap) / 2);
}

/* Template area: Call-to-action aside */

@supports (display: grid) {
  @media (min-width: 768px) and (max-width: 1023px) {
    .styles__templateAreaCallToActionAside___1bXBH {
      margin-left: calc(var(--grid-column-gap) * -1);
      width: calc(100% + var(--grid-column-gap) + var(--grid-column-gap) + var(--grid-column-gutter));
    }
  }
}

@media (max-width: 767px) {
  .styles__templateAreaCallToActionAsideDesktopOnly___2VroH {
    display: none;
  }
}

/* Template area: Rail ad */

@media (min-width: 1024px) {
  .styles__templateAreaAdRail___SPI4E {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    top: var(--grid-row-gap);
  }
}

/* Template area: Map */

@media (max-width: 767px) {
  .styles__templateAreaMap___3AF07 {
    display: none;
  }
}

/* Template area: Related tour */

@media (min-width: 1024px) {
  .styles__templateAreaRelatedTour___2i9hq {
    width: 48.837209302325576%;
  }
}

@supports (display: grid) {
  @media (min-width: 1024px) {
    .styles__templateAreaRelatedTour___2i9hq {
      grid-column-end: span 6;

      /* Reset grid fallback styles */
      width: 100%;
    }
  }
}

/* Template area: Related hotels */

@supports (display: grid) {
  .styles__templateAreaRelatedHotels___Dru1y {
    grid-column: container;
  }
}

/* Template area: Superzone ad */

@supports (display: grid) {
  .styles__templateAreaAdSuperzone___3K8gN {
    grid-column: full;
  }
}

@media (min-width: 768px) {
  .styles__templateAreaAdSuperzone___3K8gN {
    margin-top: 8px;
    margin-top: calc(40px - var(--grid-row-gap));
  }
}

@media (min-width: 1024px) {
  .styles__templateAreaAdSuperzone___3K8gN {
    margin-top: 48px;
    margin-top: calc(80px - var(--grid-row-gap));
  }
}

/* Global styles */

.lp-global-footer__main {
  border-top: 0; /* Remove border because of ad */
}
.styles__tag___3ZkjB {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 4px 4px 4px 0;
}

@media (max-width: 63.9375em) {
  .styles__tag___3ZkjB {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.styles__tagLabel___1J-B9 {
  -ms-flex: 0 1 60%;
      flex: 0 1 60%;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714285714286;
}

@media (min-width: 64em) {
  .styles__tagLabel___1J-B9 {
    -ms-flex-preferred-size: 216px;
        flex-basis: 216px;
  }
}

.styles__moreLink___293gJ {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 8px;
}

.styles__moreLink___293gJ > a {
  line-height: 1.7em !important;
}
.styles__toastContainer___Jl3nf > div {
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 32px);
}
.styles__tourAnchor___350WD {
  display: block;
}

.styles__tourImage___3CuSG {
  display: block;
  margin-bottom: calc(var(--grid-row-gap) / 2);
  margin-top: calc(var(--grid-row-gap) / 2);
  max-width: 100%;
}

@media (min-width: 768px) {
  .styles__tourImage___3CuSG {
    margin-bottom: var(--grid-row-gap);
    margin-top: var(--grid-row-gap);
  }
}

.styles__tourMeta___2kC14 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.styles__tourPrice___1hcfi {
  font-size: 14px;
  line-height: 1.4285714285714286;
}

@media (min-width: 768px) {
  .styles__tourPrice___1hcfi {
    font-size: 20px;
    line-height: 1.4;
  }
}
.styles__ad___1O99x {
  background-color: rgba(197, 209, 215, 0.2);
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 45em) {
  .styles__ad___1O99x {
    padding: 15px;
  }
}

.styles__adLabel___2p_Qf {
  color: rgba(88, 101, 117, 0.4);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.styles__container___uzu36 {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 1290px;
  max-width: var(--max-width);
  position: relative;
}

  @media (min-width: 30em) {.styles__container___uzu36 {
    margin-left: 30px;
    margin-right: 30px
}
  }

  @media (min-width: 67.5em) {.styles__container___uzu36 {
    margin-left: 60px;
    margin-right: 60px
}
  }

  @media (min-width: 88.125em) {.styles__container___uzu36 {
    margin-left: auto;
    margin-right: auto
}
  }

/* stylelint-disable indentation */

@supports (display: grid) {
  .styles__container___uzu36 {
    display: grid;
    grid-template-columns:
      [full-start]
        minmax(var(--gutter), 1fr)
          [container-start]
            minmax(0, var(--max-width))
          [container-end]
        minmax(var(--gutter), 1fr)
      [full-end];

    /* Reset fallback styles */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

/* stylelint-enable */
/* stylelint-disable indentation */

.styles__grid___gMLiL {
  overflow: hidden;
}

@supports (display: grid) {

.styles__grid___gMLiL {
    display: grid;
    grid-column: container;
    grid-template-columns:
      [grid-start]
        repeat(var(--grid-columns), [col-start] 1fr)
      [grid-end];
    grid-column-gap: var(--grid-gap);

    /* Reset fallback styles */
    overflow: initial
}
  }

/* stylelint-enable */
@keyframes styles__pulse___359Ys {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.styles__wireframe___1MlN- {
  max-width: 740px;
}

.styles__wireframeAnimate___1uVS0 {
  animation: styles__pulse___359Ys 0.8s ease-in-out 2s infinite alternate;
}

.styles__shape___RWv4Q {
  fill: #efefef;
}
.styles__root___2nmws {
  color: #2c3643;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
}
.styles__searchInput___1rY7_ {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e4e4e4;
  display: block;
  height: 60px;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 16px;
  width: 100%;
}

.styles__searchInput___1rY7_::-ms-clear {
  display: none;
}

.styles__searchInput___1rY7_:invalid {
  box-shadow: none;
}

.styles__searchInput___1rY7_:focus {
  border-bottom-color: #297cbb;
}

.styles__searchInput___1rY7_:-ms-input-placeholder {
  padding-left: 0;
  margin-left: 0;
  transition: 100ms opacity linear;
}

.styles__searchInput___1rY7_::placeholder {
  padding-left: 0;
  margin-left: 0;
  transition: 100ms opacity linear;
}

.styles__searchInput___1rY7_:focus:-ms-input-placeholder {
  opacity: 0.6;
}

.styles__searchInput___1rY7_:focus::placeholder {
  opacity: 0.6;
}

@media (min-width: 45em) {
  .styles__searchInput___1rY7_ {
    height: auto;
    font-size: 48px;
    padding-right: 16px;
  }
}
.styles__searchInputCancelButton___dhWHs {
  background-color: transparent;
  color: #b6c3ca;
  padding: 16px 8px;
  transition: color 400ms;
}

.styles__searchInputCancelButton___dhWHs:hover,
.styles__searchInputCancelButton___dhWHs:active,
.styles__searchInputCancelButton___dhWHs:focus {
  color: #297cbb;
}

@media (min-width: 48em) {
  .styles__searchInputCancelButton___dhWHs {
    padding: 16px;
  }
}
.styles__searchForm___Hi23a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.styles__searchInput___2eyJw:focus {
  outline: none;
}

@media (min-width: 45em) {
  .styles__searchInput___2eyJw {
    padding-right: 72px;
  }
}

.styles__searchInputCancelButton___2KX2d {
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  right: 0;
}

@media (min-width: 45em) {
  .styles__searchInputCancelButton___2KX2d {
    right: 16px;
  }
}
.styles__listItemImage___1hWhb {
  display: block;
  max-width: 100%;
}
.styles__ListItem___R3ydY {
  max-width: 740px;
  width: 100%;

  /* Fallback styles */
  display: -ms-flexbox;
  display: flex;
}

  @supports (display: grid) {.styles__ListItem___R3ydY {
    display: grid;
    grid-column-gap: var(--grid-gap);
    grid-template-columns: repeat(6, 1fr)
}
  }

  @media (min-width: 48em) {
    @supports (display: grid) {.styles__ListItem___R3ydY {
      grid-template-columns: repeat(5, 1fr)
}
    }
  }

  @media (min-width: 64em) {
    @supports (display: grid) {.styles__ListItem___R3ydY {
      grid-template-columns: repeat(7, 1fr)
}
    }
  }

.styles__textAnchor___1Ucw3 {
  color: #2c3643;
  display: block;
  position: relative;
}

.styles__textAnchor___1Ucw3::after {
  content: "";
  width: 36%;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}

.styles__textAnchor___1Ucw3:hover,
.styles__textAnchor___1Ucw3:active,
.styles__textAnchor___1Ucw3:focus {
  color: #297cbb;
}

.styles__textAnchor___1Ucw3 h3 {
  transition: 400ms;
}

.styles__textContainer___JSbiH {
  padding-top: 18px;

  /* Fallback styles */
  width: 70.27027%;
}

@supports (display: grid) {

.styles__textContainer___JSbiH {
    grid-column: span 4;

    /* Reset fallback styles */
    width: auto
}
  }

@media (min-width: 48em) {
    @supports (display: grid) {

.styles__textContainer___JSbiH {
      grid-column: span 3
}
    }
  }

@media (min-width: 64em) {
    @supports (display: grid) {

.styles__textContainer___JSbiH {
      grid-column: span 5
}
    }
  }

.styles__category___eAy2z {
  margin-bottom: 4px;
}

.styles__heading___vDzID {
  margin-bottom: 4px !important;
}

@media (min-width: 45em) {
  .styles__heading___vDzID {
    font-size: 32px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
  }
}

.styles__description___308E6 {
  color: rgba(44, 54, 67, 0.7);
  font-size: 14px;
  line-height: rgba(44, 54, 67, 0.7);
  overflow: hidden;
  height: 65px;
}

@media (min-width: 45em) {
  .styles__description___308E6 {
    height: 75px;
    font-size: 16px;
  }
}

@media (min-width: 45em) {
  .styles__textAnchor___1Ucw3::after {
    height: 25px;
  }
}

.styles__description___308E6 em {
  font-style: normal;
  background-color: #fff4d7;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

.styles__thumbnail___2buk9 {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-height: 100%;

  /* Fallback styles */
  margin-left: 4.05405%;
  width: 25.67568%;
}

@supports (display: grid) {

.styles__thumbnail___2buk9 {
    grid-column: 5 / span 2;

    /* Reset fallback styles */
    margin-left: 0;
    width: auto
}
  }

@media (min-width: 48em) {
    @supports (display: grid) {

.styles__thumbnail___2buk9 {
      grid-column: 4 / span 2
}
    }
  }

@media (min-width: 64em) {
    @supports (display: grid) {

.styles__thumbnail___2buk9 {
      grid-column: 6 / span 2
}
    }
  }

.styles__thumbnailAnchor___3hxzg {
  display: block;
  overflow: hidden;
}

.styles__imageRounded___2UNcm {
  border-radius: 50%;
}
.styles__listItem___1G_na {
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.styles__listItem___1G_na:not(:last-of-type) {
  border-bottom: 1px solid #e4e4e4;
}

.styles__adSearchResult___1xQF5 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #e4e4e4;
}

@media (min-width: 84.375em) {
  .styles__adSearchResult___1xQF5 {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.styles__adLabel___23vPc {
  color: rgba(88, 101, 117, 0.4);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
:root {
  --grid-columns: 6;
  --grid-gap: 12px;
  --max-width: 1290px;
  --gutter: 15px; /* 16px */
}

@media (min-width: 48em) {
  :root {
    --grid-columns: 8;
    --grid-gap: 24px;
    --gutter: 30px; /* 32px */
  }
}

@media (min-width: 64em) {
  :root {
    --grid-columns: 12;
    --grid-gap: 30px;
  }
}

@media (min-width: 67.5em) {
  :root {
    --gutter: 60px; /* 64px */
  }
}

/* Layout-specific styles */

.search__contentArea___rHWvd {
  padding-bottom: 32px;
  padding-top: 32px;
}

@media (min-width: 45em) {

.search__contentArea___rHWvd {
    padding-bottom: 80px
}
  }

.search__resultsText___3sPii {
  grid-column: container;
  padding-bottom: 16px;
  padding-top: 8px;
}

.search__filters___22R2y {
  grid-column: full;
  padding-bottom: 16px;
  padding-left: 16px;
}

.search__topic___3LFQw {
  background: transparent;
  padding-left: 4px;
}

.search__topic___3LFQw > svg {
  margin-bottom: 2px;
}

@media (min-width: 30em) {
  .search__filters___22R2y {
    padding-top: 16px;
    padding-left: 0;
    grid-column: container;
  }
}

.search__searchBox___ce5_s {
  background-color: #fff;
  grid-column: full;
  height: 80px;
  margin-top: 40px;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 45em) {
  .search__searchBox___ce5_s {
    height: 90px;
    margin-top: 80px;
  }
}

.search__searchBox___ce5_s.search__searchBoxSticky___1zTZr input {
  font-size: 20px;
  height: 50px;
}

@media (min-width: 45em) {

.search__searchBox___ce5_s.search__searchBoxSticky___1zTZr input {
    font-size: 32px;
    height: 80px
}
  }

.search__searchBoxSticky___1zTZr div:first-child {
  background-color: #fff;

  /* Fallback styles */
  border-bottom: 1px solid #e4e4e4;
}

@supports (display: grid) {

.search__searchBoxSticky___1zTZr div:first-child {
    box-shadow: 0 -8px 64px 0 rgba(0, 0, 0, 0.5);

    /* Reset fallback styles */
    border-bottom: 0
}
  }

.search__searchForm___2bJQp {
  grid-column: container;
}

@supports (display: grid) {

.search__results___xdCa0 {
    grid-column: 1 / -1
}
  }

@media (min-width: 48em) {

.search__results___xdCa0 {
    float: left;
    width: 57.36434108527132%
}

    @supports (display: grid) {

.search__results___xdCa0 {
      grid-column: span 5;

      /* Reset fallback styles */
      width: auto
}
    }
  }

@media (min-width: 64em) {
    @supports (display: grid) {

.search__results___xdCa0 {
      grid-column: span 7
}
    }
  }

@supports (display: grid) {

.search__ad___FOCs8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    grid-column: 1 / -1;
    grid-row: 1
}
  }

@media (min-width: 30em) {
    @supports (display: grid) {

.search__ad___FOCs8 {
      -ms-flex-item-align: start;
          align-self: start
}
    }
  }

@media (max-width: 47.9375em) {

.search__ad___FOCs8 {
    display: none
}
  }

@media (min-width: 48em) {

.search__ad___FOCs8 {
    /* Fallback styles */
    float: right;
    width: 23.25581395348837%
}

    @supports ((position: -webkit-sticky) or (position: sticky)) {

.search__ad___FOCs8 {
      position: -webkit-sticky;
      position: sticky;
      top: 110px
}
    }

    @supports (display: grid) {

.search__ad___FOCs8 {
      grid-column: 6 / span 3;

      /* Reset fallback styles */
      width: auto
}
    }
  }

@media (min-width: 64em) {
    @supports (display: grid) {

.search__ad___FOCs8 {
      box-sizing: content-box;
      grid-column: 10 / span 3;
      justify-self: end;

      /* Reset fallback styles */
      min-width: 300px
}
    }
  }

.search__wireframe___3D_Ci {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 24px;
  padding-bottom: 48px;
  padding-top: 48px;
}

/*# sourceMappingURL=app.59d559fd8cc7cbed8c00.css.map*/