/* =======================
 * * VARIABLES
 * * set the default values according to your preference.
 * * ======================= */
/* font styles */
/* colors */
.tyc-footer .frame__limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6041666667vw 0;
}
.tyc-footer .btn {
  margin-top: 1.5625vw;
}

.tyc-footer__col.col--2 {
  padding-top: 2.6041666667vw;
}

.tyc-footer__logosocmeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tyc-footer__logo {
  width: 7.1875vw;
}

.tyc-footer__socmeds,
.tyc-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tyc-footer__socmed {
  margin-left: 0.78125vw;
}
.tyc-footer__socmed img {
  height: 1.0416666667vw;
}

.tyc-footer__text p:first-child {
  font-size: 1.25vw;
  font-weight: bold;
}
.tyc-footer__text p:last-child {
  font-size: 0.8333333333vw;
}

.tyc-footer__links {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 15.625vw;
  padding-bottom: 1.3020833333vw;
}
.tyc-footer__link {
  width: 48%;
  margin-left: 4%;
  margin-top: 1.5625vw;
}
.tyc-footer__link:first-child, .tyc-footer__link:nth-child(2) {
  margin-top: 0;
}
.tyc-footer__link:first-child, .tyc-footer__link:nth-child(2n+1) {
  margin-left: 0;
}
.tyc-footer__link.link--privacy {
  width: 100%;
  margin-top: 1.5625vw !important;
  margin-left: 0px !important;
}
.tyc-footer__link.link--privacy p {
  font-size: 0.7291666667vw;
}
.tyc-footer__link p {
  font-size: 0.8333333333vw;
  line-height: 1;
}

.tyc-footer__copyright {
  padding: 0.5208333333vw;
  padding-top: 0px !important;
}
.tyc-footer__copyright * {
  font-size: 0.8333333333vw;
  letter-spacing: 0.1041666667vw;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .tyc-footer .frame__limit {
    display: block;
    padding: 6.6666666667vw 0;
  }
  .tyc-footer .btn {
    margin-top: 4vw;
  }
  .tyc-footer__col.col--2 {
    padding-top: 8vw;
  }
  .tyc-footer__logo {
    width: 18.6666666667vw;
  }
  .tyc-footer__socmed {
    margin-left: 1.8666666667vw;
  }
  .tyc-footer__socmed img {
    height: 2.6666666667vw;
  }
  .tyc-footer__text p:first-child {
    font-size: 3.2vw;
  }
  .tyc-footer__text p:last-child {
    font-size: 2.1333333333vw;
  }
  .tyc-footer__links {
    width: 40vw;
    padding-bottom: 3.2vw;
  }
  .tyc-footer__link {
    margin-top: 4vw;
  }
  .tyc-footer__link.link--privacy {
    margin-top: 4vw !important;
  }
  .tyc-footer__link.link--privacy p {
    font-size: 1.8666666667vw;
  }
  .tyc-footer__link p {
    font-size: 2.1333333333vw;
  }
  .tyc-footer__copyright {
    width: 90%;
    margin: auto;
    padding-bottom: 2.6666666667vw;
  }
  .tyc-footer__copyright * {
    font-size: 2.6666666667vw;
    letter-spacing: 1px;
    text-align: left;
  }
}