/*!****************************************************************************************************************************************************************************************!*\
  !*** 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/image_info/image_info.scss ***!
  \****************************************************************************************************************************************************************************************/
/******************************************
Section | Image Info
******************************************/
/**************************************************
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);
*********************/
.image-info {
  padding: 50px 0;
  background-color: #222222;
  position: relative;
}
@media screen and (min-width: 768px) {
  .image-info {
    padding: 100px 0;
  }
}
.image-info .image-info-inner {
  position: relative;
  max-width: 1728px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .image-info .image-info-inner {
    justify-content: flex-end;
    flex-direction: row;
  }
}
.image-info .image-info-inner .info-text {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .image-info .image-info-inner .info-text {
    position: absolute;
    top: 0;
    left: 80px;
    max-width: 190px;
    margin-bottom: 0;
  }
}
.image-info .image-info-inner .info-container {
  position: relative;
  max-width: 685px;
  padding: 0;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 480px) {
  .image-info .image-info-inner .info-container {
    padding: 36px 45px 42px 0;
  }
}
@media screen and (min-width: 1200px) {
  .image-info .image-info-inner .info-container {
    margin: 0 140px 0 auto;
  }
}
.image-info .image-info-inner .info-container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  max-width: 600px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/04/yellow-trapezoid-outline.svg") no-repeat;
  display: none;
  background-origin: border-box;
  background-position: center right;
  background-size: contain;
}
@media screen and (min-width: 480px) {
  .image-info .image-info-inner .info-container::before {
    display: block;
  }
}
.image-info .image-info-inner .info-wrapper {
  background-color: #606266;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 25px 20px 35px 33px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .image-info .image-info-inner .info-wrapper {
    padding: 89px 51px;
    width: 100%;
    max-width: 640px;
  }
}
.image-info .image-info-inner .info-wrapper h1,
.image-info .image-info-inner .info-wrapper h2,
.image-info .image-info-inner .info-wrapper h3,
.image-info .image-info-inner .info-wrapper h4,
.image-info .image-info-inner .info-wrapper h5,
.image-info .image-info-inner .info-wrapper h6,
.image-info .image-info-inner .info-wrapper p {
  color: #ffffff;
}
.image-info .image-info-inner .info-wrapper h1,
.image-info .image-info-inner .info-wrapper h2,
.image-info .image-info-inner .info-wrapper h3,
.image-info .image-info-inner .info-wrapper h4,
.image-info .image-info-inner .info-wrapper h5,
.image-info .image-info-inner .info-wrapper h6 {
  text-transform: uppercase;
}
.image-info .image-info-inner .info-wrapper h2 {
  margin-bottom: 16px;
}
.image-info .image-info-inner .info-wrapper p {
  margin-top: 0;
}
.image-info .image-info-inner .info-wrapper p:last-child {
  margin-bottom: 0;
}
.image-info .image-info-inner .info-wrapper a {
  color: #ffffff;
}
.image-info .background-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-info.top-indent .background-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
}
.image-info.top-indent .button .button__text {
  color: #222222;
}

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