


.program-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #fff;
  background-color: #3c0096;
  cursor: pointer;
}

.program-card-image {
  width: 100%;
  height: 65%;
  background-image: url('../images/Epic_1200x675.png');
  background-position: 50% 50%;
  background-size: cover;
}

.program-card-copy {
  position: relative;
  width: 100%;
  height: 35%;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph {
  overflow: visible;
  height: 30px;
}

.card-p {
  position: relative;
  top: 0px;
  overflow: visible;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 1em;
  line-height: 1.5em;
}

.heading-2 {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.program-card-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -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-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Din, sans-serif;
  color: #ff008c;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.hide {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 6em;
  background-color: #3c0096;
}

.clamp {
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.program-card-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 18px;
  font-family: Din, sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

.link-block {
  display: block;
  width: 48%;
  padding: 9px;
  color: #fff;
  text-decoration: none;
}

.program-card-p {
  margin-bottom: 0px;
  opacity: 0;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.program-card-button-text {
  padding-top: 3px;
  line-height: 14px;
  font-weight: 700;
}

.tilt {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.game-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 375px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.game-card-button {
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.game-card-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75%;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}


@media screen and (max-width: 991px) {
  .game-card-button {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fc0000;
    -webkit-transform: translate(0px, 90%);
    -ms-transform: translate(0px, 90%);
    transform: translate(0px, 90%);
  }

  .game-card-copy {
    height: 52%;
  }

  .game-card-copy-description {
    overflow: hidden;
  }

  .game-card-copy-tags {
    padding-top: 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-3 {
    font-family: Din, sans-serif;
    font-size: 26px;
    font-weight: 400;
  }

  .paragraph-2 {
    font-family: Din, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .text-block {
    padding-bottom: 0.25rem;
    font-family: Din, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }

  .hidden-tags {
    opacity: 0;
  }
}



#w-node-_3c4ac4bb-cf7b-7d9f-3e20-bccfce01abdf-60aefc58 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

@media screen and (max-width: 767px) {
  #w-node-_3c4ac4bb-cf7b-7d9f-3e20-bccfce01abdf-60aefc58 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

