.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-blue-grey {
  background: #202124 !important;
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
  color: #000;
}

.bg-light-grey {
  background: #f8f8f8;
  color: #000;
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-off-white {
  background: #f8f8f8;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

#page.bg-black header .header-container {
  background: rgba(255, 255, 255, 0.75);
}

.wp-block-acf-link-cards {
  position: relative;
  z-index: 2;
}
.wp-block-acf-link-cards .link-cards {
  display: grid;
  gap: 20px;
}
@media (max-width: 768px) {
  .wp-block-acf-link-cards .link-cards {
    display: flex;
    flex-direction: column;
  }
}
.wp-block-acf-link-cards .link-cards .link-card {
  background-color: #202124;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.wp-block-acf-link-cards .link-cards .link-card .link-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.wp-block-acf-link-cards .link-cards img {
  border-radius: 15px 15px 0 0;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 620px) {
  .wp-block-acf-link-cards .link-cards img {
    height: 200px;
  }
}
.wp-block-acf-link-cards .link-cards.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-acf-link-cards .link-cards.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-acf-link-cards .link-cards.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .wp-block-acf-link-cards .link-cards.cols-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .wp-block-acf-link-cards .link-cards.cols-4 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.wp-block-acf-link-cards .button {
  white-space: nowrap;
}
.wp-block-acf-link-cards.bg-green .link-card {
  background-color: #fff;
  color: #000;
}
.wp-block-acf-link-cards.bg-green .link-card .button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000 !important;
}
.wp-block-acf-link-cards.bg-green .link-card .button:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.wp-block-acf-link-cards.bg-green .link-card .button:hover::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg") !important;
}/*# sourceMappingURL=link-cards.css.map */