@font-face {
  font-family: Brandon Grotesque;
  src: url(../fonts/Brandon_reg.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brandon Grotesque;
  src: url(../fonts/Brandon_reg_it.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Brandon Grotesque;
  src: url(../fonts/Brandon_med.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brandon Grotesque;
  src: url(../fonts/Brandon_bld.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brandon Grotesque;
  src: url(../fonts/Brandon_blk.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
Imports the minimum stuff we need from bootstrap.
*/
:root,
[data-bs-theme=light] {
  --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-black: #000;
  --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: #F94868;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 249, 72, 104;
  --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-primary-text-emphasis: rgb(99.6, 28.8, 41.6);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(253.8, 218.4, 224.8);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(252.6, 181.8, 194.6);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #2d2b2a;
  --bs-body-bg-rgb: 45, 43, 42;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #F94868;
  --bs-link-color-rgb: 249, 72, 104;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(199.2, 57.6, 83.2);
  --bs-link-hover-color-rgb: 199, 58, 83;
  --bs-code-color: #d63384;
  --bs-highlight-color: #fff;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(249, 72, 104, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/*
Imports the minimum stuff we need from bootstrap.
*/
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: rgb(252, 163.5, 179.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(249, 72, 104, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(252, 163.5, 179.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(249, 72, 104, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(252, 163.5, 179.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(249, 72, 104, 0.25);
}
.form-check-input:checked {
  background-color: #F94868;
  border-color: #F94868;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #F94868;
  border-color: #F94868;
  --bs-form-check-bg-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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28252, 163.5, 179.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #2d2b2a, 0 0 0 0.25rem rgba(249, 72, 104, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #2d2b2a, 0 0 0 0.25rem rgba(249, 72, 104, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #F94868;
  border: 0;
  transition: 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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(253.2, 200.1, 209.7);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #F94868;
  border: 0;
  transition: 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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(253.2, 200.1, 209.7);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

:root {
  --bs-border-radius: 0;
  --test-input-bg: #fff;
}

:root {
  --bs-font-sans-serif: Brandon Grotesque, Helvetica Neue, Arial, sans-serif;
  --bs-body-font-size: 20px;
  --ew-theme-tint-primary: #F94868;
  --ew-theme-tint-primary-rgb: 249, 72, 104;
  --ew-theme-tint-primary-hover: rgb(199.2, 57.6, 83.2);
  --ew-theme-tint-primary-hover-rgb: 199, 58, 83;
  --ew-theme-tint-primary-contrast: #fff;
  --ew-theme-tint-primary-contrast-rgb: 255, 255, 255;
  --ew-theme-tint-primary-hover-contrast: #fff;
  --ew-theme-tint-primary-hover-contrast-rgb: 255, 255, 255;
  --ew-nav-logo-width: 250px;
  --ew-nav-height: 110px;
  --ew-theme-footer-min-height: 6rem;
  --ew-theme-footer-bg: #2d2b2a;
  --ew-theme-footer-color: #fff;
  --ew-theme-footer-heading-color: #fff;
  --ew-theme-footer-border-color: #999;
  --ew-theme-footer-link-color: #fff;
  --ew-theme-footer-link-hover-color: #cccccc;
  --ew-content-vertical-padding: 2.0rem;
  --ew-theme-page-banner-text-container-height: 90%;
  --ew-quiz-inner-group-bg-col: #F3F6F3;
  --ew-collapse-bar-bg: #F94868;
  --ew-collapse-bar-color: #fff;
  --ew-collapse-bar-font-weight: 400;
  --ew-table-header-bg: #F94868;
  --ew-table-header-color: #fff;
  --ew-theme-inbox-heading-color: #F94868;
  --ew-theme-inbox-list-hover-bg: #F94868;
  --ew-theme-inbox-list-hover-link-color: #fff;
  --ew-theme-inbox-list-hover-link-hover-color: #fff;
  --ew-alert-banner-color: #fff;
  --ew-alert-banner-margin-bottom: 1rem;
  --ew-claim-item-details-bg: #F3F6F3;
  --image-overlay-background-color: rgba(0, 0, 0, 0);
  --image-overlay-text-color: #F94868;
  --ew-alert-info-color: #2d2b2a;
  --ew-theme-profile-detail-size: 1rem;
  --ew-keyline-color: #444;
  --ew-content-image-block-padding-lg: 1.5rem;
}

@media (max-width: 767.98px) {
  :root {
    --ew-nav-logo-width: 170px;
    --ew-nav-height: 100px;
  }
}
body.error {
  --ew-theme-heading-color: #F94868;
}

body.training-topic-page {
  --tk-text-image-block-image-max-width: 100%;
  --ew-content-vertical-padding-bottom: 0;
  --ew-link-image-overlay-background-color: transparent;
}
@media (min-width: 576px) and (max-width: 767px) {
  body.training-topic-page .col-sm,
  body.training-topic-page .row-cols-sm-auto > *,
  body.training-topic-page .row-cols-sm-1 > *,
  body.training-topic-page .row-cols-sm-2 > *,
  body.training-topic-page .row-cols-sm-3 > *,
  body.training-topic-page .row-cols-sm-4 > *,
  body.training-topic-page .row-cols-sm-5 > *,
  body.training-topic-page .row-cols-sm-6 > *,
  body.training-topic-page .col-sm-auto,
  body.training-topic-page .col-sm-1,
  body.training-topic-page .col-sm-2,
  body.training-topic-page .col-sm-3,
  body.training-topic-page .col-sm-4,
  body.training-topic-page .col-sm-5,
  body.training-topic-page .col-sm-6,
  body.training-topic-page .col-sm-7,
  body.training-topic-page .col-sm-8,
  body.training-topic-page .col-sm-9,
  body.training-topic-page .col-sm-10,
  body.training-topic-page .col-sm-11,
  body.training-topic-page .col-sm-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  body.training-topic-page .offset-sm-0,
  body.training-topic-page .offset-sm-1,
  body.training-topic-page .offset-sm-2,
  body.training-topic-page .offset-sm-3,
  body.training-topic-page .offset-sm-4,
  body.training-topic-page .offset-sm-5,
  body.training-topic-page .offset-sm-6,
  body.training-topic-page .offset-sm-7,
  body.training-topic-page .offset-sm-8,
  body.training-topic-page .offset-sm-9,
  body.training-topic-page .offset-sm-10,
  body.training-topic-page .offset-sm-11 {
    margin-left: 0 !important;
  }
}
body.training-topic-page .main-content .vc_column-inner > .wpb_wrapper > .ew-cms-i {
  padding-top: var(--ew-content-vertical-padding-top, var(--ew-content-vertical-padding, 1rem));
  padding-bottom: var(--ew-content-vertical-padding-bottom, var(--ew-content-vertical-padding, 1rem));
}
body.training-topic-page .main-content .vc_column-inner > .wpb_wrapper > .ew-cms-i img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.training-topic-page .main-content .wpb_text_column.wpb_content_element {
  padding-top: var(--ew-content-vertical-padding-top, var(--ew-content-vertical-padding, 1rem));
  padding-bottom: var(--ew-content-vertical-padding-bottom, var(--ew-content-vertical-padding, 1rem));
}
body.training-topic-page .tk-text-image-block.img-top .image-container {
  width: 100%;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lato, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
}

.btn {
  --bs-border-radius: 0.5rem;
  --bs-btn-border-radius: 0.5rem;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0.375rem;
}

.btn-small {
  --bs-border-radius: 0.5rem;
  --bs-btn-border-radius: 0.5rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.vc_section.highlight-split {
  --middle-point: 30%;
  padding-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  background: linear-gradient(to bottom, transparent var(--middle-point), var(--ew-theme-tint-primary) var(--middle-point));
}
.vc_section.highlight-split .btn-primary {
  --bs-btn-bg: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #000;
}

.vc_section.highlight {
  margin-top: 2rem;
  padding-bottom: var(--ew-content-vertical-padding, 1rem);
  margin-bottom: 3rem;
  position: relative;
  background: var(--ew-theme-tint-primary);
}
.vc_section.highlight .btn-primary {
  --bs-btn-bg: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #000;
}

.row.home-custom-ic-connect-container {
  position: relative;
}

.home-ic-custom-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 0 !important;
}

.login-form-container,
.registration-form-container,
.profile-form-container {
  padding-top: 1.5rem;
}
.login-form-container .title-section,
.registration-form-container .title-section,
.profile-form-container .title-section {
  text-align: center;
  margin-bottom: 1.5rem;
}
.login-form-container .title-section h1,
.registration-form-container .title-section h1,
.profile-form-container .title-section h1 {
  margin-bottom: 2rem;
}

.login-form-container .btn-submit,
.registration-form-container .btn-submit {
  margin: auto;
  display: block;
  width: fit-content;
}

.login-form-container .title-section h1,
.registration-form-container .title-section h1,
.profile-form-container .title-section h1 {
  text-transform: uppercase;
}

#mainnav .navbar-toggler {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 72, 104, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainnav .navbar-toggler:hover {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 72, 104, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainnav .header-profile,
#mainnav .header-home {
  width: 35px;
}
#mainnav + main {
  border-top: 1px solid #444;
  padding-top: 0.5rem;
}

footer {
  border-top: none;
  padding-top: 0;
}

footer .footer-row:first-child {
  margin-top: 1.5rem;
  padding-top: 2.5rem;
  border-top: var(--ew-theme-footer-border-thickness, 1px) solid var(--ew-theme-footer-border-color, var(--ew-theme-footer-bg));
}

.nav-item--points {
  font-weight: bold;
  color: var(--ew-theme-tint-primary);
}

.form-label.mandatory::before {
  content: "* ";
  color: var(--bs-danger);
}

.check-label.mandatory::before {
  content: "* ";
  color: var(--bs-danger);
}

.cms-content .container.container-row .img-fluid,
.cms-content .container.container-row .ew-link-image {
  border-radius: 6px;
}

.page-banner {
  --image-overlay-background-color: rgba(0, 0, 0, 0);
  --image-overlay-text-color: #fff;
  --ew-theme-heading-color: #fff;
}
.page-banner .header-banner-outer {
  background-color: #000;
}
.page-banner .header-banner-outer .page-banner-image {
  width: 100%;
  border-radius: 0 !important;
}
.page-banner .header-banner-outer .header-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/images/header-overlay.png);
  background-repeat: repeat-y;
  background-size: contain;
}
.page-banner .header-banner-outer .header-banner-img-overlay {
  top: 0;
  height: 100%;
  background-image: url(/static/images/header-mask.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.page-banner .header-banner-outer .title--h1 {
  text-transform: uppercase;
  font-weight: 300;
}
.page-banner .header-banner-outer .title--h1 .highlight {
  color: var(--ew-theme-tint-primary);
}
.page-banner.no-title .header-banner-outer .header-banner-overlay {
  background: none;
}
.page-banner img {
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .page-banner .header-banner-overlay {
    background-image: none !important;
    background-color: var(--ew-theme-header-img-overlay-color, rgba(0, 0, 0, 0.5));
  }
  .page-banner.alternate-heading-mobile {
    --ew-theme-heading-color: #F94868;
  }
  .page-banner.alternate-heading-mobile .header-banner-outer {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-banner.alternate-heading-mobile .header-banner-outer .header-banner-background {
    display: none;
  }
  .page-banner.alternate-heading-mobile .header-banner-outer .header-banner-overlay {
    display: none;
  }
  .page-banner.alternate-heading-mobile .header-banner-outer .text-outer {
    position: relative;
    width: 100%;
  }
  .page-banner.alternate-heading-mobile .header-banner-outer .text-outer .text-container {
    text-align: center;
  }
}
.ew-link-image .text-layer {
  text-align: center;
}
.ew-link-image .text-layer .item-title {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.5rem;
}

.ew-news-container {
  --ew-news-summary-image-width: 30%;
  --ew-theme-news-heading-font-size: 1.2rem;
}

.ew-news-container .ew-news-summary-list .ew-news-summary-item-inner .ew-news-summary-title {
  font-weight: bold;
}

.cms-content .ew-news-container {
  --ew-news-summary-item-width: 50%;
  --ew-theme-news-date-display: none;
}
@media (max-width: 991.98px) {
  .cms-content .ew-news-container {
    --ew-news-summary-item-width: 100%;
  }
}

.ew-highlight-banner {
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255, 0.75;
  --bs-link-active-color-rgb: 255, 255, 255, 0.5;
  --bs-link-disabled-color-rgb: 255, 255, 255, 0.25;
}

.quiz-container,
.survey-container {
  --ew-quiz-inner-group-bg-col: #cecece;
  --bs-body-color: #000000;
  --ew-control-unselected-color: #999;
}
.quiz-container .form-group,
.survey-container .form-group {
  color: #000000;
}
.quiz-container .form-check .radio-container .radio-indicator,
.survey-container .form-check .radio-container .radio-indicator {
  margin-top: 5px;
}
.quiz-container .quiz-inner-group,
.survey-container .quiz-inner-group {
  color: #000000;
}

:root {
  --tk-training-border-color: var(--ew-theme-tint-primary);
  --tk-training-fill-color: var(--ew-theme-tint-primary);
  --tk-training-text-color: #ffffff;
}

.training-progress-container {
  width: 100%;
  height: 2rem;
  position: relative;
  /* margin-bottom: 40px;*/
}

.training-progress-bar {
  width: 100%;
  height: 100%;
  border: 3px solid var(--tk-training-border-color);
  border-radius: 15px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.training-progress-fill {
  height: 100%;
  width: 0;
  background-color: var(--tk-training-fill-color);
  border-radius: 0;
  transition: width 1s ease-in-out;
  position: relative;
}

.training-progress-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}

.module-topic-progress {
  max-width: 600px;
}

.module-topic {
  padding: 0.25rem 1rem;
  border-radius: 0.375rem;
  font-size: 1.7rem;
  --bs-link-color: var(--ew-theme-tint-primary);
  --bs-link-color-rgb: var(--ew-theme-tint-primary-rgb);
  --bs-link-hover-color: var(--ew-theme-tint-primary);
  --bs-link-hover-color-rgb: var(--ew-theme-tint-primary-rgb);
  --bs-link-hover-decoration: none;
}

.module-topic-not-started .module-topic-title {
  filter: saturate(0);
  opacity: 0.3;
}

.module-topic-in-progress:hover,
.module-topic-completed:hover {
  background-color: var(--ew-theme-tint-primary);
  --bs-link-color: var(--ew-theme-tint-primary-contrast);
  --bs-link-color-rgb: var(--ew-theme-tint-primary-contrast-rgb);
  --bs-link-hover-color: var(--ew-theme-tint-primary-contrast);
  --bs-link-hover-color-rgb: var(--ew-theme-tint-primary-contrast-rgb);
}

.training-modules-list {
  --ew-training-columns: 3;
  /* Default to 3 columns, can be changed as needed */
  --ew-training-gap: 2rem;
  /* Default gap of 1rem, can be changed as needed */
  display: flex;
  flex-wrap: wrap;
  gap: var(--ew-training-gap);
}

.training-module {
  flex: 0 0 calc((100% - (var(--ew-training-columns) - 1) * var(--ew-training-gap)) / var(--ew-training-columns));
  aspect-ratio: 1/1;
  /* Makes the divs square */
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
}

@media (max-width: 767.98px) {
  .training-modules-list {
    --ew-training-columns: 2;
    /* Change to 2 columns on smaller screens */
    --ew-training-gap: 1rem;
    /* Change gap to 1rem on smaller screens */
  }
}
@media (max-width: 575.98px) {
  .training-modules-list {
    --ew-training-columns: 1;
    /* Change to 1 column on extra small screens */
    --ew-training-gap: 1rem;
    /* Change gap to 0.5rem on extra small screens */
  }
}
.training-module .module-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
}
.training-module .module-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}
.training-module.module-locked .module-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  color: #999;
}
.training-module {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.module-nav-progress-text {
  color: var(--ew-module-nav-text-color, var(--ew-theme-tint-primary));
}

:root {
  --tk-aq-installer-progress-bar-fill: #ffffff;
}

.aq-installer-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--ew-theme-tint-primary);
  padding: 1rem 1.3rem;
  color: var(--ew-theme-tint-primary-contrast);
  border-radius: 5px;
}
.aq-installer-banner > * {
  padding: 0.1rem 1.3rem;
  text-align: center;
}
.aq-installer-banner > *:first-child {
  padding-left: 0;
}
.aq-installer-banner > *:last-child {
  padding-right: 0;
}
.aq-installer-banner .ew-aq-installer-id-value {
  font-weight: bold;
  font-size: 1.6rem;
}
.aq-installer-banner .ew-aq-installations-detail {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid var(--ew-theme-tint-primary-contrast);
  border-right: 1px solid var(--ew-theme-tint-primary-contrast);
  align-self: stretch;
}
.aq-installer-banner .ew-aq-installations-detail:last-child {
  border-right: none;
}
.aq-installer-banner .ew-aq-installations-bar-container {
  position: relative;
  height: 2rem;
  margin-bottom: 1rem;
}
.aq-installer-banner .installations-progress-bar {
  width: 100%;
  height: 100%;
  border: 1px solid var(--tk-aq-installer-progress-bar-fill);
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  overflow: hidden;
}
.aq-installer-banner .installations-progress-fill {
  height: 100%;
  width: 0;
  background-color: var(--tk-aq-installer-progress-bar-fill);
  border-radius: 0;
  transition: width 1s ease-in-out;
  position: relative;
}
.aq-installer-banner .installations-progress-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  color: var(--tk-aq-installer-progress-bar-fill);
}
.aq-installer-banner .ew-aq-products-earned p,
.aq-installer-banner .ew-aq-installer-id p,
.aq-installer-banner .ew-aq-installations-info p {
  margin: 0;
}
.aq-installer-banner .ew-aq-installations-info .installation-count {
  font-weight: bold;
  font-size: 1.2rem;
}
.aq-installer-banner .ew-aq-products-earned .installation-count {
  font-weight: bold;
  font-size: 2rem;
}
.aq-installer-banner .borderline {
  border-left: 1px solid var(--ew-theme-tint-primary-contrast);
  height: 100%;
  margin: 0 1rem;
}
.aq-installer-banner .btn-primary {
  --bs-btn-bg: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #000;
}
@media (max-width: 991.98px) {
  .aq-installer-banner {
    flex-direction: column;
    align-items: center;
  }
  .aq-installer-banner .ew-aq-installations-detail {
    border-left: none;
    border-right: none;
    margin-bottom: 1rem;
  }
  .aq-installer-banner .ew-aq-installations-bar-container {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .aq-installer-banner > * {
    padding: 0.1rem 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .aq-installer-banner > *:first-child {
    padding: 0.1rem 1.3rem;
  }
  .aq-installer-banner > *:last-child {
    padding: 0.1rem 1.3rem;
    margin-bottom: 0;
  }
}

.ew-aq-installations .table,
.ew-aq-claims .table {
  --bs-table-striped-bg: #646362;
}

.aq-installer-claim .claim-instruction {
  color: var(--ew-theme-tint-primary);
}
.aq-installer-claim .ew-aq-claim-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.aq-installer-claim .ew-aq-claim-product {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  min-width: 200px;
  width: 20%;
}
.aq-installer-claim .ew-aq-claim-product-image {
  position: relative;
  margin-bottom: 1rem;
}
.aq-installer-claim .ew-aq-claim-product-name {
  color: #000;
  position: absolute;
  padding: 0.5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}

/* Video widget
---------------------------------------------------------- */
.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
  width: 10%;
}
.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
  width: 20%;
}
.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
  width: 30%;
}
.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
  width: 40%;
}
.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
  width: 50%;
}
.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
  width: 60%;
}
.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
  width: 70%;
}
.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
  width: 80%;
}
.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
  width: 90%;
}
.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
  width: 100%;
}
.wpb_video_widget .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.wpb_video_widget .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static;
}
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 56.25%;
}
.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  padding-top: 75%;
}
.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
  padding-top: 42.5531914894%;
}
.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
  padding-top: 177.7777777778%;
}
.wpb_video_widget.vc_video-aspect-ratio-34 .wpb_video_wrapper {
  padding-top: 133.3333333333%;
}
.wpb_video_widget.vc_video-aspect-ratio-1235 .wpb_video_wrapper {
  padding-top: 235%;
}
.wpb_video_widget.vc_video-align-left .wpb_wrapper {
  float: left;
}
.wpb_video_widget.vc_video-align-center .wpb_wrapper {
  margin: 0 auto;
}
.wpb_video_widget.vc_video-align-right .wpb_wrapper {
  float: right;
}
.wpb_video_widget .wpb_wrapper {
  position: relative;
}
.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static;
}

.module-topic.module-topic-in-progress .module-status-icon {
  color: #3470e8;
}
.module-topic.module-topic-completed .module-status-icon {
  color: #34c634;
}
.module-topic:hover .module-status-icon {
  color: #fff;
}
.module-topic.module-topic-not-started .module-status-icon {
  color: #F94868;
}
.module-topic.module-topic-not-started:hover .module-status-icon {
  color: #F94868;
}

.pink {
  color: #F94868 !important;
}

.aql-address-page,
.aql-address-capture {
  --vs-search-input-placeholder-color: #888888;
  /* Search Input */
  --vs-search-input-color: inherit;
  --vs-search-input-bg: rgb(255, 255, 255);
  --vs-dropdown-bg: #ffffff;
  --vs-dropdown-color: #000;
  --vs-dropdown-option-color: #000;
  --vs-selected-bg: #eeeeee;
  --vs-selected-color: #000000;
  --vs-search-input-color: #000000;
  --vs-dropdown-option--active-bg: #eee;
  --vs-dropdown-option--active-color: #000000;
}
.aql-address-page .address-result .location-title,
.aql-address-capture .address-result .location-title {
  font-weight: bold;
  display: block;
}
.aql-address-page .address-result .location-details,
.aql-address-capture .address-result .location-details {
  font-weight: 200;
  display: block;
}
.aql-address-page .address-result .location-more-info,
.aql-address-capture .address-result .location-more-info {
  font-weight: 200;
}
.aql-address-page .vs__dropdown-toggle,
.aql-address-capture .vs__dropdown-toggle {
  background-color: #fff;
}
.aql-address-page .vs__search,
.aql-address-capture .vs__search {
  background-color: #fff;
  color: #000;
  padding: 0.375rem 0.75rem;
}
.aql-address-page .vs__search:focus,
.aql-address-capture .vs__search:focus {
  background-color: #fff;
  color: #000;
  padding: 0.375rem 0.75rem;
}
.aql-address-page .vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search,
.aql-address-capture .vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.8;
}

.ew-aq-highlight-banner {
  --bs-body-color: #2d2b2a;
  background-color: #e8e9e8;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.aql-psl-banner-outer {
  background-color: #000;
}
.aql-psl-banner-outer .aql-psl-banner {
  background-color: var(--ew-theme-tint-primary);
  padding: 0.5rem 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  text-align: center;
  color: #000;
  font-size: 1.1rem;
}
.aql-psl-banner-outer .aql-psl-banner .ic-tel {
  color: #fff;
  font-size: 1.3rem;
  white-space: nowrap;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
}

#nav-menu {
  font-size: 0.9rem;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
#nav-menu .navbar-nav {
  width: 100%;
  justify-content: space-between;
}
#nav-menu .nav-link {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-active-color: #fff;
  --bs-nav-link-disabled-color: #999 ;
}
#nav-menu .navbar-toggler {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 72, 104, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#nav-menu .navbar-toggler:hover {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 72, 104, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mainnav {
  background-color: #000;
}
#mainnav .nav-user-info {
  text-align: right;
  display: flex;
}
#mainnav .nav-user-info .ic-id-details {
  margin-right: 0.5rem;
}
#mainnav .nav-user-info .ic-id-label {
  color: #ccc;
  font-size: 0.9rem;
  display: block;
}
#mainnav .nav-user-info .ic-id-number {
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
#mainnav .nav-user-info .ic-profile svg {
  width: 50px;
  height: auto;
}

.offcanvas .oc-logo {
  width: 80vw;
  max-width: 200px;
}
.footer-logo {
  max-width: 200px;
  margin: 0 auto;
}

.ew-news-summary-list {
  gap: 2rem;
  --ew-news-summary-item-width: calc(50% - 2rem);
}
@media (max-width: 991.98px) {
  .ew-news-summary-list {
    --ew-news-summary-item-width: 100%;
  }
}

.ew-news-summary-actions {
  margin-top: 0.5rem;
  text-align: end;
}

.ew-news-readmore {
  --bs-btn-padding-x: 0.6rem;
}
.ew-news-readmore i.bi {
  margin-left: 2rem;
}

.vc_section.home-page-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://ew-cms-static.ew-host.net/sites/27/2025/09/blog-water-pressure.jpg") no-repeat center center;
  background-size: cover, cover;
  margin-top: -0.5rem;
  border-bottom: 1px solid #444;
  padding-top: 2rem;
}
.vc_section.home-page-banner .homepage-content-row > .col-sm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vc_section.home-page-banner .homepage-content-row > .col-sm .ew-link-image {
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .vc_section.home-page-banner .homepage-content-row > .col-sm .ew-link-image {
    padding: 0 1rem 3rem 1rem;
  }
}
.vc_section.home-page-banner .homepage-content-row > .col-sm .title--h1 {
  font-size: 1.8rem;
}
.vc_section.home-page-banner .homepage-content-row > .col-sm .title--h1 .highlight {
  color: var(--ew-theme-tint-primary);
  font-size: 2.5rem;
  display: block;
}

.aql-image-tile {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #444;
}
.aql-image-tile .item-image {
  width: 100%;
  height: auto;
  display: block;
}
.aql-image-tile .item-title {
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0.75rem;
  text-align: center;
}
.aql-image-tile .item-button,
.aql-image-tile .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem;
}
.aql-image-tile .item-button .btn {
  width: 100%;
  --bs-btn-padding-x: 0.6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 240px;
  margin: 0 auto;
}
.aql-image-tile .item-button .btn i.bi {
  margin-left: 0.5rem;
}
.aql-image-tile .item-button.aq-contact-tel .btn {
  justify-content: center;
}
.aql-image-tile .item-button.aq-contact-tel .btn i.bi {
  margin-left: 0;
  margin-right: 0.5rem;
}
.aql-image-tile .contact-tel {
  text-align: center;
}
.aql-image-tile .contact-tel .ic-tel i.bi {
  color: var(--ew-theme-tint-primary);
}
.aql-image-tile .contact-tel .ic-tel {
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}

.home-overflow-above {
  margin-top: -3rem;
}

.ew-aq-manage-button-link.can-claim {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0ba916;
  --bs-btn-border-color: #0ba916;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(9, 135, 18);
  --bs-btn-hover-border-color: rgb(9, 135, 18);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(9, 135, 18);
  --bs-btn-active-border-color: rgb(9, 135, 18);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #08760f;
  --bs-btn-disabled-border-color: #08760f;
}

@media screen and (max-width: 894px) {
  .row.home-overflow-above .col-sm-3 {
    width: 50%;
  }
}

.aq-installer-banner-home {
  background-color: var(--bs-body-bg);
  --tk-aq-installer-progress-bar-fill: var(--ew-theme-tint-primary);
  border: 1px solid #444;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.8rem;
  color: var(--ew-theme-tint-primary-contrast);
}
.aq-installer-banner-home > * {
  text-align: center;
}
.aq-installer-banner-home > *:first-child {
  padding-left: 0;
}
.aq-installer-banner-home > *:last-child {
  padding-right: 0;
}
.aq-installer-banner-home .ew-aq-installer-id-value {
  font-weight: bold;
  font-size: 1.6rem;
}
.aq-installer-banner-home .ew-aq-installer-id {
  padding-right: 1rem;
  border-right: 1px solid #ccc;
}
.aq-installer-banner-home .ew-installations-detail-text {
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
}
.aq-installer-banner-home .ew-installations-detail-text a {
  text-decoration: underline;
}
.aq-installer-banner-home .ew-installations-detail-text .installation-count {
  font-weight: bold;
  color: var(--ew-theme-tint-primary);
}
.aq-installer-banner-home .ew-installations-detail-text:after {
  content: ":";
}
.aq-installer-banner-home .ew-aq-installations-register-link {
  text-decoration: underline !important;
}
.aq-installer-banner-home .ew-aq-installations-bar-container {
  position: relative;
  height: 1.5rem;
  flex-grow: 1;
  margin: 0.3rem 0;
  overflow: hidden;
}
.aq-installer-banner-home .installations-progress-bar {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
}
.aq-installer-banner-home .installations-progress-fill {
  height: 100%;
  width: 0;
  background-color: var(--tk-aq-installer-progress-bar-fill);
  border-radius: 0;
  transition: width 1s ease-in-out;
  position: relative;
  border-radius: 1rem;
}
.aq-installer-banner-home .installations-progress-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  font-size: 1.1rem;
  color: var(--tk-aq-installer-progress-bar-fill);
}
.aq-installer-banner-home .ew-aq-products-earned p,
.aq-installer-banner-home .ew-aq-installer-id p,
.aq-installer-banner-home .ew-aq-installations-info p {
  margin: 0;
}
.aq-installer-banner-home .ew-aq-installations-info .installation-count {
  font-weight: bold;
  font-size: 1.2rem;
}
.aq-installer-banner-home .ew-aq-products-earned .installation-count {
  font-weight: bold;
  font-size: 2rem;
}
.aq-installer-banner-home .borderline {
  border-left: 1px solid var(--ew-theme-tint-primary-contrast);
  height: 100%;
  margin: 0 1rem;
}
.aq-installer-banner-home .btn {
  --bs-btn-padding-x: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  --bs-btn-padding-y: 0.1rem;
}
.aq-installer-banner-home .btn i.bi {
  margin-left: 0.5rem;
}
@media (max-width: 991.98px) {
  .aq-installer-banner-home .ew-aq-installations-detail {
    border-left: none;
    border-right: none;
  }
  .aq-installer-banner-home .ew-aq-installations-bar-container {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .aq-installer-banner-home {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.5rem;
  }
  .aq-installer-banner-home .ew-installations-detail-text:after {
    content: "";
  }
  .aq-installer-banner-home .ew-aq-installer-id {
    padding-right: 0;
    border-right: none;
  }
}

.cms-audience-restriction-banner {
  top: unset;
  bottom: 0;
  z-index: 9999;
  opacity: 0.8;
  position: fixed;
}

.ic-form-outer {
  padding: 3rem 6rem;
  border: 1px solid #666;
  border-radius: 0.5rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}
@media (max-width: 575.98px) {
  .ic-form-outer {
    padding: 1rem 2rem;
    margin: 0 0.5rem 1.5rem;
  }
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.95;
  --bs-backdrop-bg: #333;
}

#reward-choose-modal .modal-content {
  border: 1px solid #666;
}
#reward-choose-modal .ew-aq-claim-product-item {
  --item-text-col: #fff;
  --item-bg-col: transparent;
  border-radius: 0.5rem;
  max-width: 350px;
  text-align: center;
  border: 1px solid transparent;
  padding: 1rem;
  background-color: var(--item-bg-col);
}
#reward-choose-modal .ew-aq-claim-product-item .ew-aq-claim-product-image {
  border-radius: 0.5rem;
  overflow: hidden;
}
#reward-choose-modal .ew-aq-claim-product-item.selected {
  --item-bg-col: var(--ew-theme-tint-primary);
  border: 1px solid var(--ew-theme-tint-primary);
}
#reward-choose-modal .ew-aq-claim-product-item:hover {
  border: 1px solid var(--ew-theme-tint-primary);
  --item-text-col: #fff;
}

@media (max-width: 767.98px) {
  .footer-row .col-12 h4,
  .footer-row .col-12 ul.list-unstyled {
    text-align: center;
  }
}
[data-bs-theme=ic-new] {
  --ew-content-footer-margin-top: 0;
  --bs-body-bg: #000;
  --ew-theme-footer-border-color: #444;
  /*#F94868;*/
  /*apply-brightness-hex($new-theme-primary-olkch, 1.1);*/
  --ew-theme-tint-primary: #F94868;
  --ew-theme-tint-primary-rgb: 249, 72, 104;
  --ew-theme-tint-primary-hover: #ff4f72;
  --ew-theme-tint-primary-hover-rgb: 255, 79, 114;
  --ew-theme-tint-primary-contrast: #ffffff;
  --ew-theme-tint-primary-contrast-rgb: 255, 255, 255;
  --ew-theme-tint-primary-hover-contrast: #ffffff;
  --ew-theme-tint-primary-hover-contrast-rgb: 255, 255, 255;
}

body[data-bs-theme=ic-new] :after,
body[data-bs-theme=ic-new] :before {
  --tw-content: "";
}
body[data-bs-theme=ic-new] .btn {
  text-decoration: none !important;
}
body[data-bs-theme=ic-new] *, body[data-bs-theme=ic-new] :after, body[data-bs-theme=ic-new] :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
}
body[data-bs-theme=ic-new] .btn {
  display: inline-flex;
  height: auto;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  border-radius: 5px;
  padding: 0.5rem 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.6s;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1024px) {
  body[data-bs-theme=ic-new] .btn {
    height: 50px;
  }
}
body[data-bs-theme=ic-new] .btn svg {
  display: inline-flex;
}
body[data-bs-theme=ic-new] .btn span {
  vertical-align: middle;
}
body[data-bs-theme=ic-new] .btn:active, body[data-bs-theme=ic-new] .btn:focus, body[data-bs-theme=ic-new] .btn:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body[data-bs-theme=ic-new] .btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(249, 72, 104, var(--tw-bg-opacity));
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-primary {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
body[data-bs-theme=ic-new] .btn-primary.prev span {
  order: 1;
}
body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:after {
  --tw-rotate: 180deg ;
}
body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:active:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:focus:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:hover:after {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:active:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:focus:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:hover:after {
  --tw-translate-x: -0.75rem ;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:active:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:focus:after, body[data-bs-theme=ic-new] .btn-primary.prev.btn-arrow:hover:after {
    --tw-translate-x:-1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
body[data-bs-theme=ic-new] .btn-secondary {
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71, 71, 71, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(46, 46, 48, var(--tw-bg-opacity));
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-secondary {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
body[data-bs-theme=ic-new] .btn-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(249, 72, 104, var(--tw-bg-opacity));
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-tertiary {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(71, 71, 71, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0, 0, 0, var(--tw-bg-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.6s;
  }
  body[data-bs-theme=ic-new] .btn-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249, 72, 104, var(--tw-bg-opacity));
  }
  body[data-bs-theme=ic-new] .btn-tertiary:active, body[data-bs-theme=ic-new] .btn-tertiary:focus, body[data-bs-theme=ic-new] .btn-tertiary:hover {
    filter: none;
  }
  body[data-bs-theme=ic-new] .btn-tertiary.btn-arrow:after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
body[data-bs-theme=ic-new] .btn-select {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71, 71, 71, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0, 0, 0, var(--tw-bg-opacity));
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-select {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
body[data-bs-theme=ic-new] .btn-select-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
  background-size: 0.8rem;
}
body[data-bs-theme=ic-new] .btn-select-arrow, body[data-bs-theme=ic-new] .btn-select-arrow-right {
  background-position: right 15px center;
  background-repeat: no-repeat;
}
body[data-bs-theme=ic-new] .btn-select-arrow-right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none' viewBox='0 0 9 15'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.25 13.5 6-6-6-6'/%3E%3C/svg%3E");
  background-size: 0.5rem;
}
body[data-bs-theme=ic-new] .btn-square {
  display: flex;
  width: 2.5rem;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-square {
    width: 50px;
  }
}
body[data-bs-theme=ic-new] .btn-square-mobile {
  display: flex;
  width: 2.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-square-mobile {
    width: auto;
  }
}
@media (max-width: 767px) {
  body[data-bs-theme=ic-new] .btn-square-mobile {
    padding: 0;
  }
}
body[data-bs-theme=ic-new] .btn-square-small {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-square-small {
    height: 50px;
    width: 50px;
  }
}
body[data-bs-theme=ic-new] .btn-minus, body[data-bs-theme=ic-new] .btn-plus {
  position: relative;
  z-index: 0;
}
body[data-bs-theme=ic-new] .btn-minus:after, body[data-bs-theme=ic-new] .btn-minus:before, body[data-bs-theme=ic-new] .btn-plus:after, body[data-bs-theme=ic-new] .btn-plus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(46, 46, 48, var(--tw-bg-opacity));
  border-radius: 1px;
  content: "";
  height: 1.5px;
  width: 13px;
}
body[data-bs-theme=ic-new] .btn-plus {
  border-radius: 0 2px 2px 0;
}
body[data-bs-theme=ic-new] .btn-plus:after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body[data-bs-theme=ic-new] .btn-minus {
  border-radius: 2px 0 0 2px;
}
body[data-bs-theme=ic-new] .btn-minus:after {
  content: unset;
}
body[data-bs-theme=ic-new] .btn-arrow:after {
  height: 1.25rem;
  width: 2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.6s;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 21 16'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-width='2' d='M1 8h17.706m0 0-6.353-6.353M18.706 8l-6.353 6.353'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-arrow:active:after, body[data-bs-theme=ic-new] .btn-arrow:focus:after, body[data-bs-theme=ic-new] .btn-arrow:hover:after {
    --tw-translate-x:1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
body[data-bs-theme=ic-new] .btn-expand {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71, 71, 71, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(46, 46, 48, var(--tw-bg-opacity));
}
body[data-bs-theme=ic-new] .btn-expand:after {
  display: block;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
body[data-bs-theme=ic-new] [data-content-type$=block] .btn-expand p:last-child:after {
  margin-bottom: 1rem;
  margin-top: 0;
}
body[data-bs-theme=ic-new] .header-panel-links li.tab span.btn-expand.py-2:after {
  padding-top: 0;
  padding-bottom: 0;
}
body[data-bs-theme=ic-new] .btn-expand:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
}
body[data-bs-theme=ic-new] .btn-expand.\!active:after, body[data-bs-theme=ic-new] .btn-expand.active:after {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body[data-bs-theme=ic-new] .btn-full {
  width: 100%;
}
body[data-bs-theme=ic-new] .btn-large {
  height: 3.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
body[data-bs-theme=ic-new] .btn-xlarge {
  height: 50px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  body[data-bs-theme=ic-new] .btn-xlarge {
    height: 4rem;
  }
}
body[data-bs-theme=ic-new] .btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217, 217, 217, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}
body[data-bs-theme=ic-new] footer {
  margin-top: 1rem;
}
body[data-bs-theme=ic-new] footer .footer-row:first-child {
  border-top: none;
  padding-top: 0;
}

/*
#F94868
rgb(249 72 104)



.btn {
    display: inline-flex;
    height: auto;
    min-height: 2.5rem;
    align-items: center;
    justify-content: center;
    gap: .875rem;
    border-radius: 5px;
    padding: .5rem 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .6s
}

.header-panel-links li.tab span.block.btn {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .btn {
        padding-left:1.75rem;
        padding-right: 1.75rem
    }
}

@media (min-width: 1024px) {
    .btn {
        height:50px
    }
}

.btn svg {
    display: inline-flex
}

.btn span {
    vertical-align: middle
}

.btn:active,.btn:focus,.btn:hover {
    --tw-brightness: brightness(1.1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(249 72 104/var(--tw-bg-opacity));
    font-size: .9375rem
}

@media (min-width: 768px) {
    .btn-primary {
        font-size:1.125rem;
        line-height: 1.75rem
    }
}

.btn-primary.prev span {
    order: 1
}

.btn-primary.prev.btn-arrow:after {
    --tw-rotate: 180deg
}

.btn-primary.prev.btn-arrow:active:after,.btn-primary.prev.btn-arrow:after,.btn-primary.prev.btn-arrow:focus:after,.btn-primary.prev.btn-arrow:hover:after {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.btn-primary.prev.btn-arrow:active:after,.btn-primary.prev.btn-arrow:focus:after,.btn-primary.prev.btn-arrow:hover:after {
    --tw-translate-x: -0.75rem
}

@media (min-width: 768px) {
    .btn-primary.prev.btn-arrow:active:after,.btn-primary.prev.btn-arrow:focus:after,.btn-primary.prev.btn-arrow:hover:after {
        --tw-translate-x:-1rem;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.btn-secondary {
    justify-content: flex-start;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(71 71 71/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(46 46 48/var(--tw-bg-opacity));
    font-size: .9375rem
}

@media (min-width: 768px) {
    .btn-secondary {
        font-size:1.125rem;
        line-height: 1.75rem
    }
}



.after\:inline-block:after {
    content: var(--tw-content);
    display: inline-block;
}

.btn-arrow:after {
    height: 1.25rem;
    width: 2rem;
    background-position: 50%;
    background-repeat: no-repeat;
    transition-property: transform;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    transition-duration: .6s;
    content: "";
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 21 16'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-width='2' d='M1 8h17.706m0 0-6.353-6.353M18.706 8l-6.353 6.353'/%3E%3C/svg%3E);
}
:after, :before {
    --tw-content: "";
}


@media (min-width: 768px) {
    .btn-arrow:active:after, .btn-arrow:focus:after, .btn-arrow:hover:after {
        --tw-translate-x: 1rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

	*/