.gallerySmall {
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: 10px;
  border-radius: var(--card-border-radius);
  overflow: hidden;
}
.gallerySmall .swiper-slide {
  height: auto;
}
.gallerySmall .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallerySmall .swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill='%23fff' d='M20 1.484a18.521 18.521 0 0 0-7.207 35.577A18.52 18.52 0 0 0 27.207 2.939 18.393 18.393 0 0 0 20 1.484ZM20 0c11.045 0 20 8.955 20 20s-8.955 20-20 20S0 31.045 0 20 8.955 0 20 0Z'/%3E%3Cpath fill='%23fff' d='m8.516 19.43 6.846-6.905a.809.809 0 0 1 1.4.562.809.809 0 0 1-.25.578l-5.478 5.525h19.875a.81.81 0 0 1 0 1.62H11.034l5.478 5.524a.81.81 0 1 1-1.15 1.14L8.517 20.57a.81.81 0 0 1 0-1.14Z'/%3E%3C/svg%3E");
}
.gallerySmall .swiper-button-prev::after {
  display: none;
}
.gallerySmall .swiper-button-next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill='%23fff' d='M20 1.484a18.521 18.521 0 0 1 7.207 35.577A18.52 18.52 0 0 1 12.793 2.939 18.393 18.393 0 0 1 20 1.484ZM20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0Z'/%3E%3Cpath fill='%23fff' d='m31.484 19.43-6.846-6.905a.809.809 0 0 0-1.4.562.809.809 0 0 0 .25.578l5.478 5.525H9.091a.81.81 0 0 0 0 1.62h19.875l-5.479 5.524a.81.81 0 1 0 1.15 1.14l6.847-6.904a.81.81 0 0 0 0-1.14Z'/%3E%3C/svg%3E");
}
.gallerySmall .swiper-button-next::after {
  display: none;
}

.ot-section.text-media-gallery .ot-section__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ot-section.text-media-gallery .ot-section__content h3 {
  margin-bottom: var(--vertical-gap);
}
.ot-section.text-media-gallery .ot-section__content p {
  max-width: initial;
}
.ot-section.text-media-gallery .ot-section__media {
  height: 100%;
  width: 100%;
  display: flex;
  margin-top: 0;
}
@media (max-width: 989px) {
  .ot-section.text-media-gallery .ot-section__media {
    max-height: 300px;
    max-width: 500px;
  }
}

@media (max-width: 989px) {
  .ot-section.text-media-gallery .ot-section__container {
    align-items: center;
  }
  .ot-section.text-media-gallery .ot-section__content {
    text-align: center;
  }
  .ot-section.text-media-gallery .ot-section__media {
    margin-top: calc(var(--section-padding-y) / 1.25);
  }
}
@media (min-width: 990px) {
  .ot-section.text-media-gallery .ot-section__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0 var(--section-padding-y);
  }
  .ot-section.text-media-gallery .ot-section__media {
    max-width: 600px;
    max-height: 480px;
  }
  .ot-section.text-media-gallery.is-gallery-first .ot-section__media {
    order: -1;
  }
}
.full-width-map .ot-section__container {
  padding: 0;
  max-width: initial;
}
.full-width-map .ot-section__content p {
  max-width: initial;
}
.full-width-map .ot-section__content iframe {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .full-width-map .ot-section__content iframe {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .full-width-map .ot-section__content iframe {
    height: 500px;
  }
}

.card-point-of-interest {
  border-radius: var(--card-border-radius);
  background-color: var(--ast-global-color-4);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.card-point-of-interest > .ot-tax-terms {
  display: inline-flex;
  font-size: 11px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 4px 7px;
  top: 1.125rem;
  left: 1.5rem;
  line-height: 1.2;
}
.card-point-of-interest .card__bg-image {
  width: 100%;
  height: 290px;
}
.card-point-of-interest .card__bg-image > a:has(> .photo-credit) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.card-point-of-interest .card__bg-image .photo-credit {
  font-size: small;
}
.card-point-of-interest .card__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-point-of-interest .card__content {
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card-point-of-interest .card__content h3 {
  font-weight: 400;
}
.card-point-of-interest .card__link {
  font-family: var(--button-font-family);
  font-size: var(--h4-font-size);
  font-weight: 400;
  background-color: var(--ast-global-color-0);
  color: var(--ast-global-color-4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 1;
  margin-top: auto;
}
.card-point-of-interest .card__link::after {
  content: "";
  display: block;
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  width: 23px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translateX(0);
  transition: transform 250ms ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 23 12'%3E%3Cpath fill='%23fff' d='M22.848 5.668 17.621.298a.513.513 0 0 0-.737-.06.547.547 0 0 0 0 .816l4.334 4.458H.523A.53.53 0 0 0 0 6.049a.53.53 0 0 0 .523.537h20.695l-4.334 4.452a.547.547 0 0 0-.057.758.513.513 0 0 0 .794 0l5.227-5.371a.547.547 0 0 0 0-.757Z'/%3E%3C/svg%3E");
}
.card-point-of-interest .card__link:hover::after {
  transform: translateX(5px);
}
.card-point-of-interest .card__link:hover {
  background-color: var(--ast-global-color-1);
}

body.single-points_of_interest .hero .ot-section__buttons {
  justify-content: center;
}
body.single-points_of_interest .text-media-gallery .content-header {
  padding-bottom: 1.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 52, 90, 0.2);
  width: 100%;
}
body.single-points_of_interest .text-media-gallery .content-header h2,
body.single-points_of_interest .text-media-gallery .content-header h3 {
  margin-bottom: 0;
}
body.single-points_of_interest .text-media-gallery .poi-type {
  display: inline-block;
  font-size: 12px;
  background-color: var(--ast-global-color-0);
  color: var(--ast-global-color-4);
  padding: 4px 8px 2px;
  border-radius: 3px;
  margin-bottom: 1rem;
}
body.single-points_of_interest .g--specific-points-of-interest .ot-section__buttons {
  order: 3;
  justify-content: center;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  align-self: center;
}
body.single-points_of_interest .g--specific-points-of-interest .swiper {
  --swiper-navigation-size: 40px;
  --swiper-navigation-top-offset: calc(
    100% - (var(--swiper-navigation-size) / 2)
  );
  padding-bottom: calc(var(--swiper-navigation-size) * 2);
}
body.single-points_of_interest .g--specific-points-of-interest .swiper-slide {
  height: auto;
}
body.single-points_of_interest .g--specific-points-of-interest .swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 50 50'%3E%3Cpath fill='%2300345A' d='M25 48.145a23.152 23.152 0 0 1-9.009-44.471A23.151 23.151 0 0 1 34.01 46.326 22.992 22.992 0 0 1 25 48.145ZM25 50c13.807 0 25-11.193 25-25S38.807 0 25 0 0 11.193 0 25s11.193 25 25 25Z'/%3E%3Cpath fill='%2300345A' d='m10.645 25.713 8.557 8.63a1.015 1.015 0 0 0 1.451.026 1.012 1.012 0 0 0-.013-1.451l-6.848-6.905h24.844a1.013 1.013 0 1 0 0-2.026H13.793l6.848-6.905a1.012 1.012 0 1 0-1.438-1.426l-8.558 8.631a1.012 1.012 0 0 0 0 1.426Z'/%3E%3C/svg%3E");
}
body.single-points_of_interest .g--specific-points-of-interest .swiper-button-prev::after {
  display: none;
}
body.single-points_of_interest .g--specific-points-of-interest .swiper-button-next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 50 50'%3E%3Cpath fill='%2300345A' d='M25 1.855a23.152 23.152 0 0 1 9.009 44.471A23.151 23.151 0 0 1 15.99 3.674 22.991 22.991 0 0 1 25 1.855ZM25 0C11.193 0 0 11.193 0 25s11.193 25 25 25 25-11.193 25-25S38.807 0 25 0Z'/%3E%3Cpath fill='%2300345A' d='m39.355 24.287-8.557-8.63a1.015 1.015 0 0 0-1.451-.026 1.012 1.012 0 0 0 .013 1.451l6.848 6.905H11.364a1.013 1.013 0 1 0 0 2.026h24.843l-6.848 6.905a1.013 1.013 0 1 0 1.438 1.426l8.558-8.631a1.012 1.012 0 0 0 0-1.426Z'/%3E%3C/svg%3E");
}
body.single-points_of_interest .g--specific-points-of-interest .swiper-button-next::after {
  display: none;
}
body.single-points_of_interest .g--specific-points-of-interest .card-poi {
  background-color: var(--ast-global-color-5);
}
body.single-points_of_interest .g--specific-hotels .card-hotel {
  background-color: var(--ast-global-color-5);
}
body.single-points_of_interest .g--testimonials {
  margin-bottom: var(--section-padding-y);
}

@media (min-width: 1366px) {
  .single-points-of-interest .g--specific-points-of-interest .ot-section__buttons {
    margin-top: -45px;
  }
  .single-points-of-interest .g--specific-points-of-interest .swiper {
    --swiper-navigation-size: 50px;
  }
}/*# sourceMappingURL=single-points-of-interest.css.map */