.elementor-6 .elementor-element.elementor-element-bcab8f4{--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-6 .elementor-element.elementor-element-53eb0ecd{--display:flex;}.elementor-widget-text-editor{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 );}/* Start custom CSS for html, class: .elementor-element-2a3bdd3 */.loyalty-banner {
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #00497a, #00b4d8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.loyalty-banner-inner {
  max-width: 1200px;
}

.loyalty-banner h2 {
     color: #ffffff;
  margin: 0 0 10px;
  font-size:38px;
  font-weight: bold;
}

.loyalty-banner p {
     color: #ffffff;
  margin: 0 0 10px;
  font-size: 18px;
}

.loyalty-banner-button {
  background: #fff;
  color: #00497a;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.loyalty-banner-button:hover {
  background: #e0e0e0;
}/* End custom CSS */