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

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

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

#hero-wrap {
  background: #FFFFFF;
  height: 250px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 970px;
}

#bg-wrap {
  height: 394px;
  left: 78px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 300px;
}

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

#bg-2 {
  visibility: hidden;
}

#popup {
  background: #F6F2F3;
  height: 216px;
  left: 49px;
  position: absolute;
  top: 112px;
  transform: scale(0);
  visibility: hidden;
  width: 204px;
}

#popup-hero {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#popup-text-1,
#popup-text-2 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 102px;
  width: 100%;
}

#popup-text-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  top: 129px;
}

#popup-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  position: absolute;
  top: 164px;
  width: 100%;
}

.popup-button {
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  height: 27px;
  letter-spacing: -0.3px;
  line-height: 12px;
  margin: 0 3px;
  overflow: hidden;
  text-align: center;
  width: 88px;
}

#popup-button-1 {
  background: #FFFFFF;
  border: 1px solid #545454;
  color: #545454;
}

#popup-button-2 {
  background: #158528;
  border: 1px solid #158528;
  color: #FFFFFF;
}

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

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

#logo-checkmark,
#logo-full {
  font-size: 24px;
  font-weight: 800;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 32px;
}

#logo-full {
  left: 760px;
  top: 57px;
  width: 140px;
}

#hl-1,
#hl-2,
#hl-3 {
  font-size: 29px;
  font-weight: 800;
  left: 404px;
  letter-spacing: -0.3px;
  line-height: 40px;
  position: absolute;
  top: 106px;
  white-space: nowrap;
}

#hl-2 {
  top: 124px;
  transform: translateY(26px);
  visibility: hidden;
}

#hl-3 {
  font-size: 33px;
  left: 310px;
  line-height: 40px;
  top: 50px;
}

#product-title {
  font-size: 18px;
  font-weight: 400;
  left: 310px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 21px;
  white-space: nowrap;
}

.list-item {
  display: flex;
  font-size: 18px;
  left: 322px;
  letter-spacing: -0.3px;
  line-height: 22px;
  position: absolute;
  top: 99px;
}

.bull {
  margin-right: 7px;
}

#li-2 {
  top: 127px;
}

#li-3 {
  top: 155px;
}

#offer {
  font-size: 22px;
  font-weight: 700;
  left: 310px;
  letter-spacing: -0.3px;
  line-height: 27px;
  position: absolute;
  top: 189px;
  white-space: nowrap;
}

.font-weight-regular {
  font-weight: 400;
}

#cta {
  align-items: center;
  background: #FFFFFF;
  border: 3px solid #242424;
  border-radius: 28px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 17px;
  font-weight: 800;
  height: 56px;
  justify-content: center;
  left: 751px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 111px;
  width: 160px;
}

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

#terms {
  font-size: 12px;
  font-weight: 400;
  left: 751px;
  letter-spacing: -0.3px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 176px;
  white-space: nowrap;
  width: 160px;
}

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