body {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

body {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

#cookie_box {
  background: rgba(57, 57, 57, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 0.8em;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999999;
  font-weight: 400;
  font-size: 0.9rem;
  overflow-x: hidden;
  padding: 0.5rem 0;
  line-height: 1.7;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

#cookie_box.display {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
  opacity: 1;
}

#cookie_box a.cookie_link {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#cookie_box a.cookie_link:hover {
  color: #f8f9fa;
}

#cookie_box a.cookie_box_close {
  font-weight: bold;
  padding: 0.25rem 1rem;
  text-decoration: none;
  background-color: #660099;
  border: 3px solid #440080;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

#cookie_box a.cookie_box_close:hover {
  background-color: #440080;
  cursor: pointer;
}

body {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.waitingState {
  cursor: wait;
}

.cmprtl-btn-outline {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  border: 1px solid #660099;
  color: #660099;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.04rem;
  padding: 0.75rem 1.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.cmprtl-btn-outline.filled {
  background-color: #660099;
  color: #fff;
  margin-right: 1rem;
  text-decoration: none;
  text-align: center;
  border: 3px solid #440066;
}

.cmprtl-btn-outline.filled.input {
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
}

.cmprtl-btn-outline.filled:hover {
  background-color: #440066;
  border-color: #440066;
  color: #fff;
}

.cmprtl-btn-outline.filled:disabled:hover {
  background-color: #660099;
  border-color: #440066;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .cmprtl-btn-outline.filled {
    margin-right: 0.5rem;
  }
}

.cmprtl-btn-outline.grayFilled {
  background-color: #bbb;
  color: #fff;
  margin-right: 1rem;
  border: 3px solid #999;
}

.cmprtl-btn-outline.grayFilled:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .cmprtl-btn-outline.grayFilled {
    margin-right: 0.5rem;
  }
}

.cmprtl-btn-outline:hover {
  background-color: #660099;
  border-color: #660099;
  color: #fff;
}

.cmprtl-btn-outline.submitted {
  background-color: #400060;
  border-color: #400060;
  color: #f8f9fa;
  pointer-events: none;
  opacity: 1;
}

.cmprtl-btn-outline.submitted:hover {
  background-color: #400060;
  border-color: #400060;
  color: #f8f9fa;
  pointer-events: none;
}

.cmprtl-btn-outline.submitted.btn:not(:disabled):not(.disabled) {
  cursor: wait;
}

@media screen and (max-width: 400px) {
  .cmprtl-btn-outline {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 350px) {
  .cmprtl-btn-outline {
    font-size: 0.8rem;
  }
}

.cmprtl-btn {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  padding: 0.375rem 0.75rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: bold;
  margin-left: 0.545rem;
  line-height: 1.5;
  border-radius: 5px;
  border-radius: 0.25rem;
  background-color: #f7831b;
  border: #da7116 3px solid;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cmprtl-btn-lg {
  padding: 0.75rem 1.5rem;
  margin-left: 0;
}

.cmprtl-btn:hover {
  background-color: #da7116;
  color: #fff;
  border-color: #da7116;
}

.cmprtl-btn.submitted {
  background-color: #ab5204;
  border-color: #ab5204;
  color: #fff;
  opacity: 1;
  pointer-events: none;
}

.cmprtl-btn.submitted.btn:not(:disabled):not(.disabled) {
  cursor: wait;
}

@media (max-width: 400px) {
  .cmprtl-btn {
    font-size: 0.9rem;
    padding: 0.275rem 0.5rem;
  }
}

@media (max-width: 365px) {
  .cmprtl-btn {
    font-size: 0.8rem;
    padding: 0.325rem 0.5rem;
    margin-left: 0rem;
  }
}

@media (max-width: 340px) {
  .cmprtl-btn {
    font-size: 0.7rem;
    padding: 0.325rem 0.5rem;
    margin-left: 0rem;
  }
}

.cmprtl-btn-warning {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  padding: 0.75rem 1.5rem;
  margin-left: 0;
  color: #fff;
  font-size: 1.04rem;
  font-weight: bold;
  margin-right: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  border-radius: 0.25rem;
  background-color: #ea9999;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border: #dc3545 3px solid;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cmprtl-btn-warning:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.cmprtl-btn-warning:disabled:hover {
  background-color: #ea9999;
  border-color: #dc3545;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .cmprtl-btn-warning {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 350px) {
  .cmprtl-btn-warning {
    font-size: 0.8rem;
  }
}

.cm-btn-outline {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  border: 1px solid #660099;
  color: #660099;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.04rem;
  padding: 0.75rem 1.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.cm-btn-outline.filled {
  background-color: #660099;
  color: #fff;
  margin-right: 1rem;
  border: 3px solid #660099;
}

.cm-btn-outline.filled:hover {
  background-color: #660099;
  border-color: #660099;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .cm-btn-outline.filled {
    margin-right: 0.5rem;
  }
}

.cm-btn-outline.filled:disabled:hover {
  background-color: #660099;
  border-color: #440066;
  color: #fff;
}

.cm-btn-outline.grayFilled {
  background-color: #ccc;
  color: #fff;
  margin-right: 1rem;
  border: 3px solid #393939;
}

.cm-btn-outline.grayFilled:hover {
  background-color: #660099;
  border-color: #660099;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .cm-btn-outline.grayFilled {
    margin-right: 0.5rem;
  }
}

.cm-btn-outline:hover {
  background-color: #660099;
  border-color: #660099;
  color: #fff;
}

.cm-btn-outline.submitted {
  background-color: #400060;
  border-color: #400060;
  pointer-events: none;
  color: #f8f9fa;
  opacity: 1;
}

.cm-btn-outline.submitted:hover {
  background-color: #400060;
  border-color: #400060;
  pointer-events: none;
  color: #f8f9fa;
}

.cm-btn-outline.submitted.btn:not(:disabled):not(.disabled) {
  cursor: wait;
}

@media screen and (max-width: 400px) {
  .cm-btn-outline {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 350px) {
  .cm-btn-outline {
    font-size: 0.8rem;
  }
}

.cm-btn {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  padding: 0.375rem 0.75rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: bold;
  margin-left: 0.545rem;
  line-height: 1.5;
  border-radius: 5px;
  border-radius: 0.25rem;
  background-color: #f7831b;
  border: #da7116 3px solid;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cm-btn-lg {
  padding: 0.75rem 1.5rem;
  margin-left: 0;
}

.cm-btn:hover {
  background-color: #da7116;
  color: #fff;
  border-color: #da7116;
}

.cm-btn.submitted {
  background-color: #ab5204;
  border-color: #ab5204;
  color: #fff;
  opacity: 1;
}

.cm-btn.submitted.btn:not(:disabled):not(.disabled) {
  cursor: wait;
}

@media (max-width: 400px) {
  .cm-btn {
    font-size: 0.9rem;
    padding: 0.275rem 0.5rem;
  }
}

@media (max-width: 365px) {
  .cm-btn {
    font-size: 0.8rem;
    padding: 0.325rem 0.5rem;
    margin-left: 0rem;
  }
}

@media (max-width: 340px) {
  .cm-btn {
    font-size: 0.7rem;
    padding: 0.325rem 0.5rem;
    margin-left: 0rem;
  }
}

.nextQuestion {
  margin-top: 0.25rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 575.98px) {
  .nextQuestion {
    margin-top: 0rem;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 1.04rem;
  }
}

body {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

footer {
  background-color: #660099;
  position: relative;
  z-index: 9999;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

footer a {
  color: #fff;
}

body {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.input-border {
  border: #eee 2px solid;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
}

.input-border:focus-within {
  border: #660099 2px solid;
}

.input-border.disabled {
  background-color: #f0f2f5;
}

.input-border.disabled img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.input-border.disabled .form-control {
  height: inherit;
  border-left: none;
  border: none;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #888;
  border-radius: 2px;
}

.input-border.disabled .form-control::-webkit-input-placeholder {
  color: #888;
}

.input-border.disabled .form-control:-ms-input-placeholder {
  color: #888;
}

.input-border.disabled .form-control::-ms-input-placeholder {
  color: #888;
}

.input-border.disabled .form-control::placeholder {
  color: #888;
}

.input-border.disabled .custom-select:disabled {
  background: #f0f2f5;
}

.input-border.disabled .iti--allow-dropdown .iti__flag-container,
.input-border.disabled .iti--separate-dial-code .iti__flag-container {
  display: none;
}

.input-border.disabled .iti--allow-dropdown input,
.input-border.disabled .iti--allow-dropdown input[type="tel"],
.input-border.disabled .iti--allow-dropdown input[type="text"],
.input-border.disabled .iti--separate-dial-code input,
.input-border.disabled .iti--separate-dial-code input[type="tel"],
.input-border.disabled .iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 20px;
  margin-left: 0;
}

.fileUploadLabel {
  position: relative;
  top: 1rem;
}

.input-group {
  height: 3rem;
  width: auto;
  border: none;
}

.input-group .fileLink {
  display: inherit;
  width: calc(100% - 50px);
  height: 100%;
}

.input-group .fileLink input {
  cursor: default;
}

.input-group .fileLink.loaded input {
  cursor: pointer;
}

.input-group-prepend {
  height: 100%;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 2px;
}

.input-group-prepend .iconImg {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.input-group-append {
  height: 100%;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 2px;
}

.input-group-append .iconImg {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.input-group-append .iconImg-sm {
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

.input-group-append .eyeButton {
  width: 36px;
  height: 36px;
  margin-right: 4px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.input-group-append.removeFile img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.input-group-append.removeFile:hover img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.input-group-append:hover {
  cursor: pointer;
}

.input-group:focus-within {
  outline: none;
}

.input-group:focus-within .input-group-text {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group .form-control {
  height: inherit;
  border-left: none;
  border: none;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}

.input-group .form-control::-webkit-input-placeholder {
  color: #919191;
}

.input-group .form-control:-ms-input-placeholder {
  color: #919191;
}

.input-group .form-control::-ms-input-placeholder {
  color: #919191;
}

.input-group .form-control::placeholder {
  color: #919191;
}

.input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

.input-group .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

.input-group .selectWrapper {
  height: 100%;
  width: calc(100% - 49px);
}

.input-group .selectWrapper-on {
  color: #495057;
}

.input-group .selectWrapper-off {
  color: #919191;
}

.input-group .custom-select {
  height: inherit;
  border: none;
  font-size: 1rem;
  border-radius: 2px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}

.input-group .custom-select .dropdownOption {
  color: #495057;
}

.input-group .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #495057;
}

@media (max-width: 425px) {
  .input-group .custom-select {
    font-size: 0.75rem;
  }
  .input-group .custom-select::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .input-group .custom-select:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .input-group .custom-select::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .input-group .custom-select::placeholder {
    font-size: 0.75rem;
  }
}

@media (max-width: 425px) {
  .input-group .custom-select {
    font-size: 0.65rem;
  }
  .input-group .custom-select::-webkit-input-placeholder {
    font-size: 0.65rem;
  }
  .input-group .custom-select:-ms-input-placeholder {
    font-size: 0.65rem;
  }
  .input-group .custom-select::-ms-input-placeholder {
    font-size: 0.65rem;
  }
  .input-group .custom-select::placeholder {
    font-size: 0.65rem;
  }
}

.input-group {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.input-group input:focus {
  outline: none;
}

.input-group-text-area {
  height: 8rem;
  width: auto;
  border: none;
}

.input-group-text-area textarea {
  resize: none;
  height: 8rem;
  padding: 0.75rem 1rem;
  scrollbar-width: thin;
}

.input-group-text-area.policy {
  height: 350px;
}

.input-group-text-area-prepend {
  height: 100%;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 2px;
}

.input-group-text-area-prepend .iconImg {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.input-group-text-area-append {
  height: 100%;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 2px;
}

.input-group-text-area-append .iconImg {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.input-group-text-area-append .iconImg-sm {
  width: 25px;
  height: 25px;
  margin-right: 4px;
}

.input-group-text-area-append .eyeButton {
  width: 36px;
  height: 36px;
  margin-right: 4px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.input-group-text-area-append:hover {
  cursor: pointer;
}

.input-group-text-area:focus-within {
  outline: none;
}

.input-group-text-area:focus-within .input-group-text {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group-text-area .form-control {
  height: inherit;
  border-left: none;
  border: none;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}

.input-group-text-area .form-control::-webkit-input-placeholder {
  color: #919191;
}

.input-group-text-area .form-control:-ms-input-placeholder {
  color: #919191;
}

.input-group-text-area .form-control::-ms-input-placeholder {
  color: #919191;
}

.input-group-text-area .form-control::placeholder {
  color: #919191;
}

.input-group-text-area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

.input-group-text-area .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

.input-group-text-area .selectWrapper {
  height: 100%;
  width: calc(100% - 49px);
}

.input-group-text-area .selectWrapper-on {
  color: #495057;
}

.input-group-text-area .selectWrapper-off {
  color: #919191;
}

.input-group-text-area .custom-select {
  height: inherit;
  border: none;
  font-size: 1rem;
  border-radius: 2px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}

.input-group-text-area .custom-select .dropdownOption {
  color: #495057;
}

.input-group-text-area .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #495057;
}

@media (max-width: 425px) {
  .input-group-text-area .custom-select {
    font-size: 0.75rem;
  }
  .input-group-text-area .custom-select::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .input-group-text-area .custom-select:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .input-group-text-area .custom-select::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .input-group-text-area .custom-select::placeholder {
    font-size: 0.75rem;
  }
}

@media (max-width: 425px) {
  .input-group-text-area .custom-select {
    font-size: 0.65rem;
  }
  .input-group-text-area .custom-select::-webkit-input-placeholder {
    font-size: 0.65rem;
  }
  .input-group-text-area .custom-select:-ms-input-placeholder {
    font-size: 0.65rem;
  }
  .input-group-text-area .custom-select::-ms-input-placeholder {
    font-size: 0.65rem;
  }
  .input-group-text-area .custom-select::placeholder {
    font-size: 0.65rem;
  }
}

.input-group-text-area {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.input-group-text-area input:focus {
  outline: none;
}

.input-group-text {
  background-color: #fff;
  color: #f8f9fa;
}

.form-control {
  border-left: none;
}

.form-control::-webkit-input-placeholder {
  color: #dee2e6;
}

.form-control:-ms-input-placeholder {
  color: #dee2e6;
}

.form-control::-ms-input-placeholder {
  color: #dee2e6;
}

.form-control::placeholder {
  color: #dee2e6;
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.success {
  border: #28a745 2px solid;
  background-color: rgba(211, 211, 211, 0.4);
  color: #495057;
  opacity: 0.5;
}

.success .form-control {
  color: #495057;
}

.success .form-control::-webkit-input-placeholder {
  color: #495057;
}

.success .form-control:-ms-input-placeholder {
  color: #495057;
}

.success .form-control::-ms-input-placeholder {
  color: #495057;
}

.success .form-control::placeholder {
  color: #495057;
}

.success .custom-select {
  color: #495057;
}

.failed {
  border: #dc3545 2px solid;
  background-color: #f8d7da;
  color: #dc3545;
}

.failed .form-control {
  color: #dc3545;
}

.failed .form-control::-webkit-input-placeholder {
  color: #dc3545;
}

.failed .form-control:-ms-input-placeholder {
  color: #dc3545;
}

.failed .form-control::-ms-input-placeholder {
  color: #dc3545;
}

.failed .form-control::placeholder {
  color: #dc3545;
}

.failed .custom-select {
  color: #dc3545;
}

.failed.disabled {
  border: #eee 2px solid;
  border-radius: 4px;
  background-color: #fff;
}

.failed-select {
  border: #dc3545 2px solid;
  background-color: #f8d7da;
  color: #dc3545;
}

.failed-select .form-control {
  color: #dc3545;
}

.failed-select .form-control::-webkit-input-placeholder {
  color: #dc3545;
}

.failed-select .form-control:-ms-input-placeholder {
  color: #dc3545;
}

.failed-select .form-control::-ms-input-placeholder {
  color: #dc3545;
}

.failed-select .form-control::placeholder {
  color: #dc3545;
}

.failed-select .custom-select {
  color: #dc3545;
}

.failed-select.disabled {
  border: #eee 2px solid;
  border-radius: 4px;
  background-color: #fff;
}

.expirationDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
}

.expirationDate p {
  font-size: 3rem;
  font-weight: lighter;
  color: #dee2e6;
  padding: 0 0.5rem;
}

.expirationDate .input-group {
  width: 100%;
}

.expirationDate .input-group .selectWrapper {
  width: 100%;
}

.iti {
  position: absolute;
  width: 100%;
  height: 100%;
}

.iti__flag {
  background-image: url("../../icons/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../../icons/flags@2x.png");
  }
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 62px;
  margin-left: 0;
}

.charsRemainingWrapper {
  font-size: 80%;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #0b5ab4;
  margin-top: 0.25rem;
  text-align: right;
}

#emailMessageChars {
  font-size: 80%;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #0b5ab4;
  margin-top: 0.25rem;
  display: block;
  text-align: right;
}

.sizeNote {
  font-size: 80%;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #0b5ab4;
  margin-top: 0.25rem;
  display: block;
  text-align: right;
}

.charsRemainingWrapperReview {
  font-size: 80%;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #0b5ab4;
  margin-top: 0.25rem;
  text-align: right;
}

@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: url(relativePath/common/fonts/oxygen-v9-latin/oxygen-v9-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Oxygen Regular"), local("Oxygen-Regular"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-regular.eot?#iefix) format("embedded-opentype"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-regular.woff2) format("woff2"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-regular.woff) format("woff"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-regular.ttf) format("truetype"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-regular.svg#Oxygen) format("svg");
  /* Legacy iOS */
}

/* oxygen-700 - latin */
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-700.eot);
  /* IE9 Compat Modes */
  src: local("Oxygen Bold"), local("Oxygen-Bold"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-700.eot?#iefix) format("embedded-opentype"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-700.woff2) format("woff2"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-700.woff) format("woff"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-700.ttf) format("truetype"), url(/common/fonts/oxygen-v9-latin/oxygen-v9-latin-700.svg#Oxygen) format("svg");
  /* Legacy iOS */
}

/* heebo-regular - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url(/common/fonts/heebo-v7-latin/heebo-v7-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Heebo"), local("Heebo-Regular"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-regular.eot?#iefix) format("embedded-opentype"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-regular.woff2) format("woff2"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-regular.woff) format("woff"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-regular.ttf) format("truetype"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-regular.svg#Heebo) format("svg");
  /* Legacy iOS */
}

/* heebo-500 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  src: url(/common/fonts/heebo-v7-latin/heebo-v7-latin-500.eot);
  /* IE9 Compat Modes */
  src: local("Heebo Medium"), local("Heebo-Medium"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-500.eot?#iefix) format("embedded-opentype"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-500.woff2) format("woff2"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-500.woff) format("woff"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-500.ttf) format("truetype"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-500.svg#Heebo) format("svg");
  /* Legacy iOS */
}

/* heebo-700 - latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/heebo-v7-latin/heebo-v7-latin-700.eot);
  /* IE9 Compat Modes */
  src: local("Heebo Bold"), local("Heebo-Bold"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-700.eot?#iefix) format("embedded-opentype"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-700.woff2) format("woff2"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-700.woff) format("woff"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-700.ttf) format("truetype"), url(/common/fonts/heebo-v7-latin/heebo-v7-latin-700.svg#Heebo) format("svg");
  /* Legacy iOS */
}

/* Archivo Black */
@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/archivo-black/ArchivoBlack-Regular.ttf) format("truetype");
}

.login-Wrapper {
  width: 100%;
  min-height: 95.5vh;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #f8f9fa;
  padding: 1rem;
  padding-top: 2rem;
  /* Footer height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767.98px) {
  .login-Wrapper {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 500px) {
  .login-Wrapper {
    padding: 2rem 1rem;
    padding-bottom: 5rem;
  }
}

.login-Container {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.login-Container a.login-Container-Header {
  text-decoration: none;
}

.login-Container-Header {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.login-Container-Header-Logo-Brand {
  color: #660099;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2rem;
  margin: 0;
  line-height: 0.825;
  text-shadow: 1px 1px 1px rgba(36, 0, 70, 0.5);
}

.login-Container-Header-Logo-Container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1rem 0rem;
}

.login-Container-Header-Logo-Container hr {
  width: 8rem;
  margin: 0;
  margin-bottom: 1rem;
  border-color: #dee2e6;
}

@media (max-width: 1199.98px) {
  .login-Container-Header-Logo-Container hr {
    width: 1fr;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Header-Logo-Container hr {
    width: 1fr;
  }
}

.login-Container-Header-Logo-Container img {
  width: 8rem;
  margin: 0rem 1rem;
  filter: drop-shadow(0px 1px 1px rgba(36, 0, 70, 0.5));
  -webkit-filter: drop-shadow(0px 1px 1px rgba(36, 0, 70, 0.5));
}

@media (max-width: 1199.98px) {
  .login-Container-Header-Logo-Container img {
    width: 1fr;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Header-Logo-Container img {
    width: 1fr;
  }
}

.login-Container-Input-Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.login-Container-Input-Title p {
  color: #555;
  font-size: 1.25rem;
  font-weight: bold;
}

.login-Container-Input-Title.disabledAccount p {
  color: #cc0000;
  font-size: 1.75rem;
}

.login-Container-Input-Challenge-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}

.login-Container-Input-Challenge-Text p {
  color: #777;
  padding-top: 1rem;
  font-size: 1.15rem;
}

.login-Container-Input-Challenge-Text.disabledAccount p {
  width: 80%;
  text-align: left;
}

.login-Container-Input-Challenge-Verification {
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .login-Container-Input-Challenge-Verification {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Input-Challenge-Verification {
    width: 95%;
  }
}

.login-Container-Input-Challenge-Verification .sendCodeError {
  color: #dc3545;
  text-align: center;
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.login-Container-Input-Challenge-Verification .inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
  margin-top: 1rem;
}

.login-Container-Input-Challenge-Verification .inputWrapper #sendCodeButton {
  height: 3.1rem;
  width: 37.5%;
  background-color: #f8f9fa;
  border: 2px solid #dee2e6;
  color: #777;
}

.login-Container-Input-Challenge-Verification .inputWrapper #sendCodeButton:hover {
  background-color: #dee2e6;
  color: #555;
}

.login-Container-Input-Challenge-Verification .inputWrapper #sendCodeButton.disabled {
  cursor: default;
  border: 2px solid #dee2e6;
  background-color: #dee2e6;
  color: #555;
}

.login-Container-Input-Challenge-Verification .inputWrapper #sendCodeButton.disabled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 500px) and (max-width: 991.98px) {
  .login-Container-Input-Challenge-Verification .inputWrapper #sendCodeButton {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 499.98px) {
  .login-Container-Input-Challenge-Verification .inputWrapper #sendCodeButton {
    font-size: 0.8rem;
  }
}

.login-Container-Input-Challenge-Verification .inputWrapper .input-border {
  width: 60%;
}

.login-Container-InfoBox {
  width: 82%;
  margin: 0 auto;
  border: 1px solid #e69138;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-Container-InfoBox.red {
  border: 1px solid #cc0000;
}

.login-Container-InfoBox.blue {
  border: 1px solid #4a86e8;
}

@media (max-width: 1199.98px) {
  .login-Container-InfoBox {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .login-Container-InfoBox {
    width: 95%;
  }
}

.login-Container-InfoBox .exclamation {
  width: 20%;
  background-color: #e69138;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.login-Container-InfoBox .exclamation.red {
  background-color: #cc0000;
}

.login-Container-InfoBox .exclamation.blue {
  background-color: #4a86e8;
}

.login-Container-InfoBox .exclamation p {
  margin: 0;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.login-Container-InfoBox .exclamation img {
  width: 90%;
}

@media (max-width: 991.98px) {
  .login-Container-InfoBox .exclamation {
    font-size: 3rem;
  }
}

.login-Container-InfoBox .infoText {
  width: 80%;
  padding: 1rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-Container-WarningParagraph {
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .login-Container-WarningParagraph {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .login-Container-WarningParagraph {
    width: 95%;
  }
}

.login-Container-WarningParagraph p {
  color: #777;
  font-size: 1.2rem;
  padding: 1rem 0;
}

.login-Container-WarningParagraph p span {
  color: #cc0000;
}

.login-Container-WarningParagraph p:last-child:not(:first-child) {
  padding: 0;
  margin: 0;
}

.login-Container-Input {
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .login-Container-Input {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Input {
    width: 95%;
  }
}

.login-Container-Social {
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .login-Container-Social {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Social {
    width: 95%;
  }
}

.login-Container-Social .orContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem 0rem;
  padding-bottom: 1rem;
}

.login-Container-Social .orContainer hr {
  width: 10rem;
  margin: 0;
  margin-bottom: 1rem;
  border-color: #f8f9fa;
}

@media (max-width: 1199.98px) {
  .login-Container-Social .orContainer hr {
    width: 1fr;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Social .orContainer hr {
    width: 1fr;
  }
}

.login-Container-Social .orContainer span {
  width: 4rem;
  margin: 0rem 1rem;
  font-size: 1.1rem;
  color: #999;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .login-Container-Social .orContainer span {
    width: 1fr;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Social .orContainer span {
    width: 1fr;
  }
}

.login-Container-Social .linkContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-Container-Social .linkContainer img {
  width: 5rem;
}

@media screen and (max-width: 500px) {
  .login-Container-Social .linkContainer img {
    width: 3rem;
  }
}

.login-Container-Misc {
  width: 82%;
  margin: 0 auto;
  padding-top: 1rem;
}

@media (max-width: 1199.98px) {
  .login-Container-Misc {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  .login-Container-Misc {
    width: 95%;
  }
}

.login-Container-Misc hr {
  width: 100%;
}

.login-Container-Misc p {
  padding: 0 1rem;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #888;
  white-space: nowrap;
}

@media screen and (max-width: 350px) {
  .login-Container-Misc p {
    padding: 0;
  }
}

.login-Container-Misc p a {
  color: #2222f9;
}

.login-Container-Misc #resendCode {
  display: inline;
  color: #2222f9;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.login-Container-Misc #resendCode:hover {
  color: #4a86e8;
}

a.homepageLink {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #c44dff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

a.homepageLink:hover {
  color: #660099;
}

#loginRecaptchaContainer {
  -webkit-transform: scale(137%, 90%);
  transform: scale(137%, 90%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-width: 1199.98px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(120%, 90%);
    transform: scale(120%, 90%);
  }
}

@media (max-width: 991.98px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(50%, 90%);
    transform: scale(90%, 90%);
  }
}

@media (max-width: 575.98px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(120%, 90%);
    transform: scale(120%, 90%);
  }
}

@media (max-width: 500px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(120%, 90%);
    transform: scale(120%, 90%);
  }
}

@media (max-width: 471px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(110%, 90%);
    transform: scale(110%, 90%);
  }
}

@media (max-width: 440px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(100%, 90%);
    transform: scale(100%, 90%);
  }
}

@media (max-width: 410px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(90%, 90%);
    transform: scale(90%, 90%);
  }
}

@media (max-width: 385px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(85%, 90%);
    transform: scale(85%, 90%);
  }
}

@media (max-width: 360px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(80%, 90%);
    transform: scale(80%, 90%);
  }
}

@media (max-width: 350px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(75%, 90%);
    transform: scale(75%, 90%);
  }
}

@media (max-width: 337px) {
  #loginRecaptchaContainer {
    -webkit-transform: scale(70%, 90%);
    transform: scale(70%, 90%);
  }
}
/*# sourceMappingURL=cmprtl-authn.css.map */