.tcb-footer-module{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width:100%;
  color: #fff;
}

.tcb-footer-module hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #6A6A6A;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.tcb-footer-module__contact-block .contact-block-link {
  color: #fff;
  text-decoration: none;
}

.tcb-footer-module__contact-block .contact-block-text{
  font-family: Muli;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  font-weight: 500;
}

.tcb-footer-module__contact-block .darker-gray {
  color: #C4C4C4;
}

.tcb-footer-module__contact-block .smaller-text {
    font-size: 10px;
    line-height: 150%;
}

.tcb-footer-module .tcb-footer-module__bg{
  height: 100%;
  width: 100%;
  max-width: 1440px;
  position: absolute;
  z-index: -1;
}

.tcb-footer-module .tcb-footer-module__wrapper{
  margin: 30px;
}

.tcb-footer-module .tcb-footer-module__link{
  text-decoration: none;
  text-transform: uppercase;
  color:#fff;
  cursor: pointer;
  font-family: Muli;
  text-align: center;
  margin: 40px 0 40px 0;
  font-size: 13px;
  background-color: transparent !important;
  border: none;
  width: 190px;
  align-self: center;
  margin: 80px 0 40px 0;
}

.tcb-footer-module .tcb-footer-module__link::before{
  content:'';
  position: absolute;
  background-image: url('../../assets/images/chevron-up.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 21px;
  transform: translate(23px, -40px);
}

.tcb-footer-module__terms{
  color: #fff;
}

.tcb-footer-module .tcb-footer-module__text{
  font-family: Muli;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  font-weight: 500;
}

.tcb-footer-module .tcb-footer-module__links a {
  display: block;
}

@media screen and (max-width: 414px) {
 .tcb-footer-module{
   overflow: hidden;
 }
}

@media screen and (min-width: 768px) {
  .tcb-footer-module .tcb-footer-module__links {
    display: flex;
    flex-wrap: nowrap;
  }

  .tcb-footer-module__contact-block {
    display: flex;
  }

  .tcb-footer-module hr {
    margin-top: 20px;
    margin-bottom: 32px;
    border-top: 1px solid #6A6A6A;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }

  .tcb-footer-module__contact-block .contact-block-column {
    margin-right: 50px;
  }

  .tcb-footer-module .tcb-footer-module__links a {
    margin-right: 10px;
  }

  .tcb-footer-module .tcb-footer-module__link::before{
    transform: translate(25px, -43px);
  }

  .tcb-footer-module .tcb-footer-module__wrapper{

  }

  .tcb-footer-module .tcb-footer-module__text{
    font-family: Muli;
    font-size: 12px;
    line-height: 19px;
  }

  .tcb-footer-module .tcb-footer-module__link{
    /* margin: 70px 0 60px 0; */
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .tcb-footer-module .tcb-footer-module__wrapper{
    margin: 80px;
  }

  .tcb-footer-module .tcb-footer-module__link{
    margin: 80px 0 80px 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .tcb-footer-module .tcb-footer-module__wrapper{
    margin: 80px 180px 80px 180px;
  }

  .tcb-footer-module .tcb-footer-module__link{
    margin: 80px 0 80px 0;
    font-size: 14px;
  }
}
