.elementor-4465 .elementor-element.elementor-element-11b09ae5{--display:flex;}.elementor-4465 .elementor-element.elementor-element-19252035{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4465 .elementor-element.elementor-element-7128d562{--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-4465 .elementor-element.elementor-element-25df401b{--spacer-size:50px;}body.elementor-page-4465:not(.elementor-motion-effects-element-type-background), body.elementor-page-4465 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1c94acd );}body.elementor-page-4465 .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-19252035 *//* =====================================
   MAG WRAP - FINAL PRODUCTION VERSION
===================================== */

/* IMAGE */
.mag-wrap .wrap-img {
  float: left;
  width: 48%;
  height: 530px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 32px 24px 0;
  border-top: 40px solid #DE984F;
  border-bottom: 40px solid #DE984F;
  border-radius: 24px;
  box-sizing: border-box;
}

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

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

/* BODY TEXT */
.mag-wrap .mag-body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 18px 0;
}

/* LINKS (inherit body style) */
.mag-wrap .mag-body a {
  color: inherit;
  text-decoration: none;
}

/* CLEAR FLOAT */
.mag-wrap::after {
  content: "";
  display: block;
  clear: both;
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 1024px) {
  .mag-wrap .wrap-img {
    width: 46%;
    height: 420px;
    margin: 0 24px 22px 0;
    border-top: 32px solid #DE984F;
    border-bottom: 32px solid #DE984F;
    border-radius: 22px;
  }

  .mag-wrap .mag-title {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .mag-wrap .mag-subtitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .mag-wrap .mag-body {
    font-size: 16px;
    line-height: 26px;
  }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {
  .mag-wrap .wrap-img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 18px 0;
    border-top: 24px solid #DE984F;
    border-bottom: 24px solid #DE984F;
    border-radius: 20px;
  }

  .mag-wrap .mag-title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .mag-wrap .mag-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
  }

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