.flexible-section.link-items, .flexible-section.no-color {
  margin: 50px 0;
}

.flexible-section.bg-image, .flexible-section.bg-color, .flexible-section.blocks { 

  padding: 50px 0;

}

.flex-template-content {
  padding: 50px 0;
}

.object-fit-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.block-item.modal .modal-header {
  background: #c8102e;
  color: #fff;
}
.block-item.modal .close {
  padding: 0 10px;
  border: 0;
  font-size: 2em;
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .ratio-1x1.text-block {
    --bs-aspect-ratio: 70%;
  }
}
.link-item .link-item-title {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-item .link-item-title span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.link-item:hover .link-item-title span {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.rounded-item {
  border-radius: 1em;
}

.flex-color-red {
  color: #c8102e !important;
}
.flex-color-black {
  color: #000 !important;
}
.flex-color-white {
  color: #fff !important;
}

.cta-text.text-light p {
  color: #fff !important;
}

.modal-content .modal-body {
  padding: 2em;
}

.modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.zoomy img.aos-init.aos-animate {
  -webkit-animation: zoomeffect 70s infinite;
  animation: zoomeffect 70s infinite;
}

@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    background-position: center;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    background-position: center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    background-position: center;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    background-position: center;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.banner-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-item {
  font-size: 2em;
}
.location-item i {
  color: #c8102e;
}
.location-item.location-name p {
  font-weight: bold !important;
}

.call-to-action--wrapper .container {
  border-top: #c8102e 5px solid;
  border-radius: 20px;
}/*# sourceMappingURL=flex.css.map */