@font-face{
  font-family: 'MetricHPE Web Light';
  src: url("../fonts/MetricHPE-Web-Light.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face{
  font-family: 'MetricHPE Web Regular';
  src: url("../fonts/MetricHPE-Web-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face{
  font-family:'MetricHPE Web Medium';
  src: url("../fonts/MetricHPE-Web-Medium.woff") format('woff');
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  font-display: swap;
}
@font-face{
  font-family:'MetricHPE Web Semibold';
  src: url("../fonts/MetricHPE-Web-Semibold.woff") format('woff');
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  font-display: swap;
}
@font-face{
  font-family: 'MetricHPE Web Bold';
  src: url("../fonts/MetricHPE-Web-Bold.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family:'MetricHPE Web Regular',Arial,sans-serif;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
}

#intro {
  background-color: #000000;
  border-bottom: 1px solid #707070;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 75px;
  min-height: 100vh;
  text-transform: uppercase;
  text-align: center;
  background-image: url(../images/header_2x.jpg);
  background-size: cover;
  background-position: bottom center;
}
#intro.part-two {
  background-image: url(../images/header_part_2.jpg);
}
#intro > div + div {
  margin-top: 75px;
}
#intro.part-two > div + div {
  margin-bottom: 75px;
}
#partner-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#title h1 {
  font-family:'MetricHPE Web Bold', Arial, sans-serif;
  letter-spacing: 15.4px;
  margin: 20px 0;
  font-size: 70px;
  font-weight: normal;
  line-height: 60px;
}
#title h1 span {
  font-family: 'MetricHPE Web Light', Arial, sans-serif;
  color: #00B388;
}
#title h2 {
  font-family: 'MetricHPE Web Light', Arial, sans-serif;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 28px;
  letter-spacing: 3.36px;
  line-height: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
#title h2 img {
  width: 4.3vw;
  margin: 0 1.07vw;
}
#title p {
  color: #dedede;
  font-family: 'MetricHPE Web Light', Arial, sans-serif;
  margin: 0;
  font-size: 22px;
  letter-spacing: 1.98px;
  line-height: 30px;
}
#title p img {
  margin: 0;
  height: 14px;
}
#title p em {
  font-style: normal;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
}
body.film #actions {
  margin-top: 75px;
}

#trailer,
#film {
  padding-top: 56.25%;
  background-color: #000000;
  position: relative;
  width: 100%;
  margin: 0 75px;
  display: none;
}
#trailer iframe,
#film iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#actions ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}
#actions ul li {
  display: block;
  margin: 12px;
}
#actions ul li a {
  display: block;
  width: 335px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.3);
}
#actions ul li a.alt {
  background-color: #ffffff;
  color: #000000;
}
#actions ul li.hidden {
  display: none;
}


#details {
  width: 100%;
  padding: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#details .image {
  width: 30vw;
  margin-right: 75px;
}
#details .image img {
  display: block;
  width: 100%;
}
#details .text {
  color: #343434;
  line-height: 30px;
  font-size: 22px;
  width: 300px;
  flex-grow: 1;
}

#details .text h1,
#details .text dt {
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 43px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 11px;
}

#details .text h1 {
  margin-top: 0;
}

#details .text .runtime {
  list-style-type: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
#details .text .runtime li + li:before {
  content: "•";
  margin: 0 1vw;
}
#details .text p {
  margin-bottom: 0;
}
#details .text em {
  font-family: 'MetricHPE Web Semibold', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

#details .text dd {
  margin: 0;
}

#details .social {
  list-style-type: none;
  margin: 35px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: left;
}
#details .social li {
  margin-right: 16px;
}

#register {
  display: flex;
  flex-wrap: wrap;
  padding: 165px 75px 130px 75px;
  background-color: #000000;
  color: #ffffff;
  justify-content: space-between;
  font-size: 22px;
  line-height: 30px;
  background-image: url(../images/register_2x.png);
  background-size: cover;
  background-position: left center;
}
#register a {
  text-decoration: underline;
}
#register > div {
  flex-grow: 1;
  width: 400px;
  margin-right: 75px;
}
#register h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  font-size: 30px;
  line-height: 43px;
  margin: 0 0 10px 0;
}
#register h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 0 40px 0;
}
#register h2 span {
  margin: 0 1.07vw;
}
#register em {
  font-style: normal;
  font-weight: normal;
  font-family: 'MetricHPE Web Semibold', Arial, sans-serif;
}

#register > form {
  padding: 0 75px;
  width: 450px;
  flex-grow: 1;
}
#register > form button {
  font-size: 25px;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  font-weight: normal;
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  cursor: pointer;
}
#register > form button:hover {
  color: #00B388;
  border-color: #00B388;
}

#register > form input[type="text"],
#register > form input[type="email"] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
}

#register > form input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 5px;
}
#register > form input[type="checkbox"]:checked {
  background-color: #ffffff;
}
#register > form input[type="checkbox"]:checked::after {
  content: "✔";
  font-family: sans-serif;
  font-size: 20px;
  display: inline-block;
  color: #000000;
  width: 30px;
  text-align: center;
}
#register > form input[type="checkbox"] + label {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 15px;
  margin-right: 30px;
}


#register > form input[type=text]::placeholder,
#register > form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#register > form > p {
  font-size: 16px;
  line-height: 20px;
}
#register > form > p a {
  text-decoration: underline;
}
#register > form > div {
  display:none;
  font-size: 20px;
}
#register > form > div > p.title {
  text-transform: uppercase;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
}

#register > form.submitted > input,
#register > form.submitted > button,
#register > form.submitted > p,
#register > form.submitted > label {
  display:none !important;
}
#register > form.submitted > div {
  display: block;
}


#footer {
  display: flex;
  padding: 65px 75px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  flex-wrap: wrap;
}

#footer > .left {
  margin-right: 50px;
}
#footer > .left img {
  margin-bottom: 20px
}
#footer > .left p {
  margin: 0;
}

body.trailer #title,
body.trailer #actions li:first-child,
body.film #title {
  display: none;
}
body.trailer #trailer,
body.film #film {
  display: block;
}

#header {
  background-color: #000000;
  padding: 40px;
}
#watch {
  background-color: #f7f7f7;
  text-align: center;
  margin: 0;
  padding: 0;
}
#watch {
  padding: 50px 75px;
}
#watch h1 {
  font-size: 58px;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 13px;
  line-height: 50px;
  color: #000000;
  margin: 15px 0 30px 0;
}
#watch h2 {
  font-size: 26px;
  font-family: 'MetricHPE Web Light', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  margin: 0;
}
#watch h1 span {
  font-family: 'MetricHPE Web Light', Arial, sans-serif;
  color: #01A982;
}
#watch iframe {
  border: none;
  height: 100vh;
  min-height: 500px;
}
#watch p {
  color: #969696;
  font-size: 22px;
  font-family: 'MetricHPE Web Light', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#guide {
  background-color: #ffffff;
  padding: 100px 75px;
  color: #000000;
  display: flex;
  justify-content: space-between;
}
#guide > div {
  width: 47%;
}
#guide h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  line-height: 35px;
  margin: 0;
}
#guide img {
  border: 1px solid #CECECE;
  width: 100%;
}
#guide p {
  font-size: 22px;
  line-height: 26px;
}
#guide p em {
  font-family: 'MetricHPE Web Semibold', Arial, sans-serif;
  font-style: normal;
}

#manifesto {
  background-color: #000000;
  color: #ffffff;
  padding: 75px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#manifesto > div {
  width: 47%;
}
#manifesto img {
  border: 1px solid #707070;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 450px;
}
#manifesto h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  font-style: normal;
}
#manifesto p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
#manifesto p:first-of-type {
  font-family: 'MetricHPE Web Semibold', Arial, sans-serif;
  margin-bottom: 25px;
}

.button {
  background-color: #01A982;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'MetricHPE Web Bold', Arial, sans-serif;
  padding: 18px 60px;
  margin-top: 25px;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  #title h1 {
    font-size: 10vw;
    line-height: 8.57vw;
    letter-spacing: 2vw;
  }
  #intro,
  #details,
  #register,
  #footer,
  #watch,
  #guide,
  #manifesto {
    padding: 10vw;
  }

  #footer > .left,
  #footer > .right {
    width: 100%;
  }
  #footer > .right {
    margin-top: 30px;
  }

  #guide,
  #manifesto {
    display: block;
  }
  #guide > div,
  #manifesto > div {
    width: 100%;
  }
  #guide > div:last-child,
  #manifesto > div:last-child {
    margin-top: 50px;
  }

}

@media only screen and (max-width: 750px) {
  #details {
    padding: 10vw;
    justify-content: flex-start;
  }
  #details .image {
    width: 65%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #details .text {
    width: 100%;
  }
  #watch h1 {
    font-size: 7.73vw;
    line-height: 6.66vw;
    letter-spacing: 1.73vw;
  }
}

@media only screen and (max-width: 1080px) {
  #register > div,
  #register > form {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
