@charset "UTF-8";
#stripeForm {
  @charset "UTF-8";
  /*!
  * Bootstrap v5.1.3 (https://getbootstrap.com/)
  * Copyright 2011-2021 The Bootstrap Authors
  * Copyright 2011-2021 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
  /*# sourceMappingURL=bootstrap.min.css.map */
  /* header */
  /* header end */
  /* form section */
  /* form section end */
  /* content holder section */
  /* content holder section end*/
  /* content extra holder section */
  /* content extra holder section end */
  /* footer */
  /* footer end */
  /* form */
  /* form end */
  /* last rule so hidden overides all other display definitions*/
}
#stripeForm :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
#stripeForm *,
#stripeForm ::after,
#stripeForm ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  #stripeForm :root {
    scroll-behavior: smooth;
  }
}
#stripeForm body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#stripeForm h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#stripeForm h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #stripeForm h2 {
    font-size: 2rem;
  }
}
#stripeForm .small {
  font-size: 0.875em;
}
#stripeForm a {
  color: #0d6efd;
  text-decoration: underline;
}
#stripeForm a:hover {
  color: #0a58ca;
}
#stripeForm label {
  display: inline-block;
}
#stripeForm button {
  border-radius: 0;
}
#stripeForm button:focus:not(:focus-visible) {
  outline: 0;
}
#stripeForm button,
#stripeForm input,
#stripeForm select,
#stripeForm textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#stripeForm button,
#stripeForm select {
  text-transform: none;
}
#stripeForm select {
  word-wrap: normal;
}
#stripeForm select:disabled {
  opacity: 1;
}
#stripeForm [type=button],
#stripeForm [type=submit],
#stripeForm button {
  -webkit-appearance: button;
}
#stripeForm [type=button]:not(:disabled),
#stripeForm [type=reset]:not(:disabled),
#stripeForm [type=submit]:not(:disabled),
#stripeForm button:not(:disabled) {
  cursor: pointer;
}
#stripeForm ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
#stripeForm textarea {
  resize: vertical;
}
#stripeForm ::-webkit-datetime-edit-day-field,
#stripeForm ::-webkit-datetime-edit-fields-wrapper,
#stripeForm ::-webkit-datetime-edit-hour-field,
#stripeForm ::-webkit-datetime-edit-minute,
#stripeForm ::-webkit-datetime-edit-month-field,
#stripeForm ::-webkit-datetime-edit-text,
#stripeForm ::-webkit-datetime-edit-year-field {
  padding: 0;
}
#stripeForm ::-webkit-inner-spin-button {
  height: auto;
}
#stripeForm ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#stripeForm ::-webkit-color-swatch-wrapper {
  padding: 0;
}
#stripeForm ::-webkit-file-upload-button {
  font: inherit;
}
#stripeForm ::file-selector-button {
  font: inherit;
}
#stripeForm ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
#stripeForm iframe {
  border: 0;
}
#stripeForm .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #stripeForm .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #stripeForm .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #stripeForm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #stripeForm .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #stripeForm .container {
    max-width: 1320px;
  }
}
#stripeForm .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#stripeForm .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
#stripeForm .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
#stripeForm .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
#stripeForm .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  #stripeForm .form-control::file-selector-button {
    transition: none;
  }
}
#stripeForm .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
#stripeForm .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
#stripeForm .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
#stripeForm .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
#stripeForm .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
#stripeForm .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
#stripeForm .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
#stripeForm .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
#stripeForm .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
#stripeForm .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
#stripeForm .form-check-input[type=radio] {
  border-radius: 50%;
}
#stripeForm .form-check-input:active {
  filter: brightness(90%);
}
#stripeForm .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#stripeForm .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#stripeForm .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#stripeForm .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
#stripeForm .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
#stripeForm .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
#stripeForm .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#stripeForm .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#stripeForm .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  #stripeForm .btn {
    transition: none;
  }
}
#stripeForm .btn:hover {
  color: #212529;
}
#stripeForm .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#stripeForm .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
#stripeForm .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#stripeForm .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
#stripeForm .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
#stripeForm .btn-dark:active {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
#stripeForm .btn-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
#stripeForm .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#stripeForm .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#stripeForm .m-auto {
  margin: auto !important;
}
#stripeForm .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
#stripeForm select:focus-visible {
  outline: #ef7202 solid 1px;
}
#stripeForm .req {
  font-weight: bold !important;
}
#stripeForm #desigTitle {
  display: none;
}
#stripeForm button.btn:active {
  background-color: #be5000;
}
#stripeForm .text_center {
  text-align: center;
  text-align-last: center;
}
#stripeForm .center {
  margin: auto;
}
#stripeForm button.btn-dark:active {
  background-color: #454343 !important;
}
#stripeForm .form_content select {
  height: unset;
}
#stripeForm .form_holder {
  padding: 20px 0 40px 0;
  background: #fff;
  background-size: cover;
  background-position: 50%;
}
#stripeForm .form_holder .wrapper {
  padding: 0 20px;
  align-items: flex-start;
}
#stripeForm .form_holder .donate_form {
  max-width: 450px;
  height: 100%;
  color: #ef7202;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 24px;
  min-height: 365px;
  flex: 1;
}
#stripeForm .form_nav {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#stripeForm .term_wrap {
  width: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
#stripeForm .form_nav a {
  width: 50%;
  text-align: center;
  border: 1px solid #ef7202;
  color: #ef7202;
  transition: all 0.1s;
  font-family: "ProximaNovaSemiBold", sans-serif;
  font-size: 14px;
  height: 34px;
  line-height: 33px;
  padding: 0 10px;
  background: #fff;
  text-transform: uppercase;
}
#stripeForm .form_nav a.active {
  color: #fff;
  background: #ef7202;
  transition: all 0.1s;
}
#stripeForm .form_nav a:first-child {
  border-radius: 0;
}
#stripeForm .form_nav a:last-child {
  border-radius: 0;
}
#stripeForm .form_content {
  border: 1px solid #dfdfd7;
  border-radius: 0;
  background: #fff;
  position: relative;
  max-width: 100%;
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#stripeForm .form_content form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#stripeForm .form_header {
  background: #f4f5f0;
  border-bottom: 1px solid #dfdfd7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333232;
  display: block;
  font-size: 20px;
  font-family: "ProximaNovaSemiBold", sans-serif;
  padding: 16px 20px;
}
#stripeForm .form_subheader {
  margin: 10px -20px;
  width: calc(100% + 40px);
  background: #f4f5f0;
  border-bottom: 1px solid #dfdfd7;
  border-top: 1px solid #dfdfd7;
  color: #333232;
  display: block;
  font-size: 20px;
  font-family: "ProximaNovaSemiBold", sans-serif;
  padding: 10px 20px;
}
#stripeForm .descr_text {
  color: #333232;
  display: block;
  font-size: 15px;
  font-family: "ProximaNovaSemiBold", sans-serif;
}
#stripeForm .descr_text_inline {
  color: #333232;
  font-size: 15px;
  font-family: "ProximaNovaSemiBold", sans-serif;
}
#stripeForm .descr_text.small {
  color: #333232;
  display: block;
  font-size: 12px;
  font-family: "ProximaNovaSemiBold", sans-serif;
}
#stripeForm .form_options {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 20px;
}
#stripeForm .form_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#stripeForm .step_wrap {
  display: none;
  width: 100%;
}
#stripeForm .shown {
  display: flex !important;
}
#stripeForm .form_options label,
#stripeForm .amount_other,
#stripeForm .input_otheramount_holder input,
#stripeForm .input_designation input {
  text-transform: lowercase;
  width: calc((100% - 20px) / 3);
  border: 1px solid #dfdfd7;
  color: #9b9b94;
  letter-spacing: 0;
  margin: 5px 0;
  padding: 0;
  line-height: 48px;
  background-color: #e9eae4;
  transition: background-color 0.15s linear;
  border-radius: 0;
  font-size: 15px;
  cursor: pointer;
}
#stripeForm .input_designation {
  display: none;
}
#stripeForm label.error {
  text-transform: lowercase;
  width: 100%;
  border: none;
  color: red;
  letter-spacing: 0;
  margin: 5px 0;
  padding: 0;
  height: 14px;
  line-height: 14px;
  background-color: #fff;
  transition: none;
  border-radius: 0;
  font-size: 13px;
  cursor: default;
}
#stripeForm label.form-check-label {
  text-transform: none;
  width: 100%;
  border: 0;
  color: #9b9b94;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.5em;
  background-color: #fff;
  text-align: left;
}
#stripeForm label.form-check-label a {
  font-size: 15px;
}
#stripeForm input.form-check-input {
  margin-left: 0;
}
#stripeForm label.terms {
  text-transform: lowercase;
  width: calc((100% - 20px) / 2);
  border: 1px solid #dfdfd7;
  color: #9b9b94;
  letter-spacing: 0;
  margin: 5px 0;
  padding: 0;
  height: 48px;
  line-height: 48px;
  background-color: #e9eae4;
  transition: background-color 0.15s linear;
  border-radius: 0;
  font-size: 15px;
  cursor: pointer;
}
#stripeForm label.terms.checked {
  background-color: #ef7202;
  border-color: #ef7202;
  color: #fff;
}
#stripeForm .amount_other,
#stripeForm .input_otheramount_holder {
  width: calc(((100% - 6px) / 3) * 2);
}
#stripeForm .input_designation {
  width: 100%;
}
#stripeForm .amount_other {
  text-transform: none;
}
#stripeForm .input_otheramount_holder {
  position: relative;
  display: none;
}
#stripeForm .input_otheramount_holder.active {
  display: flex;
}
#stripeForm .input_otheramount_holder:after {
  position: absolute;
  color: #9b9b94;
  font-size: 16px;
  left: 10px;
  height: 16px;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

#stripeForm .input_otheramount_holder.EUR:after {
  content: "€";
}
#stripeForm .input_otheramount_holder.GBP:after {
  content: "£";
}
#stripeForm .input_otheramount_holder input,
#stripeForm .input_otheramount_holder input:hover,
#stripeForm .input_designation input,
#stripeForm .input_designation input:hover {
  width: 100%;
  padding-left: 30px;
  color: #ef7202;
  background: #fff;
}
#stripeForm .input_designation input {
  text-align: center;
  text-transform: none;
}
#stripeForm .input_otheramount_holder input:focus,
#stripeForm .input_designation input:focus {
  border: 1px solid #ef7202;
}
#stripeForm .amount_other:hover {
  color: #9b9b94;
}
#stripeForm .form_options label.checked {
  background-color: #ef7202;
  border-color: #ef7202;
  color: #fff;
}
#stripeForm .form_options .btn {
  padding: 0 40px;
  height: 48px;
  line-height: 48px;
  background-color: #ef7202;
  transition: background-color 0.15s linear;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: 0;
  font-size: 15px;
  font-family: "ProximaNovaSemiBold", sans-serif;
  display: inline-block;
  color: #fff;
  width: 100%;
  margin-top: 18px;
}
#stripeForm .form_options_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#stripeForm .form_options_wrap .field {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  width: 100%;
}
#stripeForm .form-check-input[type=checkbox] {
  border-radius: 0;
}
#stripeForm .form-check .form-check-input {
  margin-left: 0;
}
#stripeForm .form_options_wrap .field input,
#stripeForm .form_options_wrap .field select {
  font-size: 16px;
  line-height: 1.4;
  padding: 13px 10px;
  border-radius: 0px;
  border: 1px solid #c1c1ba;
  text-align: left;
  color: #333232;
  width: 100%;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
#stripeForm .form_options_wrap .field.field_short {
  width: 50%;
}
#stripeForm .form_options_wrap .field.field_10 {
  width: 10%;
  padding: 8px;
  margin: 8px 0 0 0;
}
#stripeForm .form_options_wrap .field.field_90 {
  width: 90%;
  padding: 0;
}
#stripeForm .form_options_wrap input:focus,
#stripeForm .form_options_wrap select:focus {
  border-color: #ef7202;
}
#stripeForm .inner_form_options {
  padding-top: 0;
}
#stripeForm .button_wrap .btn {
  width: calc((100% - 20px) / 2);
}
#stripeForm .btn-dark {
  background-color: #808080 !important;
}
@media (max-width: 991px) {
  #stripeForm .form_holder {
    padding-left: 5px;
    padding-right: 5px;
    background-position: center bottom !important;
    background-size: cover !important;
  }
  #stripeForm .form_holder .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  #stripeForm .form_holder {
    background-size: 100% auto !important;
  }
  #stripeForm .form_holder .wrapper {
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #stripeForm .form_options_wrap .field.field_short {
    width: 100% !important;
  }
}
#stripeForm .hidden {
  display: none;
}