.elementor-14 .elementor-element.elementor-element-aa34a4f{--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 */html,
body{
  overflow-x:hidden;
  scrollbar-width:thin;
  scrollbar-color:#5a1a1a #fef4de;
}

::selection{
  background:rgba(251,198,90,.34);
  color:#521717;
}

::-moz-selection{
  background:rgba(251,198,90,.34);
  color:#521717;
}

::-webkit-scrollbar{
  width:10px;
  height:10px;
}

::-webkit-scrollbar-track{
  background:#fef4de;
}

::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#7a2323 0%,#5a1a1a 100%);
  border-radius:999px;
  border:2px solid #fef4de;
}

::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#8b2a2a 0%,#662020 100%);
}/* End custom CSS */