.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  color: #c1d0ff;
  text-decoration: none;
}

.hero-stack {
  opacity: 1;
  background-color: #fff0;
  border: 1px #000;
  padding: 0;
  position: relative;
}

.container {
  width: auto;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tagline {
  color: #fff;
  text-shadow: 3px 2px 4px #0000008a;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 27%;
}

.body {
  background-color: #000;
}

.heading {
  color: #3ca2ff;
  -webkit-text-stroke-color: #398cd8;
  text-shadow: 1px 2px 3px #0000005c;
  font-family: Open Sans, sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
}

.div-block {
  background-image: linear-gradient(#0000002e, #000);
  width: 100%;
  height: 650px;
  display: block;
  position: absolute;
}

.headerimage {
  filter: blur(5px);
  background-image: url('../images/Hogs_01.jpg');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 640px;
  display: block;
  position: absolute;
}

.div-block-copy {
  background-image: linear-gradient(#0000, #000);
  width: auto;
  height: 650px;
  display: block;
  position: static;
}

.content {
  width: auto;
  min-width: auto;
  max-width: 1600px;
  min-height: auto;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.game-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.heading-2 {
  color: #3ca2ff;
  -webkit-text-stroke-color: #398cd8;
  text-shadow: 1px 2px 3px #0000005c;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.game-title {
  color: #3ca2ff;
  text-shadow: 1px 2px 3px #0000008f;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.gametext {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.div-block-3 {
  text-align: center;
  width: 60%;
  margin: 10px 10px 15px 20px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 10px 10px 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #56ec38;
  background-image: linear-gradient(90deg, #0dc500, #008d13);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.button:hover {
  filter: drop-shadow(0 0 5px #63ff5d94);
  width: 200px;
  height: 50px;
  font-weight: 600;
}

.gameswrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gamealttext {
  color: #b3d6ff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5rem;
}

.gamecontent {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000075;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30%;
  margin: 0;
  display: flex;
  position: relative;
}

.div-block-5 {
  z-index: 1;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1600px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hrp1 {
  background-image: url('../images/HRP_Screen05_HD.png');
  background-position: 50%;
  background-size: 100%;
}

.slide-2 {
  background-image: url('../images/KnightOut_SH5.png');
  background-position: 50%;
  background-size: 100%;
}

.mask {
  z-index: 0;
}

.slider {
  z-index: 0;
  background-color: #000;
  height: 100%;
}

.gamecontenttop {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  margin: 0;
  display: flex;
  position: relative;
}

.game-logo {
  margin: 15px 10px 10px;
}

.image-2 {
  filter: contrast(0%) brightness(200%) saturate(0%) drop-shadow(0 0 5px #ffffff80);
  margin: 10px;
}

.image-3 {
  margin: 10px;
}

.hrp2 {
  background-image: url('../images/HRP_Screen01_HD.png');
  background-position: 50% 0;
  background-size: 100%;
}

.hrp3 {
  background-image: url('../images/HRP_Screen02_HD.png');
  background-position: 50% 0;
  background-size: 100%;
}

.ko1 {
  background-image: url('../images/KnightOut_SplashArt_web.jpg');
  background-position: 50%;
  background-size: 100%;
}

.ko2 {
  background-image: url('../images/KnightOut_SH8.png');
  background-position: 50%;
  background-size: 100%;
}

.ko3 {
  background-image: url('../images/KnightOut_SH5.png');
  background-position: 50%;
  background-size: 100%;
}

.normal-button {
  background-color: #56ec38;
  background-image: linear-gradient(90deg, #2287ff, #0056b8);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.link {
  text-decoration: none;
}

.link-2 {
  -webkit-text-stroke-color: #b8c9ff;
}

.wishtlist-button {
  background-color: #56ec38;
  background-image: linear-gradient(90deg, #2287ff, #0056b8);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.game1 {
  filter: blur(5px);
  background-image: url('../images/Hogs_01.jpg');
  background-position: 50%;
  background-size: 100%;
}

.form-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.form-block {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 370px;
  display: block;
}

.submit-button {
  width: 100%;
}

.form-box {
  color: #fff;
  background-image: linear-gradient(#00336d, #013169);
  border: 2px solid #00336d;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.checkbox-field {
  font-family: Open Sans, sans-serif;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.checkboxdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.signuphead {
  color: #3ca2ff;
  -webkit-text-stroke-color: #398cd8;
  text-shadow: 1px 2px 3px #0000005c;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

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

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

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

.regular-text {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.socialsimage {
  filter: contrast(0%) brightness(200%) saturate(0%) drop-shadow(0 0 5px #ffffff80);
  width: 60px;
  max-width: none;
  margin: 10px;
}

.socialsimage:hover {
  filter: none;
  width: 60px;
  max-width: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: auto;
  height: 83px;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.div-block-7:hover {
  filter: none;
  font-weight: 700;
}

.wishlist-button {
  color: #fff;
  background-color: #56ec38;
  background-image: linear-gradient(90deg, #0dc401, #019012);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.wishlist-title {
  color: #0dc301;
  -webkit-text-stroke-color: #398cd8;
  text-shadow: 1px 2px 3px #0000005c;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.checkbox {
  background-color: #01326c;
  border: 1px #000;
  border-radius: 8px;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #00a331;
  border-radius: 8px;
}

.checkbox-field-2 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.promisetext {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.checkbox-field-3 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #1f6e24;
  border-radius: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.error-message {
  color: #fff;
  background-color: #6e0b0b;
  border-radius: 15px;
  font-family: Open Sans, sans-serif;
}

.text-block {
  font-weight: 600;
}

.privacydiv {
  margin: 20px;
}

.body-2 {
  background-color: #000;
}

.rich-text-block {
  color: #e9e9e9;
}

.link-3 {
  color: #ce1818;
}

.text-block-2 {
  color: #ea0042;
  font-family: Open Sans, sans-serif;
}

.popup {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000059;
  width: 100%;
  height: 100%;
}

.popupcontainer {
  background-color: #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  max-height: 50rem;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
}

.link-4 {
  color: #df0b47;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: absolute;
  top: .5rem;
  right: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.heading-3 {
  color: #af0e0e;
  font-family: Open Sans, sans-serif;
}

.text-block-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.link-5 {
  color: #ff0900;
  font-family: Open Sans, sans-serif;
}

.link-5.w--current {
  color: red;
}

.space {
  height: 20px;
}

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

  .hero-image.shadow-two {
    width: 50%;
  }

  .headerimage {
    background-size: auto 100%;
  }

  .content {
    max-width: 95%;
  }

  .game-block {
    height: 600px;
  }

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

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

  .gamecontent {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

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

  .hrp1 {
    background-size: auto 100%;
  }

  .gamecontenttop {
    height: 50%;
  }

  .hrp2, .hrp3, .ko1, .ko2, .ko3, .game1 {
    background-size: auto 100%;
  }

  .followus {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 0 0 60px;
  }

  .tagline {
    font-size: 1.2rem;
  }

  .heading {
    font-size: 1.8rem;
  }

  .div-block {
    height: 550px;
  }

  .headerimage {
    height: 540px;
  }

  .div-block-copy {
    height: 550px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .tagline {
    font-size: .7rem;
  }

  .hero-image.shadow-two {
    width: 90%;
  }

  .heading {
    font-size: 1.05rem;
  }

  .div-block {
    height: 460px;
  }

  .headerimage {
    height: 450px;
  }

  .div-block-copy {
    height: 460px;
  }

  .content {
    max-width: none;
  }

  .game-block {
    height: 700px;
  }

  .game-title {
    font-size: 27px;
  }

  .gametext {
    font-size: 1.2rem;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .gamealttext {
    font-size: 1.2rem;
  }

  .gamecontent {
    height: 70%;
  }

  .gamecontenttop {
    height: 30%;
  }

  .game-logo {
    max-width: 60%;
  }

  .form-block {
    width: 300px;
  }

  .link-block {
    width: 70px;
  }

  .wishlist-title {
    font-size: 1.7rem;
  }

  .promisetext {
    font-size: .8rem;
  }

  .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }
}


