.elementor-4811 .elementor-element.elementor-element-12a6e58c{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4811 .elementor-element.elementor-element-8223c1f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4811 .elementor-element.elementor-element-556f414f{--spacer-size:50px;}body.elementor-page-4811:not(.elementor-motion-effects-element-type-background), body.elementor-page-4811 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1c94acd );}body.elementor-page-4811 .c27-main-header:not(.header-scroll) .header-skin{background-color:rgba(25,28,31,0);border-color:rgba(255,255,255,0);}/* Start custom CSS for container, class: .elementor-element-12a6e58c *//* =====================================
   MAG STACKED LAYOUT VERSION
===================================== */

/* FULL-WIDTH IMAGE */
.mag-stack .wrap-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 0 28px 0;

  border-top: 40px solid #DE984F;
  border-bottom: 40px solid #DE984F;
  border-radius: 24px;
}

/* TITLE */
.mag-stack .mag-title {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  color: #C5591E;
  margin-bottom: 18px;
}

/* SUBTITLE */
.mag-stack .mag-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 22px;
}

/* BODY */
.mag-stack .mag-body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 18px;
}

/* TABLET */
@media (max-width: 1024px) {

  .mag-stack .wrap-img {
    height: 420px;
    border-top: 32px solid #DE984F;
    border-bottom: 32px solid #DE984F;
    border-radius: 22px;
  }

  .mag-stack .mag-title {
    font-size: 42px;
  }

  .mag-stack .mag-subtitle {
    font-size: 26px;
    line-height: 36px;
  }
}

/* MOBILE */
@media (max-width: 767px) {

  .mag-stack .wrap-img {
    height: auto;
    border-top: 24px solid #DE984F;
    border-bottom: 24px solid #DE984F;
    border-radius: 20px;
  }

  .mag-stack .mag-title {
    font-size: 32px;
  }

  .mag-stack .mag-subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .mag-stack .mag-body {
    font-size: 15px;
    line-height: 24px;
  }
}/* End custom CSS */