/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 4, stdin */

.key-information-cards {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 4, stdin */

  .key-information-cards {
    margin-bottom: 0;
  }
}

/* line 11, stdin */

.key-information-cards__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media (min-width: 768px) {
  /* line 11, stdin */

  .key-information-cards__wrapper {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 22, stdin */

.key-information-cards .slick-list {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 29, stdin */

.key-information-cards .mobile-image {
  width: 100%;
  border-radius: 0;
}

/* line 34, stdin */

.key-information-cards .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 40, stdin */

.key-information-cards .col-6:first-of-type .key-information-cards__card,
.key-information-cards .col-6:nth-of-type(2) .key-information-cards__card {
  margin-bottom: 20px;
}

/* line 47, stdin */

.key-information-cards .order-2 {
  margin-top: -120px;
}

@media (min-width: 768px) {
  /* line 47, stdin */

  .key-information-cards .order-2 {
    margin-top: 0;
  }
}

/* line 54, stdin */

.key-information-cards .order-2.no-margin {
  margin-top: 0;
}

/* line 59, stdin */

.key-information-cards__card {
  padding: 23px 18px;
  border-radius: 10px;
  margin: 0 10px;
  text-align: center;
  height: 100%;
}

@media (min-width: 768px) {
  /* line 59, stdin */

  .key-information-cards__card {
    margin: 0;
    text-align: left;
    height: auto;
  }
}

/* line 73, stdin */

.key-information-cards__card a {
  color: #59595B;
  font-weight: bold;
  text-decoration: underline;
}

/* line 78, stdin */

.key-information-cards__card a:hover {
  color: #59595B;
}

/* line 83, stdin */

.key-information-cards__card p {
  margin-bottom: 0;
}

/* line 87, stdin */

.key-information-cards__card-title {
  font-weight: 700;
  margin-bottom: 23px;
  font-size: 2.22em;
}

/* line 94, stdin */

.key-information-cards img {
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 102, stdin */

.key-information-cards .slick-arrow {
  top: initial;
  bottom: -60px;
  width: 46px;
  height: 46px;
}

/* line 108, stdin */

.key-information-cards .slick-arrow:before {
  opacity: 1;
  color: transparent;
  background-size: contain;
  width: 46px;
  position: absolute;
  background-repeat: no-repeat;
  height: 46px;
}

@media (max-width: 990.98px) {
  /* line 119, stdin */

  .key-information-cards .slick-list {
    overflow-x: clip;
    overflow-y: initial;
  }
}

/* line 127, stdin */

.key-information-cards .carousel-arrows {
  margin-top: 35px;
  text-align: center;
}

/* line 131, stdin */

.key-information-cards .carousel-arrows .next,
.key-information-cards .carousel-arrows .prev {
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

/* line 140, stdin */

.key-information-cards .carousel-arrows .next img,
.key-information-cards .carousel-arrows .prev img {
  width: 33px;
  height: 28px;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 151, stdin */

.key-information-cards .carousel-arrows .next {
  padding-left: 2px;
}

/* line 156, stdin */

.key-information-cards .carousel-arrows .prev {
  padding-left: 0;
}

/* line 161, stdin */

.key-information-cards .carousel-arrows--mobile {
  display: block;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 768px) {
  /* line 161, stdin */

  .key-information-cards .carousel-arrows--mobile {
    display: none;
  }
}

/* line 170, stdin */

.key-information-cards .carousel-arrows--mobile .prev {
  margin-right: 31px;
}

/* line 174, stdin */

.key-information-cards .carousel-arrows--mobile .next {
  margin-left: 31px;
}

/* line 187, stdin */

.contrast-inverted .key-information-cards__card {
  border: 1px solid #ff0 !important;
  border-bottom: 13px solid #ff0 !important;
}

/* line 198, stdin */

.contrast-higher .key-information-cards__card {
  border: 1px solid #ffffff !important;
  border-bottom: 13px solid #ffffff !important;
}


/*# sourceMappingURL=key-information-cards.css.map*/