.ta-ti-sticky-footer {
  max-width: 100% !important;
  padding: 0 !important;
  position: sticky;
  bottom: 0;
  z-index: 9;
  display: none;
}
.ta-ti-sticky-footer.visible{
  display: block;
}

.ta-ti-sticky-footer .cmp-container {
  background-size: cover; 
  background-position: top right;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 80px 10px;
  gap: 100px;
  justify-content: center;
  position: relative;
}

.ta-ti-sticky-footer .cmp-container .leadproxytext .cmp-text p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: start;

}

.ta-ti-sticky-footer .cmp-container .button {
  min-width: 279px;
}

.ta-ti-sticky-footer .cmp-container .button .cmp-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  text-align: center;
}

.ta-ti-sticky-footer .cmp-container .button .cmp-button .cmp-button__text {
  color: #D62049;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.14px;
}

.ta-ti-sticky-footer .cmp-container .extendedimage {
  
  cursor: pointer;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 2%;
  top: 1%;

}

.ta-ti-sticky-footer .cmp-container .extendedimage .cmp-image,
.ta-ti-sticky-footer .cmp-container .extendedimage .cmp-image .cmp-image__image {
  height: 100%;
  width: 100%;
  display: block;

}


.ta-ti-sticky-footer .leadproxytext .lead{
  color:  #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.ta-ti-sticky-footer .leadproxytext .lead b{
  color:  #FFF;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}
.ta-ti-sticky-footer .leadproxytext .lead b sup{
  color: #FFF;
  font-family: Inter;
  font-size: 0.5em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  position: unset;
  vertical-align: super;
}
.ta-ti-sticky-footer .leadproxytext .whiteText{
  color:  #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height:  27px;
  letter-spacing: -0.18px;
}

@media screen and (max-width:768px) {
  .ta-ti-sticky-footer.ta-ti-sticky-footer-mob-none{
    display: none;
  }

  .ta-ti-sticky-footer .cmp-container {

    flex-direction: column;
    gap: 8px;
    padding: 11px 0px 13px;
  }

  .ta-ti-sticky-footer .cmp-container .leadproxytext .cmp-text p {
    font-size: 16px;
    letter-spacing: -0.16px;

  }
 
  .ta-ti-sticky-footer .cmp-container{
    gap: 10px;
   }
  .ta-ti-sticky-footer .leadproxytext .whiteText{
    display: none;
  }
  .ta-ti-sticky-footer .leadproxytext .lead, .ta-ti-sticky-footer .leadproxytext .lead b{
    font-size: 14px;
  }
  
  .ta-ti-sticky-footer .cmp-container .extendedimage{
    height: 16px;
    width: 16px;
    right: 5.5%;
    top: 2px;
  }
  .ta-ti-sticky-footer .cmp-container{
    padding: 21px 0px 0px;
  }
  .ta-ti-sticky-footer .cmp-container .leadproxytext{
    padding-top: unset;
  }
  .ta-ti-sticky-footer .cmp-container .button{
    min-width: 172px;
    margin-bottom: 8px;
  }
  .ta-ti-sticky-footer .cmp-container .button .cmp-button{
    padding: 7px 24px;
  }
  .ta-ti-sticky-footer.handle-stickyFooter-position{
    bottom : 59px;
  }
}