<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.apps__item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 3em;
  min-height: 19.3125em;
}
@media (min-width: 800px) {
  .apps__item {
    min-height: auto;
    border-bottom: 1px solid #ECECEC;
  }
}
.apps__left {
  position: absolute;
  left: -8em;
  z-index: 0;
  font-size: 16px;
}
@media (min-width: 800px) {
  .apps__left {
    position: static;
    margin-right: 2.5em;
  }
}
.apps__right {
  padding-left: 6.5em;
  word-break: break-word;
}
@media (min-width: 800px) {
  .apps__right {
    padding: 0;
    width: 100%;
  }
}
.apps__heading {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.apps__heading h2 {
  margin: 0;
  align-self: center;
  font-size: 1em;
}
@media (min-width: 800px) {
  .apps__heading h2 {
    font-size: 1.3em;
  }
}
.apps__heading img {
  max-width: 45px;
  max-height: 45px;
  margin: 0 !important;
  margin-right: 0.5em !important;
}
@media (min-width: 800px) {
  .apps__heading img {
    margin-right: 1em;
  }
}
.apps__figure {
  background-image: url(../images/iphone_wit.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 14.25em;
  height: 19.3125em;
  margin: 0;
  overflow: hidden;
}
.apps__figure img {
  position: absolute;
  top: 3.3em;
  left: 0.8em;
  width: 12.688em;
  margin: 0 !important;
  z-index: -1;
}
.apps__downloads {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 1em;
}
@media (min-width: 800px) {
  .apps__downloads {
    flex-direction: row;
  }
}
.apps__downloads a:first-child {
  margin-bottom: .5em;
}
@media (min-width: 800px) {
  .apps__downloads a:first-child {
    margin-bottom: 0;
    margin-right: .5em;
  }
}
.apps__downloads img {
  margin: 0 !important;
}
</pre></body></html>