/* 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;
}

#hl-1,
#hl-2 {
  color: #242424;
  font-size: 36px;
  font-weight: 800;
  left: 90px;
  letter-spacing: -0.3px;
  line-height: 44px;
  position: absolute;
  top: 39px;
}

#hl-2 {
  top: 165px;
}

#search-bar {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #9B9797;
  border-radius: 4px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 27px;
  height: 48px;
  left: 85px;
  line-height: 33px;
  padding-left: 14px;
  position: absolute;
  top: 104px;
  width: 480px;
}

#search-icon {
  height: 20px;
  margin-right: 14px;
  width: 20px;
}

#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-full {
  font-size: 20px;
  font-weight: 800;
  left: 700px;
  position: absolute;
  top: 67px;
  width: 184px;
}

#end-hl-1,
#end-hl-2 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.3px;
  left: 90px;
  line-height: 56px;
  position: absolute;
  top: 64px;
  visibility: hidden;
  white-space: nowrap;
}

#end-hl-2 {
  font-size: 42px;
  line-height: 51px;
  top: 34px;
  transform: translateX(-24px);
}

#end-offer {
  font-size: 24px;
  left: 112px;
  letter-spacing: -0.3px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 96px;
  transform: translateX(-24px);
  visibility: hidden;
  white-space: nowrap;
}

#end-offer li {
  margin-bottom: 7px;
  white-space: nowrap;
}

#end-cta {
  align-items: center;
  background: #FFFFFF;
  border: 3px solid #242424;
  border-radius: 28px;
  box-sizing: border-box;
  color: #242424;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 56px;
  justify-content: center;
  left: 700px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 126px;
  white-space: nowrap;
  width: 185px;
}

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

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