input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0.5555555556vw;
  border: 1.4px solid #f745ab;
  background-color: rgba(247, 69, 171, 0);
  margin: 0;
  padding: 0.3541666667vw;
  font-size: 1.25vw;
  text-align: left;
  color: #f745ab;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter;
  -webkit-transition: .2s ease-in-out background, .2s ease-in-out color, .2s ease-in-out border;
  -o-transition: .2s ease-in-out background, .2s ease-in-out color, .2s ease-in-out border;
  transition: .2s ease-in-out background, .2s ease-in-out color, .2s ease-in-out border;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 960px) {
    input[type=checkbox] {
      height: 6.9333333333vw;
      width: 6.9333333333vw;
      border-radius: 2.1333333333vw;
      padding: 1.36vw; } }

input[type=checkbox]:checked::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2777777778vw;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background-color: #f745ab; }
  @media screen and (max-width: 960px) {
    input[type=checkbox]:checked::after {
      height: 3.7333333333vw;
      width: 3.7333333333vw;
      border-radius: 1.0666666667vw; } }

.form-checkbox label {
  display: flex;
  gap: 1.3888888889vw; }
  @media screen and (max-width: 960px) {
    .form-checkbox label {
      gap: 5.8666666667vw; } }

.form-label-text {
  font-size: 0.8333333333vw;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1111111111vw;
  letter-spacing: normal;
  text-align: left;
  color: #f745ab;
  -webkit-transition: .2s ease-in-out font, .2s ease-in-out top;
  -o-transition: .2s ease-in-out font, .2s ease-in-out top;
  transition: .2s ease-in-out font, .2s ease-in-out top;
  width: 45.1388888889vw; }
  @media screen and (max-width: 960px) {
    .form-label-text {
      font-size: 3.2vw;
      line-height: 4.2666666667vw;
      width: 76.5333333333vw; } }

/*# sourceMappingURL=form.css.map */

/*# sourceMappingURL=forms.min.css.map */
