.image-1019941478-icon {
  width: 250px;
  position: relative;
  height: 37.4px;
  object-fit: cover;
}
.header-menu1,
.image-1019941478-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.image-1019941478-wrapper {
  flex: 1;
  justify-content: flex-start;
}
.header-menu1 {
  align-self: stretch;
  background-color: var(--color-white);
  box-shadow: 0 4px 4px #e4e4e4;
  justify-content: space-between;
  padding: var(--padding-smi) var(--padding-11xl);
  margin-bottom:15px;
}
.header-container{
  max-width: 1320px;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.text-1213 {
  flex: 1;
  position: relative;
}
.text44 {
  align-self: stretch;
  background-color: #fdf3d1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 17px var(--padding-base);
  font-size: var(--font-size-xl);
  color: #664d03;
}
.text-1214 {
  flex: 1;
  position: relative;
}
.text45 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 var(--padding-5xs);
  font-size: var(--font-size-21xl);
  color: var(--color-gray-200);
}
.teds-tenpoint-giveaway {
  font-family: var(--font-arial);
}
.crossbow {
  color: var(--color-crimson);
}
.text46 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.img1-icon1 {
  align-self: stretch;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.text49,
.text50 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text49 {
  height: 18px;
}
.text50 {
  font-size: var(--font-size-base);
}
.text-1215 {
  position: relative;
}
.text51 {
  align-self: stretch;
  border-radius: var(--br-3xs);
  background-color: var(--color-coral);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-base);
}
.question1,
.text-parent1 {
  align-items: flex-start;
  justify-content: center;
}
.text-parent1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  color: var(--color-white);
}
.question1 {
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-lightgray);
  padding: var(--padding-base);
  gap: 16px 0;
  font-size: var(--font-size-xl);
}
.description1,
.main1,
.question1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.description1 {
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-xs);
  gap: 16px 0;
}
.main1 {
  align-items: center;
  justify-content: flex-start;

}
.for-the-next {
  color: var(--color-gray-100);
}
.text53,
.text54 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-lgi) 0;
}
.text53 {
  background-color: var(--color-white);
  display: flex;
}
.text54 {
  color: var(--color-gray-100);
}
.index-hwu2,
.text-parent2,
.text54 {
  background-color: var(--color-white);
  display: flex;
}
.text-parent2 {
  align-self: stretch;
  box-shadow: 0-4px 4px #e4e4e4;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0 5px;
  position: fixed;
  bottom: 0;
  z-index: 97;
  width: 100% !important;
  text-align: center;
  color: var(--color-coral);

}
.index-hwu2 {
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px 0;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-gray-100);
  font-family: var(--font-arial);
  max-width: 880px;
  margin: 0 auto;
}

.questions-container{
  width:100%
}

@media screen and (max-width: 870px) {
  .header-menu1 {
    padding-left: var(--padding-xs);
    padding-right: var(--padding-xs);
    box-sizing: border-box;
  }
  .text-1214 {
    font-size: var(--font-size-11xl);
  }
  .description1 {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .main1 {
    padding-left: var(--padding-xs);
    padding-right: var(--padding-xs);
    box-sizing: border-box;
  }
}
