/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-card {
  position: relative;
  z-index: 0;
  transition: transform 0.5s linear;
  container-type: inline-size;
  /* min-height: rem-calc(500);  */
  background: var(--color-bg-primary-dark);
  color: #FFF;
  aspect-ratio: 26/37;
  padding: 1.875rem 2.1875rem;
  position: relative;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.m-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.5s ease-out;
  z-index: 1;
}
.m-card__new {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-weight: bold;
  width: 100px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-transform: uppercase;
}
.m-card__new span {
  rotate: -45deg;
  transform-origin: center;
  translate: -1rem -1rem;
}
.m-card__new::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #FF7175;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.m-card__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.m-card__background .blur-load {
  height: 100%;
}
.m-card__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-card__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.m-card__meta {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  width: 100%;
  font-size: 1.25rem;
}
.m-card__metaHead {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: bold;
}
.m-card__hoverHeader {
  margin-top: 1.25rem;
  transition: color 0.5s ease-out;
}
.m-card__hover-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.m-card__header {
  color: #FFF;
  font-size: 1.875rem;
  font-size: clamp(1.25rem, 6cqi, 1.875rem);
  line-height: 1.2;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: color 0.5s ease-out;
}
.m-card__static .m-card__subHeader, .m-card__static .m-card__text {
  display: none;
}
@media only screen and (min-width: 992px) {
  .m-card__static .m-card__subHeader, .m-card__static .m-card__text { /* min-width: 992px */
    display: block;
  }
}
.m-card__subHeader {
  margin-bottom: 0;
  /* card headers */
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 1.0054347826rem + 0.0108695652 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.625rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .m-card__subHeader {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.m-card__subHeader strong {
  font-weight: 700;
}
.m-card__text {
  margin: 1.25rem 0 1.25rem;
  font-size: 1rem;
}
.m-card__text.-fadeOut {
  position: relative;
  overflow: hidden;
}
.m-card__text.-fadeOut:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3.75rem;
  margin-top: -3.75rem;
  background: linear-gradient(transparent, #160000);
}
.m-card__hover .m-card__text {
  color: #FFF;
  /* max-height: rem-calc(200);
  overflow: hidden; */
}
@media only screen and (min-width: 992px) {
  .m-card__hover .m-card__text { /* min-width: 992px */
    max-height: unset;
  }
}
.m-card__button {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.m-card__hover {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.m-card:hover::before {
  background-color: #160000;
  transition: background-color 0.5s ease-out;
}
.m-card:hover .expand {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.m-card:hover .m-card__hover {
  max-height: 100%;
}
.m-card:hover .m-card__hoverHeader {
  color: #FFF;
  transition: color 0.5s ease-out;
}
.m-card:hover .m-card__text {
  color: #FFF;
  transition: color 0.5s ease-out;
}
@media only screen and (min-width: 768px) {
  .m-card { /* min-width: 992px */ }
  .m-card:not(.swiper-slide *) {
    aspect-ratio: 13/12;
  }
}
@media only screen and (min-width: 992px) {
  .m-card { /* min-width: 992px */ }
}
@media only screen and (min-width: 1200px) {
  .m-card { /* min-width: 992px */ }
}
@media only screen and (min-width: 1440px) {
  .m-card { /* min-width: 1440px */ }
}
@media only screen and (min-width: 992px) {
  .g-flexbox.-cols3 .m-card, .g-grid.-cols3 .m-card { /* min-width: 992px */
    aspect-ratio: 26/37;
  }
}
@media only screen and (min-width: 1440px) {
  :is(.g-flexbox.-cols4, .g-grid.-cols4, .navTeaser) .m-card { /* min-width: 1440px */
    aspect-ratio: 26/37;
  }
}
.m-card.-level2 {
  background: #DBD9D9;
  transition: background-color 0.5s ease-out;
}
.m-card.-level2::before {
  background: radial-gradient(closest-corner at 50% 25%, var(--card-color-glow-from) 0%, var(--card-color-glow-to) 100%);
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.m-card.-level2:hover {
  background: black;
}
.m-card.-level2:hover::before {
  opacity: 0.9;
}
.m-card.-level2 .m-card__header {
  width: 100%;
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 1rem;
}
.m-card.-product .m-card__header {
  font-weight: bold;
}
.m-card.-product .m-card__subHeader {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

.event--title {
  display: block;
}

.event--location {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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