
  
  
  /* PWC Unlocked */

  * {
    margin: 0;
    padding: 0;
  }

  html {
    font-family: arial, sans-serif;
    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: arial, sans-serif;
}

  iframe 
{
 display: block; 
 width: 100%; 
 border: none; 
 overflow-y: auto; 
 overflow-x: hidden;
}
  
  @-ms-viewport {
    width: device-width;
  }
  
  body {
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    background-color: #000000;
    height:100vh;
  }
  
  h3 {
    font-weight: 100;
    font-size: 28px;
    color: #ffffff;
    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: arial, sans-serif;
    font-weight: 200;
    width: 12vw;
    height: 27vh;
    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: 0;
}

  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: arial, sans-serif;
}

.title h5 {
    font-size: 2rem;
    font-family: arial, sans-serif;
    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%;
    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;
}



h1.con-sol-start {
  font-family: 'Times New Roman', serif;
  font-weight: 500;
  font-size: 1.8rem;
}

h2.build-basics {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto 0 0;
}

h3.con-enter-code {
    font-weight: bold;
    font-size: 1.8rem;
}

.code-wrap {
  background: #000000;
  margin: 10vh auto 0 0;
  height: 30vh;
  max-height: 30vh;
  min-height: 30vh;
}



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

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




@media(max-width:892px){
  .code-wrap {
    flex-direction: column;
}
.pwc-white-logo {
  margin-top: 80px;
}
}


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

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

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

.unlock-btn {
  float: right;
  margin: 8vh 0 0 0;
  padding: 6vh 4vw;
  text-align: center;
  height: 6vh !important;
  background-color: #E0321E;
}

@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: arial, sans-serif;
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
}

.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: arial, sans-serif;
  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;
}

.main-content {
  display: flex;
}

.left-col {
  width: 92vw;
  padding-left: 3vw;
}

.left-row-1 {
  height: 11vh;
  padding-top: 6vh;
  max-height: 11vh;
  min-height: 11vh;
}

.left-row-2 {
  height: 7vh;
  max-height: 7vh;
  min-height: 7vh;
}



.right-col img {
  height: 88vh;
}

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



@media(max-width:798px){
  .right-col {
    display: none;
  }
  .code-wrap {
    height: 30vh;
  }
  .unlock {
    width: 100%;
  }
  input {
    font-family: arial, sans-serif;
    font-weight: 200;
    width: 23%;
    height: 19vh;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 0.5rem;
    outline: 0;
    font-size: 10rem;
    color: #ccc;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
}
  .unlock-btn {
    width: 100%;
    margin: 40px auto;
    justify-content: center;
  }
  .unlock-btn a {
    padding: 3.4vh 11.2vw;
  }
}

.pwc-white-logo {
  top: 81vh;
  left: 3vw;
  position: fixed;
}
.pwc-white-logo img {
  width: 100px;
}


/* Right boxes */
.row-1, .row-2, .row-3, .row-4, .row-5{
  display: flex;
}

.row-1 .col-1 {
  background-color: #FFB600;
  height: 18vh;
  width: 18vh;
}
.row-1 .col-2 {
  background-color: #7D7D7D;
  height: 18vh;
  width: 18vh;
}
.row-1 .col-3 {
  background-color: #7D7D7D;
  height: 18vh;
  width: 18vh;
}
.row-1 .col-4 {
  background-color: #D04A03;
  height: 18vh;
  width: 18vh;
}



.row-2 .col-1 {
  background-color: #000000;
  height: 18vh;
  width: 18vh;
}
.row-2 .col-2 {
  background-color: #EC8C02;
  height: 18vh;
  width: 18vh;
}
.row-2 .col-3 {
  background-color: #DEDEDE;
  height: 18vh;
  width: 18vh;
}
.row-2 .col-4 {
  background-color: #2D2D2D;
  height: 18vh;
  width: 18vh;
}



.row-3 .col-1 {
  background-color: #000000;
  height: 18vh;
  width: 18vh;
}
.row-3 .col-2 {
  background-color: #EC8C02;
  height: 18vh;
  width: 18vh;
}
.row-3 .col-3 {
  background-color: #FFB600;
  height: 18vh;
  width: 18vh;
}
.row-3 .col-4 {
  background-color: #2D2D2D;
  height: 18vh;
  width: 18vh;
}



.row-4 .col-1 {
  background-color: #000000;
  height: 18vh;
  width: 18vh;
}
.row-4 .col-2 {
  background-color: #DB536B;
  height: 18vh;
  width: 18vh;
}
.row-4 .col-3 {
  background-color: #FFB600;
  height: 18vh;
  width: 18vh;
}
.row-4 .col-4 {
  background-color: #000000;
  height: 18vh;
  width: 18vh;
}



.row-5 .col-1 {
  background-color: #ffffff;
  height: 18vh;
  width: 18vh;
}
.row-5 .col-2 {
  background-color: #DEDEDE;
  height: 18vh;
  width: 18vh;
}
.row-5 .col-3 {
  background-color: #E0321E;
  height: 18vh;
  width: 18vh;
}
.row-5 .col-4 {
  background-color: #E0321E;
  height: 18vh;
  width: 18vh;
}

.gray-circle {
  height: 10vh;
  width: 10vh;
  background-color: #7D7D7D;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4vh;
  margin-left: 4vh;
}

.orange-circle {
  height: 10vh;
  width: 10vh;
  background-color: #EC8C02;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4vh;
  margin-left: 4vh;
}

.red-circle {
  height: 10vh;
  width: 10vh;
  background-color: #D04A03;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4vh;
  margin-left: 4vh;
}

.pink-circle {
  height: 10vh;
  width: 10vh;
  background-color: #DB536B;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4vh;
  margin-left: 4vh;
}