/* Generated by vite-plugin-svg-spritemap */
.thank-you {
  padding-top: 1.875rem;
}
.thank-you__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.125rem;
}
.thank-you__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thank-you__image {
  max-width: 43.75rem;
}
.thank-you__image img {
  border-radius: 0.3125rem;
  max-width: 100%;
    max-height: 25rem;
}
.thank-you__buttons {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media (max-width: 47.99875em) {
  .thank-you__container {
    gap: 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .thank-you__buttons {
    flex-direction: column;
    width: 100%;
    gap: 0.625rem;
  }
  .thank-you__button {
    width: 100%;
  }
}
@media (width <= 20em) {
  .thank-you {
    padding-bottom: 1.875rem;
  }
}
@media (width > 20em) and (width <= 76.875em) {
  .thank-you {
    padding-bottom: clamp( 1.875rem , 0.3365384615375rem  +  7.6923076923vw , 3.25rem );
  }
}
@media (min-width: 47.99875em) {
  .thank-you__title-block {
    gap: 1.25rem;
  }
}
@media (width > 76.875em) {
  .thank-you {
    padding-bottom: 3.25rem;
  }
}