.text-media-animated {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /* Content */
  /* Image */
}
@media only screen and (min-width: 992px) {
  .text-media-animated {
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
  .text-media-animated.is-visible {
    overflow: visible;
  }
}
@media only screen and (min-width: 1400px) {
  .text-media-animated {
    gap: 152px;
  }
}
.text-media-animated__content {
  padding: 0 0 0 9px;
  /* Gradient border */
}
@media only screen and (min-width: 1400px) {
  .text-media-animated__content {
    padding: 0 0 0 116px;
  }
}
@media only screen and (max-width: 991px) {
  .text-media-animated__content {
    transform: translateX(-100%);
    transition: transform 600ms ease-out;
  }
}
.text-media-animated__content h2 {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .text-media-animated__content h2 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .text-media-animated__content h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.text-media-animated__content hr {
  height: 4px;
  align-self: stretch;
  margin: 0;
  background-image: linear-gradient(to right, #883D21, #C05630, #EDA58B);
  margin-block-start: 30px;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 992px) {
  .text-media-animated__content hr {
    margin-block-start: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .text-media-animated.is-visible .text-media-animated__content {
    transform: translateX(0);
  }
}
.text-media-animated__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .text-media-animated__image-wrapper {
    height: 100%;
    width: 50%;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .text-media-animated__image-wrapper {
    width: 743px;
  }
}
@media only screen and (max-width: 991px) {
  .text-media-animated__image-wrapper {
    transform: translateY(100%);
    transition: transform 600ms ease-out 300ms;
  }
}
@media only screen and (max-width: 991px) {
  .text-media-animated.is-visible .text-media-animated__image-wrapper {
    transform: translateY(0);
  }
}
.text-media-animated__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*# sourceMappingURL=text-media-animated.css.map */
