/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/casestudy-hero/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.casestudy-hero-block {
  padding: 13em 0 10.7em;
  position: sticky !important;
  transition: top 0.2s ease;
  min-height: 100vh;
}

.case-study-banner-row {
  grid-column-gap: 1.5em;
}

.hidden-term {
  display: none;
}

.case-study-banner {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-location-col {
  width: 8.6em;
  position: absolute;
  top: 0;
  right: 0;
}

.casestudy-hero-block h1, .casestudy-hero-block p, .casestudy-hero-block span {
  color: #ffffff;
}

.case-study-column {
  max-width: calc(100% - 9em);
}

.case-study-btn-wrapper {
  max-width: 40em;
  grid-gap: 0.5em;
  display: flex;
  flex-wrap: wrap;
}

.case-study-btn-wrapper button.custom-button {
  color: #ffffff;
  border-color: #5548C1;
  margin: 0;
  padding: 0.5em 1.1113em 0.375em;
}

.casestudy-hero-block h1 {
  font-size: 5.75em;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  max-width: 10.25em;
  word-wrap: break-word;
}

.casestudy-hero-block p {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.011em;
  margin-bottom: 1.819em;
  max-width: 40.35em;
}

.casestudy-hero-block p a {
  color: #ffffff;
  font-family: "Albert Sans", Arial, sans-serif;
}

.casestudy-hero-block p:last-child {
  margin-bottom: 0;
}

.case-study-btn-wrapper {
  margin-bottom: 3.5em;
}

.case-study-location-img {
  margin-bottom: 2em;
}

.case-study-location p {
  color: #FFF;
  text-align: right;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.3;
}

.case-study-location p span {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.case-study-location {
  margin-bottom: 1.3em;
  display: block;
}
.case-study-location:last-child {
  margin-bottom: 0;
}

.case-study-location-col .map-location {
  width: 1.1em;
  height: auto;
}

@media only screen and (max-width: 1800px) {
  .casestudy-hero-block {
    padding: 11em 0 9em;
  }
  .casestudy-hero-block h1 {
    font-size: 5em;
  }
  .case-study-btn-wrapper {
    margin-bottom: 3em;
  }
  .casestudy-hero-block p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1500px) {
  .casestudy-hero-block {
    padding: 9em 0 7em;
  }
  .casestudy-hero-block h1 {
    font-size: 4.25em;
  }
  .case-study-btn-wrapper {
    margin-bottom: 2em;
  }
  .casestudy-hero-block p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1200px) {
  .casestudy-hero-block {
    padding: 7em 0 6em;
    min-height: auto;
  }
  .casestudy-hero-block h1 {
    font-size: 3em;
  }
  .case-study-btn-wrapper {
    margin-bottom: 1.8em;
  }
  .casestudy-hero-block p {
    font-size: 0.8em;
    margin-bottom: 1.25em;
  }
}
@media only screen and (max-width: 900px) {
  .casestudy-hero-block {
    padding: 6em 0 5em;
  }
  .casestudy-hero-block h1 {
    font-size: 2.25em;
    max-width: 10.5em;
    line-height: 1;
    margin-bottom: 0.6em;
  }
  .casestudy-hero-block p, .case-study-btn-wrapper {
    max-width: 100%;
  }
  .case-study-location-col {
    width: 7em;
  }
  .case-study-location-col .map-location {
    width: 0.8em;
    height: auto;
  }
  .case-study-column {
    max-width: calc(100% - 8em);
  }
  .case-study-banner-row {
    grid-column-gap: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .casestudy-hero-block {
    padding: 6em 0 3.3em;
  }
  .casestudy-hero-block h1 {
    font-size: 2em;
    margin-bottom: 0.8em;
  }
  .case-study-banner-row {
    flex-direction: column;
  }
  .casestudy-banner-pera {
    display: none;
  }
  .casestudy-hero-block p {
    text-align: left;
    font-size: 0.8em;
  }
  .case-study-location p span {
    font-size: 1em;
  }
  .case-study-location-img {
    margin-bottom: 1.5em;
    max-width: 5em;
  }
  .case-study-location {
    margin-bottom: 0.8em;
  }
  .case-study-location-col {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 100%;
    grid-column-gap: 1em;
  }
  .case-study-location:last-child {
    margin-bottom: 1.6em;
  }
  .case-study-column {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .casestudy-hero-block h1 {
    font-size: 1.8em;
  }
}

/*# sourceMappingURL=style-index.css.map*/