/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/page_hero_v2/page_hero_v2.scss ***!
  \********************************************************************************************************************************************************************************************/
/******************************************
Section | Blog Slider
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.page_hero {
  padding: 0 0 130px;
  background-color: #ffffff;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .page_hero {
    max-height: 672px;
    padding: 0 0 130px;
  }
}
.page_hero-wrapper {
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page_hero-wrapper {
    max-height: 540px;
  }
}
.page_hero-inner.inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 20px;
  column-gap: 20px;
}
@media screen and (min-width: 1400px) {
  .page_hero-inner.inner {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .page_hero-inner.inner {
    flex-wrap: nowrap;
    padding: 0 0 0 20px;
  }
}
.page_hero-content {
  width: 100%;
  max-width: 350px;
  position: relative;
  margin-bottom: -100px;
}
@media screen and (min-width: 768px) {
  .page_hero-content {
    width: calc(44% - 10px);
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .page_hero-content {
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 512px;
  }
}
.page_hero-subtitle {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}
.page_hero-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background-color: #ffffff;
}
.page_hero-title {
  font-family: "Oswald", sans-serif, sans-serif;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  color: #ffcc00;
  letter-spacing: 4%;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 425px) {
  .page_hero-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .page_hero-title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .page_hero-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1300px) {
  .page_hero-title {
    font-size: 75px;
  }
}
.page_hero h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.page_hero-text {
  max-width: 425px;
}
.page_hero-text p {
  color: #ffffff;
}
.page_hero .button {
  display: block;
  margin: 40px 0 0;
}
.page_hero-image {
  position: relative;
  margin-top: 0;
  top: 163px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page_hero-image {
    margin-top: 400px;
    width: calc(56% - 10px);
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page_hero-image {
    margin-top: 270px;
    width: calc(56% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .page_hero-image {
    margin: 0 0 0 auto;
    margin-top: 200px;
  }
}
.page_hero-image img {
  width: 100%;
}

/*# sourceMappingURL=page_hero_v2.css.map*/