@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}

body {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  background-color: #000;
  color: #969FAD;
  font-style: normal;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.main {
  padding: 9.625rem 1.5rem;
}

.cont {
  border-radius: 0.94rem;
  background: radial-gradient(98.96% 98.96% at 50% 0%, #232A34 0%, #181E27 100%);
  padding: 1.78rem 1.5rem;
  max-inline-size: 25.75rem;
  margin: 0 auto;
}

.tri_cont_wrap {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.cont_top_img_cont {
  block-size: 2.5rem;
  inline-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262E38;
  border-radius: 999px;
}

.cont_top_img {
  inline-size: 0.875rem;
  display: block;
}

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

.cont_mid_h1 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.25;
}

.label_options_h2 {
  font-size: 0.875rem;
  color: #969FAD;
  line-height: 1.57;
  text-wrap: wrap;
}

.options_label {
  display: flex;
  align-items: center;
  justify-content: center;
  block-size: 2.625rem;
  inline-size: 2.625rem;
  border-radius: 999px;
  background: #262E38;
  font-size: 0.875rem;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.options_label:hover {
  background: #fff;
  color: #262E38;
}

.options_li:has(input:checked) .options_label {
  background: #FC7614;
  color: #262E38;
}

.cont_btm_btn {
  padding: 0.94rem;
  inline-size: 100%;
  border-radius: 1.4rem;
  background: #FC7614;
  color: #131518;
  font-size: 0.875rem;
  line-height: 1.3;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.cont_btm_btn:hover {
  background: #fff;
}

.options_ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}

.attribution_h2 {
  text-align: center;
  padding: 0.5rem;
  font-size: clamp(0.875rem, 2vw, 0.94rem);
}

.attribution a {
  color: #FC7614;
}

.tri_cont_wrap.thank_you {
  padding: 0.47rem 0;
}

.cont_top_img_cont.thank_you {
  block-size: auto;
  inline-size: auto;
  border-radius: 0;
  background: none;
}

.cont_top_img.thank_you {
  inline-size: 9rem;
}

.cont_mid.thank_you {
  border-radius: 1.4rem;
  background: #262E38;
  padding: 0.375rem 0.75rem;
  width: fit-content;
  margin: 0 auto;
}

.rating_p.thank_you {
  font-size: 0.875rem;
  line-height: 1.57;
  color: #FC7614;
}

.cont_btm.thank_you {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.cont_btm_h2.thank_you {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
}

.cont_btm_p.thank_you {
  font-size: 0.875rem;
  line-height: 1.57;
  color: #969FAD;
}

@media screen and (min-width: 48rem) {
  .main {
    padding: 12rem 1.5rem;
  }
  .tri_cont_wrap {
    gap: 2rem;
  }
  .cont_top_img_cont {
    block-size: 3rem;
    inline-size: 3rem;
  }
  .cont_mid_h1 {
    font-size: 1.75rem;
  }
  .label_options_h2 {
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .options_ul {
    gap: 1.5rem;
  }
  .options_label {
    block-size: 3.19rem;
    inline-size: 3.19rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .cont_top_img {
    inline-size: 1.05rem;
  }
  .tri_cont_wrap.thank_you {
    padding: 0.625rem 0.34rem;
  }
  .cont {
    padding: 2.16rem 1.9rem;
    border-radius: 1.875rem;
  }
  .cont_top_img.thank_you {
    inline-size: 10.125rem;
  }
  .rating_p.thank_you {
    line-height: 1.6;
    font-size: 0.94rem;
  }
  .cont_btm_h2.thank_you {
    font-size: 1.75rem;
  }
  .cont_btm_p.thank_you {
    font-size: 0.94rem;
    line-height: 1.6;
  }
}