@font-face {
  font-family: "FKGrotesk";
  src: url("/projects/sevensix/fonts/FKGrotesk-Regular.woff2") format("woff2"), url("/projects/sevensix/fonts/FKGrotesk-Regular.woff") format("woff");
}
* {
  font-family: "FKGrotesk";
  font-weight: 400;
}

body {
  background-color: grey;
  font-size: 12px;
  line-height: 1.2;
}

#custom-filename {
  position: absolute;
  visibility: hidden;
}

.page {
  background-color: white;
  padding: 40px 40px 0 40px;
}
.page--first, .page--last {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.page--first__logo img, .page--last__logo img {
  width: 80px;
}
.page--first__artists, .page--first__title, .page--last__artists, .page--last__title {
  font-size: 36px;
}
.page--first__contacts {
  opacity: 0.4;
  padding-bottom: 40px;
}
.page--middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page--last .page__offices {
  padding-bottom: 40px;
}
.page__offices__item p:nth-child(1) {
  margin-block-end: 0;
}
.page__assets {
  height: 496px;
}
.page__assets__asset {
  display: flex;
  justify-content: center;
}
.page__assets__asset img {
  align-self: center;
}
.page__footer {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  padding: 0;
  height: 40px;
}
.page__footer__caption {
  display: flex;
}
.page__footer__caption div:not(:last-child) {
  margin-right: 20px;
}
