/*!**************************************************************************************************************************************************************************************************************!*\
  !*** 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/cta_large_image_right/cta_large_image_right.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/******************************************
Section | CTA with Image
******************************************/
/**************************************************
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);
*********************/
.content-wrap {
  background-color: #222222;
}
.content-wrap .cta-image-right {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  .content-wrap .cta-image-right {
    padding: 40px 0 40px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .content-wrap .cta-image-right {
    padding: 40px 0 0;
  }
}
.content-wrap .cta-image-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/06/angle-cta-right-image.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 1;
}
.content-wrap .cta-image-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
}
.content-wrap .cta-image-right.black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #222222;
}
.content-wrap .cta-image-right .cta-image {
  margin-left: 0;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .content-wrap .cta-image-right .cta-image {
    padding: 0;
    width: 50vw;
  }
}
@media screen and (min-width: 1300px) {
  .content-wrap .cta-image-right .cta-image {
    width: calc(50vw + 150px);
    margin-left: -150px;
  }
}
.content-wrap .cta-image-right .cta-image img {
  box-shadow: none;
  height: auto !important;
  width: 100%;
}
.content-wrap .cta-image-right .cta-copy {
  display: flex;
  flex: 0 0 100%;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 40px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .content-wrap .cta-image-right .cta-copy {
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0 20px 0 20px;
    flex: 0 0 46%;
  }
}
@media screen and (min-width: 1300px) {
  .content-wrap .cta-image-right .cta-copy {
    flex: 0 0 50%;
  }
}
.content-wrap .cta-image-right .cta-copy-wrapper {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .content-wrap .cta-image-right .cta-copy-wrapper {
    max-width: 630px;
  }
}
.content-wrap .cta-image-right .cta-copy h1,
.content-wrap .cta-image-right .cta-copy h2,
.content-wrap .cta-image-right .cta-copy h3,
.content-wrap .cta-image-right .cta-copy h4,
.content-wrap .cta-image-right .cta-copy h5,
.content-wrap .cta-image-right .cta-copy h6,
.content-wrap .cta-image-right .cta-copy p {
  color: #ffffff;
}
.content-wrap .cta-image-right .cta-copy p {
  max-width: 450px;
  margin-top: 0;
}
.content-wrap .cta-image-right .cta-copy h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.content-wrap .cta-image-right .cta-copy .button {
  padding: 13px 35px;
  line-height: 1.2;
  display: inline-block;
  margin-top: 24px;
}

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