html,
body {
  padding: 0;
  margin: 0;
  font-family: 'source-sans-pro', sans-serif;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

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

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
}

#overlay {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 5vh 5vh 0 5vh
}
#overlay.visible {
  display: block;
}
#overlay a {
  position: absolute;
  z-index: 12;
  top: 6vh;
  right: 7vh;
  color: #ffffff;
  font-size: 24px;
}
#overlay iframe {
  z-index: 10;
  background-color: #000000;
  border: 1px solid #ffffff;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}

#intro {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 75px;
  height: 650px;
  min-height: 100vh;
  text-align: center;
  background-image: url(../images/header_2x.jpg);
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
#sponsors {
  position: absolute;
  bottom: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 50px;
}
#sponsors > img {
  width: 125px;
}
#partners {
  background-color: #172027;
  padding: 75px;
  text-align: center;
  color: #ffffff;
}
#partners img {
  max-width: 400px;
  width: 100%;
}
#partners h2 {
  text-transform: uppercase;
  margin: 75px 0 35px 0;
  font-size: 26px;
}
#partners p {
  max-width: 1220px;
  margin: 0 auto 15px auto;
  font-size: 20px;
  line-height: 28px;
}
#spacer {
  align-self: stretch;
  flex-grow: 1;
}
#title {
  font-family:'commuters-sans', sans-serif;
  text-transform: uppercase;
}
#title h1 {
  margin: 0;
  font-size: 150px;
  font-weight: 900;
  line-height: 150px;
}
#title h1 span {
  color: #00B388;
}
#title h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  margin: 0;
  letter-spacing: 9px;
}
#title h2 img {
  width: 4.3vw;
  margin: 0 1.07vw;
}
#title p {
  color: #ffffff;
  margin: 0;
  font-size: 27px;
  letter-spacing: 1.98px;
  line-height: 34px;
  font-weight: 100;
}
#title p img {
  margin: 0;
  height: 19px;
  width: 234px;
}

#trailer,
#film {
  padding-top: 56.25%;
  background-color: #000000;
  position: relative;
  width: 100%;
  margin: 0 75px;
  display: none;
}

#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: 315px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.3);
}
#actions ul li a.alt {
  background-color: #ffffff;
  color: #000000;
}
#actions p {
  letter-spacing: 1px;
  font-size: 17px;
}
#actions em {
  font-weight: 700;
  font-style: normal;
}
#association {
  width: 200px;
  position: absolute;
  right: 20px;
  bottom: 80px;
}


#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-size: 30px;
  line-height: 43px;
  font-weight: 700;
  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-weight: 700;
}

#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,
#share-your-view {
  display: flex;
  flex-wrap: wrap;
  padding: 165px 75px 130px 75px;
  background-color: #172027;
  color: #ffffff;
  justify-content: space-between;
  font-size: 22px;
  line-height: 30px;
}
#register > div,
#share-your-view > div {
  flex-grow: 1;
  width: 400px;
  margin-right: 75px;
}
#register h1,
#share-your-view h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 10px 0;
}
#register h2,
#share-your-view h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 40px 0;
}
#register h2 span,
#share-your-view h2 span {
  font-weight: normal;
}
#register em,
#share-your-view em {
  font-weight: 700;
  font-style: normal;
}

#register > form,
#share-your-view > form {
  padding: 0 75px;
  width: 450px;
  flex-grow: 1;
  font-size: 16px;
  line-height: 20px;
}
#register > form button,
#share-your-view > form button {
  font-size: 25px;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-weight: 700;
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  cursor: pointer;
}
#register > form div.submit,
#share-your-view > form div.submit {
  display: flex;
}
#register > form button:hover,
#share-your-view > form button:hover {
  color: #00B388;
  border-color: #00B388;
}

#register > form label,
#share-your-view > form label {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

#register > form input[type="text"],
#register > form input[type="email"],
#share-your-view > form input[type="text"],
#share-your-view > 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 textarea,
#share-your-view > form textarea {
  background-color: transparent;
  width: 100%;
  height: 175px;
  border: 1px solid #ffffff;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  color: #ffffff;
  padding: 5px;
}

#register > form input[type="radio"],
#share-your-view > form input[type="radio"] {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  background-color: transparent;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  border-radius: 30px;
  margin-right: 5px;
}
#register > form input[type="radio"]:checked::after,
#share-your-view > form input[type="radio"]:checked::after {
  content: "";
  display: block;
  border: 1px solid #172027;
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  border-radius: 24px;
  margin: 1px;
}

#register > form input[type="checkbox"],
#share-your-view > 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: 0;
}
#register > form input[type="checkbox"]:checked::after,
#share-your-view > form input[type="checkbox"]:checked::after {
  content: "X";
  display: inline-block;
  color: #ffffff;
}
#register > form input[type="checkbox"] + label,
#share-your-view > form input[type="checkbox"] + label{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 15px;
}


#register > form input[type=text]::placeholder,
#register > form input[type=email]::placeholder,
#share-your-view > form input[type=text]::placeholder,
#share-your-view > form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#register > form label,
#share-your-view > form label {
  display: inline-block;
  margin-right: 35px;
  line-height: 30px;
  cursor: pointer;
}
#register > form > p.radio,
#share-your-view > form > p.radio{
  font-weight: bold;
}
#register > form > p.communication,
#share-your-view > form > p.communication {
  margin-top: 40px;
}
#register > form > p a,
#share-your-view > form > p a{
  text-decoration: underline;
}
#register > form > div.thanks,
#share-your-view > form > div.thanks {
  display:none;
  font-size: 20px;
}
#register > form > div.thanks > p.title,
#share-your-view > form > div.thanks > p.title{
  font-weight: 700;
  margin-top: 0;
}

#register > form.submitted > input,
#register > form.submitted > textarea,
#register > form.submitted > button,
#register > form.submitted > p,
#register > form.submitted > label,
#register > form.submitted > div.submit,
#share-your-view > form.submitted > input,
#share-your-view > form.submitted > textarea,
#share-your-view > form.submitted > button,
#share-your-view > form.submitted > p,
#share-your-view > form.submitted > label,
#share-your-view > form.submitted > div.submit{
  display:none !important;
}
#register > form.submitted > div.thanks,
#share-your-view > form.submitted > div.thanks {
  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,
body.film #actions {
  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-weight: 700;
  text-transform: uppercase;
  letter-spacing: 13px;
  line-height: 50px;
  color: #000000;
  margin: 15px 0 30px 0;
}
#watch h2 {
  font-size: 26px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  margin: 0;
}
#watch h1 span {
  font-weight: 200;
  color: #01A982;
}
#watch p {
  color: #969696;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#guide {
  background-color: #000000;
  padding: 100px 75px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
#guide > div {
  width: 47%;
}
#guide h1 {
  text-transform: uppercase;
  font-weight: 700;
  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-weight: 600;
}

#manifesto {
  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-weight: 700;
}
#manifesto p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
#manifesto p:first-of-type {
  font-weight: 600;
  margin-bottom: 25px;
}

#publicsector {
  padding: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #000000;
  background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 70%), url(../images/publicsector/header_2x.jpg);
  background-size: 100%, cover;
  background-position: center, right bottom;
  color: #ffffff;
}
#publicsector > div {
  width: 47%;
}
#publicsector > div.img {
  text-align: center;
}
#publicsector img {
  border: 1px solid #707070;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 350px;
  text-align: center;
}
#publicsector h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}
#publicsector p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}

.button {
  background-color: #01A982;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  padding: 18px 60px;
  margin-top: 25px;
  display: inline-block;
}

#video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  padding: 25px;
  display: none;
}
#video iframe {
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: black;
}
#video .close {
  cursor: pointer;
  position: absolute;
  content: "X";
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  z-index: 15;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

body.trailer #video {
  display: block;
}

@media only screen and (max-width: 700px) {
  #intro,
  #details,
  #register,
  #share-your-view,
  #footer,
  #watch,
  #guide,
  #manifesto,
  #publicsector,
  #partners {
    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;
  }
  #sponsors {
    position: relative;
    bottom: 0;
    padding: 0;
  }
  #partners h2 {
    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;
  }
  #publicsector {
    display: block;
  }
  #publicsector > div {
    width: 100%;
  }
  #publicsector > div.img {
    text-align: left;
  }

}

@media only screen and (max-width: 950px) {
  #intro {
    padding: 10vw;
  }
  #title h1 {
    font-size: 15.7vw;
    line-height: 15.7vw;
  }
  #title h2 {
    font-size: 2.2vw;
    line-height: 2.2vw;
    letter-spacing: 0.95vw;
  }
  #title p {
    font-size: 2.8vw;
    line-height: 3.57vw;
  }
  #title p img {
    height: 2vw;
    width: auto;
  }
}

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

@media only screen and (max-width: 1150px) {
  #association {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 15px;
  }

}