/* Globals */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Inter', Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#banner {
  background: #FFFFFF;
  color: #242424;
  height: 600px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  visibility: hidden;
  width: 300px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#bg-wrap {
  height: 600px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 300px;
}

.bg-card {
  left: 0;
  position: absolute;
  top: 110px;
  transform-origin: center;
  width: 300px;
}

.bg-img {
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  visibility: hidden;
  width: 300px;
}

.bg-text {
  font-size: 30px;
  font-weight: 400;
  left: 0;
  letter-spacing: -0.3px;
  line-height: 36px;
  position: relative;
  text-align: center;
  top: 10px;
  visibility: hidden;
  width: 300px;
}

#whiteout {
  background: #FFFFFF;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 300px;
}

#endcard {
  background: #FEEB29;
  border-radius: 0 0 20px 0;
  height: 54px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 54px;
}

#logo-checkmark,
#logo-full {
  font-size: 20px;
  font-weight: 800;
  height: 30px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 30px;
}

#logo-full {
  visibility: hidden;
  width: 136px;
}

#hl-1,
#end-hl {
  font-size: 36px;
  font-weight: 800;
  left: 18px;
  letter-spacing: -0.3px;
  line-height: 43px;
  position: absolute;
  top: 82px;
  white-space: nowrap;
}

#end-hl {
  transform: translateX(-24px);
  visibility: hidden;
}

#end-product-title,
#end-offer-2 {
  font-size: 18px;
  font-weight: 400;
  left: 20px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 366px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

#end-offer-1 {
  font-size: 21px;
  font-weight: 700;
  left: 20px;
  letter-spacing: -0.3px;
  line-height: 25px;
  position: absolute;
  top: 404px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

#end-offer-2 {
  font-size: 14px;
  line-height: 17px;
  top: 431px;
}

#end-cta {
  align-items: center;
  background: #FFFFFF;
  border: 3px solid #242424;
  border-radius: 28px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 56px;
  justify-content: center;
  left: 18px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 472px;
  transform: translateX(-24px);
  visibility: hidden;
  width: 160px;
}

#end-cta:focus {
  border: 2px solid #3F8DF3;
}

#end-terms {
  font-size: 12px;
  font-weight: 400;
  left: 16px;
  letter-spacing: -0.3px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 531px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
  width: 160px;
}

#click-tag {
  border: 1px solid #242424;
  box-sizing: border-box;
  cursor: pointer;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}