  /**
 * 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-image-text {
  overflow: hidden;
}
.block-image-text .section-title {
  margin: 0 0 1.25rem;
  font-weight: 600 !important;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media screen and (min-width: 577px) {
  .block-image-text .section-title {
    margin: 0 0 2.5rem;
    letter-spacing: 0.08rem;
  }
}
@media (max-width: 576px) {
  .block-image-text .section-title {
    font-size: 0.75rem;
    line-height: 1;
  }
}
.block-image-text .section-header {
  max-width: 57.5rem;
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.032rem;
  line-height: 0.9375;
}
@media screen and (min-width: 577px) {
  .block-image-text .section-header {
    margin: 0 0 3.375rem;
    letter-spacing: -0.048rem;
    line-height: 1.0606060606;
    font-size: 4.375rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.91;
  }
}
@media screen and (min-width: 577px) and (max-width: 576px) {
  .block-image-text .section-header {
    font-size: 2rem;
    line-height: 1;
  }
}
.block-image-text .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 993px) {
  .block-image-text .content-wrapper {
    grid-template-columns: 3fr 4.122fr;
  }
}
@media screen and (min-width: 1141px) {
  .block-image-text .content-wrapper {
    grid-template-columns: 6fr 4.122fr;
  }
}
.block-image-text .content-wrapper__image {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 993px) {
  .block-image-text .content-wrapper__image {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.block-image-text .section-image {
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 577px) {
  .block-image-text .section-image {
    border-radius: 1rem;
  }
}
.block-image-text .section-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-image-text .section-body-text {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.57;
}
@media (max-width: 576px) {
  .block-image-text .section-body-text {
    font-size: 1.25rem;
  }
}
.block-image-text .c-link {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 577px) {
  .block-image-text .c-link {
    margin: 2.625rem 0 0;
  }
}
.block-image-text--ice-blue {
  background-color: #cce9ff;
}
.block-image-text--ice-blue .c-link__link {
  color: #3970de;
}
.block-image-text--sky-blue {
  background-color: #84c2f1;
}
.block-image-text--midnight-blue {
  background-color: #00243f;
}
.block-image-text--midnight-blue .section-title,
.block-image-text--midnight-blue .section-header,
.block-image-text--midnight-blue .section-body-text {
  color: #84c2f1;
}
.block-image-text--midnight-blue .c-link__link {
  color: #fff;
}
.block-image-text--white {
  background-color: #fff;
}
.block-image-text--white .c-link__link {
  color: #3970de;
}
@media screen and (min-width: 993px) {
  .block-image-text--right .content-wrapper {
    grid-template-columns: 4.122fr 3fr;
  }
}
@media screen and (min-width: 1141px) {
  .block-image-text--right .content-wrapper {
    grid-template-columns: 4.122fr 6fr;
  }
}
@media screen and (min-width: 993px) {
  .block-image-text--right .content-wrapper__image {
    order: 2;
    margin-right: 0;
    margin-left: 2rem;
    text-align: right;
  }
}
@media screen and (min-width: 993px) {
  .block-image-text--right .section-body-text {
    order: 1;
  }
}

/*# sourceMappingURL=block_image-text.css.map*/