.elementor-31 .elementor-element.elementor-element-17ef106{--display:flex;}.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-31 .elementor-element.elementor-element-09c7e2c.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-31 .elementor-element.elementor-element-17ef106{--content-width:1200px;}}/* Start custom CSS for text-editor, class: .elementor-element-09c7e2c */.site-footer{
  margin-top:40px;
  padding:28px 0;
  background:linear-gradient(90deg,#004D65,#016E8F,#008D89);
  border-top:1px solid rgba(255,255,255,.12);
}

.site-footer .container{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  text-align:center;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
}

.footer-links a{
  color:rgba(255,215,0,.9);
  font-weight:600;
  font-size:.95rem;
  transition:color .2s ease,opacity .2s ease;
}

.footer-links a:hover{
  color:#fff;
  opacity:1;
}

.footer-note{
  font-size:.85rem;
  color:rgba(255,255,255,.75);
  line-height:1.6;
}

@media (max-width:768px){
  .footer-links{
    flex-direction:column;
    gap:10px;
  }
}/* End custom CSS */