.elementor-44 .elementor-element.elementor-element-cf817e1{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-cf817e1 *//* =========================
   CLEAN PREMIUM FOOTER
   ========================= */

.site-footer{
  margin-top:48px;
  padding:38px 0 20px;
  background:rgba(0,0,0,.20);
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1.4fr;
  gap:32px;
}

/* columns */
.footer-col{
  min-width:0;
}

/* brand */
.footer-brand{
  font-size:1.2rem;
  font-weight:900;
  color:#fff;
  margin-bottom:10px;
  letter-spacing:.02em;
}

/* titles */
.footer-title{
  font-size:14px;
  font-weight:800;
  color:#fff;
  margin-bottom:12px;
  letter-spacing:.02em;
}

/* text */
.footer-text{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.70);
  margin:0 0 12px;
}

/* links */
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:8px;
}

.footer-links a{
  color:rgba(255,255,255,.75);
  font-size:13px;
  text-decoration:none;
  transition:color .2s ease;
}

.footer-links a:hover{
  color:#e2c062;
}

/* inline nowrap */
.nowrap{
  white-space:nowrap;
}

/* bottom */
.footer-bottom{
  margin-top:24px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.footer-bottom small{
  color:rgba(255,255,255,.55);
  font-size:12px;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
}

@media (max-width:768px){
  .footer-grid{
    grid-template-columns:1fr;
  }

  .footer-brand,
  .footer-title,
  .footer-text,
  .footer-links li{
    text-align:center;
  }

  .footer-bottom{
    text-align:center;
  }
}/* End custom CSS */