.disclosure-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  /**/
}
.disclosure-popup__overlay {
  opacity: 0.400000006;
  background: #03002f;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.disclosure-popup__box {
  background-color: #101e61;
  padding: 40px;
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 50px);
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 522px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .disclosure-popup__box {
    padding: 24px;
  }
}
.disclosure-popup__box .popupclose {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../images/icon-close-white.svg) no-repeat center top;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.disclosure-popup__box h3 {
  font-size: 24px !important;
  margin: 0 0 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.24px !important;
}
.disclosure-popup__box .radio-list {
  margin: 0 0 20px;
}
.disclosure-popup__box .radio-list p {
  margin: 0 !important;
}
.disclosure-popup__box .radio-main-label {
  margin: 0 0 10px;
}
.disclosure-popup .wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 14px;
}
.disclosure-popup .wpcf7-acceptance {
  font-size: 14px;
  line-height: 1.5;
}
.disclosure-popup .wpcf7-acceptance .wpcf7-list-item-label:before {
  top: 4px;
}
.disclosure-popup .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  top: 0px;
}
.disclosure-popup .form-wrapp .wpcf7-radio {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  min-width: 135px;
}
@media only screen and (max-width: 767px) {
  .disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item {
    min-width: initial;
  }
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: relative;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item input[type=radio] + span {
  display: block;
  padding: 0 0 0 28px;
  position: relative;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0;
  border: 1px solid #f04e45;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 3px;
  visibility: hidden;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span:before {
  background: transparent;
}
.disclosure-popup .form-wrapp .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span:after {
  background: #f04e45;
  visibility: visible;
}
.disclosure-popup .form-wrapp .form-input {
  margin: 0 0 25px;
}
.disclosure-popup .form-wrapp .form-input.form-input-enterinvestorcategory {
  display: none;
}
.disclosure-popup .form-wrapp .form-input p {
  padding: 0 !important;
}
.disclosure-popup .form-wrapp .form-input p.nsdl-id-info {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.24px;
  margin-top: 20px;
}
.disclosure-popup .form-wrapp .form-input .select2-container {
  width: 100% !important;
  min-width: 100% !important;
  top: inherit !important;
  left: inherit !important;
}
.disclosure-popup .form-wrapp .form-input .select2-container--open .select2-selection--single {
  border-bottom: none !important;
}
.disclosure-popup .form-wrapp .form-input .select2-container--open .select2-selection__arrow b {
  transform: rotate(226deg);
}
.disclosure-popup .form-wrapp .form-input .select2-container--open .select2-results__option:first-child {
  display: none !important;
}
.disclosure-popup .form-wrapp .form-input .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  height: 35px;
}
.disclosure-popup .form-wrapp .form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 35px;
  padding-left: 0;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .disclosure-popup .form-wrapp .form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.disclosure-popup .form-wrapp .form-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-white);
}
.disclosure-popup .form-wrapp .form-input .select2-selection__arrow {
  right: -7px;
}
.disclosure-popup .form-wrapp .form-input .select2-selection__arrow b {
  border: solid var(--color-white) !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  left: 0px !important;
  top: 50% !important;
}
@media only screen and (max-width: 767px) {
  .disclosure-popup .form-wrapp .form-input .select2-selection__arrow b {
    border-width: 0 1.5px 1.5px 0 !important;
    padding: 3px;
  }
}
.disclosure-popup .form-wrapp .form-input .wpcf7-form-control {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: var(--color-white);
  box-shadow: none;
  outline: none;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .disclosure-popup .form-wrapp .form-input .wpcf7-form-control {
    font-size: 14px;
  }
}
.disclosure-popup .form-wrapp .form-input .wpcf7-form-control::-webkit-input-placeholder {
  color: var(--color-white);
  opacity: 1;
}
.disclosure-popup .form-wrapp .form-input .wpcf7-form-control::-moz-placeholder {
  color: var(--color-white);
  opacity: 1;
}
.disclosure-popup .form-wrapp .form-input .wpcf7-form-control:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-white);
}
.disclosure-popup .form-wrapp .form-input .wpcf7-form-control:-moz-placeholder {
  color: var(--color-white);
  opacity: 1;
}
.disclosure-popup .form-wrapp .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.disclosure-popup .form-wrapp .wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--color-orange);
  position: absolute;
  max-width: 100%;
  display: block;
  width: 100%;
  margin-top: 3px;
}
.disclosure-popup .form-wrapp .errormsg {
  font-size: 12px;
  color: var(--color-orange);
}
.disclosure-popup .form-wrapp .errormsg:not(:empty) + .wpcf7-not-valid-tip {
  display: none !important;
}
.disclosure-popup .form-wrapp .select2-dropdown {
  border-radius: 0;
  border-color: var(--color-dark-blue);
}
.disclosure-popup .form-wrapp .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--color-dark-blue);
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.disclosure-popup .form-wrapp .select2-results__options {
  padding: 5px 20px !important;
  max-height: 450px !important;
}
.disclosure-popup .form-wrapp .select2-results__option[aria-selected] {
  font-weight: 400;
  font-size: 18px;
  padding: 16px 2px;
  color: var(--color-dark-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.disclosure-popup .form-wrapp .select2-results__option[aria-selected]:last-child {
  border-bottom: 0px !important;
}
.disclosure-popup .form-wrapp .select2-results__option:first-child {
  cursor: default;
  pointer-events: none;
}
.disclosure-popup .form-wrapp .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}
.disclosure-popup .form-wrapp .wpcf7 form .wpcf7-response-output {
  margin: 35px 12.357% 20px;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-width: 1px;
}
@media only screen and (max-width: 767px) {
  .disclosure-popup .form-wrapp .wpcf7 form .wpcf7-response-output {
    margin: 45px 12.357% 30px;
  }
}
@media only screen and (max-width: 320px) {
  .disclosure-popup .form-wrapp .wpcf7 form .wpcf7-response-output {
    margin: 45px 12.357% 0;
  }
}
.disclosure-popup .recaptcha-wrapper .g-recaptcha {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  margin: -12px -40px -10px auto;
}
.disclosure-popup .recaptcha-wrapper .g-recaptcha::after {
  display: block;
  content: "";
  position: relative;
  left: 0;
  right: 150px;
  top: 0;
  bottom: 0;
  clear: both;
}
.disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
  text-align: end;
  margin: 10px 0 0 28px;
  bottom: -5px;
}
@media only screen and (max-width: 1067px) {
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: -12px -10px -10px auto;
  }
  .disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px -30px -10px auto;
  }
  .disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 18px;
  }
}
@media only screen and (max-width: 991px) {
  .disclosure-popup .recaptcha-wrapper {
    width: 100% !important;
    margin-top: 10px;
  }
  .disclosure-popup .recaptcha-wrapper .g-recaptcha {
    display: flex;
    justify-content: flex-end;
  }
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px 0px;
    transform-origin: 100% 0;
  }
  .disclosure-popup .recaptcha-wrapper .recaptcha {
    width: auto;
    margin-right: -18px;
  }
  .disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 -12px;
  }
}
@media only screen and (max-width: 767px) {
  .disclosure-popup .recaptcha-wrapper {
    width: 100% !important;
    margin-top: -10px;
  }
  .disclosure-popup .recaptcha-wrapper .g-recaptcha {
    display: flex;
    justify-content: flex-end;
  }
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    transform-origin: 100% 0;
    margin: 0px 0px -20px;
  }
  .disclosure-popup .recaptcha-wrapper .recaptcha {
    margin-right: -7px;
  }
  .disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
    bottom: -25px;
  }
}
@media only screen and (max-width: 480px) {
  .disclosure-popup .recaptcha-wrapper {
    margin-top: 20px;
  }
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -23px;
  }
}
@media only screen and (max-width: 400px) {
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -23px;
  }
}
@media only screen and (max-width: 360px) {
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -47px;
  }
  .disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 0px;
  }
}
@media only screen and (max-width: 320px) {
  .disclosure-popup .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -70px;
  }
  .disclosure-popup .recaptcha-wrapper .wpcf7-not-valid-tip {
    bottom: -40px;
    margin: 10px 0 0 0px;
    text-align: left;
  }
}/*# sourceMappingURL=disclosure-popup.css.map */