@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.l-image-text {
  position: relative;
}
.l-image-text.wider {
  margin: 50px auto;
}
@media (max-width: 991.98px) {
  .l-image-text.wider {
    margin: 0 auto;
  }
}
.l-image-text__row-container {
  display: flex;
  align-items: center;
  min-height: 465px;
  margin: 0 -30px;
}
@media (max-width: 1599.98px) {
  .l-image-text__row-container {
    min-height: 23.25em;
    margin: 0 -1.5em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__row-container {
    flex-direction: column;
  }
}
.l-image-text__title-container {
  margin-bottom: 85px;
}
@media (max-width: 1599.98px) {
  .l-image-text__title-container {
    margin-bottom: 4.25em;
  }
}
@media (max-width: 1199.98px) {
  .l-image-text__title-container {
    margin-bottom: 45px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-image-text__title-container {
    margin-bottom: 50px;
  }
}
.l-image-text__image-container {
  position: relative;
  left: 0;
  padding: 0 30px;
}
@media (max-width: 1599.98px) {
  .l-image-text__image-container {
    position: static;
    padding: 0 1.5em;
  }
}
@media (max-width: 1199.98px) {
  .l-image-text__image-container {
    padding: 0 20px;
  }
}
.wider .l-image-text__image-container {
  position: absolute;
  width: fit-content;
  right: auto;
  left: 0;
}
.smaller .l-image-text__image-container {
  width: calc(100% - 30px);
  margin-left: 20px;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__image-container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .smaller .l-image-text__image-container {
    max-height: 240px;
  }
}
.l-image-text__image-container--reversed {
  position: static;
}
.l-image-text__image-container--reversed .l-image-text__image {
  text-align: right;
}
.wider .l-image-text__image-container--reversed {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .wider .l-image-text__image-container--reversed {
    position: relative;
    top: auto;
    transform: none;
  }
}
.smaller .l-image-text__image-container--reversed {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__image-container--reversed {
    margin: 0;
  }
}
.l-image-text__img {
  width: 100%;
  object-fit: cover;
  max-width: 560px;
  border-radius: 20px;
}
@media (max-width: 1599.98px) {
  .l-image-text__img {
    max-width: 100%;
    border-radius: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__img {
    height: 350px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__img {
    height: 278px;
  }
}
.wide .l-image-text__img {
  width: calc(100% + 100px);
  margin-left: -100px;
}
@media (max-width: 1599.98px) {
  .wide .l-image-text__img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__img {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .smaller .l-image-text__img {
    max-height: 240px;
    object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  .wider .l-image-text__img {
    max-width: none;
  }
}
.l-image-text__title {
  font-family: "Gantari", sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.17;
  color: #002858;
  margin: 0 0 25px;
}
@media (max-width: 1599.98px) {
  .l-image-text__title {
    font-size: 1.8em;
  }
}
@media (max-width: 1199.98px) {
  .l-image-text__title {
    font-size: 1.625em;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__title {
    font-size: 1.375em;
    font-weight: normal;
    margin: 0 0 15px;
  }
}
.l-image-text__button {
  margin-top: 50px;
  min-width: 220px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .l-image-text__button {
    margin-top: 2.5em;
    min-width: 11em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__button {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .l-image-text__button {
    width: 100%;
  }
}
.l-image-text__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .l-image-text__text-container {
    padding: 0 1.5em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__text-container {
    max-width: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .smaller .l-image-text__text-container {
    margin-top: 0;
  }
}
.l-image-text--left.smaller .l-image-text__image-container {
  margin-right: 0;
}
.l-image-text--left.smaller .l-image-text__text-container {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .l-image-text--left .l-image-text__row-container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .l-image-text--left .l-image-text__text-container {
    margin: 0 0 35px;
  }
}
.l-image-text--right.smaller .l-image-text__image-container {
  margin-left: 0;
}
.l-image-text--right.smaller .l-image-text__text-container {
  padding-right: 0;
}
.l-image-text--right .l-image-text__text-col {
  display: flex;
  justify-content: end;
}