.elementor-36 .elementor-element.elementor-element-3d54e9c{--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;}:root{--page-title-display:none;}/* Start custom CSS */p{
	margin-bottom:0;
}

/* Firefox */
html {
  scrollbar-width: auto;
  scrollbar-color: #E85F21 #002F2C;
}

/* Chrome, Edge, Opera e Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #019751 !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #E85F21 !important;
  border-radius: 20px !important;
  border: 2px solid #019751 !important;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #c94b13 !important;
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: #019751 !important;
}/* End custom CSS */