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

.container-3 {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
}

.logo {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -10%;
  display: block;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  float: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 20px;
  background-color: #49c1ed;
  box-shadow: 0 3px 0 0 #207fb6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #207fb6;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #49c1ed;
  box-shadow: 0 3px 0 0 #207fb6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-2:hover {
  position: static;
  overflow: visible;
  background-color: #207fb6;
  color: #fff;
  font-size: 14px;
}

.nav-link-2.w--current {
  color: #fff;
}

.white-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 400px;
  height: auto;
  margin-top: -5%;
  padding: 0px 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
}

.white-text-block.soon {
  text-align: center;
}

.headingwhite {
  display: block;
  margin: 0px auto;
  padding: 0px 20px 10px;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.headingwhite.teamheadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 30px;
  font-weight: 400;
}

.headingblue {
  display: none;
  margin-top: 5%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Bariol, Tahoma, sans-serif;
  color: #207fb6;
  font-weight: 700;
  text-align: center;
}

.headingblue.contact {
  display: block;
}

.subline {
  display: none;
  margin-bottom: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Bariol, Tahoma, sans-serif;
  color: #49c1ed;
  font-size: 16px;
  text-align: center;
}

.subline.contact {
  display: block;
}

.gamesbox {
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  border-radius: 20px;
  background-color: #49c1ed;
  box-shadow: 0 4px 0 0 #207fb6;
}

.gamesbox.jumptherope {
  position: relative;
  display: none;
  max-width: 30%;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/jump-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesbox.jumptherope:hover {
  max-width: 30%;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/jump-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/jump-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gamesbox.crazymaze {
  position: relative;
  display: none;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/crazy-maze-background.jpg');
  background-position: 33% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesbox.crazymaze:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/crazy-maze-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/crazy-maze-background.jpg');
  background-position: 0px 0px, 33% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gamesbox.bbc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/JourneyPromoArtSmall.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesbox.bbc:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/JourneyPromoArtSmall.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/JourneyPromoArtSmall.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
}

.gamesbox.trollface {
  position: relative;
  display: none;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/TrollFaceClickerBG.png');
  background-position: 50% 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesbox.trollface:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/TrollFaceClickerBG.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/TrollFaceClickerBG.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
}

.gamesbox.talkingtomjump {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/BackgroundTTJ.jpg');
  background-position: 50% 80%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesbox.talkingtomjump:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/BackgroundTTJ.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/BackgroundTTJ.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, 768px;
  background-repeat: repeat, no-repeat;
}

.gamesbox.larry {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/LarryBackground_1.jpg');
  background-position: 50% 0%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesbox.larry:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/LarryBackground.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/LarryBackground.jpg');
  background-position: 0px 0px, 50% 0%;
}

.gamesbox.bba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesbox.bba {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.gamesbox.bba:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesbox.bba.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  opacity: 1;
}

.gamesbox.bba.full:hover {
  background-image: url('../images/boom-bots-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gamesbox.xel {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.gamesbox.xel:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesbox.xel.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  opacity: 1;
}

.gamesbox.xel.full:hover {
  background-image: url('../images/boom-bots-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-2 {
  margin-top: 5%;
}

.gamelogos {
  max-width: 50%;
  margin: -34% 25% 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
}

.row {
  margin: 120px 3% 5%;
}

.row.gamejam {
  margin-right: 10%;
  margin-left: 10%;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/Arrow.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.arrow.mobile {
  display: none;
}

.info-box {
  margin: 50px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #49c1ed;
  box-shadow: 0 4px 0 0 #207fb6;
}

.info-box.form {
  margin-top: 0px;
}

.info-box.black {
  display: none;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
  box-shadow: none;
}

.info-box.black.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  margin: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #2c2c2c;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.info-box.blue {
  display: none;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
  box-shadow: none;
}

.info-box.blue.mobile {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: none;
  width: 35%;
  height: 100%;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #49c1ed;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.info-box.blue.desktop {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #49c1ed;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.aboutbg {
  position: static;
  min-height: 100%;
  background-image: url('../images/Office.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.profilepic {
  position: static;
  top: 0px;
  bottom: 0px;
  display: block;
  margin: -30% auto 2%;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 10px none #49c1ed;
  border-radius: 250px;
}

.profilepic.job {
  width: 150px;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#207fb6), to(#207fb6));
  background-image: linear-gradient(180deg, #207fb6, #207fb6);
}

.submit-button {
  width: 120px;
  float: right;
  border-radius: 20px;
  background-color: #ffae00;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #207fb6;
  color: #ffae00;
}

.form-block {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5%;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.field-label {
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
}

.field-label-2 {
  font-family: Bariol, Tahoma, sans-serif;
  color: #fffbfb;
  font-size: 18px;
}

.text-field {
  border-style: none;
  border-radius: 10px;
  font-family: Bariol, Tahoma, sans-serif;
}

.text-field-2 {
  border-style: none;
  border-radius: 10px;
  font-family: Bariol, Tahoma, sans-serif;
}

.textarea {
  min-height: 160px;
  border-style: none;
  border-radius: 10px;
  font-family: Bariol, Tahoma, sans-serif;
}

.profileinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49c1ed), to(#49c1ed));
  background-image: linear-gradient(180deg, #49c1ed, #49c1ed);
  box-shadow: 0 4px 0 0 #207fb6;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49c1ed), to(#49c1ed));
  background-image: linear-gradient(180deg, #49c1ed, #49c1ed);
}

.section-6.boombots {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c272a), to(#1c272a));
  background-image: linear-gradient(180deg, #1c272a, #1c272a);
}

.button {
  float: right;
  background-color: transparent;
  font-family: Bariol, Tahoma, sans-serif;
  font-weight: 700;
}

.teaserimageleft {
  display: block;
  padding-right: 2%;
  float: right;
}

.appstorebadge {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 100%;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 20px;
  float: right;
  clear: none;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.appstorebadge:hover {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.playstorebadge {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 100%;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.playstorebadge:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.teaserimageright {
  position: static;
  top: 21px;
  right: 0px;
  bottom: 21px;
  display: block;
  padding-left: 2%;
  float: left;
  clear: none;
}

.teaserimageright.mobile {
  padding-left: 2%;
}

.teaserimagecenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  float: none;
}

.screenshot-row {
  display: block;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navlinkdropdown01 {
  position: static;
  padding: 10px 0px;
  background-color: #49c1ed;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.navlinkdropdown01:hover {
  position: static;
  overflow: visible;
  background-color: #207fb6;
  color: #fff;
  font-size: 14px;
}

.navlinkdropdown01.w--current {
  color: #fff;
}

.navlinkdropdown02 {
  display: block;
  padding: 10px 0px;
  border-radius: 0px 0px 20px 20px;
  background-color: #49c1ed;
  box-shadow: 0 3px 0 0 #207fb6;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.navlinkdropdown02:hover {
  position: static;
  overflow: visible;
  background-color: #207fb6;
  color: #fff;
  font-size: 14px;
}

.navlinkdropdown02.w--current {
  color: #fff;
}

.tinydraw {
  display: block;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5 {
  height: 60px;
}

.social {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 2%;
  margin-bottom: 6%;
  margin-left: 2%;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #49c1ed;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
}

.social:hover {
  background-color: #207fb6;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-3 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  position: static;
  top: 11px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  position: static;
  top: 14px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.success-message {
  background-color: #49c1ed;
}

.text-block-3 {
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.error-message {
  border-radius: 20px;
  background-color: #b62020;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.map {
  position: relative;
  display: none;
  overflow: hidden;
  width: 90%;
  border-radius: 20px;
}

.background-boom {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.boom-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}

.download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% auto 0px;
  padding: 0px 20px 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.download.bbc {
  color: #fff;
}

.slider-2 {
  position: relative;
  min-height: 1080px;
}

.background-crazy {
  position: static;
  height: 100%;
  background-image: url('../images/crazy-maze-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.crazy-logo {
  position: relative;
  bottom: 29px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.background-jump {
  position: static;
  height: 100%;
  background-image: url('../images/jump-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.jump-logo {
  position: relative;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.background-card {
  position: static;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/card-quest-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-logo {
  position: relative;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slider-info-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.45);
}

.about-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 80%;
  margin: 50px;
  padding-left: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.45);
}

.text-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 66px;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 150px;
  font-weight: 700;
  text-align: center;
}

.div-block-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-width: 100%;
  min-height: 750px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

.boombotslogo {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-9 {
  width: 100%;
  height: 230px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #070008), to(transparent));
  background-image: linear-gradient(0deg, #070008 13%, transparent);
}

.headline {
  margin-top: 2%;
  margin-bottom: 2%;
}

.infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 400px;
  margin: 2% 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c272a), to(#1c272a));
  background-image: linear-gradient(180deg, #1c272a, #1c272a);
  box-shadow: 0 5px 0 0 #131d27;
}

.infobox.big {
  width: 50%;
  height: 100%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-13 {
  width: 80%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.headlinewhite {
  margin: 2% 10% 4%;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.text-block-9 {
  margin-right: 10%;
  margin-left: 10%;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.text-block-10 {
  margin: 2%;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
}

.link {
  color: #fff;
  font-weight: 400;
}

.background-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bbcquiz-logo {
  display: block;
  margin: 3% auto 2%;
  padding-right: 2%;
  padding-left: 2%;
}

.background-bbc {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gamelogobba {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-height: 300px;
  max-width: 250px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gamelogobba.full {
  left: auto;
  top: 10%;
  right: auto;
  bottom: auto;
  max-height: none;
  max-width: 350px;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-bottom: 2%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-13 {
  width: 600px;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.section-3.mobile {
  display: none;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.white-text-block-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
}

.white-text-block-about.small {
  font-size: 12px;
}

.white-text-block-about.xel {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.white-text-block-about.wishlist {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.white-text-block-about.wishlist.mobile {
  display: none;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-19 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: inline;
  width: 50%;
}

.image-15 {
  max-width: 100%;
  margin-bottom: 3%;
}

.div-block-22 {
  display: none;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-23 {
  position: relative;
  height: 100vh;
}

.section-4 {
  height: 100vh;
  background-image: url('../images/Office.jpg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.badgesmobile {
  display: none;
  max-width: 300px;
  margin-bottom: 2%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.company-logo {
  margin: 4% 2%;
}

.link-3 {
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  text-decoration: none;
}

.image-16 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.divrecovery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.textblack {
  font-family: Bariol, Tahoma, sans-serif;
}

.text-field-3 {
  border-radius: 20px;
}

.text-field-4 {
  border-radius: 20px;
}

.submit-button-2 {
  border-radius: 20px;
  background-color: #49c1ed;
  font-family: Bariol, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.logosmall {
  margin-bottom: 30px;
}

.textbase {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Bariol, Tahoma, sans-serif;
  color: #49c1ed;
  font-size: 16px;
  font-weight: 700;
}

.textred {
  display: block;
  font-family: Bariol, Tahoma, sans-serif;
  color: #f80000;
  font-size: 16px;
  font-weight: 700;
}

.success-message-2 {
  border-radius: 20px;
  background-color: #207fb6;
}

.error-message-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
}

.textblock {
  margin-right: 30px;
  margin-bottom: 60px;
  margin-left: 30px;
  font-family: Bariol, Tahoma, sans-serif;
  font-size: 14px;
  text-align: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tinyroarlogo {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 12%;
  z-index: 2;
}

.tinyroarlogo.about {
  position: static;
  width: 196px;
  height: auto;
  margin-top: 20px;
  background-image: none;
}

.section-9 {
  display: none;
}

.blackdevider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 120%;
  margin-right: -387px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #2c2c2c;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  color: #000;
}

.xellogo {
  width: 300px;
  height: auto;
  margin-top: 109px;
}

.xel {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.html-embed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-18 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 2%;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wanderfultrailer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wanderfullogo {
  position: absolute;
  left: auto;
  top: 5%;
  right: auto;
  display: block;
  overflow: hidden;
  width: 350px;
  height: auto;
}

.wanderfullogo.mobile {
  display: none;
}

.bluedevider {
  position: absolute;
  left: -22%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 120%;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #49c1ed;
  box-shadow: -4px 4px 0 0 #207fb6;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  color: #000;
}

.steamlogo {
  position: relative;
}

.steambutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 64px;
  margin-bottom: 0px;
  border-radius: 16px;
  background-color: transparent;
  background-image: url('../images/SteamLogoWhite.png');
  background-position: 50% 50%;
  background-size: 144px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  font-family: Bariol, Tahoma, sans-serif;
  text-align: center;
}

.steambutton.mobile {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamelist {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 80vh;
  max-width: 100%;
  min-height: 750px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-2 {
  width: 100%;
  height: 100vh;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  overflow: hidden;
  margin-top: -200px;
  margin-bottom: -200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #49c1ed;
}

.backgroundvideoteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.2;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.backgroundvideoteaser:hover {
  opacity: 1;
}

.gamesboxfull {
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  border-radius: 20px;
  background-color: #49c1ed;
  box-shadow: 0 4px 0 0 #207fb6;
}

.gamesboxfull.jumptherope {
  position: relative;
  display: none;
  max-width: 30%;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/jump-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesboxfull.jumptherope:hover {
  max-width: 30%;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/jump-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/jump-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gamesboxfull.crazymaze {
  position: relative;
  display: none;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/crazy-maze-background.jpg');
  background-position: 33% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesboxfull.crazymaze:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/crazy-maze-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/crazy-maze-background.jpg');
  background-position: 0px 0px, 33% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gamesboxfull.bbc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/JourneyPromoArtSmall.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesboxfull.bbc:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/JourneyPromoArtSmall.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/JourneyPromoArtSmall.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
}

.gamesboxfull.trollface {
  position: relative;
  display: none;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/TrollFaceClickerBG.png');
  background-position: 50% 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesboxfull.trollface:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/TrollFaceClickerBG.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/TrollFaceClickerBG.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
}

.gamesboxfull.talkingtomjump {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/BackgroundTTJ.jpg');
  background-position: 50% 80%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesboxfull.talkingtomjump:hover {
  min-width: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/BackgroundTTJ.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/BackgroundTTJ.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, 768px;
  background-repeat: repeat, no-repeat;
}

.gamesboxfull.larry {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/LarryBackground_1.jpg');
  background-position: 50% 0%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: min-width 1000ms ease;
  transition: min-width 1000ms ease;
}

.gamesboxfull.larry:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/LarryBackground.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/LarryBackground.jpg');
  background-position: 0px 0px, 50% 0%;
}

.gamesboxfull.bba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesboxfull.bba {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.gamesboxfull.bba:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesboxfull.bba.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  opacity: 1;
}

.gamesboxfull.xel {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.gamesboxfull.xel:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesboxfull.xel.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  opacity: 1;
}

.gamesboxfull.xel.full:hover {
  background-image: url('../images/boom-bots-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gamesboxfull.xel {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 5%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.gamesboxfull.xel:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gamesboxfull.xel.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  opacity: 1;
}

.backgroundvideofull {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.backgroundvideofull:hover {
  opacity: 1;
}

.gamelogoxel {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-height: 300px;
  max-width: 250px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gamelogoxel.full {
  top: 10%;
  max-height: none;
  max-width: 350px;
}

.homevideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  display: block;
  background-color: transparent;
}

.gamelogobba-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-height: 300px;
  max-width: 250px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.moreinfo {
  position: absolute;
  left: auto;
  top: 70%;
  right: auto;
  bottom: auto;
  z-index: 2;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-weight: 700;
}

.assemblelogo {
  margin-right: 15px;
  margin-bottom: 13px;
}

.daedaliclogo {
  margin-right: 15px;
}

.html-embed-2 {
  width: 100vw;
  height: 100vh;
}

.text-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: auto;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Bariol, Tahoma, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.scroll-snap-container {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
}

.scrollsnap {
  display: none;
}

.scrolltext {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 1%;
  z-index: 2;
  font-family: Bariol, Tahoma, sans-serif;
  color: #49c1ed;
  font-weight: 700;
  text-align: center;
}

.scrolltext.mobile {
  display: none;
}

.steambuttoncontainer {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #207fb6;
}

.steambuttoncontainer.mobile {
  display: none;
}

.steambuttonhover {
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: #ffae00;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .nav-link {
    border-bottom-left-radius: 0px;
    box-shadow: none;
    text-align: center;
  }

  .nav-link.w--current {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    text-align: center;
  }

  .nav-link-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    box-shadow: none;
    text-align: center;
  }

  .gamesbox {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .gamesbox.jumptherope {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesbox.crazymaze {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesbox.bbc {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesbox.bbc:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/JourneyPromoArtSmall.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/JourneyPromoArtSmall.jpg');
    background-size: auto, cover;
  }

  .gamesbox.trollface {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesbox.trollface:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/TrollFaceClickerBG.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/TrollFaceClickerBG.png');
    background-size: auto, cover;
  }

  .gamesbox.talkingtomjump {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesbox.talkingtomjump:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesbox.larry {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesbox.larry:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesbox.bba {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
  }

  .gamesbox.bba:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesbox.bba.mobile {
    height: 50vh;
  }

  .gamesbox.xel {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: none;
  }

  .gamesbox.xel:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesbox.xel.mobile {
    position: static;
    height: 50vh;
  }

  .arrow {
    left: auto;
    top: auto;
    right: 4%;
    bottom: 3%;
  }

  .arrow.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .info-box.black {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .info-box.black.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .info-box.blue {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .info-box.blue.mobile {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
  }

  .info-box.blue.desktop {
    display: none;
    width: 45%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .profileinfo {
    position: static;
    display: inline-block;
    width: 220px;
    margin-top: 15%;
  }

  .teaserimageleft.mobile {
    width: 50%;
  }

  .appstorebadge {
    width: 80%;
  }

  .playstorebadge {
    width: 80%;
  }

  .teaserimageright.mobile {
    width: 50%;
  }

  .teaserimagecenter.mobile {
    width: 50%;
  }

  .navlinkdropdown01 {
    position: static;
    width: 100%;
  }

  .navlinkdropdown02 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    float: none;
  }

  .menu-button:active {
    background-color: #49c1ed;
  }

  .menu-button.w--open {
    top: 0px;
    right: 0px;
    background-color: #49c1ed;
  }

  .text-block {
    text-align: center;
  }

  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    float: none;
    background-color: #49c1ed;
  }

  .download {
    position: static;
  }

  .crazy-logo {
    width: 30%;
  }

  .jump-logo {
    width: 30%;
  }

  .background-card {
    display: block;
  }

  .slider-info-box {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .about-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .div-block-7 {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .div-block-12 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gamelogobba.full {
    position: static;
    width: 150px;
  }

  .div-block-15 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-3 {
    display: none;
  }

  .section-3.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .white-text-block-about {
    font-size: 14px;
    line-height: 15px;
  }

  .white-text-block-about.xel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .white-text-block-about.wishlist {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .white-text-block-about.wishlist.mobile {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 157px;
    display: block;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
  }

  .image-15 {
    width: 50px;
    max-width: 80%;
  }

  .div-block-24 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tinyroarlogo {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 50%;
    display: block;
    width: 250px;
  }

  .xellogo {
    display: block;
    width: 300px;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .xel {
    display: block;
  }

  .div-block-26 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .icon {
    color: #fff;
  }

  .section-2 {
    display: block;
  }

  .wanderfultrailer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wanderfullogo {
    top: auto;
    display: block;
    width: 300px;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .wanderfullogo.mobile {
    display: block;
  }

  .bluedevider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .steambutton {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .steambutton.mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .gamelist {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    height: auto;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .backgroundvideoteaser {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .backgroundvideoteaser.xel {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .gamesboxfull {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .gamesboxfull.jumptherope {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.crazymaze {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.bbc {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.bbc:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/JourneyPromoArtSmall.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/JourneyPromoArtSmall.jpg');
    background-size: auto, cover;
  }

  .gamesboxfull.trollface {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.trollface:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/TrollFaceClickerBG.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/TrollFaceClickerBG.png');
    background-size: auto, cover;
  }

  .gamesboxfull.talkingtomjump {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.talkingtomjump:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesboxfull.larry {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.larry:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesboxfull.bba {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.bba:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesboxfull.bba.full {
    position: static;
    left: auto;
    z-index: 2;
    display: none;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .gamesboxfull.xel {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.xel:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesboxfull.xel {
    max-width: 50%;
    min-width: 50%;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
  }

  .gamesboxfull.xel:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BackgroundTTJ.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BackgroundTTJ.jpg');
    background-size: auto, cover;
  }

  .gamesboxfull.xel.full {
    left: 0px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .backgroundvideofull {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .gamelogoxel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .gamelogoxel.full {
    position: static;
    width: 200px;
    margin-bottom: 60px;
  }

  .homevideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .moreinfo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .assemblelogo {
    width: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .scrolltext {
    display: none;
  }

  .scrolltext.mobile {
    left: auto;
    top: auto;
    right: 5.2%;
    bottom: 0%;
    display: block;
  }

  .steambuttoncontainer.mobile {
    position: absolute;
    bottom: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 186px;
    height: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.w--current {
    border-bottom-left-radius: 0px;
    box-shadow: none;
  }

  .gamelogos {
    margin-top: -190px;
  }

  .info-box.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
  }

  .info-box.black.mobile {
    overflow: visible;
    width: 60%;
    min-height: 700px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .info-box.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
  }

  .info-box.blue.mobile {
    overflow: visible;
    width: 60%;
    min-height: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .info-box.blue.desktop {
    overflow: visible;
    width: 60%;
    min-height: 700px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .teaserimageleft.mobile {
    width: 80%;
  }

  .appstorebadge {
    width: 100%;
    margin-bottom: 2%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .playstorebadge {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .teaserimageright.mobile {
    width: 80%;
  }

  .teaserimagecenter.mobile {
    width: 80%;
  }

  .tinydraw {
    max-height: none;
  }

  .menu-button.w--open {
    top: 0px;
    right: 0px;
    background-color: transparent;
  }

  .nav-menu {
    left: 0px;
    top: 0px;
  }

  .crazy-logo {
    width: 50%;
  }

  .jump-logo {
    width: 70%;
  }

  .infobox.big {
    width: 80%;
  }

  .background-bbc {
    padding-top: 1%;
    padding-bottom: 1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#15567c), to(#15567c));
    background-image: linear-gradient(180deg, #15567c, #15567c);
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video-2 {
    height: 100em;
    min-height: 800px;
  }

  .white-text-block-about {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .white-text-block-about.wishlist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-15 {
    max-width: 80%;
  }

  .xellogo {
    width: 150px;
  }

  .wanderfultrailer {
    height: 100em;
    min-height: 800px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .wanderfullogo {
    width: 300px;
  }

  .backgroundvideoteaser {
    height: 100em;
    min-height: 800px;
  }

  .backgroundvideoteaser.xel {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 50vh;
    min-height: 0px;
  }

  .backgroundvideoteaser.bba {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 50vh;
    min-height: 0px;
  }

  .gamesboxfull.bba.full {
    position: relative;
  }

  .backgroundvideofull {
    height: 100em;
    min-height: 800px;
  }

  .homevideo {
    height: 100em;
    min-height: 800px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 50%;
  }

  .nav-link.w--current {
    border-bottom-left-radius: 0px;
    box-shadow: none;
  }

  .gamesbox.trollface {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gamelogos {
    margin-top: -30%;
  }

  .row {
    margin-right: 2%;
    margin-left: 2%;
  }

  .row.gamejam {
    margin-right: 2%;
    margin-left: 2%;
  }

  .info-box {
    margin-right: 2%;
    margin-left: 2%;
  }

  .info-box.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .info-box.black.mobile {
    width: 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-box.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .info-box.blue.mobile {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-box.blue.desktop {
    width: 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profileinfo {
    display: block;
    margin-top: 30%;
    margin-right: auto;
    margin-left: auto;
  }

  .button {
    padding-right: 5px;
    padding-left: 5px;
  }

  .teaserimageleft {
    max-width: 96%;
  }

  .appstorebadge {
    max-width: 80%;
  }

  .playstorebadge {
    max-width: 80%;
  }

  .teaserimageright {
    max-width: 96%;
  }

  .teaserimagecenter {
    max-width: 96%;
  }

  .tinydraw {
    height: 100px;
    max-height: 100%;
  }

  .menu-button.w--open {
    top: 0px;
    right: 0px;
    background-color: transparent;
  }

  .nav-menu {
    left: 0px;
    top: 0px;
  }

  .slider-info-box {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .about-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    min-height: 100%;
  }

  .infobox.big {
    width: 90%;
  }

  .gamelogobba {
    max-height: 150px;
    max-width: 150px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
  }

  .background-video-2 {
    height: 90vh;
  }

  .white-text-block-about {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 15px;
  }

  .white-text-block-about.xel {
    margin-left: -62px;
  }

  .white-text-block-about.wishlist {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-15 {
    max-width: 50%;
    min-width: 50%;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tinyroarlogo {
    width: 200px;
  }

  .xellogo {
    width: 150px;
    height: auto;
    max-width: none;
    margin-right: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .icon {
    background-color: transparent;
    color: #fff;
  }

  .wanderfultrailer {
    height: 90vh;
  }

  .wanderfullogo {
    width: 150px;
    height: auto;
    max-width: none;
    margin-right: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .wanderfullogo.mobile {
    bottom: 220px;
    width: 300px;
  }

  .gamelist {
    min-height: 100%;
  }

  .backgroundvideoteaser {
    height: 90vh;
  }

  .gamesboxfull.trollface {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .backgroundvideofull {
    height: 90vh;
  }

  .gamelogoxel {
    max-height: 150px;
    max-width: 150px;
  }

  .homevideo {
    height: 90vh;
  }

  .gamelogobba-copy {
    max-height: 150px;
    max-width: 150px;
  }

  .scrolltext {
    left: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2d315d01-8b57-9f3f-2a79-4aedee3168aa-010960cd {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_93745601-140f-4c7d-11d9-bc182ff082b2-010960cd {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}