.mainFooter .mainFooter-top,
.mainFooter .mainFooter-bottom {
  background-color: #212429;
  color: #FFFFFF;
}
.mainFooter .mainFooter-top a,
.mainFooter .mainFooter-bottom a {
  color: #FFFFFF;
}
.mainFooter .mainFooter-top a[href="#"]:hover,
.mainFooter .mainFooter-bottom a[href="#"]:hover {
  color: #FFFFFF;
}
.mainFooter .mainFooter-top a:not([href="#"]):hover,
.mainFooter .mainFooter-bottom a:not([href="#"]):hover {
  color: #E6007E;
}
.mainFooter .mainFooter-top .container {
  display: flex;
  justify-content: space-between;
}
.mainFooter .mainFooter-bottom {
  border-top: 1px solid #FFFFFF;
}
.mainFooter .mainFooter-bottom .row {
  align-items: center;
}
.mainFooter .mainFooter-bottom .mainFooter-copyright {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.mainFooter .mainFooter-bottom .mainFooter-legal {
  font-size: 14px;
  line-height: 20px;
}
.mainFooter .mainFooter-bottom .mainFooter-legal a {
  text-decoration: underline;
}
.mainFooter .mainFooter-bottom .mainFooter-duacode {
  font-size: 14px;
  line-height: 20px;
}
.mainFooter .mainFooter-bottom .mainFooter-duacode img {
  height: 11px;
}

@media (min-width: 768px) {
  .mainFooter .mainFooter-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mainFooter .mainFooter-top .container {
    align-items: center;
  }
  .mainFooter .mainFooter-top .mainFooter-title {
    max-width: 560px;
    margin-bottom: 12px;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
  }
  .mainFooter .mainFooter-top .mainFooter-text {
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
  }
  .mainFooter .mainFooter-top a {
    margin-right: 45px;
  }
  .mainFooter .mainFooter-top a .icon-ibm--arrow--up-right {
    font-size: 114px;
  }
  .mainFooter .mainFooter-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .mainFooter .mainFooter-bottom .mainFooter-duacode {
    text-align: right;
  }
  .mainFooter .mainFooter-bottom .mainFooter-legal {
    display: flex;
    justify-content: center;
  }
  .mainFooter .mainFooter-bottom .mainFooter-legal > div + div {
    margin-left: 24px;
  }
  .mainFooter .mainFooter-bottom .mainFooter-legal:last-child {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .mainFooter .mainFooter-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mainFooter .mainFooter-top .container {
    align-items: flex-end;
  }
  .mainFooter .mainFooter-top .mainFooter-title {
    margin-bottom: 8px;
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
  }
  .mainFooter .mainFooter-top .mainFooter-text {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
  }
  .mainFooter .mainFooter-top a .icon-ibm--arrow--up-right {
    font-size: 38px;
  }
  .mainFooter .mainFooter-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mainFooter .mainFooter-bottom .mainFooter-legal {
    margin-top: 18px;
  }
  .mainFooter .mainFooter-bottom .mainFooter-legal > div + div {
    margin-top: 12px;
  }
  .mainFooter .mainFooter-bottom .mainFooter-duacode {
    margin-top: 22px;
  }
}/*# sourceMappingURL=mainFooter.css.map */