/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Mixins
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Button styles
********************
**/
/**
*********************
* Mixins
********************
**/
.card-info {
  padding-bottom: 1.875rem;
}
.card-info__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem 1.25rem;
}
@media only screen and (max-width: 61.937rem) {
  .card-info__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 62rem) {
  .card-info__wrapper {
    row-gap: 1.375rem;
  }
}
.card-info__content {
  transition: opacity 1s ease-out, transform 1s ease-out;
  transform: translateY(6.25rem);
  opacity: 0;
  padding: 0.9375rem 0.9375rem 1.5rem 0.9375rem;
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.15);
}
.card-info__content.loaded {
  transform: translateY(0);
  opacity: 1;
}
.card-info__content:nth-of-type(1) {
  transition-delay: 0s;
}
.card-info__content:nth-of-type(2) {
  transition-delay: 0.1s;
}
.card-info__content:nth-of-type(3) {
  transition-delay: 0.2s;
}
.card-info__content:nth-of-type(4) {
  transition-delay: 0.3s;
}
@media only screen and (min-width: 48rem) {
  .card-info__content {
    flex-basis: calc(50% - 0.625rem);
  }
}
@media only screen and (min-width: 62rem) {
  .card-info__content {
    flex-basis: calc(33% - 0.625rem);
    padding: 1.5rem 1.5rem 3rem 1.5rem;
  }
}
.card-info__img {
  grid-row: 1/span 2;
  align-self: center;
}
@media only screen and (max-width: 47.937rem) {
  .card-info__img img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 47.937rem) {
  .card-info__img {
    width: 4.25rem;
    height: 4.25rem;
  }
}
.card-info__info {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 61.937rem) {
  .card-info__info {
    margin-top: 1.875rem;
  }
}
.card-info__heading, .card-info__link {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.625rem !important;
  align-self: center;
  color: #262626;
}
@media only screen and (min-width: 48rem) {
  .card-info__heading, .card-info__link {
    font-size: 1.5rem !important;
    line-height: 2.8125rem !important;
  }
}
.card-info__desc {
  font-size: 0.875rem;
}
.card-info__desc p {
  margin-left: 0;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .card-info__desc p {
    max-width: 18.75rem;
  }
}
@media only screen and (min-width: 62rem) {
  .card-info {
    padding-bottom: 3.75rem;
  }
}

.lbs-card-info--narrow .card-info__wrapper {
  flex-wrap: wrap;
}
@media only screen and (min-width: 62rem) {
  .lbs-card-info--narrow .card-info__wrapper {
    flex-wrap: nowrap;
  }
}
.lbs-card-info--narrow .card-info__content {
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.lbs-card-info--narrow .card-info__info {
  margin-left: 0;
}
.lbs-card-info--narrow .card-info__heading {
  margin-top: 0.625rem;
  word-break: initial;
  line-height: 2.25rem !important;
}

.lbs-card-with-heading .card-info {
  padding-bottom: 0 !important;
}
.lbs-card-with-heading .card-info__wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5rem;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 47.937rem) {
  .lbs-card-with-heading .card-info__wrapper {
    flex-wrap: wrap;
    justify-content: unset;
    margin: 0;
  }
}
.lbs-card-with-heading .card-info__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 47.937rem) {
  .lbs-card-with-heading .card-info__content {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .lbs-card-with-heading .card-info__content {
    flex-basis: calc(33.33% - 1.25rem);
  }
}
.lbs-card-with-heading .card-info__info {
  margin-top: 0;
  margin-left: 0 !important;
  text-align: center;
}
.lbs-card-with-heading .card-info__heading, .lbs-card-with-heading .card-info__link {
  margin-bottom: 0 !important;
  line-height: 2.25rem !important;
}

.lbs-accordion .card-info__content {
  display: block;
  flex: 0 1 100%;
  padding: 0.9375rem;
  padding: 1.3125rem 1.875rem;
  transform: none;
  opacity: 1;
  border-bottom: 0.0625rem solid #003057;
  box-shadow: none;
}
.lbs-accordion .card-info__content:first-of-type {
  border-top: 0.0625rem solid #003057;
}
.lbs-accordion .card-info__wrapper {
  row-gap: 0;
  flex-wrap: wrap;
}
.lbs-accordion .card-info__info {
  margin-top: 0;
  margin-left: 0;
}
.lbs-accordion .card-info__heading {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #003057 !important;
}
.lbs-accordion .card-info__heading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  content: "";
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  background: url("../../../images/plus.svg") no-repeat center center;
  background-size: cover;
  background-size: initial;
}
.lbs-accordion .card-info__desc {
  display: none;
}
.lbs-accordion .card-info__desc p {
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  width: 100%;
}
.lbs-accordion .card-info__desc p a {
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.accordion-active .card-info__heading {
  margin-bottom: 0.625rem;
}
.accordion-active .card-info__heading::after {
  transform: rotate(45deg);
}
.accordion-active .card-info__desc {
  display: block;
}

/*# sourceMappingURL=card.css.map */
