* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  background-color: #862f5c;
  font-family: "RC_Regular";
}

.upper {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: inset 0px 150px 150px rgba(0, 0, 0, 0.3);
  font-size: 36px;
  display: block;
  padding: 40px 0px 0px 0px;
}
.upper img.logo {
  position: relative;
  display: block;
  height: 480px;
  margin: 0 auto;
}

.arrow-bg {
  position: absolute;
  display: block;
  left: 50%;
  width: 650px;
  transform: translateX(-50%) rotate(-2deg);
  top: 435px;
}
.arrow-bg img {
  position: absolute;
  top: -200px;
  width: 100%;
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/themes/ngof/assets/img/bgt.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.37;
}

h2 {
  position: relative;
  text-align: center;
  margin: 0;
  color: white;
  margin-top: 20px;
  margin-left: -15px;
  height: auto;
  line-height: 42px;
  font-family: mountains_regular;
  font-size: 32px;
  color: #ede5ac;
}
h2 b {
  font-family: mountains_bold;
  color: #F6F2D6;
}

.navigation-wrapper {
  height: 100%;
  /*of pos-wrapper*/
}

.logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
.logos img {
  height: 30px;
}
.logos .item {
  display: block;
}

ul.chip-collector {
  list-style-type: none;
  padding-top: 20px;
  margin: 0;
  width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: mountains_regular;
}

.center {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.kLinkn {
  background-color: rgba(0, 0, 0, 0.5);
}

.tabber li.year-selector.active {
  background-color: rgba(0, 0, 0, 0.4);
}

.hidden {
  display: none !important;
}
.hidden .iyuuy {
  display: block;
}

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