.abp_chess {
  background: #fff;
}
@media (max-width: 768px) {
  .abp_chess-row {
    flex-direction: column;
  }
}
.abp_chess-row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .abp_chess-row-reverse {
    flex-direction: column;
  }
}
.abp_chess-item_image.col-6 {
  padding: 0;
}
@media (max-width: 768px) {
  .abp_chess-item_image.col-6 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .abp_chess-item_image.col-6 {
    aspect-ratio: 1/1;
  }
}
.abp_chess-item_image.col-6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.abp_chess-item_content.col-6 {
  padding: 60px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .abp_chess-item_content.col-6 {
    width: 100%;
    padding: 20px 28px 60px;
  }
}
.abp_chess-item_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .abp_chess-item_title {
    font-size: clamp(24px, 5vw, 32px);
  }
}
.abp_chess-item_buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.abp_chess-item_buttons span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abp_chess-item_buttons {
    flex-direction: column;
  }
}
.abp_chess-item_button {
  background-color: #FF3727;
  color: #fff;
  padding: 12px 32px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .abp_chess-item_button {
    width: 100%;
  }
}
.abp_chess-item_button:hover {
  background-color: #dd2c1f;
  color: #fff;
}
.abp_gallery {
  padding: 60px 0;
}
.abp_gallery-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.abp_gallery-title h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .abp_gallery-title h3 {
    font-size: clamp(24px, 5vw, 32px);
  }
}
.abp_gallery-title p {
  text-wrap: balance;
}
.abp_gallery-item.swiper-slide {
  height: auto !important;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.abp_gallery-item.swiper-slide a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abp_gallery-item.swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abp_gallery .swiper:not(:hover) .swiper-button-prev,
.abp_gallery .swiper:not(:hover) .swiper-button-next {
  opacity: 0;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .abp_gallery .swiper:not(:hover) .swiper-button-prev,
  .abp_gallery .swiper:not(:hover) .swiper-button-next, .abp_gallery .swiper:hover .swiper-button-prev,
  .abp_gallery .swiper:hover .swiper-button-next {
    opacity: 1;
    top: calc(100% - 40px);
    left: auto;
    right: 4px;
  }
  .abp_gallery .swiper:not(:hover) .swiper-button-prev, .abp_gallery .swiper:hover .swiper-button-prev {
    right: 60px;
  }
}
.abp_gallery .swiper-button-next,
.abp_gallery .swiper-button-prev {
  background: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 90px;
  transition: all 0.3s;
  opacity: 1;
  top: 50%;
}
.abp_gallery .swiper-button-next::before,
.abp_gallery .swiper-button-prev::before {
  display: none;
}
.abp_gallery .swiper-button-next::after,
.abp_gallery .swiper-button-prev::after {
  display: none;
}
.abp_gallery .swiper-button-next:hover,
.abp_gallery .swiper-button-prev:hover {
  background: hsla(204, 59%, 59%, 0.8);
}
.abp_gallery .swiper-button-next svg,
.abp_gallery .swiper-button-prev svg {
  width: 20px;
  height: auto;
}
.abp_gallery .swiper-button-next svg path,
.abp_gallery .swiper-button-prev svg path {
  fill: #000;
}
.abp_gallery .swiper-button-next:hover svg path,
.abp_gallery .swiper-button-prev:hover svg path {
  fill: #fff;
}
.abp_giftCard {
  background-color: #F6F6F6;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abp_giftCard {
    max-height: unset;
  }
}
.abp_giftCard-row-reverse {
  flex-direction: row-reverse;
}
.abp_giftCard-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
  gap: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .abp_giftCard-container.container-fluid {
    grid-template-columns: 1fr;
  }
}
.abp_giftCard-image.col-6 {
  padding: 0;
  position: relative;
  max-height: 500px;
}
@media (max-width: 768px) {
  .abp_giftCard-image.col-6 {
    width: 100%;
  }
}
.abp_giftCard-image.col-6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.abp_giftCard-content.col-6 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 90px 60px;
}
@media (max-width: 768px) {
  .abp_giftCard-content.col-6 {
    width: 100%;
    padding: 20px 28px 60px;
  }
}
.abp_giftCard-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .abp_giftCard-title {
    font-size: clamp(24px, 5vw, 32px);
  }
}
.abp_giftCard-button {
  background-color: #FF3727;
  color: #fff;
  padding: 12px 32px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .abp_giftCard-button {
    width: 100%;
  }
}
.abp_giftCard-button:hover {
  background-color: #dd2c1f;
  color: #fff;
}
.abp_pageAbout {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.abp_pageAbout::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 48.04%, rgba(255, 255, 255, 0) 100%);
}
.abp_pageAbout-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .abp_pageAbout-container {
    grid-template-columns: 1fr;
  }
}
.abp_pageAbout-content {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  .abp_pageAbout-content {
    padding: 60px 0 0;
  }
}
.abp_pageAbout-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.abp_pageAbout-image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.abp_pageAbout-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (max-width: 768px) {
  .abp_pageAbout-image img {
    -o-object-position: center;
       object-position: center;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .abp_pageAbout {
    background-position: bottom;
  }
  .abp_pageAbout:not(:has(.abp_pageAbout-image)) {
    background-image: none !important;
  }
}
.abp_pageNavigation .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.abp_pageNavigation-item.swiper-slide {
  position: relative;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.abp_pageNavigation-item.swiper-slide .abp_pageNavigation-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.abp_pageNavigation-item.swiper-slide .abp_pageNavigation-item-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  background-color: #191919;
  transition: opacity 0.3s;
}
.abp_pageNavigation-item.swiper-slide span {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.abp_pageNavigation-item.swiper-slide a {
  position: relative;
  z-index: 3;
  background-color: #FF3727;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -40px;
  text-decoration: none;
  opacity: 0;
}
@media (max-width: 1024px) {
  .abp_pageNavigation-item.swiper-slide a {
    width: 100%;
  }
}
.abp_pageNavigation-item.swiper-slide a:hover {
  background-color: #dd2c1f;
  color: #fff;
}
.abp_pageNavigation-item.swiper-slide.swiper-slide {
  height: 260px !important;
}
.abp_pageNavigation-item.swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
  inset: 0;
}
.abp_pageNavigation-item.swiper-slide:hover .abp_pageNavigation-item-content::before {
  opacity: 0.7;
}
.abp_pageNavigation-item.swiper-slide:hover a {
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 1024px) {
  .abp_pageNavigation-item.swiper-slide .abp_pageNavigation-item-content::before {
    opacity: 0.7;
  }
  .abp_pageNavigation-item.swiper-slide a {
    margin-bottom: 0;
    opacity: 1;
  }
}
.abp_pageNavigation .swiper:not(:hover) .swiper-button-prev,
.abp_pageNavigation .swiper:not(:hover) .swiper-button-next {
  opacity: 0;
  top: 20px;
}
@media (max-width: 1024px) {
  .abp_pageNavigation .swiper:not(:hover) .swiper-button-prev,
  .abp_pageNavigation .swiper:not(:hover) .swiper-button-next, .abp_pageNavigation .swiper:hover .swiper-button-prev,
  .abp_pageNavigation .swiper:hover .swiper-button-next {
    opacity: 1;
    top: calc(100% - 40px);
    left: auto;
    right: 12px;
    top: auto;
    bottom: auto;
  }
  .abp_pageNavigation .swiper:not(:hover) .swiper-button-prev, .abp_pageNavigation .swiper:hover .swiper-button-prev {
    left: 12px;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .abp_pageNavigation .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    inset: 0;
    height: 100%;
  }
}
.abp_pageNavigation .swiper-button-next,
.abp_pageNavigation .swiper-button-prev {
  background: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 90px;
  transition: all 0.3s;
  opacity: 1;
  top: 50%;
}
.abp_pageNavigation .swiper-button-next::before,
.abp_pageNavigation .swiper-button-prev::before {
  display: none;
}
.abp_pageNavigation .swiper-button-next::after,
.abp_pageNavigation .swiper-button-prev::after {
  display: none;
}
@media (max-width: 1024px) {
  .abp_pageNavigation .swiper-button-next,
  .abp_pageNavigation .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.6);
    position: relative !important;
    right: auto;
    left: auto;
    top: auto;
    bottom: -10px !important;
  }
}
.abp_pageNavigation .swiper-button-next:hover,
.abp_pageNavigation .swiper-button-prev:hover {
  background: hsla(204, 59%, 59%, 0.8);
}
.abp_pageNavigation .swiper-button-next svg,
.abp_pageNavigation .swiper-button-prev svg {
  width: 20px;
  height: auto;
}
.abp_pageNavigation .swiper-button-next svg path,
.abp_pageNavigation .swiper-button-prev svg path {
  fill: #000;
}
.abp_pageNavigation .swiper-button-next:hover svg path,
.abp_pageNavigation .swiper-button-prev:hover svg path {
  fill: #fff;
}
.abp_poster {
  padding: 60px 0 40px;
}
.abp_poster-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.abp_poster-title h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .abp_poster-title h3 {
    font-size: clamp(24px, 5vw, 32px);
  }
}
.abp_poster-title p {
  text-wrap: balance;
}
.abp_poster-swiper-wrapper {
  align-content: stretch;
}
.abp_poster-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto !important;
}
.abp_poster-item.swiper-slide {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto !important;
}
.abp_poster-item a {
  color: #202020;
}
.abp_poster-item a:hover {
  color: #202020;
}
.abp_poster-item-image {
  aspect-ratio: 520/400;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative;
}
.abp_poster-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abp_poster-item-date {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px 12px;
  border-radius: 4px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-weight: 600;
}
.abp_poster-item-wrapper {
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}
.abp_poster-item-title {
  flex-grow: 1;
}
.abp_poster-item-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.abp_poster-item-location {
  padding: 0 0 12px;
}
.abp_poster-item-description {
  flex-grow: 2;
}
.abp_poster-item-footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.abp_poster-item-button {
  background-color: #FF3727;
  color: #fff !important;
  padding: 12px 32px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  gap: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .abp_poster-item-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.abp_poster-item-button:hover {
  background-color: #dd2c1f;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .abp_poster-items .swiper:not(:hover) .swiper-button-prev,
  .abp_poster-items .swiper:not(:hover) .swiper-button-next, .abp_poster-items .swiper:hover .swiper-button-prev,
  .abp_poster-items .swiper:hover .swiper-button-next {
    top: calc(100% - 46px) !important;
  }
}
.abp_tours {
  padding: 60px 0 40px;
}
.abp_tours-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.abp_tours-title h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .abp_tours-title h3 {
    font-size: clamp(24px, 5vw, 32px);
  }
}
.abp_tours-title p {
  text-wrap: balance;
}
.abp_tours-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .abp_tours-items {
    grid-template-columns: 1fr;
  }
}
.abp_tours-item {
  display: flex;
  flex-direction: column;
}
.abp_tours-item-image {
  aspect-ratio: 880/460;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.abp_tours-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abp_tours-item-content {
  padding: 20px 12px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.abp_tours-item-title {
  flex-grow: 1;
}
.abp_tours-item-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.abp_tours-item-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.abp_tours-item-buttons span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abp_tours-item-buttons {
    flex-direction: column;
  }
}
.abp_tours-item-button {
  background-color: #FF3727;
  color: #fff;
  padding: 12px 32px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  gap: 12px;
  text-decoration: none;
  border: none;
}
@media (max-width: 768px) {
  .abp_tours-item-button {
    width: 100%;
  }
}
.abp_tours-item-button:hover {
  background-color: #dd2c1f;
  color: #fff;
}
.abp_firstScreen {
  padding: 20px;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.abp_firstScreen:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, hsla(215.29, 18.28%, 18.24%, 0.7), transparent 100%);
  opacity: 1;
  z-index: 2;
}
.abp_firstScreen-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abp_firstScreen-container {
  position: relative;
  z-index: 3;
}
.abp_firstScreen-content {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.abp_firstScreen-title {
  font-size: 62px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abp_firstScreen-title {
    font-size: clamp(32px, 5vw, 40px);
  }
}
.abp_firstScreen-subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .abp_firstScreen-subtitle {
    font-size: clamp(16px, 5vw, 24px);
  }
}
.abp_firstScreen-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 768px) {
  .abp_firstScreen-buttons {
    flex-direction: column;
  }
}
.abp_firstScreen-button {
  background-color: #FF3727;
  color: #fff;
  padding: 12px 32px;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .abp_firstScreen-button {
    width: 100%;
  }
}
.abp_firstScreen-button:hover {
  background-color: #dd2c1f;
  color: #fff;
}