:root {
  --white: white;
  --bru: #6091a0;
  --transparent: rgba(0, 0, 0, 0);
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.title-screen {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bkg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #6091a0;
}

.title-screen.white-var {
  border-color: #fff;
}

.quick-stack {
  height: 100%;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.maphouse {
  height: 90%;
  background-image: url('../images/map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.organic-shape-wrapper {
  width: 140px;
  height: 140px;
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 48%;
  left: auto;
  right: 0%;
}

.cell-2 {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.optional-info-box {
  border-left: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.paragraph {
  margin-bottom: 0;
  margin-left: 10px;
}

.cell-for-shape {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.image-2 {
  width: 100%;
}

.hints-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hint {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hint-icon {
  width: 40px;
  flex: none;
}

.hint-words {
  font-family: proxima-nova, sans-serif;
  font-size: 8px;
  line-height: 10px;
}

.hintwords {
  font-family: proxima-nova, sans-serif;
}

.flashing-next-button {
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  display: none;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.container {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titlepara {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.buttonone {
  background-color: var(--white);
  color: #000;
  border: 3px solid #000;
  border-radius: 100px;
  padding: 30px 65px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.map {
  width: 100vw;
  height: 100vh;
  border: 20px solid var(--bru);
}

.hint-widget {
  width: 40%;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 30px;
  padding: 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.character {
  width: 100vw;
  height: 100vh;
  border: 20px solid var(--bru);
}

.basiccontainer {
  width: 100vw;
}

@media screen and (min-width: 1920px) {
  .maphouse {
    background-position: 0%;
    flex: none;
  }

  .organic-shape-wrapper {
    width: 260px;
    height: 260px;
    padding-right: 25px;
    position: static;
    bottom: 48%;
    right: 14%;
  }

  .paragraph {
    color: #000;
    padding-right: 41px;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 30px;
    display: none;
  }

  .cell-for-shape {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 145px;
    padding-right: 25px;
    display: flex;
    position: static;
  }

  .image-2 {
    max-width: none;
  }

  .hint-words, .hintwords {
    font-size: 16px;
    line-height: 20px;
  }

  .flashing-next-button {
    width: 60px;
    height: 100px;
    border-style: none;
    display: none;
    top: auto;
    bottom: 25%;
    left: 0%;
    right: auto;
  }

  .buttonone.w--current, .buttonone.tomap {
    align-self: flex-end;
  }

  .buttonone.non {
    align-self: flex-end;
    margin-top: 32px;
  }

  .map {
    height: 100vh;
    border: 20px solid var(--bru);
    display: block;
  }

  .hint-widget {
    border-width: 1px;
    padding: 46px;
    display: block;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: auto;
  }

  .hint-widget._1 {
    z-index: 1000;
    display: none;
  }

  .hint-widget._2 {
    z-index: 1000;
    display: none;
    left: 32%;
  }

  .hint-widget._3 {
    z-index: 100;
    display: none;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0%;
  }

  .image-3 {
    width: 610px;
    max-width: none;
  }

  .slow {
    z-index: 1000;
    width: 50px;
    height: 400px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .paragraph-2 {
    margin-top: 12px;
  }

  .div-block-2 {
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .character {
    height: 100vh;
    border: 20px solid var(--bru);
    display: block;
  }

  .cell-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 67px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stacked-stars {
    width: 100%;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 54px;
    display: flex;
  }

  .starwrapper {
    align-self: center;
  }

  .div-block-3 {
    width: 70%;
  }

  .div-block-4 {
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: -50px;
    font-size: 0;
    line-height: 0;
    position: relative;
  }

  .quick-stack-3 {
    height: 100%;
  }

  .basiccontainer {
    width: 100vw;
    height: 100vh;
    border: 20px solid var(--bru);
  }

  .basiccontainer.full-class {
    background-image: url('../images/Full-Class.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%;
  }

  .basiccontainer.half {
    background-image: url('../images/HalfClass.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 90%;
  }

  .top-rocker-wrapper {
    padding: 18px;
  }

  .cell-5 {
    flex-flow: row;
    display: block;
  }

  .div-block-5 {
    width: 100%;
    border: 2px solid #000;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid {
    height: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .toprocker-cell-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    display: flex;
  }

  .toprocker-cell-container.left {
    justify-content: flex-start;
    align-items: center;
  }

  .image-4 {
    height: 70px;
  }

  .image-4.opac, .bulb.opac {
    opacity: .2;
  }

  .quick-stack-4 {
    height: 90%;
  }

  .cell-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--transparent);
    justify-content: center;
    align-items: center;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    height: 50%;
  }

  .div-block-7 {
    width: 100%;
    height: 100%;
    align-self: auto;
  }

  .grid-3 {
    height: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-items: stretch;
  }

  .div-block-8 {
    height: 100%;
    padding: 22px;
  }

  .div-block-9 {
    text-align: center;
    padding-top: 346px;
  }

  .cell-7 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 149px;
  }

  .slide-container {
    width: 100vw;
    height: 100vh;
    border: 20px solid var(--bru);
  }

  .slide-wrapper {
    height: 100%;
    padding: 59px;
  }

  .slider {
    height: 100%;
    background-color: var(--transparent);
  }

  .slide-nav {
    color: var(--black);
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .heading {
    font-size: 200px;
  }

  .full {
    height: 100%;
  }

  .full.classroom-full {
    background-image: url('../images/Full-Class.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .full.classroom-half {
    background-image: url('../images/HalfClass.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-10 {
    height: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .image-5 {
    margin-bottom: 128px;
    margin-left: 253px;
  }

  .div-block-11 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 90px;
  }
}

#w-node-_1a620eb3-c622-6499-43aa-c64ad3ac79a2-f29cc4de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d38ab09a-bf45-a9cb-473a-99ddf6f11ed9-f29cc4de {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_6bbe7a73-06b6-91f0-6048-0bc269a7aaa2-57283bc1, #w-node-_2d77e795-998c-3414-2c50-9cd3f1343204-3d2c0e94, #w-node-_99250394-6d4e-da7f-07b3-947f444d7dc3-2bba3173 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e594abf-5395-30f7-9333-dfdd724ea26c-2bba3173 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3e594abf-5395-30f7-9333-dfdd724ea276-2bba3173 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-bd23f714-0c6b-b123-c2d1-3cf1fb9a6251-2bba3173 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_6bbe7a73-06b6-91f0-6048-0bc269a7aaa2-57283bc1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_6bbe7a73-06b6-91f0-6048-0bc269a7aaa4-57283bc1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_99250394-6d4e-da7f-07b3-947f444d7dc3-2bba3173 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_99250394-6d4e-da7f-07b3-947f444d7dda-2bba3173 {
    grid-column: span 3 / span 3;
  }
}


