
  
  
  /* PWC Unlocked */

  html {
    font-family: Helvetica;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
  }

  ul li {
    text-transform: uppercase;
    font-family: Helvetica;
}

  iframe 
{
 display: block; 
 width: 100%; 
 border: none; 
 overflow-y: auto; 
 overflow-x: hidden;
}
  
  @-ms-viewport {
    width: device-width;
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    height:100vh;
  }
  
  h3 {
    font-weight: 100;
    font-size: 28px;
    color: #ccc;
    line-height: 36px;
    margin-bottom: 1em;
  }

  form {
    width: 100%;
    height: 100%;
    max-height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  form.success input {
    color: #FFB600;
    border-color: #FFB600;
  }

  .fake-btn{
    display:initial;
  }

  .real-btn{
    display:none;
  }

  a.fake-btn.hide {
    display: none;
}

  a.real-btn.show {
    display: initial;
}

  .unlock-btn .success{

  }
  
  input {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    width: 24%;
    height: 100%;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 1.5rem;
    outline: 0;
    font-size: 11rem;
    color: #ccc;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
  }

  input:last-child {
    margin-right: 0;
  }

  input:hover {
    color: #9B9B9B;
  }

  input:focus {
    color: #0091FF;
    border-color: #0091FF;
  }
  
  .hint {
    display: none;
  }
  
  ul {
    padding-top: 2em;
    clear: both;
  }
  ul li {
    list-style-type: none;
  }
  
  strong {
    color: #777;
    font-weight: 200;
  }

  /* Unlocked */

  .unlocked-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:50%;
    max-height: 22rem;
    }

    @media(max-width:892px){
      .unlocked-header {
        flex-direction: column-reverse;
    }
    }

  .side {
    width: 2.5%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.dark-grey {
    background: grey;
    height: 96%;
}

.grey {
    height: 14%;
    background: #f1f1f1;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    padding-left: 3rem;
    text-align: left;
}

@media(max-width:892px){
  .title {
    padding-left: 0;
    text-align: left;
    width: 100%;
    margin: 1rem;
}
}

.title h3 {
    font-size: 4rem;
    color: #000;
    line-height: 1;
    margin: 0.5rem;
    font-family: Charter;
}

.title h5 {
    font-size: 2rem;
    font-family: Helvetica;
    color: red;
    font-weight: 400;
    line-height: 1;
    margin: 0.5rem;
}

@media(max-width:1020px){
  .title h3 {
    font-size: 2.8rem;
}

.title h5 {
    font-size: 1.3rem;
}
}

.blast-off {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.blast-off img {
    height: 100%;
}

  .unlocked {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 100vh;
  }

  .unlocked-2 {
    display:none;
  }
  .unlocked-2.show {
    display:initial;
  }


  .unlocked.hide {
    display: none;
}

  .unlock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 50%;
}

@media(max-width:1226px){
  .unlock{
    width:55%;
  }
}

@media(max-width:892px){
  .unlock {
    width: 55%;
    height: 50%;
}
}

.code-wrap{
    width: 100%;
    padding: 5rem 0;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 35%;
}

@media(max-width:892px){
  .code-wrap {
    flex-direction: column;
}
}


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

form.code_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    height: 100%;
    max-height: 22rem;
}

input[type="submit"] {
    height: 9rem;
    width: 100%;
}
  

.unlock-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 20%;
  padding: 2%;
}

@media(max-width:892px){
  .unlock-btn {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
}

.unlock-btn a {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: Helvetica;
    text-decoration: none;
    font-weight: 800;
    color:#000;
    letter-spacing: 2px;
    background: #FFB600;
  padding: 1.5rem;
  width: 70%;
  border-radius: 10px;
  height: 15%;
}

.unlock-btn:hover{
    transition:0.2s ease-in-out;
    opacity:0.7;
    cursor:pointer;
}

/* Video */

/* .vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
} */

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video{
    display:none;
}

.video.show{
  display:initial;
}

/* Unlocked 2 */

.locations {
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  height:35%;
}

.location-btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.location-btns a {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: Helvetica;
  text-decoration: none;
  font-weight: 800;
  color: #000;
  letter-spacing: 2px;
  background: #ffffff;
  padding: 1.5rem;
  width: 24%;
  border-radius: 10px;
  height: 15%;
  text-align: center;
}

.location-btns a:hover{
  transition:0.2s ease-in-out;
  opacity:0.7;
  cursor:pointer;
}

@media(max-width:1020px){
  .location-btns a{
    width: 27%;
    font-size: 1.3rem;
  }
}