  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-hero-tile__inner {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1201px) {
  .block-hero-tile__inner {
    display: grid;
    border-radius: 1rem;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1201px) {
  .block-hero-tile .image-wrapper {
    grid-area: 1/1/2/7;
  }
}
@media screen and (min-width: 1401px) {
  .block-hero-tile .image-wrapper {
    grid-area: 1/1/2/8;
  }
}
@media screen and (min-width: 1601px) {
  .block-hero-tile .image-wrapper {
    grid-area: 1/1/2/9;
  }
}
.block-hero-tile .content-wrapper {
  padding: 1.5rem 2rem 2rem 2rem;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .block-hero-tile .content-wrapper {
    padding: 5.5rem 2.25rem;
    grid-area: 1/7/2/13;
    text-align: left;
  }
}
@media screen and (min-width: 1401px) {
  .block-hero-tile .content-wrapper {
    grid-area: 1/8/2/13;
  }
}
@media screen and (min-width: 1601px) {
  .block-hero-tile .content-wrapper {
    grid-area: 1/9/2/13;
  }
}
.block-hero-tile .section-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.block-hero-tile .section-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .block-hero-tile .section-image img {
    width: 100%;
    height: 100%;
  }
}
.block-hero-tile .section-title {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .block-hero-tile .section-title {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .block-hero-tile .section-title {
    margin: 0 0 2.5rem 0;
  }
}
.block-hero-tile .section-header {
  margin: 0 0 1.5rem 0;
  font-size: 4.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.91;
}
@media (max-width: 576px) {
  .block-hero-tile .section-header {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .block-hero-tile .section-header {
    margin: 0 0 3rem 0;
  }
}
.block-hero-tile .c-button {
  width: 100%;
  margin-bottom: 0.75rem;
}
.block-hero-tile .c-button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 577px) {
  .block-hero-tile .c-button {
    width: auto;
    margin-right: 0.75rem;
  }
}
.block-hero-tile--rose .block-hero-tile__inner {
  background-color: #ff9096;
}
.block-hero-tile--deep-blue .block-hero-tile__inner {
  background-color: #3970de;
}
.block-hero-tile--jade .block-hero-tile__inner {
  background-color: #00996d;
}
.block-hero-tile--fire .block-hero-tile__inner {
  background-color: #ff6d00;
}
.block-hero-tile--maize .block-hero-tile__inner {
  background-color: #fe0;
}
.block-hero-tile--sky-blue .block-hero-tile__inner {
  background-color: #84c2f1;
}

/*# sourceMappingURL=block_hero-tile.css.map*/