@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT-Light.eot");
  src: url("../fonts/AbadiMT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT-Light.woff2") format("woff2"), url("../fonts/AbadiMT-Light.woff") format("woff"), url("../fonts/AbadiMT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT.eot");
  src: url("../fonts/AbadiMT.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT.woff2") format("woff2"), url("../fonts/AbadiMT.woff") format("woff"), url("../fonts/AbadiMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.brief {
  position: relative;
}
.brief-header {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 1em 2em;
}
.brief-header-name {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brief-header .button {
  flex-direction: row-reverse;
}
.brief-header .button .arrow-wrapper {
  transform: rotate(180deg);
}
.brief-gallery {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2em;
  column-gap: 1em;
  row-gap: 1em;
}
.brief-gallery-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.brief-gallery-column img {
  width: 100%;
  object-fit: cover;
}
.brief-gallery-left a:nth-child(even) img {
  aspect-ratio: 3/2;
}
.brief-gallery-left a:nth-child(odd) img {
  aspect-ratio: 2/2.5;
}
.brief-gallery-right a:nth-child(even) img {
  aspect-ratio: 3/2;
}
.brief-gallery-right a:nth-child(odd) img {
  aspect-ratio: 2/3;
}
.brief-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
}
.brief-pagination-back {
  flex-direction: row-reverse;
}
.brief-pagination-back .arrow-wrapper {
  transform: rotate(180deg);
}
.brief-pagination span {
  font-family: "AbadiMT", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: normal;
  color: #FEC524;
}
@media screen and (max-width: 993px) {
  .brief-header {
    gap: 2em;
  }
  .brief-gallery {
    grid-template-columns: 1fr;
  }
}