/* New Tailwind classes for first 5 tags */
._tw_body_1 {
  height: 100dvh;
}

._tw_div_1 {
  height: 100%;
  width: 100%;
}

._tw_div_2 {
  width: 100%;
  padding: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  ._tw_div_2 {
    gap: 2.5rem;
    padding: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

._tw_div_3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  ._tw_div_3 {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  ._tw_div_3 {
    margin-top: 70px;
  }
}

._tw_div_4 {
  width: 100%;
  padding: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  ._tw_div_4 {
    gap: 2.5rem;
    flex-direction: row;
    padding: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* New Tailwind classes for next 10 tags */
._tw_div_5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  ._tw_div_5 {
    width: 50%;
  }
}

._tw_p_1 {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  ._tw_p_1 {
    font-size: 18px;
  }
}

._tw_p_2 {
  font-size: 14px;
  color: #1f2937;
  text-align: right;
  margin: 0;
}

@media (min-width: 1024px) {
  ._tw_p_2 {
    font-size: 18px;
  }
}

._tw_h3_1 {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  ._tw_h3_1 {
    font-size: 18px;
  }
}

._tw_div_6 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-content: start;
  gap: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  ._tw_div_6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  ._tw_div_6 {
    margin-top: 0.75rem;
  }
}

._tw_div_7 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._tw_label_1 {
  font-size: 0.75rem;
  color: #1f2937;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  ._tw_label_1 {
    font-size: 18px;
  }
}

._tw_a_1 {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  transition: opacity 0.15s ease-in-out;
}

._tw_a_1:hover {
  opacity: 0.75;
}

@media (min-width: 1024px) {
  ._tw_a_1 {
    width: 62px;
    height: 62px;
    margin-top: 0.5rem;
  }
}

._tw_div_8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._tw_label_2 {
  font-size: 0.75rem;
  color: #1f2937;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  ._tw_label_2 {
    font-size: 18px;
  }
}

/* New Tailwind classes for next 15 tags */
._tw_a_2 {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  transition: opacity 0.15s ease-in-out;
}

._tw_a_2:hover {
  opacity: 0.75;
}

@media (min-width: 1024px) {
  ._tw_a_2 {
    width: 62px;
    height: 62px;
    margin-top: 0.5rem;
  }
}

._tw_div_9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._tw_label_3 {
  font-size: 0.75rem;
  color: #1f2937;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  ._tw_label_3 {
    font-size: 18px;
  }
}

._tw_a_3 {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  transition: opacity 0.15s ease-in-out;
}

._tw_a_3:hover {
  opacity: 0.75;
}

@media (min-width: 1024px) {
  ._tw_a_3 {
    width: 62px;
    height: 62px;
    margin-top: 0.5rem;
  }
}

._tw_div_10 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._tw_label_4 {
  font-size: 0.75rem;
  color: #1f2937;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  ._tw_label_4 {
    font-size: 18px;
  }
}

._tw_a_4 {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  transition: opacity 0.15s ease-in-out;
}

._tw_a_4:hover {
  opacity: 0.75;
}

@media (min-width: 1024px) {
  ._tw_a_4 {
    width: 62px;
    height: 62px;
    margin-top: 0.5rem;
  }
}

._tw_div_11 {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 0.5rem;
  overflow: hidden;
}

._tw_div_12 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._tw_label_5 {
  font-size: 0.75rem;
  color: #1f2937;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  ._tw_label_5 {
    font-size: 18px;
  }
}

._tw_a_5 {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  transition: opacity 0.15s ease-in-out;
}

._tw_a_5:hover {
  opacity: 0.75;
}

@media (min-width: 1024px) {
  ._tw_a_5 {
    width: 62px;
    height: 62px;
    margin-top: 0.5rem;
  }
}

._tw_div_13 {
  position: relative;
  width: 25px;
  height: 28px;
  border-radius: 0.5rem;
  overflow: hidden;
}

._tw_div_14 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._tw_label_6 {
  font-size: 0.75rem;
  color: #1f2937;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  ._tw_label_6 {
    font-size: 18px;
  }
}

._tw_a_6 {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e7eb;
  transition: opacity 0.15s ease-in-out;
}

._tw_a_6:hover {
  opacity: 0.75;
}

@media (min-width: 1024px) {
  ._tw_a_6 {
    width: 62px;
    height: 62px;
    margin-top: 0.5rem;
  }
}

/* Final Tailwind classes for last 5 tags */
._tw_div_15 {
  display: none;
  width: 100%;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  ._tw_div_15 {
    display: flex;
  }
}

._tw_a_7 {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f2937;
  color: white;
  transition: opacity 0.15s ease-in-out;
  border-radius: 0.25rem;
  height: 3rem;
  font-size: 1.125rem;
}

._tw_a_7:hover {
  opacity: 0.75;
}

._tw_a_8 {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1f2937;
  color: #1f2937;
  transition: opacity 0.15s ease-in-out;
  border-radius: 0.25rem;
  height: 3rem;
  font-size: 1.125rem;
}

._tw_a_8:hover {
  opacity: 0.75;
}

._tw_div_16 {
  width: 100%;
  position: relative;
  height: 19rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  ._tw_div_16 {
    width: 425px;
  }
}

@media (min-width: 1280px) {
  ._tw_div_16 {
    height: 433px;
  }
}

._tw_div_17 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  ._tw_div_17 {
    display: none;
  }
}