.tier-hero {
  position: relative;
  padding: 62px 0;
  min-height: 475px;
}
@media (max-width: 767.98px) {
  .tier-hero {
    padding: unset;
    min-height: unset;
  }
}
.tier-hero__image {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .tier-hero__image {
    min-height: 375px;
    position: static;
  }
}
.tier-hero__holder {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .tier-hero__holder {
    padding: unset;
  }
}
.tier-hero__container {
  position: relative;
  height: 100%;
}
.tier-hero__content-container {
  min-height: 475px;
  width: 600px;
  color: #ddd;
  background: #28301d;
  opacity: 0.95;
  font-size: 24px;
  line-height: 32px;
  float: right;
}
@media (max-width: 1199.98px) {
  .tier-hero__content-container {
    width: 50%;
    min-height: 375px;
  }
}
@media (max-width: 767.98px) {
  .tier-hero__content-container {
    width: 100%;
  }
}
.tier-hero__content {
  padding: 80px 100px;
}
@media (max-width: 1199.98px) {
  .tier-hero__content {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .tier-hero__content {
    padding: 48px 40px;
    font-size: 20px;
    line-height: 28px;
  }
}
.tier-hero__content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 22px;
  color: #c1cb30;
}
@media (max-width: 991.98px) {
  .tier-hero__content h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
.tier-hero__content p {
  margin: 0 0 1em;
}
.tier-hero__content .field__item + .field__item {
  margin-top: 15px;
}
.tier-hero__content a {
  display: inline-block;
  min-width: 200px;
  padding: 12px 15px;
  margin: 0;
  text-align: center;
  border: 3px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  background: #fff;
  color: #3c482b;
  justify-content: center;
}
.tier-hero__content a:hover, .tier-hero__content a:focus {
  background: #e9c31e;
  border-color: #e9c31e;
  color: #3c482b;
}
@media (max-width: 767.98px) {
  .tier-hero__content a {
    display: inline-block;
    padding: 9px 15px;
  }
}
/*# sourceMappingURL=tier-hero.css.map */