@font-face {
  font-family: 'FuturaPT';
  src: url('/assets/img/may9/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/img/may9/FuturaPT-Bold.woff') format('woff'),
    url('/assets/img/may9/FuturaPT-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaPT';
  src: url('/assets/img/may9/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
    url('/assets/img/may9/FuturaPT-Book.woff') format('woff'),
    url('/assets/img/may9/FuturaPT-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.content::-webkit-scrollbar, .content .inner::-webkit-scrollbar {
  width: 0 !important
}

.content, .content .inner {
  overflow: -moz-scrollbars-none;
}

.content, .content .inner {
  -ms-overflow-style: none;
}

body {
  overflow: scroll;
  min-height: 900px;
}

.wrap {
  width: 100vw;
  height: 100vh;
  min-height: 900px;
  background: url(/assets/img/may9/map.jpg) no-repeat center center;
  background-size: cover;
  font-family: FuturaPT;
  font-weight: 600;
  -webkit-filter: saturate(1.1);
  filter: saturate(1.1);
}

.logo {
  width: 150px;
  background: #dc4128;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  padding-top: 60px;
}

.logo img {
  display: block;
  width: 100%;
}

.logo2 {
	width: 150px;
	position: absolute;
	left: 150px;
	top: 0;
	padding-top: 63px;
}

.logo2 img {
  display: block;
  width: 100%;
}

.arrow {
  position: absolute;
  right: 0;
  top: 50px;
}

.forest {
  position: fixed;
  bottom: 0;
  left: 0;
}

.forest img {
  width: 100%;
}

h1 {
  position: absolute;
  left: 400px;
  height: 184px;
  font-size: 38px;
  font-weight: 600;
  color: #dc4128;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.content {
  width: 100%;
  height: calc(100vh - 285px);
  min-height: 600px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 235px;
  padding-left: 75px;
  padding-right: 37.5px;
  border-top: 75px solid #fff;
  border-bottom: 75px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  display: none;
}

.content.allow {
  display: block;
}

.content .inner {
  padding-right: 37.5px;
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.content .video {
  position: relative;
  height: 180px;
  margin-bottom: 30px;
  overflow: hidden;
}

.content .video .title {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
}

.content .video .title h2 {
  font-weight: 600;
  font-size: 14px;
  display: inline;
  padding-bottom: 5px;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  transition: background .5s ease, color .5s ease;
}

.content .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .video .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .4);
  justify-content: center;
  text-align: left;
  transform: translate3d(0, 100%, 0);
  transition: transform .5s ease;
}

.content .video .overlay a {
  text-decoration: none;
  font-size: 10px;
  display: inline-block;
}

.content .video .overlay a button {
  border: none;
  background: #fff;
  color: #dc4128;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content .video .overlay a button:after {
  content: "";
  width: 15px;
  height: 28px;
  background: url(/assets/img/may9/button_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -14px;
  top: -10px;
}

.content .video .time {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.content .video:hover .overlay {
  transform: translate3d(0, 0, 0);
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before,
.simplebar-track.simplebar-vertical {
  width: 2px !important;
}

.content a.back {
  position: absolute;
  right: 75px;
  bottom: -75px;
  z-index: 100;
  height: 75px;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content a.back button {
  border: none;
  background: #666060;
  color: #fff;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background .3s ease;
}

.content a.back button:hover {
  background: #dc4128;
}

@media only screen and (max-width: 1200px) {
  .arrow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    display: none;
  }

  .logo {
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .back {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .simplebar-content:before {
    display: none;
  }

  .wrap {
    background: none;
  }

  .forest {
    display: none;
  }

  .logo_wrap {
    text-align: center;
    width: 100%;
  }

  .logo, .logo2 {
    position: static;
    display: inline-block;
  }

  .content {
    padding: 0;
    border: none;
    background: none;
    position: static;
    box-shadow: none;
  }

  .content a.back {
    position: static;
  }

  .content .inner {
    padding: 0;
    overflow: auto;
    height: auto;
  }

  .content .inner .video {
    height: 250px;
  }

  .annotation {
    border: none;
    background: none;
    position: static;
    box-shadow: none;
  }

  .annotation .close {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: -75px !important;
  }
}

@media only screen and (max-width: 420px) {
  .logo, .logo2 {
    width: 140px;
  }
}

.annotation {
  width: 100%;
  height: calc(100vh - 285px);
  min-height: 600px;
  background: #fff;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 235px;
  padding-left: 75px;
  padding-right: 37.5px;
  border-top: 75px solid #fff;
  border-bottom: 75px solid #fff;
  transition: transform 1s ease-in-out, opacity .8s ease;
}

.annotation.hide_anno {
  transform: translate3d(-150%, 0, 0);
  opacity: 0;
  pointer-events: none;
}

.annotation .close {
  position: absolute;
  right: 50px;
  top: -25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: .6;
  transition: opacity .5s ease;
}

.annotation .close:hover {
  opacity: 1 !important;
}

.annotation .close img {
  width: 100%;
}

.annotation h2 {
  font-weight: 600;
  margin-bottom: 50px;
}

.annotation p {
  font-family: FuturaPT;
  font-weight: 300;
}

.annotation ul {
  font-family: FuturaPT;
  font-weight: 300;
  margin-left: 30px;
}

.annotation p a {
  color: #dc4128;
}