.splash {
  background-image: url('../img/splash.png');
  background-position: center;
  background-size: cover;
  display: flex;
  height: calc(100vh - 65px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .splash {
    align-items: center;
    background-image: url('../img/splash@2x.png');
    justify-content: center;
  }
}

.splash > .inner {
  background-image: url('../img/icon/wt-mark.svg');
  background-repeat: no-repeat;
  background-position: 16px 152px;
  background-size: calc(100% - 32px);
  padding: 200px 16px 144px;
}

@media screen and (min-width: 576px) {
  .splash > .inner {
    background-position: 16px 0;
    background-size: 428px;
    max-width: 1200px;
    padding: 56px 16px;
    width: 100%;
  }
}

.splash h1 {
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .splash h1 {
    width: 60%;
  }
}

.splash .btn {
  padding: 8px 40px;
}

.partner-banner {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}

.partner-banner > .inner {
  align-items: center;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  max-width: 1200px;
  padding: 24px 16px;
  width: 100%;
}

.partner-banner img {
  margin-right: 24px;
}

.partner-banner img:last-child {
  margin-right: 0;
}

#how-it-works {
  background-image: url('../img/bg-blue.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#how-it-works h3 {
  background-image: url('../img/icon/wt-circle.svg');
  background-position: top center;
  background-repeat: no-repeat;
  height: 145px;
  margin-bottom: 40px;
  padding-top: 96px;
  text-align: center;
}

#how-it-works .step-grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  padding: 0 32px;
  row-gap: 40px;
}

@media screen and (min-width: 768px) {
  .step-grid {
    column-gap: 40px;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    row-gap: 0;
  }
}

#how-it-works .step-grid .step-1 {
  grid-column: 1;
  grid-row: 1;
}

#how-it-works .step-grid .step-2 {
  grid-column: 1;
  grid-row: 2;
}

@media screen and (min-width: 768px) {
  #how-it-works .step-grid .step-2 {
    grid-column: 2;
    grid-row: 1;
  }
}

#how-it-works .step-grid .step-3 {
  grid-column: 1;
  grid-row: 3;
}

@media screen and (min-width: 768px) {
  #how-it-works .step-grid .step-3 {
    grid-column: 3;
    grid-row: 1;
  }
}

#how-it-works .step {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#how-it-works .icon-holdheart {
  height: 65px;
  width: 73px;
}

#how-it-works .icon-heartbox {
  height: 63px;
  width: 58px;
}

#how-it-works .icon-happyface {
  height: 62px;
  width: 69px;
}

#how-it-works .step h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 16px 0 8px;
}

#how-it-works .step p {
  font-size: 16px;
  line-height: 24px;
}

#current-sweeps h2 {
  margin-bottom: 48px;
}

.sweeps-card {
  background-color: #000;
  background-image: url('../img/sweep/delorean.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 832px;
  padding: 16px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sweeps-card {
    background-image: url('../img/sweep/delorean@2x.png');
    background-position: right bottom;
    background-size: auto 100%;
    height: 520px;
  }
}

.sweeps-card .inner {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 16px 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sweeps-card .inner {
    align-items: flex-start;
    padding: 80px;
  }
}

.sweeps-card h3 {
  margin: 24px 0 16px;
}

@media screen and (min-width: 768px) {
  .sweeps-card h3,
  .sweeps-card p {
    text-align: left;
    width: 60%;
  }
}

.sweeps-card h3 i {
  display: inline-block;
}

.sweeps-card p {
  font-size: 20px;
  line-height: 28px;
}

.sweeps-card .btn-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sweeps-card .btn-box {
    justify-content: flex-start;
  }
}

.sweeps-card .btn {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .sweeps-card .btn {
    margin-right: 16px;
  }
}

.sweeps-card .links {
  bottom: 16px;
  left: 16px;
  position: absolute;
  text-align: left;
}

.sweeps-card a.link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: bold;
  text-decoration-line: none;
  transition: color 200ms;
}

.sweeps-card a.link:hover {
  color: #e73225;
}

.sweeps-card .links .socials {
  align-items: center;
  display: flex;
  margin-top: 8px;
}

.sweeps-card .socials .icon {
  margin-right: 16px;
}

.sweeps-card .icon-fb-mark {
  height: 16px;
  width: 8px;
}

.sweeps-card .icon-tw-mark {
  height: 16px;
  width: 22px;
}

.sweeps-card .icon-ig-mark {
  height: 16px;
  width: 16px;
}

.sweeps-card .icon-yt-mark {
  height: 16px;
  width: 23px;
}

#our-mission {
  background-image: url('../img/bg-tan.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#our-mission .mission-grid {
  align-items: center;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  row-gap: 48px;
}

@media screen and (min-width: 768px) {
  #our-mission .mission-grid {
    column-gap: 144px;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    row-gap: 0;
  }
}

.mission-grid .copy {
  grid-column: 1;
  grid-row: 1;
}

@media screen and (min-width: 768px) {
  .mission-grid .copy {
    grid-column: 2;
    grid-row: 1;
  }
}

.mission-grid .copy p {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0;
}

.mission-grid .copy a.link {
  color: #e73225;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.mission-grid .founder {
  grid-column: 1;
  grid-row: 2;
}

@media screen and (min-width: 768px) {
  .mission-grid .founder {
    grid-column: 1;
    grid-row: 1;
  }
}

.mission-grid .founder .image-box {
  margin-bottom: 40px;
  position: relative;
}

.mission-grid .founder img {
  width: 100%;
}

.mission-grid .founder .icon-wt {
  bottom: -24px;
  height: 97px;
  left: 0;
  position: absolute;
  width: 173px;
}

.mission-grid .founder blockquote {
  font-size: 12px;
  line-height: 20px;
  margin: 0 32px;
}

.mission-grid blockquote footer {
  font-weight: bold;
  margin-top: 8px;
  text-align: right;
}

#trusted-partners h2,
#latest-news h2 {
  margin-bottom: 40px;
}

#trusted-partners .partner-grid {
  align-items: center;
  display: grid;
  justify-items: center;
  gap: 48px 32px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 768px) {
  #trusted-partners .partner-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

#latest-news .blog-grid {
  display: grid;
  gap: 40px 0;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
  #latest-news .blog-grid {
    gap: 0 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-grid .post img {
  width: 100%;
}

.blog-grid .post .date-of {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
  text-align: right;
}

.blog-grid .post h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 16px 0 8px;
}

.blog-grid .post p {
  font-size: 12px;
  line-height: 20px;
}

#signin .head .icon-wt {
  display: inline-block;
  height: 24px;
  margin-bottom: 16px;
  width: 43px;
}

#signin .head {
  margin-bottom: 40px;
}

#signin .btn-box .btn:first-child {
  margin-bottom: 16px;
}

#signin .form-input {
  margin-bottom: 16px;
}

#signin .icon-eye {
  height: 10px;
  width: 15px;
}

#signin .opt-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px 0 24px;
}

#signin .opt-box a {
  color: #bfbfbf;
  font-size: 12px;
}

#signin .signin-bottom {
  border-top: 1px solid #bfbfbf;
  font-size: 14px;
  line-height: 22px;
  padding-top: 16px;
  text-align: center;
}

#signin .signin-bottom a {
  color: #00a3b0;
}
