.uactt-footer-next{
  background:#fff;
}

.uactt-footer-cta{
  position:relative;
  overflow:hidden;
  min-height:150px;
  padding:35px 7vw;
  display:flex;
  align-items:center;
  gap:34px;
  background:linear-gradient(135deg,#8b0025,#5e0019);
  color:#fff;
}

.uactt-footer-cta::after{
  content:"";
  position:absolute;
  right:4%;
  bottom:18px;
  width:420px;
  height:90px;
  border-bottom:3px solid #d4af37;
  border-radius:50%;
  transform:rotate(-12deg);
  opacity:.85;
}

.uactt-footer-cta-icon{
    width:78px;
    height:78px; 
    margin-left: 0px;
    margin-right: 0px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;

     border:2px solid #d4af37;

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.45),
        0 10px 25px rgba(212,175,55,.18);

    transition:.35s;
}

.uactt-footer-cta-icon svg{
    width:40px;
    height:40px;

    fill:none;

    stroke:#d4af37;

    stroke-width:1.8;

    stroke-linecap:round;

    stroke-linejoin:round;

    transition:.35s;
}

.uactt-footer-social-icon svg{
    width:18px;
    height:18px;

    fill:none;

    stroke:#d4af37;

    stroke-width:1.8;

    stroke-linecap:round;

    stroke-linejoin:round;

    transition:.35s;
}

.uactt-footer-cta h2{
  margin:0 0 10px;
  font-size:28px;
  text-transform:uppercase;
}

.uactt-footer-cta p{
  margin:0;
  font-size:18px;
  line-height:1.5;
}

.uactt-footer-ball{
  position:absolute;
  right:120px;
  top:35px;
  width:72px;
  height:72px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff,#e6e6e6);
  box-shadow:0 0 35px rgba(255,255,255,.6);
}

.uactt-footer-bottom{
  min-height:40px;
  padding:8px 7vw;
  display:flex;
  overflow:visible;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.uactt-footer-bottom img{
    height:72px;
    width:auto;
}

.uactt-footer-socials{
  display:flex;
  gap:12px;
}

.uactt-footer-socials a{
  width:45px;
  height:45px;
  border-radius:50%;
  border:2px solid #d4af37;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d4af37;
  text-decoration:none;
  font-weight:900;
}

.uactt-footer-bottom nav{
  display:flex;
  gap:45px;
}

.uactt-footer-bottom nav a,
.uactt-footer-bottom p{
  color:#555;
  text-decoration:none;
  font-size:14px;
  text-transform:uppercase;
  margin:0;
}

@media(max-width:900px){
  .uactt-footer-cta,
  .uactt-footer-bottom{
    flex-direction:column;
    text-align:center;
  }

  .uactt-footer-bottom nav{
    flex-direction:column;
    gap:14px;
  }
}
.uactt-footer-credit{
    display:flex;
    align-items:center;
    gap:2px;
    color:#555;
    font-size:14px;
}

.uactt-footer-credit strong{
    color:#8b0025;
}

.uactt-footer-credit img{
    height:22px;
    width:auto;
}
.uactt-footer-slogan{
  position:absolute;
  right:250px;
  top:85px;
  font-family:"Allura", cursive;
  font-size:34px;
  color:#d4af37;
  transform:rotate(-6deg);
  white-space:nowrap;
  z-index:30;
}
.pinglab-logo{

    font-weight:800;

    font-size:18;

    margin-left:6px;

    white-space:nowrap;

    letter-spacing:-0.5px;
}

.pinglab-logo .ping{

    color:#08aae5;

    text-transform:none;
}

.pinglab-logo .lab{

    color:#043d63;

    text-transform:none;
}

.pinglab-logo .tt{

    color:#08aae5;

    text-transform:none;
}

.pinglab-icon{

    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    margin-left:0px !important;
    vertical-align:middle !important;
    display:inline-block !important;

}