/*body {  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}*/
:root {
  --applemicrosite_Title: #fff;
  --ap_container_max_width: 1200px;
  --backgroundcolor: transparent;
  --headingTxt: #232323;
}

.applemicrosite_footer {
  width: 100%;
  color: #fff;
  background: #232323;
  padding: 50px 0;
  font-family: var(--pnr);
}
.applemicrosite_footer .container {
  max-width: var(--ap_container_max_width);
  width: 100%;
}
.applemicrosite_footer ul,
.applemicrosite_footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.applemicrosite_footer li {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .applemicrosite_footer li {
    align-items: center;
  }
  .applemicrosite_footer li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .applemicrosite_footer li {
    width: 100%;
  }
}
.applemicrosite_footer a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.applemicrosite_footer a:hover {
  text-decoration: none;
}
.applemicrosite_footer .fotLogo {
  font-size: 1.25rem;
  font-family: var(--pnb);
  line-height: 1.5;
  padding-bottom: 10px;
}
.applemicrosite_footer .fotLogo a {
  font-family: var(--pnb);
}
.applemicrosite_footer .fotLinksSm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.applemicrosite_footer .fotLinksSm a {
  font-size: 0.75rem;
  font-family: var(--pnr);
}
.applemicrosite_footer .socLinks {
  text-align: right;
  width: 100%;
}
.applemicrosite_footer .socLinks a {
  display: inline-block;
  margin-left: 20px;
  max-width: 20px;
}
.applemicrosite_footer .socLinks a img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .applemicrosite_footer .socLinks {
    text-align: center;
  }
  .applemicrosite_footer .socLinks a {
    margin: 0 10px;
  }
}
.applemicrosite_footer .fot-copyrights {
  color: #fff;
  text-align: right;
  font-size: 0.6875rem;
}
.applemicrosite_footer .fot-copyrights span {
  color: #fff;
}
.applemicrosite_footer .fot-copyrights a {
  color: #919191;
  display: inline-block;
  font-size: 0.6875rem;
}
@media screen and (max-width: 990px) {
  .applemicrosite_footer .fot-copyrights {
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .applemicrosite_footer li {
    text-align: center;
    padding-bottom: 0;
  }
  .applemicrosite_footer li a {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .applemicrosite_footer li:first-child {
    padding-bottom: 30px;
  }
  .applemicrosite_footer .socLinks {
    margin: 20px 0;
  }
}
/*# sourceMappingURL=footer.css.map */

.applemicrosite_footer a:focus-visible {
  outline: #ffffff 3px dashed !important;
  outline-offset: 2px;
}