@charset "utf-8";@media all{.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

}@media all and (prefers-reduced-motion: reduce){
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@media all{@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
}
@media all{/* Base */
.eaahst-w-panel {
  max-height: 70vh !important;
  font-family: inherit !important;
}

.eaahst-w-trigger,
.eaahst-w-panel button,
.eaahst-stepper-btn {
  margin: 0 !important;
  min-height: 0 !important;
}

/* Trigger */
.eaahst-w-trigger {
  width: var(--hwa-widget-trigger-size) !important;
  height: var(--hwa-widget-trigger-size) !important;
  min-width: var(--hwa-widget-trigger-size) !important;
  min-height: var(--hwa-widget-trigger-size) !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background-color: var(--hwa-widget-primary) !important;
}

.eaahst-w-trigger:hover,
.eaahst-w-trigger:focus {
  outline: 3px solid var(--hwa-widget-secondary) !important;
}

.eaahst-w-trigger svg circle {
  display: none !important;
}

.eaahst-w-trigger svg path {
  fill: #fff !important;
}

/* Header and headings */
.eaahst-w-panel .eaahst-w-header,
.eaahst-w-header {
  background-color: var(--hwa-widget-primary) !important;
}

.eaahst-w-title {
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

.eaahst-w-panel .eaahst-section-title,
.eaahst-section-title {
  text-align: center !important;
}

.eaahst-w-panel h3.eaahst-section-title {
  font-size: 1rem !important;
}

/* Content controls */
.eaahst-w-section > .eaahst-w-controls {
  margin: 0 !important;
  padding: 0 !important;
  max-height: auto !important;
}

.eaahst-w-panel .eaahst-w-control input:checked + .eaahst-w-control-slider,
.eaahst-w-control input:checked + .eaahst-w-control-slider,
.eaahst-w-panel .eaahst-w-control.active {
  background-color: var(--hwa-widget-secondary) !important;
}

.eaahst-w-control {
  user-select: none !important;
}

.eaahst-w-panel .eaahst-stepper-btn,
.eaahst-stepper-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  line-height: 1 !important;
  text-align: center !important;
  background-color: var(--hwa-widget-secondary) !important;
}

.eaahst-w-panel .eaahst-stepper-btn svg,
.eaahst-stepper-btn svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto;
  pointer-events: none;
}

/* Close controls */
.eaahst-w-panel .eaahst-w-close,
.eaahst-w-close,
.eaahst-w-panel .eaahst-w-closer,
.eaahst-w-closer {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  cursor: pointer;
}

.eaahst-w-panel .eaahst-w-close:hover,
.eaahst-w-panel .eaahst-w-close:focus-visible,
.eaahst-w-close:hover,
.eaahst-w-close:focus-visible,
.eaahst-w-panel .eaahst-w-closer:hover,
.eaahst-w-panel .eaahst-w-closer:focus-visible,
.eaahst-w-closer:hover,
.eaahst-w-closer:focus-visible {
  background: rgba(255, 255, 255, 0.24) !important;
}

.eaahst-w-close svg,
.eaahst-w-closer svg {
  width: 14px;
  height: 14px;
}

.eaahst-w-controls .eaahst-w-closer {
  margin-bottom: 0 !important;
}

/* Modals and language picker */
.eaahst-w-panel .eaahst-w-modal button,
.eaahst-w-modal button {
  background-color: var(--hwa-widget-primary) !important;
}

#eaahst-parent-panel:has(.eaahst-language-modal) {
  overflow-y: hidden !important;
}

.eaahst-language-modal .eaahst-w-span3 {
  display: flex !important;
  align-items: center !important;
  margin-left: 0 !important;
}

.eaahst-language-modal .eaahst-w-closer {
  order: 2 !important;
  color: #323a3f !important;
  background-color: #f2f7fa !important;
}

.eaahst-language-modal .eaahst-w-span3 > .eaahst-w-title {
  order: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#openLangModal > svg,
.eaahst-lang-button > svg {
  width: 1rem !important;
  height: 1rem !important;
}

.eaahst-lang-button {
  align-items: center !important;
}

/* Statement modal */
.eaahst-statement-modal button {
  background: var(--hwa-widget-primary) !important;
  color: white;
  border: none;
  padding: 0.5rem 2rem !important;
  border-radius: 999rem !important;
  margin-top: 0 !important;
}

.eaahst-statement-modal h1,
.eaahst-statement-modal h2,
.eaahst-statement-modal h3,
.eaahst-statement-modal h4,
.eaahst-statement-modal h5,
.eaahst-statement-modal h6,
.eaahst-statement-modal span,
.eaahst-statement-modal a,
.eaahst-statement-modal p,
.eaahst-statement-modal li,
.eaahst-statement-modal button {
  font-family: inherit !important;
}

/* Mobile layout */
}@media all and (max-width: 550px){
  .eaahst-w-panel {
    box-sizing: border-box !important;
    width: 95vw !important;
    max-width: 95vw !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .eaahst-w-panel .eaahst-w-controls,
  .eaahst-w-panel .eaahst-w-feature-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .eaahst-w-section:first-child > .eaahst-w-controls {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .eaahst-w-section > .eaahst-w-controls {
    margin: 0 !important;
    padding: 0 !important;
    max-height: none !important;
  }

  .eaahst-w-panel .eaahst-w-section {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .eaahst-w-panel .eaahst-w-reset,
  .eaahst-w-panel .eaahst-w-statement {
    display: flex !important;
    flex-direction: column !important;
  }
}
