.elementor-1616 .elementor-element.elementor-element-a804b22{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-1616 .elementor-element.elementor-element-e128ff9{width:100%;max-width:100%;text-align:justify;font-family:"Roboto", Sans-serif;font-weight:400;line-height:1.8em;}/* Start custom CSS for text-editor, class: .elementor-element-e128ff9 */#about_us {
  display: block;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#about_us.expanded {
  max-height: none; /* allow full expansion */
}


#about_us::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none; /* allow clicks through */
  transition: opacity 0.3s;
}

#about_us.expanded::after {
  opacity: 0;
  visibility: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0066abe */.elementor-1616 .elementor-element.elementor-element-0066abe .button-wrapper > span {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    cursor: pointer
}/* End custom CSS */