@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}
body .cm__link-group {
  justify-content: space-between !important;
}
body .lightbox {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow-y: auto;
}
body .lightbox.active {
  display: block;
}
body .lightbox .terms, body .lightbox .policies {
  display: block;
  width: calc(100% - 50px);
  padding: 25px;
}
body .lightbox .terms h1, body .lightbox .policies h1 {
  font-size: 24px;
  margin: 10px 0 30px;
}
body .lightbox .terms h2, body .lightbox .policies h2 {
  font-size: 20px;
  margin: 20px 0 20px;
}
body .lightbox .terms p, body .lightbox .policies p {
  font-size: 18px;
  margin: 15px 0;
}
body .lightbox .terms ol, body .lightbox .policies ol {
  margin: 15px 80px;
}
body .lightbox .terms ol li, body .lightbox .policies ol li {
  font-size: 18px;
  margin: 15px 0;
}
body .lightbox-form {
  width: calc(100% - 260px);
  min-height: calc(100% - 260px);
  height: fit-content;
  background: #ffffff;
  margin: 65px;
  border-radius: 15px;
  position: relative;
  padding: 65px;
}
body .lightbox-form.hold-client-user-edit {
  width: calc(70% - 260px);
  margin: 65px auto;
}
body .lightbox-form.hold-add-user-dashboard {
  width: calc(50% - 260px);
  margin: 65px auto;
}
body .lightbox-form.half, body .lightbox-form.hold-policies, body .lightbox-form.hold-terms {
  width: calc(50% - 260px);
  margin: 65px auto;
}
body .lightbox-form .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  cursor: pointer;
}
body .lightbox-form .hold-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
body .lightbox-form .hold-top .hold-title .title {
  font-size: 22px;
  font-weight: 400;
}
body .lightbox-form .hold-top .hold-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .lightbox-form .hold-top .hold-steps .space {
  width: 105px;
  height: 1px;
  background: #b1b1b1;
  margin: 0 20px;
}
body .lightbox-form .hold-top .hold-steps .step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .lightbox-form .hold-top .hold-steps .step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #b1b1b1;
  border-radius: 50%;
  margin: 0 10px;
}
body .lightbox-form .hold-top .hold-steps .step .step-text {
  color: #b1b1b1;
  font-weight: 300;
}
body .lightbox-form .hold-top .hold-steps .step.active .icon {
  background: #272727;
}
body .lightbox-form .hold-top .hold-steps .step.active .step-text {
  color: #272727;
}
body .lightbox-form .hidden {
  display: none;
}
body p.success {
  width: calc(100% - 40px);
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}
body .go-home {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 56px;
  padding: 0 20px 0 20px;
  border-radius: 4px;
  opacity: 0px;
  background: #E9E9E9;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  color: #808080;
  cursor: pointer;
}
body .go-home .btn-icon {
  width: 16px;
  height: 14.47px;
  gap: 0px;
  opacity: 0px;
}
body .go-home:hover {
  opacity: 1;
}
body form {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body form .logo {
  width: 56px;
  height: 56px;
  gap: 0px;
  opacity: 0px;
  margin-bottom: 20px;
}
body form p {
  width: 100%;
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-bottom: 20px;
}
body form a {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 20px 0;
  text-decoration: none;
  color: #808080;
}
body form .hold-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  border-radius: 4px;
  border: 1px solid #808080;
  margin-bottom: 20px;
  position: relative;
}
body form .hold-input.password .field-icon-show {
  display: none;
}
body form .hold-input.password .field-icon-hide {
  display: block;
}
body form .hold-input.password.show .field-icon-show {
  display: block;
}
body form .hold-input.password.show .field-icon-hide {
  display: none;
}
body form .hold-input.password .field-icon, body form .hold-input.password .field-icon-copy {
  height: 20px;
  right: 20px;
  top: 18px;
  position: absolute;
}
body form .hold-input label {
  width: 90px;
  height: 56px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #808080;
  padding-left: 20px;
}
body form .hold-input input {
  padding-right: 20px;
  width: 190px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #E9E9E9;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
body form .hold-input input:-internal-autofill-selected {
  appearance: none;
  background-image: none !important;
  background-color: transparent !important;
  color: #E9E9E9 !important;
}
body form .hold-input.twofa label {
  width: 120px;
}
body form .hold-input.twofa input {
  width: 160px;
}
body form .hold-input.checkbox {
  border: none;
  height: 20px;
}
body form .hold-input.checkbox label {
  width: calc(100% - 70px);
}
body form .hold-input.checkbox label input {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
body form button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 56px;
  padding: 0 20px 0 20px;
  border-radius: 4px;
  opacity: 0px;
  background: #E9E9E9;
  opacity: 0.9;
  cursor: pointer;
}
body form button .btn-icon {
  width: 16px;
  height: 14.47px;
  gap: 0px;
  opacity: 0px;
}
body form button:hover {
  opacity: 1;
}
body form .form-error {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  text-decoration: none;
  color: #ec0000;
}
body form .form-error.mt20 {
  margin-top: 20px;
}
body #first-access {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 0 0;
}
body #first-access .logo {
  width: 56px;
  height: 56px;
  gap: 0px;
  opacity: 0px;
  margin-bottom: 20px;
}
body #first-access .form-p {
  width: 100%;
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.03em;
  text-align: left;
  margin-bottom: 20px;
}
body #first-access .hold-avatar-activecamp {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}
body #first-access .hold-avatar-activecamp .row-50 {
  width: 48%;
}
body #first-access .hold-avatar-activecamp.user-me {
  align-items: flex-end;
  justify-content: flex-start;
}
body #first-access .hold-avatar-activecamp.user-client {
  align-items: flex-end;
  justify-content: space-between;
}
body #first-access .hold-avatar-activecamp.no-margin-top {
  margin-top: 0px;
}
body #first-access .hold-avatar-activecamp .hold-avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body #first-access .hold-avatar-activecamp .hold-avatar.f-start {
  justify-content: flex-start;
  align-items: end;
}
body #first-access .hold-avatar-activecamp .hold-avatar.f-start .avatar {
  margin-right: 20px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .avatar {
  width: 105px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .avatar.bigger {
  width: 175px;
  height: 175px;
  margin-right: 15px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .dash-thumb {
  width: 187px;
  aspect-ratio: 187/105;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .dash-thumb.bigger {
  width: 250px;
  margin-right: 15px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 105px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text span p {
  line-height: auto;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text span p.bold {
  font-weight: 400 !important;
  color: #808080 !important;
  font-size: 18px !important;
  line-height: 20px !important;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text span p.bold-small {
  font-weight: 400;
  color: #808080;
  font-size: 16px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text span p.normal {
  color: #808080 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  line-height: 18px !important;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text span p.gray {
  color: #999999;
  font-weight: 200;
  font-size: 16px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text p.blue {
  font-weight: 400 !important;
  color: #076cca !important;
  font-size: 12px !important;
  cursor: pointer !important;
  line-height: 14px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .blue-small {
  font-weight: 400;
  color: #076cca;
  font-size: 14px;
  cursor: pointer;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .admin {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 8px;
  height: 16px;
  background-color: #626262;
  width: fit-content;
  padding: 0 8px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .squad {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #000;
  font-size: 10px;
  height: 16px;
  width: fit-content;
  padding: 0 8px;
  background: #626262;
  margin-bottom: 5px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .squad.active {
  background: #c8f0e0;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .points {
  font-weight: 400;
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  /* height: 20px; */
  margin-bottom: 5px;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .m-5 {
  margin: 5px 0;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .m-3 {
  margin: 3px 0;
}
body #first-access .hold-avatar-activecamp .hold-avatar .hold-avatar-text .mt-5 {
  margin: 5px 0 0;
}
body #first-access .hold-avatar-activecamp .hold-squad-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body #first-access .hold-avatar-activecamp .hold-squad-user.f-start {
  justify-content: flex-start;
}
body #first-access .hold-avatar-activecamp .hold-squad-user.f-start .squad-avatar {
  margin-right: 20px;
}
body #first-access .hold-avatar-activecamp .hold-squad-user .squad-avatar {
  width: 105px;
  height: 105px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
body #first-access .hold-avatar-activecamp .hold-squad-user .hold-squad-text {
  color: #000;
}
body #first-access .hold-avatar-activecamp .hold-squad-user .hold-squad-text .normal {
  font-weight: 200;
  font-size: 16px;
}
body #first-access .hold-avatar-activecamp .hold-squad-user .hold-squad-text .bold {
  font-weight: 400;
  font-size: 18px;
  margin: 5px 0 5px;
}
body #first-access .hold-avatar-activecamp .hold-squad-user .hold-squad-text .small {
  font-weight: 200;
  font-size: 14px;
  cursor: pointer;
}
body #first-access .hold-avatar-activecamp.hidden {
  display: none;
}
body #first-access a {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 20px 0;
  text-decoration: none;
  color: #808080;
}
body #first-access .hold-form-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body #first-access .hold-form-content.hidden {
  display: none;
}
body #first-access .hold-form-content .form-fields {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
body #first-access .hold-form-content .form-fields .password {
  position: relative;
}
body #first-access .hold-form-content .form-fields .password .field-icon-show {
  display: none;
}
body #first-access .hold-form-content .form-fields .password .field-icon-hide {
  display: block;
}
body #first-access .hold-form-content .form-fields .password.show .field-icon-show {
  display: block;
}
body #first-access .hold-form-content .form-fields .password.show .field-icon-hide {
  display: none;
}
body #first-access .hold-form-content .form-fields .password .field-icon, body #first-access .hold-form-content .form-fields .password .field-icon-copy {
  height: 20px;
  right: 20px;
  bottom: 15px;
  position: absolute;
}
body #first-access .hold-form-content .form-fields .row-25, body #first-access .hold-form-content .form-fields .row-50, body #first-access .hold-form-content .form-fields .row-49, body #first-access .hold-form-content .form-fields .row-75, body #first-access .hold-form-content .form-fields .row-10, body #first-access .hold-form-content .form-fields .row-33, body #first-access .hold-form-content .form-fields .row-66 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
body #first-access .hold-form-content .form-fields .row-25.d-flex, body #first-access .hold-form-content .form-fields .row-50.d-flex, body #first-access .hold-form-content .form-fields .row-49.d-flex, body #first-access .hold-form-content .form-fields .row-75.d-flex, body #first-access .hold-form-content .form-fields .row-10.d-flex, body #first-access .hold-form-content .form-fields .row-33.d-flex, body #first-access .hold-form-content .form-fields .row-66.d-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-25.d-flex.with-icon, body #first-access .hold-form-content .form-fields .row-50.d-flex.with-icon, body #first-access .hold-form-content .form-fields .row-49.d-flex.with-icon, body #first-access .hold-form-content .form-fields .row-75.d-flex.with-icon, body #first-access .hold-form-content .form-fields .row-10.d-flex.with-icon, body #first-access .hold-form-content .form-fields .row-33.d-flex.with-icon, body #first-access .hold-form-content .form-fields .row-66.d-flex.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
body #first-access .hold-form-content .form-fields .row-25.d-flex.f-start, body #first-access .hold-form-content .form-fields .row-50.d-flex.f-start, body #first-access .hold-form-content .form-fields .row-49.d-flex.f-start, body #first-access .hold-form-content .form-fields .row-75.d-flex.f-start, body #first-access .hold-form-content .form-fields .row-10.d-flex.f-start, body #first-access .hold-form-content .form-fields .row-33.d-flex.f-start, body #first-access .hold-form-content .form-fields .row-66.d-flex.f-start {
  justify-content: flex-start;
}
body #first-access .hold-form-content .form-fields .row-25.d-flex.f-center, body #first-access .hold-form-content .form-fields .row-50.d-flex.f-center, body #first-access .hold-form-content .form-fields .row-49.d-flex.f-center, body #first-access .hold-form-content .form-fields .row-75.d-flex.f-center, body #first-access .hold-form-content .form-fields .row-10.d-flex.f-center, body #first-access .hold-form-content .form-fields .row-33.d-flex.f-center, body #first-access .hold-form-content .form-fields .row-66.d-flex.f-center {
  justify-content: center;
}
body #first-access .hold-form-content .form-fields .row-25.d-flex.d-column, body #first-access .hold-form-content .form-fields .row-50.d-flex.d-column, body #first-access .hold-form-content .form-fields .row-49.d-flex.d-column, body #first-access .hold-form-content .form-fields .row-75.d-flex.d-column, body #first-access .hold-form-content .form-fields .row-10.d-flex.d-column, body #first-access .hold-form-content .form-fields .row-33.d-flex.d-column, body #first-access .hold-form-content .form-fields .row-66.d-flex.d-column {
  flex-direction: column;
  align-items: flex-start;
}
body #first-access .hold-form-content .form-fields .row-25.d-flex.hold-radio, body #first-access .hold-form-content .form-fields .row-50.d-flex.hold-radio, body #first-access .hold-form-content .form-fields .row-49.d-flex.hold-radio, body #first-access .hold-form-content .form-fields .row-75.d-flex.hold-radio, body #first-access .hold-form-content .form-fields .row-10.d-flex.hold-radio, body #first-access .hold-form-content .form-fields .row-33.d-flex.hold-radio, body #first-access .hold-form-content .form-fields .row-66.d-flex.hold-radio {
  height: 48px;
}
body #first-access .hold-form-content .form-fields .row-25 label, body #first-access .hold-form-content .form-fields .row-50 label, body #first-access .hold-form-content .form-fields .row-49 label, body #first-access .hold-form-content .form-fields .row-75 label, body #first-access .hold-form-content .form-fields .row-10 label, body #first-access .hold-form-content .form-fields .row-33 label, body #first-access .hold-form-content .form-fields .row-66 label {
  display: block;
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
body #first-access .hold-form-content .form-fields .row-25 label.with-icon, body #first-access .hold-form-content .form-fields .row-50 label.with-icon, body #first-access .hold-form-content .form-fields .row-49 label.with-icon, body #first-access .hold-form-content .form-fields .row-75 label.with-icon, body #first-access .hold-form-content .form-fields .row-10 label.with-icon, body #first-access .hold-form-content .form-fields .row-33 label.with-icon, body #first-access .hold-form-content .form-fields .row-66 label.with-icon {
  margin: 0;
}
body #first-access .hold-form-content .form-fields .row-25 label.for-search, body #first-access .hold-form-content .form-fields .row-50 label.for-search, body #first-access .hold-form-content .form-fields .row-49 label.for-search, body #first-access .hold-form-content .form-fields .row-75 label.for-search, body #first-access .hold-form-content .form-fields .row-10 label.for-search, body #first-access .hold-form-content .form-fields .row-33 label.for-search, body #first-access .hold-form-content .form-fields .row-66 label.for-search {
  margin: 0;
  margin-right: 10px;
}
body #first-access .hold-form-content .form-fields .row-25 label.for-check, body #first-access .hold-form-content .form-fields .row-50 label.for-check, body #first-access .hold-form-content .form-fields .row-49 label.for-check, body #first-access .hold-form-content .form-fields .row-75 label.for-check, body #first-access .hold-form-content .form-fields .row-10 label.for-check, body #first-access .hold-form-content .form-fields .row-33 label.for-check, body #first-access .hold-form-content .form-fields .row-66 label.for-check {
  margin: 0;
  margin-left: 10px;
}
body #first-access .hold-form-content .form-fields .row-25 label.error, body #first-access .hold-form-content .form-fields .row-50 label.error, body #first-access .hold-form-content .form-fields .row-49 label.error, body #first-access .hold-form-content .form-fields .row-75 label.error, body #first-access .hold-form-content .form-fields .row-10 label.error, body #first-access .hold-form-content .form-fields .row-33 label.error, body #first-access .hold-form-content .form-fields .row-66 label.error {
  color: #ec0000;
}
body #first-access .hold-form-content .form-fields .row-25 label.date-change, body #first-access .hold-form-content .form-fields .row-50 label.date-change, body #first-access .hold-form-content .form-fields .row-49 label.date-change, body #first-access .hold-form-content .form-fields .row-75 label.date-change, body #first-access .hold-form-content .form-fields .row-10 label.date-change, body #first-access .hold-form-content .form-fields .row-33 label.date-change, body #first-access .hold-form-content .form-fields .row-66 label.date-change {
  margin: 0;
  margin-left: 10px;
  color: #076cca;
}
body #first-access .hold-form-content .form-fields .row-25 label.date-change span, body #first-access .hold-form-content .form-fields .row-50 label.date-change span, body #first-access .hold-form-content .form-fields .row-49 label.date-change span, body #first-access .hold-form-content .form-fields .row-75 label.date-change span, body #first-access .hold-form-content .form-fields .row-10 label.date-change span, body #first-access .hold-form-content .form-fields .row-33 label.date-change span, body #first-access .hold-form-content .form-fields .row-66 label.date-change span {
  color: #000;
}
body #first-access .hold-form-content .form-fields .row-25 label span, body #first-access .hold-form-content .form-fields .row-50 label span, body #first-access .hold-form-content .form-fields .row-49 label span, body #first-access .hold-form-content .form-fields .row-75 label span, body #first-access .hold-form-content .form-fields .row-10 label span, body #first-access .hold-form-content .form-fields .row-33 label span, body #first-access .hold-form-content .form-fields .row-66 label span {
  font-weight: 100;
}
body #first-access .hold-form-content .form-fields .row-25 label.upload, body #first-access .hold-form-content .form-fields .row-50 label.upload, body #first-access .hold-form-content .form-fields .row-49 label.upload, body #first-access .hold-form-content .form-fields .row-75 label.upload, body #first-access .hold-form-content .form-fields .row-10 label.upload, body #first-access .hold-form-content .form-fields .row-33 label.upload, body #first-access .hold-form-content .form-fields .row-66 label.upload {
  color: #076cca;
}
body #first-access .hold-form-content .form-fields .row-25 label.upload span, body #first-access .hold-form-content .form-fields .row-50 label.upload span, body #first-access .hold-form-content .form-fields .row-49 label.upload span, body #first-access .hold-form-content .form-fields .row-75 label.upload span, body #first-access .hold-form-content .form-fields .row-10 label.upload span, body #first-access .hold-form-content .form-fields .row-33 label.upload span, body #first-access .hold-form-content .form-fields .row-66 label.upload span {
  color: #000;
}
body #first-access .hold-form-content .form-fields .row-25 label.search-height, body #first-access .hold-form-content .form-fields .row-50 label.search-height, body #first-access .hold-form-content .form-fields .row-49 label.search-height, body #first-access .hold-form-content .form-fields .row-75 label.search-height, body #first-access .hold-form-content .form-fields .row-10 label.search-height, body #first-access .hold-form-content .form-fields .row-33 label.search-height, body #first-access .hold-form-content .form-fields .row-66 label.search-height {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=text], body #first-access .hold-form-content .form-fields .row-25 input[type=email], body #first-access .hold-form-content .form-fields .row-25 input[type=password], body #first-access .hold-form-content .form-fields .row-25 input[type=date], body #first-access .hold-form-content .form-fields .row-25 input[type=time], body #first-access .hold-form-content .form-fields .row-25 input[type=file], body #first-access .hold-form-content .form-fields .row-25 select, body #first-access .hold-form-content .form-fields .row-25 textarea, body #first-access .hold-form-content .form-fields .row-50 input[type=text], body #first-access .hold-form-content .form-fields .row-50 input[type=email], body #first-access .hold-form-content .form-fields .row-50 input[type=password], body #first-access .hold-form-content .form-fields .row-50 input[type=date], body #first-access .hold-form-content .form-fields .row-50 input[type=time], body #first-access .hold-form-content .form-fields .row-50 input[type=file], body #first-access .hold-form-content .form-fields .row-50 select, body #first-access .hold-form-content .form-fields .row-50 textarea, body #first-access .hold-form-content .form-fields .row-49 input[type=text], body #first-access .hold-form-content .form-fields .row-49 input[type=email], body #first-access .hold-form-content .form-fields .row-49 input[type=password], body #first-access .hold-form-content .form-fields .row-49 input[type=date], body #first-access .hold-form-content .form-fields .row-49 input[type=time], body #first-access .hold-form-content .form-fields .row-49 input[type=file], body #first-access .hold-form-content .form-fields .row-49 select, body #first-access .hold-form-content .form-fields .row-49 textarea, body #first-access .hold-form-content .form-fields .row-75 input[type=text], body #first-access .hold-form-content .form-fields .row-75 input[type=email], body #first-access .hold-form-content .form-fields .row-75 input[type=password], body #first-access .hold-form-content .form-fields .row-75 input[type=date], body #first-access .hold-form-content .form-fields .row-75 input[type=time], body #first-access .hold-form-content .form-fields .row-75 input[type=file], body #first-access .hold-form-content .form-fields .row-75 select, body #first-access .hold-form-content .form-fields .row-75 textarea, body #first-access .hold-form-content .form-fields .row-10 input[type=text], body #first-access .hold-form-content .form-fields .row-10 input[type=email], body #first-access .hold-form-content .form-fields .row-10 input[type=password], body #first-access .hold-form-content .form-fields .row-10 input[type=date], body #first-access .hold-form-content .form-fields .row-10 input[type=time], body #first-access .hold-form-content .form-fields .row-10 input[type=file], body #first-access .hold-form-content .form-fields .row-10 select, body #first-access .hold-form-content .form-fields .row-10 textarea, body #first-access .hold-form-content .form-fields .row-33 input[type=text], body #first-access .hold-form-content .form-fields .row-33 input[type=email], body #first-access .hold-form-content .form-fields .row-33 input[type=password], body #first-access .hold-form-content .form-fields .row-33 input[type=date], body #first-access .hold-form-content .form-fields .row-33 input[type=time], body #first-access .hold-form-content .form-fields .row-33 input[type=file], body #first-access .hold-form-content .form-fields .row-33 select, body #first-access .hold-form-content .form-fields .row-33 textarea, body #first-access .hold-form-content .form-fields .row-66 input[type=text], body #first-access .hold-form-content .form-fields .row-66 input[type=email], body #first-access .hold-form-content .form-fields .row-66 input[type=password], body #first-access .hold-form-content .form-fields .row-66 input[type=date], body #first-access .hold-form-content .form-fields .row-66 input[type=time], body #first-access .hold-form-content .form-fields .row-66 input[type=file], body #first-access .hold-form-content .form-fields .row-66 select, body #first-access .hold-form-content .form-fields .row-66 textarea {
  height: 48px;
  background: transparent;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 10px;
  width: calc(100% - 20px);
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  outline: none;
  text-decoration: none;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-25 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-25 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-25 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-25 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-25 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-25 select.readonly, body #first-access .hold-form-content .form-fields .row-25 textarea.readonly, body #first-access .hold-form-content .form-fields .row-50 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-50 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-50 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-50 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-50 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-50 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-50 select.readonly, body #first-access .hold-form-content .form-fields .row-50 textarea.readonly, body #first-access .hold-form-content .form-fields .row-49 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-49 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-49 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-49 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-49 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-49 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-49 select.readonly, body #first-access .hold-form-content .form-fields .row-49 textarea.readonly, body #first-access .hold-form-content .form-fields .row-75 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-75 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-75 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-75 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-75 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-75 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-75 select.readonly, body #first-access .hold-form-content .form-fields .row-75 textarea.readonly, body #first-access .hold-form-content .form-fields .row-10 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-10 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-10 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-10 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-10 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-10 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-10 select.readonly, body #first-access .hold-form-content .form-fields .row-10 textarea.readonly, body #first-access .hold-form-content .form-fields .row-33 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-33 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-33 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-33 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-33 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-33 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-33 select.readonly, body #first-access .hold-form-content .form-fields .row-33 textarea.readonly, body #first-access .hold-form-content .form-fields .row-66 input[type=text].readonly, body #first-access .hold-form-content .form-fields .row-66 input[type=email].readonly, body #first-access .hold-form-content .form-fields .row-66 input[type=password].readonly, body #first-access .hold-form-content .form-fields .row-66 input[type=date].readonly, body #first-access .hold-form-content .form-fields .row-66 input[type=time].readonly, body #first-access .hold-form-content .form-fields .row-66 input[type=file].readonly, body #first-access .hold-form-content .form-fields .row-66 select.readonly, body #first-access .hold-form-content .form-fields .row-66 textarea.readonly {
  background: #f2f2f2;
  font-weight: 200;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=text].error, body #first-access .hold-form-content .form-fields .row-25 input[type=email].error, body #first-access .hold-form-content .form-fields .row-25 input[type=password].error, body #first-access .hold-form-content .form-fields .row-25 input[type=date].error, body #first-access .hold-form-content .form-fields .row-25 input[type=time].error, body #first-access .hold-form-content .form-fields .row-25 input[type=file].error, body #first-access .hold-form-content .form-fields .row-25 select.error, body #first-access .hold-form-content .form-fields .row-25 textarea.error, body #first-access .hold-form-content .form-fields .row-50 input[type=text].error, body #first-access .hold-form-content .form-fields .row-50 input[type=email].error, body #first-access .hold-form-content .form-fields .row-50 input[type=password].error, body #first-access .hold-form-content .form-fields .row-50 input[type=date].error, body #first-access .hold-form-content .form-fields .row-50 input[type=time].error, body #first-access .hold-form-content .form-fields .row-50 input[type=file].error, body #first-access .hold-form-content .form-fields .row-50 select.error, body #first-access .hold-form-content .form-fields .row-50 textarea.error, body #first-access .hold-form-content .form-fields .row-49 input[type=text].error, body #first-access .hold-form-content .form-fields .row-49 input[type=email].error, body #first-access .hold-form-content .form-fields .row-49 input[type=password].error, body #first-access .hold-form-content .form-fields .row-49 input[type=date].error, body #first-access .hold-form-content .form-fields .row-49 input[type=time].error, body #first-access .hold-form-content .form-fields .row-49 input[type=file].error, body #first-access .hold-form-content .form-fields .row-49 select.error, body #first-access .hold-form-content .form-fields .row-49 textarea.error, body #first-access .hold-form-content .form-fields .row-75 input[type=text].error, body #first-access .hold-form-content .form-fields .row-75 input[type=email].error, body #first-access .hold-form-content .form-fields .row-75 input[type=password].error, body #first-access .hold-form-content .form-fields .row-75 input[type=date].error, body #first-access .hold-form-content .form-fields .row-75 input[type=time].error, body #first-access .hold-form-content .form-fields .row-75 input[type=file].error, body #first-access .hold-form-content .form-fields .row-75 select.error, body #first-access .hold-form-content .form-fields .row-75 textarea.error, body #first-access .hold-form-content .form-fields .row-10 input[type=text].error, body #first-access .hold-form-content .form-fields .row-10 input[type=email].error, body #first-access .hold-form-content .form-fields .row-10 input[type=password].error, body #first-access .hold-form-content .form-fields .row-10 input[type=date].error, body #first-access .hold-form-content .form-fields .row-10 input[type=time].error, body #first-access .hold-form-content .form-fields .row-10 input[type=file].error, body #first-access .hold-form-content .form-fields .row-10 select.error, body #first-access .hold-form-content .form-fields .row-10 textarea.error, body #first-access .hold-form-content .form-fields .row-33 input[type=text].error, body #first-access .hold-form-content .form-fields .row-33 input[type=email].error, body #first-access .hold-form-content .form-fields .row-33 input[type=password].error, body #first-access .hold-form-content .form-fields .row-33 input[type=date].error, body #first-access .hold-form-content .form-fields .row-33 input[type=time].error, body #first-access .hold-form-content .form-fields .row-33 input[type=file].error, body #first-access .hold-form-content .form-fields .row-33 select.error, body #first-access .hold-form-content .form-fields .row-33 textarea.error, body #first-access .hold-form-content .form-fields .row-66 input[type=text].error, body #first-access .hold-form-content .form-fields .row-66 input[type=email].error, body #first-access .hold-form-content .form-fields .row-66 input[type=password].error, body #first-access .hold-form-content .form-fields .row-66 input[type=date].error, body #first-access .hold-form-content .form-fields .row-66 input[type=time].error, body #first-access .hold-form-content .form-fields .row-66 input[type=file].error, body #first-access .hold-form-content .form-fields .row-66 select.error, body #first-access .hold-form-content .form-fields .row-66 textarea.error {
  border: 1px solid #ec0000;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-25 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-25 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-25 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-25 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-25 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-25 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 select.hidden + label, body #first-access .hold-form-content .form-fields .row-25 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-25 textarea.hidden + label, body #first-access .hold-form-content .form-fields .row-50 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-50 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-50 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-50 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-50 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-50 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-50 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 select.hidden + label, body #first-access .hold-form-content .form-fields .row-50 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-50 textarea.hidden + label, body #first-access .hold-form-content .form-fields .row-49 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-49 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-49 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-49 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-49 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-49 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-49 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 select.hidden + label, body #first-access .hold-form-content .form-fields .row-49 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-49 textarea.hidden + label, body #first-access .hold-form-content .form-fields .row-75 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-75 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-75 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-75 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-75 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-75 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-75 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 select.hidden + label, body #first-access .hold-form-content .form-fields .row-75 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-75 textarea.hidden + label, body #first-access .hold-form-content .form-fields .row-10 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-10 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-10 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-10 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-10 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-10 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-10 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 select.hidden + label, body #first-access .hold-form-content .form-fields .row-10 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-10 textarea.hidden + label, body #first-access .hold-form-content .form-fields .row-33 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-33 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-33 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-33 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-33 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-33 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-33 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 select.hidden + label, body #first-access .hold-form-content .form-fields .row-33 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-33 textarea.hidden + label, body #first-access .hold-form-content .form-fields .row-66 input[type=text].hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 input[type=text].hidden + label, body #first-access .hold-form-content .form-fields .row-66 input[type=email].hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 input[type=email].hidden + label, body #first-access .hold-form-content .form-fields .row-66 input[type=password].hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 input[type=password].hidden + label, body #first-access .hold-form-content .form-fields .row-66 input[type=date].hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 input[type=date].hidden + label, body #first-access .hold-form-content .form-fields .row-66 input[type=time].hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 input[type=time].hidden + label, body #first-access .hold-form-content .form-fields .row-66 input[type=file].hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 input[type=file].hidden + label, body #first-access .hold-form-content .form-fields .row-66 select.hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 select.hidden + label, body #first-access .hold-form-content .form-fields .row-66 textarea.hidden ~ div, body #first-access .hold-form-content .form-fields .row-66 textarea.hidden + label {
  display: none;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-25 select::placeholder, body #first-access .hold-form-content .form-fields .row-25 textarea::placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-50 select::placeholder, body #first-access .hold-form-content .form-fields .row-50 textarea::placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-49 select::placeholder, body #first-access .hold-form-content .form-fields .row-49 textarea::placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-75 select::placeholder, body #first-access .hold-form-content .form-fields .row-75 textarea::placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-10 select::placeholder, body #first-access .hold-form-content .form-fields .row-10 textarea::placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-33 select::placeholder, body #first-access .hold-form-content .form-fields .row-33 textarea::placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=text]::placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=email]::placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=password]::placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=date]::placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=time]::placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=file]::placeholder, body #first-access .hold-form-content .form-fields .row-66 select::placeholder, body #first-access .hold-form-content .form-fields .row-66 textarea::placeholder {
  font-size: 16px;
  color: #999999;
  font-weight: 200;
  opacity: 0.7; /* Firefox */
}
body #first-access .hold-form-content .form-fields .row-25 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-25 textarea::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-50 textarea::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-49 textarea::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-75 textarea::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-10 textarea::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-33 textarea::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=text]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=email]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=password]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=date]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=time]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 input[type=file]::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 select::-ms-input-placeholder, body #first-access .hold-form-content .form-fields .row-66 textarea::-ms-input-placeholder { /* Edge 12 -18 */
  font-size: 16px;
  color: #999999;
  font-weight: 200;
  opacity: 0.7;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=file], body #first-access .hold-form-content .form-fields .row-50 input[type=file], body #first-access .hold-form-content .form-fields .row-49 input[type=file], body #first-access .hold-form-content .form-fields .row-75 input[type=file], body #first-access .hold-form-content .form-fields .row-10 input[type=file], body #first-access .hold-form-content .form-fields .row-33 input[type=file], body #first-access .hold-form-content .form-fields .row-66 input[type=file] {
  flex-direction: row;
}
body #first-access .hold-form-content .form-fields .row-25 input[type=file]::file-selector-button, body #first-access .hold-form-content .form-fields .row-50 input[type=file]::file-selector-button, body #first-access .hold-form-content .form-fields .row-49 input[type=file]::file-selector-button, body #first-access .hold-form-content .form-fields .row-75 input[type=file]::file-selector-button, body #first-access .hold-form-content .form-fields .row-10 input[type=file]::file-selector-button, body #first-access .hold-form-content .form-fields .row-33 input[type=file]::file-selector-button, body #first-access .hold-form-content .form-fields .row-66 input[type=file]::file-selector-button {
  border-radius: 14px;
  color: #fefefe;
  margin-top: 10px;
  height: 28px;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.7;
  width: 120px;
  text-decoration: none;
  background: #076cca;
  border: none;
}
body #first-access .hold-form-content .form-fields .row-25 select, body #first-access .hold-form-content .form-fields .row-50 select, body #first-access .hold-form-content .form-fields .row-49 select, body #first-access .hold-form-content .form-fields .row-75 select, body #first-access .hold-form-content .form-fields .row-10 select, body #first-access .hold-form-content .form-fields .row-33 select, body #first-access .hold-form-content .form-fields .row-66 select {
  -webkit-appearance: menulist-button;
  width: 100%;
}
body #first-access .hold-form-content .form-fields .row-25 select.high, body #first-access .hold-form-content .form-fields .row-50 select.high, body #first-access .hold-form-content .form-fields .row-49 select.high, body #first-access .hold-form-content .form-fields .row-75 select.high, body #first-access .hold-form-content .form-fields .row-10 select.high, body #first-access .hold-form-content .form-fields .row-33 select.high, body #first-access .hold-form-content .form-fields .row-66 select.high {
  color: #ec0000;
}
body #first-access .hold-form-content .form-fields .row-25 select.medium, body #first-access .hold-form-content .form-fields .row-50 select.medium, body #first-access .hold-form-content .form-fields .row-49 select.medium, body #first-access .hold-form-content .form-fields .row-75 select.medium, body #first-access .hold-form-content .form-fields .row-10 select.medium, body #first-access .hold-form-content .form-fields .row-33 select.medium, body #first-access .hold-form-content .form-fields .row-66 select.medium {
  color: #ffcc00;
}
body #first-access .hold-form-content .form-fields .row-25 select.low, body #first-access .hold-form-content .form-fields .row-50 select.low, body #first-access .hold-form-content .form-fields .row-49 select.low, body #first-access .hold-form-content .form-fields .row-75 select.low, body #first-access .hold-form-content .form-fields .row-10 select.low, body #first-access .hold-form-content .form-fields .row-33 select.low, body #first-access .hold-form-content .form-fields .row-66 select.low {
  color: #75ec00;
}
body #first-access .hold-form-content .form-fields .row-25 select.resolved, body #first-access .hold-form-content .form-fields .row-50 select.resolved, body #first-access .hold-form-content .form-fields .row-49 select.resolved, body #first-access .hold-form-content .form-fields .row-75 select.resolved, body #first-access .hold-form-content .form-fields .row-10 select.resolved, body #first-access .hold-form-content .form-fields .row-33 select.resolved, body #first-access .hold-form-content .form-fields .row-66 select.resolved {
  color: #dddddd;
}
body #first-access .hold-form-content .form-fields .row-25 {
  width: 23% !important;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-50 {
  width: 48% !important;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-49 {
  width: calc(49% - 20px) !important;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-75 {
  width: 73% !important;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-100 {
  width: 100% !important;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-33 {
  width: 32% !important;
  margin: 0 !important;
}
body #first-access .hold-form-content .form-fields .row-66 {
  width: 64% !important;
  margin: 0 !important;
}
body #first-access .hold-form-buttons {
  margin-top: 50px;
}
body #first-access .hold-form-buttons button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 56px;
  padding: 0 20px 0 20px;
  border-radius: 4px;
  opacity: 0px;
  background: #E9E9E9;
  opacity: 0.9;
  cursor: pointer;
}
body #first-access .hold-form-buttons button .btn-icon {
  width: 16px;
  height: 14.47px;
  gap: 0px;
  opacity: 0px;
}
body #first-access .hold-form-buttons button:hover {
  opacity: 1;
}
body #first-access .form-error {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  text-decoration: none;
  color: #ec0000;
}
body #first-access .form-error.mt20 {
  margin-top: 20px;
}
body .loading {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body .loading .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
body .loading .spinner .path {
  stroke: hsl(255, 255%, 255%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}