.form {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 64px;
  padding: 0px 64px;
  position: relative;
}

.form .container {
  display: flex;
  flex-direction: column;
  width: 1280px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 80px 0px 64px;
  position: relative;
  flex: 0 0 auto;
}

.form .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.form .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--heading-h3-font-family);
  font-weight: var(--heading-h3-font-weight);
  color: #11526e;
  font-size: var(--heading-h3-font-size);
  text-align: center;
  letter-spacing: var(--heading-h3-letter-spacing);
  line-height: var(--heading-h3-line-height);
  white-space: nowrap;
  font-style: var(--heading-h3-font-style);
}

.form .steps-info {
  flex-direction: column;
  gap: 12px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.form .steps-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.form .step {
  background-color: #1786ab;
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 15px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.form .div {
  color: #ffffff;
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: var(--heading-h6-semibold-font-family);
  font-weight: var(--heading-h6-semibold-font-weight);
  font-size: var(--heading-h6-semibold-font-size);
  letter-spacing: var(--heading-h6-semibold-letter-spacing);
  line-height: var(--heading-h6-semibold-line-height);
  white-space: nowrap;
  font-style: var(--heading-h6-semibold-font-style);
}

.form .vector {
  position: relative;
  width: 110px;
  height: 4px;
}

.form .div-wrapper {
  background-color: #dce4de;
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 15px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.form .text-wrapper-2 {
  color: #3e718699;
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: var(--heading-h6-semibold-font-family);
  font-weight: var(--heading-h6-semibold-font-weight);
  font-size: var(--heading-h6-semibold-font-size);
  letter-spacing: var(--heading-h6-semibold-letter-spacing);
  line-height: var(--heading-h6-semibold-line-height);
  white-space: nowrap;
  font-style: var(--heading-h6-semibold-font-style);
}

.form .div-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.form .info {
  display: flex;
  flex-direction: column;
  width: 145px;
  align-items: center;
  gap: 4px;
  position: relative;
}

.form .heading {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-small-semibold-font-weight);
  color: #1786ab;
  font-size: var(--body-small-semibold-font-size);
  line-height: var(--body-small-semibold-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-small-semibold-font-family);
  letter-spacing: var(--body-small-semibold-letter-spacing);
  font-style: var(--body-small-semibold-font-style);
}

.form .text-wrapper-3 {
  width: fit-content;
  font-weight: var(--body-small-regular-font-weight);
  color: #11526e;
  font-size: var(--body-small-regular-font-size);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-small-regular-font-family);
  letter-spacing: var(--body-small-regular-letter-spacing);
  font-style: var(--body-small-regular-font-style);
}

.form .heading-2 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-small-semibold-font-weight);
  color: #11526e;
  font-size: var(--body-small-semibold-font-size);
  line-height: var(--body-small-semibold-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-small-semibold-font-family);
  letter-spacing: var(--body-small-semibold-letter-spacing);
  font-style: var(--body-small-semibold-font-style);
}

.form .heading-3 {
  width: fit-content;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: var(--body-small-regular-font-weight);
  color: #11526e;
  font-size: var(--body-small-regular-font-size);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-small-regular-font-family);
  letter-spacing: var(--body-small-regular-letter-spacing);
  font-style: var(--body-small-regular-font-style);
}

.form .card {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 1000px;
  align-items: flex-start;
  gap: 40px;
  padding: 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 32px;
  border: 1px solid;
  border-color: #c5cfcc;
  box-shadow: var(--shadow-small);
}

.form .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .title-2 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.form .heading-4 {
  align-self: stretch;
  margin-top: -1px;
  font-weight: var(--heading-h4-font-weight);
  color: #11526e;
  font-size: var(--heading-h4-font-size);
  line-height: var(--heading-h4-line-height);
  position: relative;
  font-family: var(--heading-h4-font-family);
  letter-spacing: var(--heading-h4-letter-spacing);
  font-style: var(--heading-h4-font-style);
}

.form .frame {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .p {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-regular-font-weight);
  color: #11526e;
  font-size: var(--body-main-regular-font-size);
  line-height: var(--body-main-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-regular-font-family);
  letter-spacing: var(--body-main-regular-letter-spacing);
  font-style: var(--body-main-regular-font-style);
}

.form .heading-5 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-regular-font-weight);
  color: #b91c1c;
  font-size: var(--body-main-regular-font-size);
  line-height: var(--body-main-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-regular-font-family);
  letter-spacing: var(--body-main-regular-letter-spacing);
  font-style: var(--body-main-regular-font-style);
}

.form .input {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.form .label {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.form .tip {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-semibold-font-weight);
  color: #11526e;
  font-size: var(--body-main-semibold-font-size);
  text-align: justify;
  line-height: var(--body-main-semibold-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-semibold-font-family);
  letter-spacing: var(--body-main-semibold-letter-spacing);
  font-style: var(--body-main-semibold-font-style);
}

.form .tip-2 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-regular-font-weight);
  color: #b91c1c;
  font-size: var(--body-main-regular-font-size);
  text-align: justify;
  line-height: var(--body-main-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-regular-font-family);
  letter-spacing: var(--body-main-regular-letter-spacing);
  font-style: var(--body-main-regular-font-style);
}

.form .options {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.form .radio {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.form .frame-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  aspect-ratio: 1;
}

.form .frame-2 {
  position: relative;
  top: calc(50.00% - 10px);
  left: calc(50.00% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid;
  border-color: #acacac;
}

.form .tip-3 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 600;
  color: #1786ab;
  font-size: 18px;
  text-align: justify;
  line-height: 28.8px;
  white-space: nowrap;
  position: relative;
  font-family: "Plus Jakarta Sans", Helvetica;
  letter-spacing: 0;
}

.form .row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .input-2 {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.form .tip-4 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-semibold-font-weight);
  color: #11526e;
  font-size: var(--body-main-semibold-font-size);
  line-height: var(--body-main-semibold-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-semibold-font-family);
  letter-spacing: var(--body-main-semibold-letter-spacing);
  font-style: var(--body-main-semibold-font-style);
}

.form .tip-5 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-regular-font-weight);
  color: #b91c1c;
  font-size: var(--body-main-regular-font-size);
  text-align: right;
  line-height: var(--body-main-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-regular-font-family);
  letter-spacing: var(--body-main-regular-letter-spacing);
  font-style: var(--body-main-regular-font-style);
}

.form .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .field {
  align-self: stretch;
  width: 100%;
  height: 56px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .field-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .placeholder {
  color: #a8b6be;
  position: relative;
  width: fit-content;
  font-family: var(--body-small-regular-font-family);
  font-weight: var(--body-small-regular-font-weight);
  font-size: var(--body-small-regular-font-size);
  letter-spacing: var(--body-small-regular-letter-spacing);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-small-regular-font-style);
}

.form .placeholder-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .tip-6 {
  align-self: stretch;
  font-weight: var(--body-small-regular-font-weight);
  color: #5b7684;
  font-size: var(--body-small-regular-font-size);
  line-height: var(--body-small-regular-line-height);
  position: relative;
  font-family: var(--body-small-regular-font-family);
  letter-spacing: var(--body-small-regular-letter-spacing);
  font-style: var(--body-small-regular-font-style);
}

.form .radio-2 {
  gap: 8px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.form .frame-4 {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid;
  border-color: #acacac;
}

.form .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: var(--body-small-regular-font-family);
  font-weight: var(--body-small-regular-font-weight);
  color: #11526e;
  font-size: var(--body-small-regular-font-size);
  text-align: justify;
  letter-spacing: var(--body-small-regular-letter-spacing);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-small-regular-font-style);
}

.form .field-3 {
  padding: 16px;
  align-self: stretch;
  width: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
  background: none;
  color: #11526e;
  font-family: var(--body-small-regular-font-family);
  font-weight: var(--body-small-regular-font-weight);
  font-size: var(--body-small-regular-font-size);
  letter-spacing: var(--body-small-regular-letter-spacing);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-small-regular-font-style);
}

.form .tip-7 {
  align-self: stretch;
  font-weight: 400;
  color: #5b7684;
  font-size: 14px;
  line-height: 19.6px;
  position: relative;
  font-family: "Plus Jakarta Sans", Helvetica;
  letter-spacing: 0;
}

.form .span {
  font-weight: 700;
}

.form .text-wrapper-5 {
  font-size: var(--body-small-regular-font-size);
  line-height: var(--body-small-regular-line-height);
  font-family: var(--body-small-regular-font-family);
  font-style: var(--body-small-regular-font-style);
  font-weight: var(--body-small-regular-font-weight);
  letter-spacing: var(--body-small-regular-letter-spacing);
}

.form .arrow-down {
  position: relative;
  width: 24px;
  height: 24px;
}

.form .field-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .field-5 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .block {
  padding: 40px 0px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #c5cfcc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .tip-8 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--heading-h4-font-weight);
  color: #11526e;
  font-size: var(--heading-h4-font-size);
  text-align: justify;
  line-height: var(--heading-h4-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--heading-h4-font-family);
  letter-spacing: var(--heading-h4-letter-spacing);
  font-style: var(--heading-h4-font-style);
}

.form .heading-6 {
  align-self: stretch;
  font-weight: var(--body-main-regular-font-weight);
  color: #11526e;
  font-size: var(--body-main-regular-font-size);
  line-height: var(--body-main-regular-line-height);
  position: relative;
  font-family: var(--body-main-regular-font-family);
  letter-spacing: var(--body-main-regular-letter-spacing);
  font-style: var(--body-main-regular-font-style);
}

.form .field-6 {
  padding: 16px;
  align-self: stretch;
  width: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
  background: none;
  color: #a8b6be;
  font-family: var(--body-small-regular-font-family);
  font-weight: var(--body-small-regular-font-weight);
  font-size: var(--body-small-regular-font-size);
  letter-spacing: var(--body-small-regular-letter-spacing);
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-small-regular-font-style);
}

.form .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-self: stretch;
  width: 100%;
  margin-left: -1px;
  margin-right: -1px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: #11526e;
}

.form .enrol {
  color: #11526e;
  position: relative;
  width: fit-content;
  font-family: var(--body-small-semibold-font-family);
  font-weight: var(--body-small-semibold-font-weight);
  font-size: var(--body-small-semibold-font-size);
  text-align: right;
  letter-spacing: var(--body-small-semibold-letter-spacing);
  line-height: var(--body-small-semibold-line-height);
  white-space: nowrap;
  font-style: var(--body-small-semibold-font-style);
}

.form .input-tip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .field-7 {
  width: 56px;
  height: 62px;
  margin-bottom: -1px;
  margin-left: -1px;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .field-8 {
  width: 56px;
  height: 62px;
  margin-bottom: -1px;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .field-9 {
  width: 56px;
  height: 62px;
  margin-bottom: -1px;
  margin-right: -1px;
  position: relative;
  margin-top: -1px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #acacac;
}

.form .tip-9 {
  align-self: stretch;
  font-weight: var(--body-small-regular-font-weight);
  color: #5b7684;
  font-size: var(--body-small-regular-font-size);
  text-align: justify;
  line-height: var(--body-small-regular-line-height);
  position: relative;
  font-family: var(--body-small-regular-font-family);
  letter-spacing: var(--body-small-regular-letter-spacing);
  font-style: var(--body-small-regular-font-style);
}

.form .enrol-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-self: stretch;
  width: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  background-color: #11526e;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: #11526e;
}

.form .enrol-2 {
  color: #ffffff;
  position: relative;
  width: fit-content;
  font-family: var(--body-small-semibold-font-family);
  font-weight: var(--body-small-semibold-font-weight);
  font-size: var(--body-small-semibold-font-size);
  text-align: right;
  letter-spacing: var(--body-small-semibold-letter-spacing);
  line-height: var(--body-small-semibold-line-height);
  white-space: nowrap;
  font-style: var(--body-small-semibold-font-style);
}

.form .img {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.form .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.form .tip-10 {
  width: fit-content;
  margin-top: -1px;
  font-weight: var(--body-main-semibold-font-weight);
  color: #3e7186;
  font-size: var(--body-main-semibold-font-size);
  text-align: justify;
  line-height: var(--body-main-semibold-line-height);
  text-decoration: underline;
  white-space: nowrap;
  position: relative;
  font-family: var(--body-main-semibold-font-family);
  letter-spacing: var(--body-main-semibold-letter-spacing);
  font-style: var(--body-main-semibold-font-style);
}

.form .tip-11 {
  width: fit-content;
  font-weight: var(--body-small-regular-font-weight);
  color: #3e7186;
  font-size: var(--body-small-regular-font-size);
  text-align: justify;
  line-height: var(--body-small-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--body-small-regular-font-family);
  letter-spacing: var(--body-small-regular-letter-spacing);
  font-style: var(--body-small-regular-font-style);
}

.form .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.form .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: #11526e;
}

.form .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  background-color: #11526e;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: #11526e;
}
/* Inject after the existing style.css declarations. */

.form {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.form .container {
  width: 100%;
  max-width: 1280px;
}

.form .steps-wrapper,
.form .steps-info > .div-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form .vector {
  display: block;
  flex: 0 0 110px;
  background:
    url("https://c.animaapp.com/xKcB8njX/img/vector-8.svg") center / 100% 4px
    no-repeat;
}

.form fieldset {
  min-inline-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.form legend {
  padding: 0;
}

.form input,
.form select,
.form button {
  appearance: none;
  -webkit-appearance: none;
}

.form input,
.form select {
  font: inherit;
}

.form .field,
.form .field-2,
.form .field-3,
.form .field-4,
.form .field-5,
.form .field-6,
.form .placeholder-wrapper {
  min-width: 0;
  outline: none;
  background-color: #ffffff;
}

.form .field,
.form .field-2,
.form .field-3,
.form .field-4,
.form .field-5,
.form .field-6,
.form .placeholder-wrapper {
  color: #11526e;
}

.form .field,
.form .field-2,
.form .field-3,
.form .field-4,
.form .field-5,
.form .field-6,
.form .placeholder-wrapper {
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.form .field-2,
.form .field-4,
.form .field-5,
.form .placeholder-wrapper {
  height: 56px;
}

.form .field-4,
.form .field-2[type="text"],
.form .field-2[type="tel"] {
  padding-right: 16px;
}

.form select.field-2,
.form select.field-4 {
  cursor: pointer;
  background-image: url("https://c.animaapp.com/xKcB8njX/img/arrow-down-2.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  padding-right: 48px;
}

.form .field::placeholder,
.form .field-2::placeholder,
.form .field-3::placeholder,
.form .field-4::placeholder,
.form .field-5::placeholder,
.form .field-6::placeholder,
.form .placeholder-wrapper::placeholder {
  color: #a8b6be;
  opacity: 1;
}

.form .field:focus-visible,
.form .field-2:focus-visible,
.form .field-3:focus-visible,
.form .field-4:focus-visible,
.form .field-5:focus-visible,
.form .field-6:focus-visible,
.form .placeholder-wrapper:focus-visible {
  border-color: #1786ab;
  box-shadow: 0 0 0 3px rgba(23, 134, 171, 0.2);
}

.form .radio {
  cursor: pointer;
}

.form .radio .frame-2,
.form .radio-2 .frame-4 {
  flex: 0 0 auto;
  margin: 0;
  cursor: pointer;
  background-color: #ffffff;
}

.form .radio .frame-2 {
  position: static;
  width: 20px;
  height: 20px;
}

.form .radio-2 .frame-4 {
  width: 24px;
  height: 24px;
}

.form .radio .frame-2:checked,
.form .radio-2 .frame-4:checked {
  border: 6px solid #1786ab;
}

.form .radio .frame-2:focus-visible,
.form .radio-2 .frame-4:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.form .field-7,
.form .field-8,
.form .field-9 {
  padding: 0;
  text-align: center;
  color: #11526e;
  font-family: var(--heading-h6-semibold-font-family);
  font-size: var(--heading-h6-semibold-font-size);
  outline: none;
  background-color: #ffffff;
}

.form .field-7:focus-visible,
.form .field-8:focus-visible,
.form .field-9:focus-visible {
  border-color: #1786ab;
  box-shadow: 0 0 0 3px rgba(23, 134, 171, 0.2);
}

.form .img {
  border: 0;
  margin: 0;
  background:
    url("https://c.animaapp.com/xKcB8njX/img/vector-4.svg") center / 100% 1px
    no-repeat;
}

.form .tip-10 {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.form .tip-10:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.form .button,
.form .enrol-wrapper,
.form .button-2,
.form .button-3 {
  cursor: pointer;
}

.form .button:hover,
.form .button-2:hover {
  background-color: #f2f8fa;
}

.form .enrol-wrapper:hover,
.form .button-3:hover {
  background-color: #0d4056;
}

@media (max-width: 1100px) {
  .form {
    padding: 0 32px;
  }

  .form .card {
    width: min(100%, 1000px);
  }
}

@media (max-width: 760px) {
  .form {
    gap: 32px;
    padding: 0 16px;
  }

  .form .container {
    gap: 32px;
    padding: 64px 0 32px;
  }

  .form .text-wrapper {
    font-size: 28px;
    white-space: normal;
  }

  .form .steps-info {
    width: 100%;
    overflow-x: auto;
    align-items: flex-start;
  }

  .form .steps-wrapper,
  .form .steps-info > .div-2 {
    min-width: 748px;
  }

  .form .card {
    gap: 32px;
    padding: 24px;
    border-radius: 20px;
  }

  .form .row {
    flex-direction: column;
  }

  .form .input-2 {
    width: 100%;
  }

  .form .p,
  .form .tip-11 {
    white-space: normal;
  }
}
