/* 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--image-and-text {
  border-radius: 24px;
  overflow: hidden;
}
.layout-item--image-and-text__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 992px) {
  .layout-item--image-and-text__container {
    flex-direction: column;
    align-items: center;
  }
}
.layout-item--image-and-text__container.white-gradient .text {
  background-image: linear-gradient(104.18deg, white 4.34%, rgba(255, 255, 255, 0.6) 95.78%);
}
.layout-item--image-and-text__container.pink-white-gradient .text {
  background-image: linear-gradient(248.03deg, #FBE9EB 1.66%, rgba(255, 255, 255, 0.6) 93.18%);
}
.layout-item--image-and-text__container.pink-white-light-gradient .text {
  background-image: linear-gradient(202.46deg, #FBE9EB -12%, #F8E9E7 15.48%, #FEFDFD 63.64%);
}
.layout-item--image-and-text__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;
}
.layout-item--image-and-text__container .image,
.layout-item--image-and-text__container .text {
  width: 50%;
}
@media (max-width: 992px) {
  .layout-item--image-and-text__container .image,
  .layout-item--image-and-text__container .text {
    width: 100%;
  }
}
.layout-item--image-and-text__container .image {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .layout-item--image-and-text__container .image {
    position: static;
    height: 265px;
    transform: none;
  }
}
@media (max-width: 768px) {
  .layout-item--image-and-text__container .image {
    height: 220px;
  }
}
.layout-item--image-and-text__container .image .blazy {
  background: pink !important;
}
.layout-item--image-and-text__container .image .blazy {
  height: 100%;
}
.layout-item--image-and-text__container .image .blazy .media {
  height: 100%;
}
.layout-item--image-and-text__container .image .blazy .media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-item--image-and-text__container .text {
  padding: 40px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .layout-item--image-and-text__container .text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .layout-item--image-and-text__container .text {
    padding: 16px;
  }
}
