/** Shopify CDN: Minification failed

Line 41:0 Unexpected "}"

**/
.io-spot__inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 990px) {
  .io-spot__inner {
    flex-direction: row;
    align-items: center;
  }
  .io-spot__inner--image_first .io-spot__media {
    order: 0;
  }
  .io-spot__inner--image_first .io-spot__content {
    order: 1;
  }
  .io-spot__inner--content_first .io-spot__media {
    order: 1;
  }
  .io-spot__inner--content_first .io-spot__content {
    order: 0;
  }
}
  .io-spot__inner--image_first .io-spot__media {
    order: 0;
  }
  .io-spot__inner--image_first .io-spot__content {
    order: 1;
  }
  .io-spot__inner--content_first .io-spot__media {
    order: 1;
  }
  .io-spot__inner--content_first .io-spot__content {
    order: 0;
  }
}

.io-spot__media {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .io-spot__media {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (min-width: 990px) {
  .io-spot__media {
    flex: 0 0 55%;
    aspect-ratio: 6 / 5;
  }
}

.io-spot__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.io-spot__img.placeholder-svg {
  object-fit: cover;
  background: rgba(var(--color-foreground), 0.04);
}

.io-spot__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem 2rem;
  gap: 1.2rem;
}

@media screen and (min-width: 990px) {
  .io-spot__content {
    flex: 1 1 45%;
    padding: 2.4rem 3rem 2.4rem 4rem;
    gap: 1.2rem;
    align-self: center;
  }
}

.io-spot__label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--io-gold, #C5A059);
  font-family: var(--font-body-family);
}

.io-spot__title {
  margin: 0;
  font-family: var(--font-heading-family);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.io-spot__desc {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(var(--color-foreground), 0.8);
}

.io-spot__desc > *:first-child {
  margin-top: 0;
}

.io-spot__read-more {
  display: none;
  align-self: flex-start;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--io-gold, #C5A059);
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .io-spot__desc[data-collapsible="true"]:not([data-expanded="true"]) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .io-spot__read-more[data-collapsible="true"] {
    display: inline-block;
  }
}

@media screen and (min-width: 750px) {
  .io-spot__desc[data-collapsible="true"]:not([data-expanded="true"]) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .io-spot__read-more[data-collapsible="true"] {
    display: inline-block;
  }
}

.io-spot__desc > *:last-child {
  margin-bottom: 0;
}

.io-spot__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.io-spot__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 10rem;
}

.io-spot__meta-label {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  font-family: var(--font-body-family);
  margin: 0;
}

.io-spot__meta-value {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-family: var(--font-body-family);
}

.io-spot__meta-value .io-spot__chip {
  display: inline-block;
  padding: 0.3rem 1rem;
  margin: 0.2rem 0.3rem 0.2rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid rgba(var(--color-foreground), 0.15);
  background: rgba(var(--color-foreground), 0.04);
  color: inherit;
  white-space: nowrap;
}

.io-spot__meta-value .io-spot__chip:first-child {
  margin-left: 0;
}

.io-spot__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  padding: 1rem 2.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}