.hero {
  position: relative; }
  .hero__background {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0; }
    .hero__background--contain {
      -o-object-fit: contain;
      object-fit: contain; }
  .hero__bar {
    background: #FFFFFF;
    position: relative;
    z-index: 1; }
  .hero__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%; }
  .hero__title {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 600;
    line-height: 62px; }
    @media (max-width: 767px) {
      .hero__title {
        font-size: 35px;
        line-height: 37px; } }
    @media (max-width: 767px) {
      .hero__title {
        margin-top: auto; } }

.hero__container--creations {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hero__title__creations {
  font-family: "mayonice", cursive;
  font-weight: 400;
  margin-right: 8px; }

.creations .draggable {
  background: none;
  text-align: left; }

.creations .section {
  overflow: hidden;
  margin-top: 90px; }
  @media (min-width: 768px) {
    .creations .section {
      margin-top: 120px; } }
  @media (min-width: 1440px) {
    .creations .section {
      margin-top: 180px; } }

.creations p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px; }

.creations__title {
  font-family: "mayonice", cursive;
  color: #bd852f !important;
  font-size: 36px;
  font-weight: 400; }

.creations .col-text-image {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .creations .col-text-image__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
    @media (min-width: 768px) {
      .creations .col-text-image__text-container {
        width: 40%;
        margin-left: 10%; } }
  .creations .col-text-image__image-container {
    max-height: none; }
    @media (min-width: 768px) {
      .creations .col-text-image__image-container {
        width: 50%; } }
    .creations .col-text-image__image-container figure {
      height: 100%; }
    .creations .col-text-image__image-container img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.creations__gallery-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .creations__gallery-wrapper {
      width: 60%; } }

.creations__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .creations__grid {
      grid-template-columns: repeat(4, 1fr); } }

.creations .text-image-slider {
  padding: 0;
  position: relative; }
  .creations .text-image-slider__title, .creations .text-image-slider__text {
    color: #f4eeec; }
  .creations .text-image-slider__text {
    display: contents; }
  .creations .text-image-slider__slide-container--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
  .creations .text-image-slider__arrow--prev-white {
    background: url(../../images/arrows/icon_arrow_prev_white.svg) center/contain no-repeat; }
  .creations .text-image-slider__arrow--next-white {
    background: url(../../images/arrows/icon_arrow_next_white.svg) center/contain no-repeat; }

.creations__card__image-stack {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #FFFFFF; }

.creations__card__image {
  display: block;
  width: 100%;
  height: auto; }
  .creations__card__image--back {
    position: relative;
    opacity: 0; }
  .creations__card__image--front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.creations__card:hover .creations__card__image--front {
  opacity: 0; }

.creations__card:hover .creations__card__image--back {
  opacity: 1; }

/*# sourceMappingURL=landing-creations.css.map */
