:root {
  --white: white;
  --black: black;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  min-height: 250vh;
  display: flex;
  position: absolute;
}

.backgound-content {
  width: 100vw;
  height: 100vh;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  overflow: visible;
}

.front-content {
  width: 100vw;
  height: 100vh;
  display: block;
}

.creative-image-container {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100vw;
  margin-left: 3vw;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.ceative-img {
  flex: none;
  align-self: center;
  width: 712px;
  height: 372px;
  position: relative;
}

.gizmodo-logo-content {
  background-color: #0000;
  width: 100vw;
  height: 54px;
  display: block;
}

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

.image {
  margin-top: 20px;
}

.para-content {
  color: #fff;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 690px;
  height: auto;
  font-family: Roboto, sans-serif;
  line-height: 18px;
  display: flex;
}

.para-text {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  direction: ltr;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.cta-link-text.w--current {
  background-color: #fff;
}

.heading {
  flex: 0 auto;
  align-self: center;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  inset: auto 0% 0% auto;
}

.footer-image {
  margin-bottom: 20px;
  margin-right: 20px;
}

.cards-container {
  grid-column-gap: 248px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 2180px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.card-row {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cards-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 10%;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
  position: relative;
  overflow: visible;
  transform: translate(50%, -50%);
}

.card-row-content {
  grid-column-gap: 248px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 2180px;
  display: flex;
  position: relative;
}

.card-wrap {
  overflow: hidden;
}

.main-card {
  background-color: #0000;
  padding: 16px;
}

.card-background-img-1 {
  background-image: url('../images/Rectangle-5.png');
  background-position: 0 0;
  background-size: cover;
  width: 209px;
  height: 209px;
}

.card-heading-1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-text {
  margin: 0 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
}

.card-col-2 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 38px 32px 60px #0003;
}

.card-background-img-2 {
  background-image: url('../images/Rectangle-7.png');
  background-position: 0 0;
  background-size: cover;
  width: 209px;
  height: 209px;
  overflow: visible;
}

.card-col-3 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: all .3s;
  display: block;
  position: relative;
  box-shadow: 38px 32px 60px #0003;
}

.card-background-img-3 {
  background-image: url('../images/Rectangle-9.png');
  background-size: cover;
  width: 209px;
  height: 209px;
  overflow: hidden;
}

.card-col-4 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: opacity .3s;
  display: block;
  box-shadow: 38px 32px 60px #0003;
}

.card-background-img-4 {
  background-image: url('../images/Rectangle-11.png');
  background-position: 0 0;
  background-size: cover;
  width: 209px;
  height: 209px;
  overflow: hidden;
}

.card-col-1 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: all .3s;
  display: block;
  box-shadow: 38px 32px 60px #0003;
}

.card-row-1 {
  grid-column-gap: 209px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  display: none;
  position: relative;
  left: 40%;
}

.card-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  display: none;
  position: relative;
  left: 40%;
}

.empty-div {
  flex: none;
  width: 209px;
  height: 209px;
}

.card-col-5 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 38px 32px 60px #0003;
}

.card-background-img-5 {
  background-image: url('../images/Rectangle-6.png');
  background-position: 0 0;
  background-size: cover;
  width: 209px;
  height: 209px;
}

.video-1 {
  width: 209px;
  height: 209px;
  position: relative;
}

.card-col-6 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 38px 32px 60px #0003;
}

.card-backgound-img-6 {
  background-image: url('../images/Rectangle-8-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 209px;
  height: 209px;
}

.video-2 {
  width: 209px;
  height: 209px;
}

.card-col-7 {
  cursor: pointer;
  flex: none;
  width: 209px;
  height: 209px;
  transition: all .3s;
  display: block;
  overflow: hidden;
  box-shadow: 38px 32px 60px #0003;
}

.card-background-img-7 {
  background-image: url('../images/Rectangle-10-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 209px;
  height: 209px;
}

.video-3 {
  width: 209px;
  height: 209px;
}

.heading-1 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.link-1 {
  color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.video-link {
  width: 209px;
  height: 209px;
}

.heading-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 30%;
}

.link-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

.video-card-container {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 80px;
  transition: all .3s;
  display: none;
  position: relative;
  box-shadow: 38px 32px 60px #0003;
}

.video-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 480px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 50%;
}

.footer-heading {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.button-container {
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 35px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  height: 54px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label {
  z-index: 2;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.button-border {
  z-index: 2;
  filter: contrast(130%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-gradient {
  z-index: 1;
  background-color: #d2622a;
  border-radius: 35px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.samsung-link {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.video-block {
  width: 480px;
  height: 470px;
  margin-top: 40px;
  position: relative;
  left: 10vw;
}

.main-video-content {
  z-index: 0;
}

.video-outer-container {
  flex: none;
  width: 480px;
  height: 270px;
}

.scroll-down-block {
  grid-column-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 106px;
  height: 28px;
  margin-top: 40px;
  position: relative;
}

.scroll-down-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.down {
  margin-top: 15px;
  position: relative;
  inset: auto 0% 0%;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 100%;
  display: flex;
}

.card-outer-container {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 20%;
  left: 90vw;
}

.card-content-block-1 {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 319px;
  display: flex;
  position: relative;
}

.image-card {
  position: relative;
}

.image-card-link {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-content-block-2 {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 319px;
  display: flex;
  position: relative;
}

.image-card-link-2 {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-card-2 {
  width: 320px;
  height: 319px;
  position: relative;
}

.expand-card-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 234px;
  max-width: 300px;
  height: 466px;
  display: flex;
}

.expand-card-image-1 {
  z-index: 999;
  width: 233px;
  height: 233px;
  position: relative;
}

.expand-card-info-1 {
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  width: 233px;
  height: 233px;
  max-height: 233px;
  transform-style: preserve-3d;
  background-color: #292929;
  transform: none;
}

.expand-image-1 {
  opacity: 1;
  mix-blend-mode: darken;
  width: 233px;
  height: 233px;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.minor-name-text {
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.minor-winner-text {
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  position: relative;
}

.minor-winner-text-block-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  bottom: 30%;
}

.down-arrow-animate {
  margin-top: 10px;
}

.expannd-card-social-text-1 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.instagram-handle {
  color: #fff;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16.24px;
  font-weight: 700;
  line-height: 19px;
}

.social-handle-text {
  text-align: left;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.expand-card-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 234px;
  max-width: 300px;
  height: 466px;
  display: flex;
}

.expand-card-image-2 {
  z-index: 999;
  width: 233px;
  height: 233px;
  position: relative;
}

.expand-image-2 {
  width: 233px;
  height: 233px;
}

.minor-winner-text-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  bottom: 30%;
}

.up-arrow-2 {
  margin-left: 20px;
  position: absolute;
  top: 5%;
}

.up-arrow-below {
  z-index: 1;
  vertical-align: baseline;
  align-self: flex-start;
  margin-left: 20px;
  position: absolute;
  inset: 5% 0% auto 35%;
}

.expand-card-info-2 {
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  width: 233px;
  height: 233px;
  max-height: 233px;
  transform-style: preserve-3d;
  background-color: #292929;
  transform: none;
}

.expand-card-social-text-2 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.instagram-handle-text {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.up-arrow-animate {
  margin-top: 7px;
  position: static;
  top: auto;
  left: 46%;
  right: 0%;
}

.donw-arrow-below {
  position: absolute;
  inset: 5% 0% auto 44%;
}

.last-video-contaiiner {
  flex: none;
  width: 480px;
  height: 270px;
  display: block;
}

@media screen and (max-width: 991px) {
  .section {
    position: relative;
  }

  .background-video {
    overflow: hidden;
  }

  .creative-image-container {
    top: 40%;
  }

  .ceative-img {
    width: 602px;
    height: 315px;
  }

  .footer-container {
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .cards-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .card-row-1 {
    flex: none;
  }

  .video-block {
    width: 470px;
    height: 270px;
  }

  .video-outer-container {
    width: 60vw;
    height: auto;
  }

  .card-outer-container {
    top: 17%;
    left: 100vw;
  }

  .card-content-block-1, .card-content-block-2, .image-card-2 {
    width: 37vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    width: 100vw;
    overflow: visible;
  }

  .creative-image-container {
    width: 80vw;
    height: 60vh;
  }

  .para-content {
    width: 80svw;
  }

  .cards-content {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }

  .card-background-img-1, .card-col-2, .card-background-img-2, .card-col-3 {
    width: 192px;
    height: 192px;
  }

  .card-background-img-3 {
    width: 192px;
    height: 192px;
    overflow: visible;
  }

  .card-col-4 {
    width: 192px;
    height: 192px;
  }

  .card-background-img-4 {
    width: 192px;
    height: 192px;
    overflow: visible;
  }

  .card-col-1 {
    width: 192px;
    height: 192px;
  }

  .card-row-1 {
    grid-column-gap: 192px;
  }

  .card-row-2 {
    width: auto;
  }

  .empty-div {
    width: 192px;
    height: 192px;
  }

  .card-col-5 {
    width: 192px;
    height: 192px;
    overflow: visible;
  }

  .card-background-img-5, .video-1 {
    width: 192px;
    height: 192px;
  }

  .card-col-6 {
    width: 192px;
    height: 192px;
    overflow: visible;
  }

  .card-backgound-img-6, .video-2 {
    width: 192px;
    height: 192px;
  }

  .card-col-7 {
    width: 192px;
    height: 192px;
    overflow: visible;
  }

  .card-background-img-7, .video-3 {
    width: 192px;
    height: 192px;
  }

  .button-container {
    width: 97px;
    height: 36px;
    font-size: 12px;
  }

  .label {
    font-size: 12px;
  }

  .video-outer-container {
    width: 100vw;
    top: 15%;
  }

  .scroll-down-text {
    font-size: 12px;
  }

  .down {
    margin-top: 10px;
  }

  .card-content-block-1, .card-content-block-2, .image-card-2 {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100svw;
    min-height: 250vh;
  }

  .creative-image-container {
    width: 100svw;
    margin-left: 3vw;
    margin-right: auto;
    top: 40%;
  }

  .ceative-img {
    width: 100svw;
    height: auto;
  }

  .para-content {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 10px;
  }

  .para-text {
    justify-content: center;
    align-items: stretch;
    width: 80svw;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 15px;
    display: flex;
  }

  .footer-container {
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100svw;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    position: absolute;
    inset: auto auto 0%;
  }

  .footer-image {
    margin-right: 0;
    position: static;
  }

  .cards-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer-heading {
    margin-right: 0;
    font-size: 11px;
  }

  .footer-bold-text {
    width: 200px;
    font-size: 11px;
    font-weight: 700;
    display: inline;
  }

  .video-block {
    width: auto;
    height: auto;
  }

  .main-video-content {
    position: relative;
  }

  .video-outer-container {
    width: 100vw;
    top: 10%;
  }

  .card-outer-container {
    top: 17%;
  }

  .card-content-block-1, .image-card-2 {
    width: 50vw;
  }

  .expand-card-1 {
    width: 200px;
    max-width: 200px;
    height: 400px;
  }

  .expand-card-image-1 {
    width: 200px;
    height: 200px;
  }

  .expand-card-info-1 {
    width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .expand-image-1 {
    width: 200px;
    height: 200px;
  }

  .minor-name-text {
    font-size: 14px;
  }

  .minor-winner-text {
    font-size: 12px;
  }

  .minor-winner-text-block-1 {
    bottom: 35%;
  }

  .down-arrow-animate {
    margin-top: 10px;
  }

  .instagram-img {
    width: 22px;
    height: 22px;
  }

  .instagram-handle {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .social-handle-text {
    margin-top: 7px;
    font-size: 11px;
    line-height: 13px;
  }

  .expand-card-2 {
    width: 200px;
    max-width: 200px;
    height: 400px;
  }

  .expand-card-image-2, .expand-image-2 {
    width: 200px;
    height: 200px;
  }

  .minor-winner-text-block-2 {
    bottom: 30%;
  }

  .up-arrow-below {
    top: 7%;
  }

  .expand-card-info-2 {
    width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .expand-card-social-text-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .instagram-handle-text {
    font-size: 14px;
    line-height: 18px;
  }

  .donw-arrow-below {
    margin-top: 5px;
    margin-left: 2px;
  }

  .last-video-contaiiner {
    width: 100vw;
  }
}


