.y-idsk__footer {
  display: flex;
  justify-content: center;
  min-height: 100px;
  padding: 20px;
  width: 100%;
  background-color: var(--color-idsk-footer-bg);
}
.y-idsk__footer .--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 968px;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .y-idsk__footer .--info-1 {
    text-align: center;
  }
  
  .y-idsk__footer .--content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .y-idsk__footer {
    position: fixed;
    bottom: 0;
  }
}
.y-idsk__footer .uksup-text {
  width: 300px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/text_uksup.svg");
}

/*# sourceMappingURL=idsk_footer.css.map */
