.textImageBlock.aos-animate .cols .col {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.textImageBlock .cols {
  white-space: nowrap;
}
.textImageBlock .cols .col {
  white-space: initial;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}
.textImageBlock .cols .col:last-child {
  -webkit-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  -moz-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  -ms-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  -o-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
}
.textImageBlock .cols .col.imageCol {
  width: 50vw;
}
.textImageBlock .cols .col.imageCol:first-child {
  margin-left: calc(50% - 50vw);
}
.textImageBlock .cols .col .image {
  width: 100%;
  height: 600px;
  position: relative;
}
.textImageBlock .cols .col .image .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.textImageBlock .cols .col .innerContent {
  width: 100%;
  max-width: 700px;
  padding: 50px 0;
  padding-left: 50px;
  text-align: right;
}
.textImageBlock .cols .col .innerContent.left {
  text-align: left;
  padding-left: 0;
  padding-right: 50px;
}
.textImageBlock .cols .col .innerContent .title {
  display: block;
  margin-bottom: 50px;
}
.textImageBlock .cols .col .innerContent .links {
  display: block;
  margin-top: 50px;
}
.textImageBlock .cols .col .innerContent .text a {
  color: #9a171c;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textImageBlock .cols .col .innerContent .text a:hover {
  opacity: 0.6;
}
.textImageBlock .cols .col .innerContent ul {
  margin-left: 24px;
}
@media all and (max-width: 1024px) {
  .textImageBlock {
    margin: 50px 0;
  }
  .textImageBlock .cols {
    display: table;
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    white-space: inherit;
  }
  .textImageBlock .cols .col {
    width: 100%;
  }
  .textImageBlock .cols .col:first-child.imageCol {
    display: table-footer-group;
    width: 100%;
  }
  .textImageBlock .cols .col.imageCol {
    width: 100%;
  }
  .textImageBlock .cols .col .innerContent {
    max-width: inherit;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .textImageBlock .cols .col .innerContent .title {
    margin-bottom: 20px;
  }
  .textImageBlock .cols .col .innerContent .links {
    margin-top: 20px;
  }
  .textImageBlock .cols .col .image {
    height: 0;
    padding-bottom: 100%;
  }
}
/*# sourceMappingURL=text_image_block.css.map */