#Empty File
#bread_crumb {
    font-size: 18px;
    }

.erik-stripe-element .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.erik-stripe-element .error.visible {
  opacity: 1;
  transform: none;
}

.erik-stripe-element .error .message {
  font-size: inherit;
}

.erik-stripe-element .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}

.erik-stripe-element .success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
}

@media (min-width: 670px) {
  main > .container-lg .example .success {
    padding: 40px;
  }
}

.erik-stripe-element .success > * {
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(50px);
}

.erik-stripe-element .success .icon {
  margin: 15px 0 30px;
  transform: translateY(70px) scale(0.75);
}

.erik-stripe-element .success .icon svg {
  will-change: transform;
}

.erik-stripe-element .success .icon .border {
  stroke-dasharray: 251;
  stroke-dashoffset: 62.75;
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: spin 1s linear infinite;
}

.erik-stripe-element .success .icon .checkmark {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.erik-stripe-element .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.erik-stripe-element .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}

.erik-stripe-element .success .message span {
  font-size: inherit;
}

.erik-stripe-element .success .reset:active {
  transition-duration: 0.15s;
  transition-delay: 0s;
  opacity: 0.65;
}

.erik-stripe-element .success .reset svg {
  will-change: transform;
}

.erik-stripe-element .caption {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 15px 10px 0;
  color: #aab7c4;
  font-family: Roboto, "Open Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.erik-stripe-element .caption * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.erik-stripe-element .caption .no-charge {
  color: #cfd7df;
  margin-right: 10px;
}

.erik-stripe-element .caption a.source {
  text-align: right;
  color: inherit;
  transition: color 0.1s ease-in-out;
  margin-left: 10px;
}






.erik-stripe-element .caption a.source:hover {
  color: #6772e5;
}

.erik-stripe-element .caption a.source:active {
  color: #43458b;
}

.erik-stripe-element .caption a.source  svg {
  margin-right: 10px;
}

.erik-stripe-element .caption a.source svg path {
  fill: currentColor;
}


.erik-stripe-element .example.submitted form,
.erik-stripe-element .example.submitting form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.erik-stripe-element .example.submitted .success,
.erik-stripe-element .example.submitting .success {
  pointer-events: all;
}

.erik-stripe-element .example.submitting .success .icon {
  opacity: 1;
}

.erik-stripe-element .example.submitted .success > * {
  opacity: 1;
  transform: none !important;
}

.erik-stripe-element .example.submitted .success > :nth-child(2) {
  transition-delay: 0.1s;
}

.erik-stripe-element .example.submitted .success > :nth-child(3) {
  transition-delay: 0.2s;
}

.erik-stripe-element .example.submitted .success > :nth-child(4) {
  transition-delay: 0.3s;
}

.erik-stripe-element .example.submitted .success .icon .border,
.erik-stripe-element .example.submitted .success .icon .checkmark {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}