/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-family: "Tan Pearl";
  src: url("../assets/fonts/Tan-Pearl/tan-pearl-regular.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  src: url("../assets/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Bellota Text";
  src: url("../assets/fonts/Bellota_Text/BellotaText-Regular.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Italic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Light.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-LightItalic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Bold.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-BoldItalic.ttf");
}
.layout-item--slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  margin-bottom: 20px;
}
.layout-item--slideshow .swiper-container {
  overflow: visible;
  touch-action: pan-y; /* Ensure touch actions are correctly handled */
}
.layout-item--slideshow .edit-button {
  top: 0 !important;
  right: 0 !important;
}
.layout-item--slideshow.has-pagination .swiper {
  padding-bottom: 50px;
}
.layout-item--slideshow .swiper.swiper-loading .swiper-wrapper {
  display: none;
}
.layout-item--slideshow .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  height: initial;
}
.layout-item--slideshow .swiper .swiper-wrapper .swiper-slide .slideshow-slide {
  margin: 0 auto;
}
.layout-item--slideshow .swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-item--slideshow .slideshow-slide--image {
  display: flex;
  justify-content: center;
}
.layout-item--slideshow .slideshow-slide--text {
  padding: 10px 20px;
}
.layout-item--slideshow .slideshow-slide--text p {
  margin: 0;
  color: black;
}
.layout-item--slideshow .swiper-pagination {
  bottom: 0;
}
.layout-item--slideshow .swiper-pagination.dark-dots .swiper-pagination-bullet {
  border: 2px solid #88929f;
  transition: background-color 200ms ease;
  width: 12px;
  height: 12px;
}
.layout-item--slideshow .swiper-pagination.dark-dots .swiper-pagination-bullet:hover {
  background-color: black;
  background-color: var(--bullet_points_color, black);
  opacity: 0.8;
}
.layout-item--slideshow .swiper-pagination.dark-dots .swiper-pagination-bullet-active {
  background-color: #364a60;
  background-color: var(--bullet_points_color, #364a60);
}
.layout-item--slideshow .swiper-pagination.pink-dots .swiper-pagination-bullet {
  border: 2px solid #F75198;
  transition: background-color 200ms ease;
  width: 12px;
  height: 12px;
}
.layout-item--slideshow .swiper-pagination.pink-dots .swiper-pagination-bullet:hover {
  background-color: #F75198;
  opacity: 0.8;
}
.layout-item--slideshow .swiper-pagination.pink-dots .swiper-pagination-bullet-active {
  background-color: #F75198;
}
@media (max-width: 1400px) {
  .layout-item--slideshow .swiper-button-container {
    display: none;
  }
}
.layout-item--slideshow .swiper-button-container .swiper-button-prev,
.layout-item--slideshow .swiper-button-container .swiper-rtl .swiper-button-next {
  left: -50px;
}
.layout-item--slideshow .swiper-button-container .swiper-button-next,
.layout-item--slideshow .swiper-button-container .swiper-rtl .swiper-button-prev {
  right: -50px;
}
.layout-item--slideshow .swiper-button-container.black-arrows .swiper-button-prev,
.layout-item--slideshow .swiper-button-container.black-arrows .swiper-button-next {
  color: #000000;
}
.layout-item--slideshow .swiper-button-container.white-arrows .swiper-button-prev,
.layout-item--slideshow .swiper-button-container.white-arrows .swiper-button-next {
  color: #ffffff;
}
.layout-item--slideshow .swiper-button-container.pink-arrows .swiper-button-prev,
.layout-item--slideshow .swiper-button-container.pink-arrows .swiper-button-next {
  color: #F75198;
}

.slideshow-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 6;
}

.slideshow-text-container {
  position: absolute;
  bottom: 12%;
  left: 10%;
  z-index: 8;
  max-width: 800px;
}
@media (max-width: 992px) {
  .slideshow-text-container {
    max-width: 600px;
    left: calc(50% - 300px);
  }
}
@media (max-width: 500px) {
  .slideshow-text-container {
    max-width: 300px;
    left: calc(50% - 150px);
  }
}
.slideshow-text-container h1 {
  margin: 0;
  margin-bottom: 20px;
  line-height: 48px;
}
@media (max-width: 500px) {
  .slideshow-text-container h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-family: "Tan Pearl";
  src: url("../assets/fonts/Tan-Pearl/tan-pearl-regular.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  src: url("../assets/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Bellota Text";
  src: url("../assets/fonts/Bellota_Text/BellotaText-Regular.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Italic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Light.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-LightItalic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Bold.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-BoldItalic.ttf");
}
.image-box-slide {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.image-box-slide__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0px 16px 32px 0px rgba(220, 43, 113, 0.078);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.image-box-slide__container.contain .image .blazy .media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.image-box-slide__container.cover .image .blazy .media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.image-box-slide__container.white-gradient .text {
  background-image: linear-gradient(104.18deg, white 4.34%, rgba(255, 255, 255, 0.6) 95.78%);
}
.image-box-slide__container.pink-white-gradient .text {
  background-image: linear-gradient(248.03deg, #FBE9EB 1.66%, rgba(255, 255, 255, 0.6) 93.18%);
}
.image-box-slide__container.pink-white-light-gradient .text {
  background-image: linear-gradient(202.46deg, #FBE9EB -12%, #F8E9E7 15.48%, #FEFDFD 63.64%);
}
.image-box-slide__container.starry .text {
  background: url("../assets/images/background.jpg"), linear-gradient(120.8deg, #F4CCCA 16.01%, #F8E9E7 57.97%, #F8E9E7 112.58%);
  background-repeat: no-repeat;
  background-size: cover;
}
.image-box-slide__container .image .blazy .media img {
  height: 265px;
}
.image-box-slide__container .text {
  display: flex;
  width: 100%;
  padding: 40px 32px;
  height: 100%;
}
@media (max-width: 500px) {
  .image-box-slide__container .text {
    padding: 20px 16px;
  }
}
.image-box-slide__container .text .text-formatted {
  display: flex;
  flex-direction: column;
}
.image-box-slide__container .text .text-formatted p:last-child {
  margin-top: auto;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-family: "Tan Pearl";
  src: url("../assets/fonts/Tan-Pearl/tan-pearl-regular.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  src: url("../assets/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Bellota Text";
  src: url("../assets/fonts/Bellota_Text/BellotaText-Regular.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Italic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Light.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-LightItalic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Bold.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-BoldItalic.ttf");
}
.review-slide {
  height: 100%;
  /* display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px; */
}
.review-slide__container {
  background-image: linear-gradient(104.18deg, white 4.34%, rgba(255, 255, 255, 0.6) 95.78%);
  height: 100%;
  padding: 64px;
  border-radius: 24px;
  box-shadow: 0px 16px 32px 0px rgba(220, 43, 113, 0.078);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media (max-width: 992px) {
  .review-slide__container {
    padding: 28px;
  }
}
.review-slide__container .reviewer {
  font-size: 28px;
  font-family: "Bona Nova";
  font-weight: 400;
  line-height: 32px;
  color: #F75198;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .review-slide__container .reviewer {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .review-slide__container .reviewer {
    font-size: 22px;
  }
}
.review-slide__container .review {
  font-size: 18px;
  font-family: "Bona Nova";
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 992px) {
  .review-slide__container .review {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .review-slide__container .review {
    font-size: 14px;
  }
}
