@font-face {
  font-family: ao_mono;
  src: url(../assets/ao-mono/AOMono-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: ao_mono;
  src: url(../assets/ao-mono/AOMono-Bold.otf);
  font-weight: 500;
}
@font-face {
  font-family: ao_mono;
  src: url(../assets/ao-mono/AOMono-Bold.otf);
  font-weight: 600;
}
@font-face {
  font-family: anthony;
  src: url(../assets/anthony/Anthony.otf);
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #1353d3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  font-family: monospace;
  font-family: ao_mono, monospaced;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: white;
  background: #1353d3;
}

::selection {
  color: white;
  background: #1353d3;
}

::-webkit-scrollbar {
  display: none;
}

h2,
h3 {
  max-width: 800px;
}

a {
  text-decoration: none;
}

p {
  font-size: 15px;
  line-height: 130%;
  max-width: 800px;
}

.accordion {
  width: 100vw;
  margin: 0;
}
.accordion dt, .accordion a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
}
.accordion dt {
  border-top: 1px solid #1353d3;
}
.accordion dt:first-child {
  border-top: none;
}
.accordion dt a {
  padding-left: 10px;
}
.accordion dt a p {
  transform: translateY(3px);
}
.accordion dt a:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 700px) {
  .accordion dt a:hover {
    text-decoration: underline;
  }
  .accordion dt a:hover .icon {
    background-image: url("/assets/icon-filled.svg");
  }
}
.accordion dd {
  display: block;
  width: 100%;
  border-top: 0;
  margin: 0;
}
.accordion dd a {
  display: block;
}

.icon {
  width: 20px;
  height: 20px;
  background-image: url("/assets/icon.svg");
  margin-right: 10px;
}

.tab-active-1 .icon-selected-1 {
  background-image: url("/assets/icon-filled.svg");
}
.tab-active-1 .tab-1:hover {
  text-decoration: none;
  cursor: default;
}

.tab-active-2 .icon-selected-2 {
  background-image: url("/assets/icon-filled.svg");
}
.tab-active-2 .tab-2:hover {
  text-decoration: none;
  cursor: default;
}

.tab-active-3 .icon-selected-3 {
  background-image: url("/assets/icon-filled.svg");
}
.tab-active-3 .tab-3:hover {
  text-decoration: none;
  cursor: default;
}

.blue-marble {
  background-color: #1353d3;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  padding: 10px;
  color: #ffffff;
  position: relative;
}
.blue-marble::-webkit-scrollbar-track {
  background-color: #1353d3;
}
.blue-marble::-webkit-scrollbar {
  display: none;
}
@media (min-width: 800px) {
  .blue-marble::-webkit-scrollbar {
    display: block;
    width: 5px;
  }
}
.blue-marble::-webkit-scrollbar-thumb {
  background-color: white;
}
.blue-marble ::-moz-selection {
  color: #1353d3;
  background: white;
}
.blue-marble ::selection {
  color: #1353d3;
  background: white;
}
.blue-marble h1 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 102%;
  max-width: 1080px;
}
@media (min-width: 800px) {
  .blue-marble h1 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  .blue-marble h1 {
    font-size: 48px;
  }
}
@media (min-width: 1350px) {
  .blue-marble h1 {
    font-size: 56px;
  }
}
.blue-marble h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.hero-slide {
  scroll-snap-align: start;
  height: calc(var(--vh, 1vh) * 100 - 120px);
  padding: 20px 0 20px 0;
  position: relative;
  background-color: rgba(19, 83, 211, 0.5);
}
@media (min-width: 800px) {
  .hero-slide {
    padding: 40px 0 20px 20px;
    background-color: rgba(19, 83, 211, 0.7);
  }
}

.blue-content {
  height: calc(var(--vh, 1vh) * 100 - 120px - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 800px) {
  .blue-content {
    height: calc(var(--vh, 1vh) * 100 - 120px - 70px);
    padding: 40px;
  }
}

.blue-content-more {
  display: none;
}
@media (min-width: 800px) {
  .blue-content-more {
    display: block;
  }
}
.blue-content-more h2 {
  margin-bottom: 10px;
  font-weight: 500;
}
.blue-content-more p {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 800px) {
  .blue-content-more p {
    font-size: 16px;
  }
}

.slide.hero-content-mobile {
  display: block;
  height: calc(var(--vh, 1vh) * 100 - 120px - 40px);
  padding: 40px 20px;
  background-color: rgba(19, 83, 211, 0.5);
}
@media (min-width: 800px) {
  .slide.hero-content-mobile {
    display: none;
  }
}
.slide.hero-content-mobile h2 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.marble-blue-mobile {
  display: block;
  margin: auto auto;
  width: 70%;
  animation: float 6s ease-in-out infinite, appear 2s ease-in-out;
}
@media (min-width: 800px) {
  .marble-blue-mobile {
    display: none;
  }
}

.marble-blue {
  display: none;
}
@media (min-width: 800px) {
  .marble-blue {
    display: block;
    position: sticky;
    top: 0%;
    float: right;
    margin-right: 5%;
    width: 30%;
    height: 100%;
    z-index: 10;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 40px 40px 40px 0;
    animation: float 6s ease-in-out infinite, appear 2s ease-in-out;
  }
}
@media (min-width: 1000px) {
  .marble-blue {
    width: 40%;
  }
}

.scroll-arrow {
  display: none;
}
@media (min-width: 800px) {
  .scroll-arrow {
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 10;
    right: 15.5px;
    bottom: 40px;
  }
}

.slide {
  scroll-snap-align: start;
  min-height: calc(var(--vh, 1vh) * 100 - 120px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(19, 83, 211, 0.5);
}
@media (min-width: 800px) {
  .slide {
    background-color: rgba(19, 83, 211, 0);
  }
}

.lines-ver {
  display: block;
  width: calc(100% - 20px);
  height: calc(var(--vh, 1vh) * 100 - 120px - 40px);
  margin: auto 10px;
  position: sticky;
  top: 10px;
  border: solid 1px white;
  -o-object-fit: cover;
     object-fit: cover;
  fill: white;
}
@media (min-width: 800px) {
  .lines-ver {
    display: none;
  }
}

.lines-hor {
  display: none;
}
@media (min-width: 800px) {
  .lines-hor {
    display: block;
    width: calc(100% - 80px);
    height: calc(var(--vh, 1vh) * 100 - 120px - 80px);
    margin: 0 20px;
    position: fixed;
    left: 20px;
    top: 80px;
    border: solid 1px white;
    -o-object-fit: cover;
       object-fit: cover;
    fill: white;
    pointer-events: none;
  }
}

.hidden {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.show {
  opacity: 1;
}

.section {
  max-width: 400px;
  padding: 0 10px 10px 10px;
  border: solid 1px white;
  background-color: rgba(19, 83, 211, 0.8);
  position: relative;
  margin: 0 auto;
  width: 85%;
  z-index: 20;
}
@media (min-width: 800px) {
  .section {
    padding: 0 20px 20px 20px;
  }
}
.section h3 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.section h3 span {
  font-size: 10px;
  font-weight: 40;
}
@media (min-width: 800px) {
  .section h3 {
    margin-top: 20px;
    font-size: 14px;
  }
}
.section h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 115%;
}

.section-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .section-top {
    margin-bottom: 20px;
  }
}
.section-top img {
  width: 100px;
  margin-top: 10px;
}
@media (min-width: 800px) {
  .section-top img {
    margin-top: 10px;
  }
}

@media (min-width: 800px) {
  .sec-role {
    margin-left: 15%;
    margin-top: 10vh;
  }
  .sec-gov {
    margin-left: 10%;
    margin-top: 20vh;
  }
  .sec-res {
    margin-left: 5%;
    margin-top: -10vh;
  }
  .sec-way {
    margin-left: 10%;
    margin-top: 20vh;
  }
  .sec-teams {
    margin-left: 15%;
    margin-top: -20vh;
  }
}
.map {
  height: calc(var(--vh, 1vh) * 100 - 120px);
  overflow-y: scroll;
  padding: 10px;
  position: relative;
  scroll-behavior: smooth;
}
.map h1 {
  text-transform: uppercase;
  font-weight: 35px;
  font-weight: 500;
  margin: 80px 0 20px 0;
}
.map h2,
.map h3 {
  max-width: 800px;
}
.map::-webkit-scrollbar-track {
  background-color: white;
}
.map::-webkit-scrollbar {
  display: none;
}
@media (min-width: 700px) {
  .map::-webkit-scrollbar {
    display: block;
    width: 5px;
  }
}
.map::-webkit-scrollbar-thumb {
  background-color: #1353d3;
}
.map .img-full {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .map .img-full {
    max-height: 70vh;
  }
}

.foundation-bm {
  border-left: solid 1px #1353d3;
  border-bottom: solid 1px #1353d3;
  padding: 20px 10px 10px 10px;
  font-weight: 500;
  position: relative;
}
.foundation-bm h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.foundation-bm p {
  margin-bottom: 10px;
  font-weight: 500;
}

section {
  border-top: solid 1px #1353d3;
  padding: 20px 0;
}

.new-forms-header {
  background-color: #1353d3;
  color: white;
  padding: 10px;
  position: relative;
}

.header-title h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.header-title h2 span {
  font-size: 15px;
  font-weight: 400;
}
.header-title img {
  width: 150px;
}
@media (min-width: 700px) {
  .header-title img {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.new-form-subtitle {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.new-form-text {
  margin-bottom: 20px;
}

.new-logic {
  border-top: dashed 1px white;
  padding-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}

.forms-content {
  margin: 40px 0 40px 0;
}

.content-topic {
  margin-bottom: 40px;
  padding-left: 8px;
  padding-top: 1px;
  border-left: solid 2px #1353d3;
}
.content-topic h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
.content-topic p span {
  font-weight: 500;
}

.artifact {
  padding: 13px 9px 9px 9px;
  border: dashed 1px #1353d3;
  margin-bottom: 20px;
  width: 100%;
}
.artifact:last-child {
  margin-bottom: 0;
}
.artifact h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.artifact p {
  margin-bottom: 10px;
}
.artifact p:last-child {
  margin-bottom: 0;
}
.artifact ul {
  margin: 20px 0;
}
.artifact ul li {
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.artifact ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #1353d3;
  width: 5px;
  height: 5px;
}

section.exhibition-section {
  background-color: #1353d3;
  color: white;
  padding: 10px;
}
section.exhibition-section h1 {
  font-size: 30px;
  margin: 10px 0 20px 0;
}
section.exhibition-section p {
  margin-bottom: 10px;
}
section.exhibition-section p:last-child {
  margin-bottom: 0;
}
section.exhibition-section a, section.exhibition-section a:visited {
  display: inline;
  color: white;
  text-decoration: underline;
}
section.exhibition-section .exhibition-info {
  border-top: dashed 1px white;
  padding: 20px 0;
}
section.exhibition-section .exhibition-info h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.exhibition-section ul {
  margin: 20px 0;
}
section.exhibition-section ul li {
  font-size: 15px;
  padding-left: 20px;
  max-width: 580px;
  position: relative;
  margin-bottom: 10px;
}
section.exhibition-section ul li span {
  font-weight: 500;
}
section.exhibition-section ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: white;
  width: 5px;
  height: 5px;
}

.artifact-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 700px) {
  .artifact-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

img.artifact-img {
  display: block;
  margin-bottom: 20px;
  transform: translateY(-4px);
  width: 100%;
}
@media (min-width: 700px) {
  img.artifact-img {
    max-width: 300px;
    height: 100%;
    margin-left: 20px;
    margin-bottom: 0px;
    aspect-ratio: 4/5;
  }
}
@media (min-width: 1100px) {
  img.artifact-img {
    max-width: 450px;
  }
}

.video-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1000px) {
  .video-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
  }
}

.video-session {
  margin-bottom: 20px;
  height: 60vh;
}
@media (min-width: 1000px) {
  .video-session {
    margin-bottom: 0;
    height: 70vh;
  }
}

a.council-link {
  display: inline-block !important;
  margin-bottom: 40px;
  margin-left: 0px;
}
@media (min-width: 700px) {
  a.council-link {
    max-width: 300px;
    display: inline !important;
    padding-left: 20px;
    padding-top: 10px;
  }
  a.council-link:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1100px) {
  a.council-link {
    max-width: 450px;
  }
}

img.council-img {
  display: block;
  margin-bottom: 20px;
  transform: translateY(-4px);
  width: 100%;
}
@media (min-width: 700px) {
  img.council-img {
    width: calc(100% - 20px);
    max-width: 300px;
    height: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 0px;
    aspect-ratio: 4/5;
  }
}
@media (min-width: 1100px) {
  img.council-img {
    max-width: 450px;
  }
}

.about {
  height: calc(var(--vh, 1vh) * 100 - 120px);
  overflow-y: scroll;
  padding: 10px;
  position: relative;
}
.about::-webkit-scrollbar {
  display: none;
}

@media (min-width: 700px) {
  .about-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.about-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 700px) {
  .about-content {
    width: 60%;
  }
}
@media (min-width: 700px) {
  .about-content {
    width: 100%;
  }
}

.logo {
  margin-top: 0;
}
@media (min-width: 700px) {
  .logo {
    margin-top: 40px;
  }
}

.logo-mobile {
  display: block;
  width: 90%;
  margin-bottom: 80px;
}
@media (min-width: 700px) {
  .logo-mobile {
    display: none;
  }
}

.logo-desktop {
  display: none;
}
@media (min-width: 700px) {
  .logo-desktop {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
}

.about-text {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .about-text {
    margin-bottom: 80px;
  }
}
.about-text p {
  margin-bottom: 15px;
  font-size: 17px;
}

.about-context {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  border-top: dashed 1px #1353d3;
  padding-top: 20px;
  margin-bottom: 40px;
}
.about-context p {
  font-size: 14px;
  margin-bottom: 10px;
}

img.flags-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 700px) {
  img.flags-mobile {
    display: none;
  }
}

img.flags-desktop {
  display: none;
}
@media (min-width: 700px) {
  img.flags-desktop {
    display: block;
    position: sticky;
    top: 0;
    width: 40%;
    height: calc(var(--vh, 1vh) * 100 - 140px);
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1000px) {
  img.flags-desktop {
    max-width: 600px;
    width: 50%;
  }
}

.about-logo {
  display: inline-block;
  max-width: 200px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}

.marble-teaser-body {
  background-color: #1353d3;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lines-ver.teaser {
  display: block;
  width: calc(100% - 40px);
  height: calc(var(--vh, 1vh) * 100 - 40px);
  position: fixed;
  top: 20px;
  left: 10px;
  border: solid 1px white;
  -o-object-fit: cover;
     object-fit: cover;
  fill: white;
}
@media (min-width: 800px) {
  .lines-ver.teaser {
    display: none;
  }
}

.lines-hor.teaser {
  display: none;
}
@media (min-width: 800px) {
  .lines-hor.teaser {
    display: block;
    width: calc(100% - 80px);
    height: calc(var(--vh, 1vh) * 100 - 80px);
    position: fixed;
    left: 20px;
    top: 40px;
    border: solid 1px white;
    -o-object-fit: cover;
       object-fit: cover;
    fill: white;
    pointer-events: none;
  }
}

.marble-blue-teaser {
  display: block;
  position: sticky;
  width: 70%;
  margin: 0 15%;
  aspect-ratio: 1/1;
  height: auto;
  z-index: 10;
  -o-object-fit: contain;
     object-fit: contain;
  animation: float 6s ease-in-out infinite, appear 2s ease-in-out;
}
@media (min-width: 800px) {
  .marble-blue-teaser {
    width: auto;
    margin: 0;
    height: calc(var(--vh, 1vh) * 60);
  }
}/*# sourceMappingURL=style.css.map */