body {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.congratulations {
  max-width: 75rem;
  /*padding-left: 7.25rem;
  padding-right: 7.25rem;*/
  min-height: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.congratulations h1 {
  font-size: 99px;
  color: #ffba00;
  font-family: 'Myriad Pro';
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.congratulations h2 {
  font-size: 45px;
  line-height: 60px;
  font-family: 'Poppins';
  text-transform: uppercase;
  margin-bottom: 100px;
}

.congratulations p:first-of-type {
  font-size: 31px;
  font-family: 'Poppins';
  margin: 0 auto;
  margin-bottom: 80px;
  width: 85%;
}

.perks {
  max-width: 75rem;
  min-height: 570px;
  background-color: #ffba00;
  color: #000;
  margin: 0 auto;
}

.perks h2 {
  font-size: 31px;
  line-height: 50px;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}

.perks .point-card {
  font-size: 19px;
  width: 300px;
}

.perks .point-card img {
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .dots {
    display: none;
  }
}

.download-app {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.download-app .container {
  background-color: #f6f7fc;
  color: #000;
  height: 380px;
  max-width: 100%;
}

.download-app .container .row {
  padding-left: 7.25rem;
  padding-right: 7.25rem;
}

.download-app h2 {
  text-align: left;
  font-size: 31px;
  font-weight: bold;
}

.download-app p {
  text-align: left;
}

.download-app .content > div {
  width: 100%;
  gap: 35px;
}

@media (min-width: 1024px) {
  .download-app .content > div {
    flex-basis: 55%;
  }
}

.flex-grow {
  flex-grow: 1;
}

.ml-2 {
  margin-left: 0.5rem;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: underline;
  transition: all 0.3s ease-in 0s;
}
a {
  text-decoration: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.items-end {
  align-items: flex-end;
}
.flex {
  display: flex;
}
.z-50 {
  z-index: 50;
}
.relative {
  position: relative;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}

.logo {
  margin: 52px auto 33px auto;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.hero-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 768px) {
  .col-md-15 {
    width: 50%;
  }
  .congratulations {
    margin: none;
  }
  .congratulations h1 {
    font-size: 2.5rem;
  }
  .congratulations h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }
  .congratulations p:first-of-type {
    width: 100%;
    margin-bottom: 4rem;
  }
  .congratulations .btn-primary {
    margin-bottom: 4rem;
  }
  .perks h2 {
    width: 100%;
  }
}

h1 {
  font-weight: 700;
  font-size: 2.325rem;
  line-height: 3.375rem;
  margin: 1.25rem 0;
}

h2 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

h3 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #9b43ff;
  border-color: #9b43ff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}

.main .btn-primary {
  width: 321px;
}

.main .btn-primary,
.main .btn-primary:hover,
.main .btn-primary:active,
.main .btn-primary:focus {
  padding: 1rem;
  margin-top: 3rem;
}

.hero {
  /* margin-top: 3.438rem; */
  margin-bottom: 2.5rem;
}

.hero-copy {
  padding: 0 3.125rem;
}

.hero-copy h1 {
  max-width: 46.875rem;
}

.hero-copy h2 {
  margin: 1.5rem 0 3.125rem 0;
  max-width: 46.875rem;
}

.hero h3 {
  max-width: 43.75rem;
  margin-bottom: 4.375rem;
}

.vip {
  margin-top: 4.688rem;
  margin-bottom: 5.313rem;
}

footer {
  /* margin: 10rem 0; */
}

footer p {
  text-align: left;
}

footer h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer .more-info li:first-child {
  font-weight: 700;
  padding-bottom: 1rem;
}

footer li {
  line-height: 2.3rem;
  font-size: 1rem;
}

footer .logos img {
  margin-right: 2rem;
}

footer .join {
  background: #9b43ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

footer .join .copy {
  margin: 0 20px;
}

footer .arrow-right {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/arrow-right.svg')
    no-repeat #000 50% 50%;
}

.gray-band {
  background: #292929;
}

.gray-band .container {
  background: url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/scene-logo-minimal.svg')
    no-repeat 0 4.5rem;
  padding: 2rem 0;
}

.social {
  margin-bottom: 40px;
}

.social img {
  margin-right: 32px;
}

.app-stores img {
  margin-right: 30px;
}

.legal {
  max-width: 850px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.legal p {
  margin: 30px 0;
}

footer a,
footer a:hover,
a:active,
a:focus {
  color: #fff;
}

.legal p a,
.legal p a:hover {
  color: #fff;
}

.legal p:first-child {
  margin-top: 0;
}

.legal .smaller p {
  font-size: 1rem;
}

.legal-links {
  display: flex;
  justify-content: space-around;
  list-style: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

@media (max-width: 1000px) {
  .hero-image {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .social,
  .app-stores,
  .legal-logos {
    justify-content: space-around;
  }

  .legal-links {
    margin-top: 3rem;
    flex-wrap: wrap;
  }

  .social {
    margin: 2rem auto;
    max-width: 200px;
  }

  .app-stores {
    margin: 0 auto;
    max-width: 340px;
  }

  .legal-logos {
    margin: 0 auto;
    max-width: 250px;
  }

  .social img,
  .logos img,
  .app-stores img {
    margin: 0 !important;
  }
  .rewards .links {
    gap: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .fields label {
    margin-top: 2rem;
  }

  .legal-links li {
    margin: 0 0.5rem;
  }

  h1 {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  h2 {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .gray-band .container {
    background-position: 0 2rem;
    padding: 5rem 0;
  }

  .more-info {
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid #858585;
  }

  .legal {
    font-size: 13px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* lp3 paragraphs */
  .logo {
    margin: 30px auto 60px auto;
  }
  footer {
    margin-top: 0;
  }
}
