.elementor-37 .elementor-element.elementor-element-cfe817e{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-cfe817e{--content-width:1440px;}}/* Start custom CSS for text-editor, class: .elementor-element-7c3faad */.css-aboutus-wrap {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #111;
}

/* CONTAINER */
.css-aboutus-container {
  max-width: 1000px;
  margin: auto;
  padding: 60px 20px;
}

/* HERO */
.css-aboutus-hero {
  margin-bottom: 60px;
}

.css-aboutus-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.css-aboutus-hero p {
  font-size: 16px;
  color: #555;
  max-width: 600px;
}

/* SECTION TEXT */
.css-aboutus-text {
  max-width: 720px;
  margin-bottom: 50px;
}

.css-aboutus-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 10px;
}

.css-aboutus-text p {
  line-height: 1.8;
  margin-bottom: 12px;
}

.css-aboutus-text ul {
  padding-left: 18px;
}

.css-aboutus-text li {
  margin-bottom: 6px;
}

/* SPLIT SECTION */
.css-aboutus-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

/* FULL IMAGE BREAK */
.css-aboutus-fullimg {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin: 70px 0;
}

/* SMALL IMAGE */
.css-aboutus-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* CONTACT STRIP */
.css-aboutus-contact {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin-top: 40px;
}

/* LEGAL */
.css-aboutus-legal {
  font-size: 14px;
  margin-top: 40px;
}

.css-aboutus-legal a {
  text-decoration: underline;
  color: #000;
}

/* RESPONSIVE */
@media(max-width:768px){
  .css-aboutus-split {
    grid-template-columns: 1fr;
  }

  .css-aboutus-hero h1 {
    font-size: 34px;
  }
}/* End custom CSS */