.clearfix, .group {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .group:after {
    clear: both; }

a {
  transition: color 0.2s; }
  a:hover, a:focus {
    outline: 0; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.site__copy > * + *,
.site__copy > * + a > * {
  margin-top: 1em; }

.site__copy *[style*="max-width:"][style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto; }

.site__copy p, .site__copy li, .site__copy dl {
  font-size: 16px;
  font-weight: 300; }
  @supports (font-size: clamp(1em, 1vw, 1em)) {
    .site__copy p, .site__copy li, .site__copy dl {
      font-size: clamp(16px, 1.484375vw, 19px); } }

html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: black; }

body {
  font-family: "Signika", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  color: white; }

* {
  box-sizing: border-box; }

.site__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
  max-width: 1920px; }
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .site__inner {
      padding-left: clamp(36px, 9.375vw, 290px);
      padding-right: clamp(36px, 9.375vw, 290px); } }

.site__content {
  position: relative; }

.nav__primary__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -8px; }
  @media (min-width: 961px) {
    .nav__primary__menu {
      justify-content: flex-end; } }
.nav__primary__menu__item.main-menu-item {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase; }
  .nav__primary__menu__item.main-menu-item + .nav__primary__menu__item {
    margin-left: 20px; }
    @supports (margin: clamp(1em, 1vw, 1em)) {
      .nav__primary__menu__item.main-menu-item + .nav__primary__menu__item {
        margin-left: clamp(20px, 1.5625vw, 30px); } }
    @media (max-width: 600px) {
      .nav__primary__menu__item.main-menu-item + .nav__primary__menu__item:last-child {
        margin-left: 0; } }
  @supports (font-size: clamp(1em, 1vw, 1em)) {
    .nav__primary__menu__item.main-menu-item {
      font-size: clamp(14px, 1.25vw, 16px); } }
  .nav__primary__menu__item.main-menu-item > a {
    font-weight: 600;
    text-decoration-color: transparent;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.1em;
    transition: color 0.2s, -webkit-text-decoration 0.2s;
    transition: color 0.2s, text-decoration 0.2s;
    transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
    color: white; }
    .nav__primary__menu__item.main-menu-item > a:hover, .nav__primary__menu__item.main-menu-item > a:focus {
      color: rgba(255, 255, 255, 0.7);
      text-decoration-color: white; }

@media (max-width: 960px) {
  .site__header .nav__social {
    display: none; } }

ul.nav__social__menu {
  display: flex;
  justify-content: center;
  align-items: center; }
  .site__header ul.nav__social__menu {
    justify-content: flex-end; }

.nav__social__menu__item {
  font-size: 32px;
  line-height: 1; }
  .nav__social__menu__item + .nav__social__menu__item {
    margin-left: 25px; }
  .nav__social__menu__item > a {
    text-decoration: none;
    color: white; }
    .nav__social__menu__item > a:hover, .nav__social__menu__item > a:focus {
      color: rgba(255, 255, 255, 0.6); }
    .nav__social__menu__item > a span {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }

.site__header {
  top: 0;
  left: 0;
  width: 100%; }
  .admin-bar .site__header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .site__header {
        top: 46px; } }
  @media (min-width: 961px) {
    .site__header .site__inner {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center; } }
.site__header--static {
  z-index: 700;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px; }
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .site__header--static {
      padding-top: clamp(20px, 4.6875vw, 40px);
      padding-bottom: clamp(20px, 4.6875vw, 40px); } }

.site__header--fixed {
  z-index: 800;
  position: fixed;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(35, 31, 32, 0.6);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  pointer-events: none; }
  .nav--sticky .site__header--fixed {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  @supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) or (-webkit-backdrop-filter: blur(0)) {
    .site__header--fixed {
      backdrop-filter: blur(5px) brightness(1);
      -webkit-backdrop-filter: blur(10px) brightness(1); } }
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .site__header--fixed {
      padding-top: clamp(8px, 0.8333333333vw, 16px);
      padding-bottom: clamp(8px, 0.8333333333vw, 16px); } }

.site__footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #231f20; }
  .site__footer .site__inner {
    z-index: 10; }

.site__footer__logos {
  display: grid;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 50px; }
  @media (min-width: 961px) {
    .site__footer__logos {
      grid-template-columns: 276fr 1102fr; }
      @supports (grid-gap: clamp(1em, 1vw, 1em)) {
        .site__footer__logos {
          grid-gap: clamp(20px, 2.0833333333vw, 40px); } } }
@media (max-width: 960px) {
  .site__footer__logo {
    width: 42.3913043478%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; } }

.site__footer__logo img {
  width: 100%;
  height: auto; }

.site__footer__related {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 132fr 99fr 147fr; }
  @supports (grid-gap: clamp(1em, 1vw, 1em)) {
    .site__footer__related {
      grid-column-gap: clamp(20px, 2.0833333333vw, 40px); } }
  @media (max-width: 960px) {
    .site__footer__related {
      grid-row-gap: 25px; }
      @supports (grid-gap: clamp(1em, 1vw, 1em)) {
        .site__footer__related {
          grid-row-gap: clamp(25px, 4.5572916667vw, 35px); } } }
  @media (min-width: 961px) {
    .site__footer__related {
      padding: 20px 0;
      border-top: solid 2px white;
      border-bottom: solid 2px white;
      grid-template-columns: 162fr 148fr 118fr 199fr 221fr 101fr; }
      @supports (border-width: clamp(1em, 1vw, 1em)) {
        .site__footer__related {
          border-top-width: clamp(1px, 0.15625vw, 3px);
          border-bottom-width: clamp(1px, 0.15625vw, 3px); } } }
.site__footer__related__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  .site__footer__related__item img {
    display: block;
    margin: auto; }
  @media (max-width: 960px) {
    .site__footer__related__item:nth-child(1) {
      width: 81.8181818182%; } }
  @media (max-width: 960px) {
    .site__footer__related__item:nth-child(3) {
      width: 53.0612244898%; } }
  @media (max-width: 960px) {
    .site__footer__related__item:nth-child(5) {
      grid-column: 3; } }
  @media (max-width: 960px) {
    .site__footer__related__item:nth-child(6) {
      grid-column: 2;
      grid-row: 2; } }
  @media (max-width: 960px) {
    .site__footer__related__item:nth-child(6) {
      width: 67.6767676768%; } }
  .site__footer__related__item img {
    width: 100%;
    height: auto; }

.site__footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .site__footer__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
