.wp-block-lazyblock-card-zigzag-style .heading {
  letter-spacing: -0.02em;
}
.wp-block-lazyblock-card-zigzag-style .sub-head {
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 991px) {
  .wp-block-lazyblock-card-zigzag-style .sub-head {
    color: var(--color-dark-blue);
  }
}

.zc__warpper {
  position: relative;
  overflow: hidden;
  background-color: var(--color-black);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .zc__warpper {
    background-color: transparent;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.zc__bg-video {
  display: block;
  position: absolute;
  width: 100%;
  height: 101%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .zc__bg-video {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .zc__row.slick-initialized {
    max-width: 40vw;
    min-width: 246px;
  }
  .zc__row.slick-initialized .slick-list {
    overflow: visible;
  }
  .zc__row.slick-initialized .slick-track {
    display: flex !important;
  }
  .zc__row.slick-initialized .slick-slide {
    height: inherit !important;
  }
  .zc__row.slick-initialized .zc__item {
    padding: 0 0 0 24px;
  }
}
.zc__row.slick-initialized .slick-dots {
  width: 100vw;
}
.zc__row:not(.slick-initialized) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zc__row:not(.slick-initialized) .zc__item {
  width: 33.3333333333%;
  border-left: solid 1px var(--color-white);
}
@media only screen and (max-width: 991px) {
  .zc__row:not(.slick-initialized) .zc__item {
    padding: 0 0 0 16px;
  }
}
.zc__row:not(.slick-initialized) .zc__item:nth-child(1)::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108px;
  background-color: var(--color-white);
}
.zc__row:not(.slick-initialized) .zc__item:nth-child(2)::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108px;
  background-color: var(--color-white);
}
.zc__row:not(.slick-initialized) .zc__item:nth-child(3)::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 108px;
  background-color: var(--color-white);
}
.zc__row:not(.slick-initialized) .zc__item:nth-child(4)::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 86px;
  background-color: var(--color-white);
}
.zc__row:not(.slick-initialized) .zc__item:nth-child(4)::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 22px;
  background-color: var(--color-white);
}
.zc__row:not(.slick-initialized) .zc__item .zc__card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.25s ease;
}
.zc__row:not(.slick-initialized) .zc__item .zc__card .zc__card__description__inner {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .zc__row:not(.slick-initialized) .zc__item .zc__card .zc__card__description__inner {
    margin-bottom: 0;
  }
}
.zc__row:not(.slick-initialized) .zc__item .zc__card:hover {
  background-image: url(../../images/card-hover-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.zc__row:not(.slick-initialized) .zc__item .zc__card:hover .zc__card__heading {
  transition: all 0.25s ease;
  margin-bottom: 15px !important;
}
.zc__row:not(.slick-initialized) .zc__item .zc__card:hover .zc__card__description {
  opacity: 1;
}
.zc__card {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .zc__card {
    height: 100%;
  }
}
.zc__card__image {
  position: relative;
}
.zc__card__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 145%;
}
@media only screen and (max-width: 991px) {
  .zc__card__image::before {
    display: none;
  }
}
.zc__card__image img {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .zc__card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .zc__card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.zc__card__image img {
  display: block;
  width: 100%;
  max-height: 457px;
}
@media only screen and (max-width: 991px) {
  .zc__card__image img {
    max-height: inherit !important;
  }
}
.zc__card__heading {
  letter-spacing: -0.02em;
  font-weight: normal;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .zc__card__heading {
    font-size: 18px !important;
    line-height: 118% !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 11px !important;
  }
}
.zc__card__heading .indicator {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.15em;
  border-bottom: solid 2px var(--color-orange);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .zc__card__heading .indicator {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .zc__card__heading .indicator {
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0;
  }
}
.zc__card__copy {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 22px;
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: end;
  padding: 0 33px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .zc__card__copy {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .zc__card__copy {
    bottom: 0;
    justify-content: start;
    padding: 0 24px;
    position: inherit;
  }
}
.zc__card__copy p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 154.5%;
}
@media only screen and (max-width: 767px) {
  .zc__card__copy p {
    font-size: 12px;
    line-height: 154.5%;
  }
}
.zc__card__description {
  position: relative;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .zc__card__description {
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .zc__card__description {
    flex: 1;
  }
}
.zc__card__description__inner {
  transition: all 0.25s ease;
}
@media only screen and (min-width: 992px) {
  .zc__card__description__inner {
    /*margin-bottom: -200%;*/
  }
}
@media only screen and (max-width: 991px) {
  .zc__card__description__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .zc__card__description__link {
    margin-top: auto;
  }
}
.zc__card__description__link .link {
  font-size: 14px;
  line-height: 101%;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--color-orange);
}
.zc__card__description__link .link:hover {
  color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .zc__card__description__link .link {
    color: var(--color-orange);
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 101%;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 31px;
  }
  .zc__card__description__link .link:hover {
    text-decoration: underline;
  }
}

.zc__row .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  justify-content: center;
}
.zc__row .slick-dots li {
  margin: 4px;
}
.zc__row .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #F0F0F0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.zc__row .slick-dots li.slick-active button {
  width: 24px;
  background-color: var(--color-orange);
}/*# sourceMappingURL=zigzag-card.css.map */