.elementor-1796 .elementor-element.elementor-element-40cd8a3a{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1796 .elementor-element.elementor-element-7eea15bd{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1796 .elementor-element.elementor-element-3f96c291 .elementor-button{background-color:var( --e-global-color-1c94acd );font-family:"Plus Jakarta Sans", Sans-serif;font-weight:400;fill:var( --e-global-color-715c659 );color:var( --e-global-color-715c659 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-62940f0 );}.elementor-1796 .elementor-element.elementor-element-3f96c291 .elementor-button:hover, .elementor-1796 .elementor-element.elementor-element-3f96c291 .elementor-button:focus{background-color:var( --e-global-color-ad12490 );}.elementor-1796 .elementor-element.elementor-element-3f96c291 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1796 .elementor-element.elementor-element-3f96c291 .elementor-button-content-wrapper{flex-direction:row;}.elementor-1796 .elementor-element.elementor-element-03e2126{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1796 .elementor-element.elementor-element-5f01a78.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-1796 .elementor-element.elementor-element-4b3517bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1796 .elementor-element.elementor-element-7eea15bd{--content-width:1160px;}.elementor-1796 .elementor-element.elementor-element-03e2126{--content-width:1600px;}}@media(max-width:1024px){.elementor-1796 .elementor-element.elementor-element-7eea15bd{--margin-top:0px;--margin-bottom:0px;--margin-left:18px;--margin-right:0px;}.elementor-1796 .elementor-element.elementor-element-03e2126{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1796 .elementor-element.elementor-element-7eea15bd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1796 .elementor-element.elementor-element-03e2126{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-40cd8a3a *//* =====================================
   MAG WRAP - FINAL PRODUCTION VERSION
===================================== */

/* IMAGE */
.mag-wrap .wrap-img {
  float: left;
  width: 48%;
  height: 560px;
  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 */