.elementor-398 .elementor-element.elementor-element-b1b13b1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-398 .elementor-element.elementor-element-da4619a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5193e6c */.sq-footer-shell{
  width:100%;
  margin:0;
  padding:0;
  background:#050B1A;
}

.sq-footer-bar{
  position:relative;
  width:100%;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.00) 100%),
    #050B1A;
  border-top: 1px solid rgba(230,234,240,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.02),
    0 -12px 40px rgba(0,0,0,0.18);
}

.sq-footer-minimal{
  position:relative;
  width:100%;
  max-width:1320px;
  min-height:78px;
  margin:0 auto;
  padding:18px 24px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.sq-footer-line{
  display:block;
  width:100%;
  height:1px;
  background: linear-gradient(
    90deg,
    rgba(230,234,240,0) 0%,
    rgba(230,234,240,0.08) 18%,
    rgba(92,210,117,0.20) 50%,
    rgba(59,130,246,0.10) 68%,
    rgba(230,234,240,0.08) 82%,
    rgba(230,234,240,0) 100%
  );
}

.sq-footer-glow{
  position:absolute;
  top:19px;
  left:50%;
  width:140px;
  height:16px;
  transform:translateX(-50%);
  border-radius:999px;
  background: linear-gradient(
    90deg,
    rgba(92,210,117,0) 0%,
    rgba(92,210,117,0.12) 40%,
    rgba(59,130,246,0.08) 68%,
    rgba(59,130,246,0) 100%
  );
  filter: blur(10px);
  opacity:0.8;
  pointer-events:none;
}

.sq-footer-copy{
  margin:0;
  color:rgba(230,234,240,0.62);
  font-family:"Sora", sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-align:center;
}

@media (max-width: 767px){
  .sq-footer-minimal{
    min-height:72px;
    padding:16px 16px 14px;
    gap:9px;
  }

  .sq-footer-copy{
    font-size:11px;
    letter-spacing:0.07em;
  }

  .sq-footer-glow{
    width:100px;
    height:14px;
    filter: blur(8px);
  }
}/* End custom CSS */