@import "https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";
@font-face {
  font-family: Fenwick;
  src: url("FenwickWoodtype.375f5a16.ttf");
}

body {
  color: #3a3a3c;
  background-color: #efebe7;
  background-image: url("noise2.4442d001.png");
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  font-family: Inria Serif;
  font-weight: 600;
  display: flex;
}

.wrapper {
  width: 98%;
  height: 96%;
}

.head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.head .container {
  cursor: pointer;
  text-align: center;
  font-family: Fenwick;
  font-size: 7vw;
  font-weight: 400;
}

.head img {
  width: 10vw;
  margin: 0 4vw;
}

.head .logo-content {
  text-align: center;
  color: #016855;
  width: 5vw;
  font-family: Times New Roman;
  font-size: 1vw;
  font-weight: bold;
  position: absolute;
  top: 9.5vh;
}

.head .content1 {
  left: 7.5vw;
}

.head .content2 {
  right: 7.5vw;
}

.nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  gap: 1vw;
  padding: 1vh;
  font-family: Urbanist;
  font-size: 1.4vw;
  font-weight: 900;
  display: flex;
}

.nav * {
  cursor: pointer;
  padding: 0 1vw;
}

.nav :hover {
  color: #016855;
}

.main {
  text-align: justify;
  grid-template-columns: 13.4vw 60vw 24.4vw;
  grid-auto-rows: minmax(100px, auto);
  width: 100%;
  height: 69vh;
  display: grid;
  overflow: hidden;
}

.main .panel {
  flex-direction: column;
  justify-content: space-between;
  padding: .4vw 1vw;
  font-size: 2vh;
  line-height: 1;
  display: flex;
}

.main .panel p {
  margin: 0;
}

.main .panel h4 {
  color: #016855;
  margin: 0;
  padding: 1.8vh 0 1vh;
  font-family: Urbanist;
  font-size: 1.2vw;
  font-weight: 900;
}

.main .panel iframe {
  width: 100%;
  height: 17vw;
  padding-top: 2vh;
}

.main .center-panel {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 0 1vw;
  overflow: hidden;
}

.main .center-panel .headline {
  padding: 2vh 0;
  font-family: Urbanist;
  font-size: 2.9vw;
  font-weight: 900;
}

.main .center-panel .headline strong {
  color: #016855;
}

.main .center-panel img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  transition: all .2s ease-in-out;
}
/*# sourceMappingURL=index.8353e49f.css.map */
