.elementor-kit-5{--e-global-color-primary:#7F8F73;--e-global-color-secondary:#F8F5F0;--e-global-color-text:#3D3D3D;--e-global-color-accent:#D1AD5B;--e-global-color-4b4e1b2:#8B9A7D;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tangerine";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tangerine";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Shared "frame" rules (same size for both) */
.nerea-frame-left,
.nerea-frame-right{
  display: block;
  width: 100%;
}

/* Force the widget container to behave like a fixed frame */
.nerea-frame-left .elementor-widget-container,
.nerea-frame-right .elementor-widget-container{
  height: 180px;            /* <- frame height (adjust if you want) */
  overflow: hidden;         /* <- crops image */
  border-radius: 0;         /* overridden per side below */
}

/* Force the <img> to fill the frame and crop */
.nerea-frame-left img,
.nerea-frame-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Left frame corner design */
.nerea-frame-left .elementor-widget-container{
  border-radius: 28px 120px 28px 28px;
}

/* Right frame corner design */
.nerea-frame-right .elementor-widget-container{
  border-radius: 120px 28px 28px 28px;
}/* End custom CSS */