.cover {
  width: 100%;
  background: linear-gradient(90deg, #dd2350 0%, #6135bf 100%, #6338bd 100%);
}

.cover__inner {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 360px;
  max-width: 1200px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .cover__inner {
    height: 188px;
  }
}
@media screen and (max-width: 749px) {
  .cover__inner {
    height: 188px;
  }
}

.cover__inner > .title {
  margin: auto;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #ffffff;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .cover__inner > .title {
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-width: 749px) {
  .cover__inner > .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.cover__inner > .text {
  margin-top: 24px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #ffffff;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .cover__inner > .text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .cover__inner > .text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 22px;
  }
}

.section-form {
  margin: 0;
  padding: 120px 0;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form {
    padding: 62px 0;
  }
}
@media screen and (max-width: 749px) {
  .section-form {
    padding: 40px 20px 80px 20px;
  }
}

.section-form__inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner {
    max-width: 520px;
  }
}

.section-form__inner > .form > .form-group {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-group {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
}

.section-form__inner > .form > .form-group > .form-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-title {
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-group > .form-title {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
  }
}

.section-form__inner > .form > .form-group > .form-title > .required {
  margin-left: 12px;
  display: inline-block;
  width: 35px;
  height: 20px;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #ffffff;
  background: #dd2350;
  border-radius: 4px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-title > .required {
    margin-left: 6px;
    padding: 3px;
    width: fit-content;
    height: fit-content;
    font-size: 10px;
    line-height: 10px;
  }
}

.section-form__inner > .form > .form-group > .form-content {
  width: 723px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-content {
    width: 376px;
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-group > .form-content {
    width: 100%;
  }
}

.section-form__inner > .form > .form-group > .form-content > .select-date-box {
  padding-bottom: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box {
    padding-bottom: 7px;
    gap: 8px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box {
    flex-wrap: wrap;
    gap: 16px;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .select-date-box
  > .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box
    > .title {
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box
    > .title {
    font-size: 13px;
    line-height: 19px;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .select-date-box
  > .date {
  margin-left: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box
    > .date {
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box
    > .date {
    margin-left: 0;
    font-size: 13px;
    line-height: 19px;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .select-date-box
  > .date.--is-active {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box
    > .date.--is-active {
    font-size: 12.5px;
    line-height: 18px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .select-date-box
    > .date.--is-active {
    font-size: 18px;
    line-height: 26px;
  }
}

.section-form__inner > .form > .form-group > .form-content > .calendar-box {
  margin-top: 24px;
  width: 100%;
  display: flex;
  gap: 24px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-content > .calendar-box {
    margin-top: 12px;
    gap: 12px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-group > .form-content > .calendar-box {
    flex-wrap: wrap;
    gap: 16px;
  }

  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .date-box {
    margin: auto;
  }

  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .date-box
    > .flatpickr-calendar {
    width: 100%;
  }
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box {
  width: 100%;
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box
  > .note {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #dd2350;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .note {
    font-size: 10px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .note {
    font-size: 15px;
    line-height: 22px;
  }
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box
  > .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
  display: none;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .title {
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .title {
    font-size: 15px;
    line-height: 22px;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box
  > .time-list {
  margin-top: 8px;
  padding: 12px;
  width: 100%;
  height: calc(319px - 28px - 8px);
  background: #f5f5f5;
  border-radius: 12px;
  overflow-y: scroll;
  display: none;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .time-list {
    margin-top: 4px;
    padding: 6px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .time-list {
    padding: 0;
    height: auto;
    background: #fff;
    border-radius: 0;
    overflow-y: auto;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box
  > .time-list
  > li {
  margin-bottom: 8px;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #101010;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .time-list
    > li {
    margin-bottom: 4px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 160%;
    border-radius: 4px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .calendar-box
    > .time-box
    > .time-list
    > li {
    padding: 16px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box
  > .time-list
  > li:last-of-type {
  margin-bottom: 0;
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .calendar-box
  > .time-box
  > .time-list
  > .datetime.--is-active {
  color: #ffffff;
  background: #6338bd;
}
.section-form__inner > .form > .form-group > .form-content.row {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-content.row {
    gap: 8px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-group > .form-content.row.wrap {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.section-form__inner > .form > .form-group > .form-content.row > .row-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-form__inner
  > .form
  > .form-group
  > .form-content.row
  > .row-box
  > .input-group {
  width: 100%;
  display: flex;
  align-items: center;
}

.section-form__inner
  > .form
  > .form-group
  > .form-content.row
  > .row-box
  > .input-group
  > .label {
  margin-right: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content.row
    > .row-box
    > .input-group
    > .label {
    margin-right: 4px;
    font-size: 12px;
    line-height: 160%;
  }
}

.section-form__inner > .form > .form-group > .form-content > .label {
  margin-left: 15px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-content > .label {
    margin-left: 7px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 160%;
  }
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .label:first-child {
  margin-left: 0;
}

.section-form__inner > .form > .form-group > .form-content > .radio-box {
  margin-right: 15px;
  padding: 16px 24px;
  width: calc(100% - 15px);
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-content > .radio-box {
    margin-right: 7px;
    padding: 8px 12px;
  }
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .radio-box:last-child {
  margin-right: 0;
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .radio-box
  > label {
  padding-left: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
  position: relative;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .radio-box
    > label {
    padding-left: 20px;
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .radio-box
    > label {
    font-size: 13px;
    line-height: 19px;
  }
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .radio-box
  > label::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .radio-box
    > label::before {
      margin: auto;
    width: 12px;
    height: 12px;
  }
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > .radio-box
  > input.form-control[type="radio"]:checked
  + label::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  background: #6338bd;
  border-radius: 50%;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > .radio-box
    > input.form-control[type="radio"]:checked
    + label::after {
      margin: auto;
    width: 8px;
    height: 8px;
    top:0;
    left: 2px;
  }
}
input.form-control[type="text"] {
  padding: 16px 24px;
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  input.form-control[type="text"] {
    padding: 8px 12px;
    height: 29px;
    font-size: 12px;
    line-height: 160%;
  }
}

input.form-control[type="text"]:focus {
  border: 2px solid #6338bd;
}
input.form-control[type="text"]::placeholder {
  color: #a0a0a0;
}

input.form-control[type="text"].--error {
  border: 1px solid #dd2350;
}

input.form-control[type="text"].--error:focus {
  border: 1px solid #dd2350;
}

input.form-control[type="number"] {
  padding: 16px 24px;
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  input.form-control[type="number"] {
    padding: 8px 12px;
    height: 29px;
    font-size: 12px;
    line-height: 160%;
  }
}

input.form-control[type="number"]:focus {
  border: 2px solid #6338bd;
}
input.form-control[type="number"]::placeholder {
  color: #a0a0a0;
}

input.form-control[type="number"].--error {
  border: 1px solid #dd2350;
}

input.form-control[type="number"].--error:focus {
  border: 1px solid #dd2350;
}

.section-form__inner
  > .form
  > .form-group
  > .form-content
  > textarea.form-control {
  padding: 24px;
  width: 100%;
  height: 160px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner
    > .form
    > .form-group
    > .form-content
    > textarea.form-control {
    padding: 12px;
    height: 80px;
    font-size: 12px;
    line-height: 160%;
  }
}
.section-form__inner
  > .form
  > .form-group
  > .form-content
  > textarea.form-control::placeholder {
  color: #b2b1ae;
}

.section-form__inner > .form > .form-group > .form-content > .note {
  margin-top: 15px;
  font-weight: 400;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #6c6c6c;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-group > .form-content > .note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 160%;
  }
}
.form-error {
  margin-top: 2px;
  font-weight: 400;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #dd2350;
  display: none;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .form-error {
    font-size: 10px;
    line-height: 160%;
  }
}

.form-error.--is-active {
  display: block;
}

.section-form__inner > .form > .form-term {
  margin-top: 120px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term {
    margin-top: 60px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-term {
    margin-top: 80px;
  }
}
.section-form__inner > .form > .form-term > .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #6338bd;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .title {
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-term > .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.section-form__inner > .form > .form-term > .text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 160%;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-term > .text {
    font-size: 13px;
    line-height: 19px;
  }
}

.section-form__inner > .form > .form-term > .term-box {
  margin-top: 30px;
  padding: 36px;
  width: 100%;
  height: 320px;
  overflow: scroll;
  background: #f5f5f5;
  border-radius: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .term-box {
    margin-top: 14px;
    padding: 18px;
    height: 166px;
  }
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-term > .term-box {
    margin-top: 12px;
    padding: 24px;
  }
}
.section-form__inner > .form > .form-term > .term-box::-webkit-scrollbar {
  display: none;
}

.section-form__inner > .form > .form-term > .term-box > .title {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .term-box > .title {
    margin-top: 6px;
    font-size: 10px;
  }
}
.section-form__inner > .form > .form-term > .term-box > .title:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-term > .term-box > .title {
    font-size: 15px;
    line-height: 22px;
  }
}

.section-form__inner > .form > .form-term > .term-box > .text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .term-box > .text {
    margin-top: 3px;
    font-size: 12px;
    line-height: 160%;
  }
}
@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-term > .term-box > .text {
    font-size: 13px;
    line-height: 19px;
  }
}

.section-form__inner > .form > .form-term > .term-box > .list {
  margin-top: 12px;
  list-style-type: disc;
  padding-left: 1em;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .term-box > .list {
    margin-top: 6px;
  }
}
.section-form__inner > .form > .form-term > .term-box > .list > li {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-term > .term-box > .list > li {
    font-size: 12px;
    line-height: 160%;
  }
}
.section-form__inner > .form > .form-action {
  margin-top: 60px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-action {
    margin-top: 30px;
  }
}
@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-action {
    margin-top: 24px;
  }
}
.section-form__inner > .form > .form-action > .button {
  margin: auto;
  width: 360px;
  height: 74px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #dd2350 0%, #6135bf 100%, #6338bd 100%);
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-form__inner > .form > .form-action > .button {
    width: 187px;
    height: 38px;
    font-size: 12px;
    line-height: 160%;
  }
}
@media screen and (max-width: 749px) {
  .section-form__inner > .form > .form-action > .button {
    width: 100%;
    height: 70px;
    font-size: 15px;
    line-height: 22px;
  }
}

.section-thanks__inner {
  margin: auto;
  width: 100%;
  max-width: 800px;
}

.section-thanks__inner > .title {
  margin-bottom: 64px;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-thanks__inner > .title {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 160%;
  }
}
.section-thanks__inner > .text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-thanks__inner > .text {
    margin-top: 8px;
font-size: 12px;
line-height: 160%;
  }
}
.section-thanks__inner > ul {
  margin-top: 16px;
  list-style-type: disc;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-thanks__inner > ul {
    margin-top: 8px;
  }
}

.section-thanks__inner > ul > li {
  margin-top: 16px;
  margin-left: 1em;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #101010;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-thanks__inner > ul > li {
    margin-top: 8px;
font-size: 12px;
line-height: 160%;
  }
}
.section-thanks__inner > ul > li > .bold {
  font-weight: 700;
}

.section-thanks__inner > .button-box {
  margin: 64px auto 0 auto;
  width: 250px;
  height: 74px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #6338bd;
  border: 1px solid #6338bd;
  border-radius: 50px;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .section-thanks__inner > .button-box {
    margin: 32px auto 0 auto;
    width: 180px;
    height: 37px;
font-size: 12px;
line-height: 160%;
  }
}

.flatpickr-calendar {
  padding: 0 22px 22px 22px;
  width: 100%;
  background: #f5f5f5 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.dayContainer {
  border-right: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-bottom: 1px solid rgba(160, 160, 160, 0.45) !important;
}

.flatpickr-day {
  width: calc(100% / 7) !important;
  max-width: calc(100% / 7) !important;
  transition: all 0.25s ease-in;
  background: rgba(99, 56, 189, 0.15) !important;
  border: 1px solid transparent !important;
  border-top: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-left: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 750px) and (max-width: 960px) {
  .flatpickr-day {
    font-size: 10px !important;
  }
}

.flatpickr-day:hover {
  color: #ffffff;
  background: #6338bd !important;
  border: 1px solid transparent !important;
  border-top: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-left: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-radius: 0 !important;
}

.flatpickr-day.flatpickr-disabled {
  color: #a0a0a0 !important;
  background: #fff !important;
  border: 1px solid transparent !important;
  border-top: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-left: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-radius: 0 !important;
}

.flatpickr-day.flatpickr-disabled:hover {
  background: #fff !important;
  border: 1px solid transparent !important;
  border-top: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-left: 1px solid rgba(160, 160, 160, 0.45) !important;
  border-radius: 0 !important;
}

.flatpickr-day.selected {
  color: #ffffff;
  background: #6338bd !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
}

@media screen and (min-width: 750px) and (max-width: 960px) {
  .flatpickr-monthDropdown-months {
    font-size: 10px !important;
  }
  .numInputWrapper {
    font-size: 10px !important;
  }
  .flatpickr-weekdaycontainer {
    font-size: 10px !important;
  }
}
