@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Figtree:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Figtree:ital,wght@0,400;0,700;1,400&display=swap);
@charset "UTF-8";
/**
 * BOOTSTRAP VARIABLES
 * These will override the custom properties coming from theme.json
 */
/* Theme Colors. */
:root,
[data-bs-theme=light] {
  --wp--custom--blue: #005bff;
  --wp--custom--indigo: #6610f2;
  --wp--custom--purple: #6f42c1;
  --wp--custom--pink: #d63384;
  --wp--custom--red: #dc3545;
  --wp--custom--orange: #fd7e14;
  --wp--custom--yellow: #ffc107;
  --wp--custom--green: #198754;
  --wp--custom--teal: #5ac1e2;
  --wp--custom--cyan: #2799bd;
  --wp--custom--black: #000000;
  --wp--custom--white: #ffffff;
  --wp--custom--gray: #6c757d;
  --wp--custom--gray-dark: #343a40;
  --wp--custom--gray-100: #f8f9fa;
  --wp--custom--gray-200: #e9ecef;
  --wp--custom--gray-300: #dee2e6;
  --wp--custom--gray-400: #ced4da;
  --wp--custom--gray-500: #adb5bd;
  --wp--custom--gray-600: #6c757d;
  --wp--custom--gray-700: #495057;
  --wp--custom--gray-800: #343a40;
  --wp--custom--gray-900: #212529;
  --wp--custom--primary: #123e8d;
  --wp--custom--lms: #5ac1e2;
  --wp--custom--secondary: #005bff;
  --wp--custom--success: #2799bd;
  --wp--custom--info: #005bff;
  --wp--custom--warning: #af2a30;
  --wp--custom--danger: #af2a30;
  --wp--custom--light: #ffffff;
  --wp--custom--dark: #000000;
  --wp--custom--blue-darker: #0c2859;
  --wp--custom--cyan: #2799bd;
  --wp--custom--teal: #5ac1e2;
  --wp--custom--blue-light: #d7e3f9;
  --wp--custom--blue-lighter: #e2ecff;
  --wp--custom--blue-lightest: #f5f8ff;
  --wp--custom--gold-dark: #916e05;
  --wp--custom--gold: #bd9a27;
  --wp--custom--primary-rgb: 18, 62, 141;
  --wp--custom--lms-rgb: 90, 193, 226;
  --wp--custom--secondary-rgb: 0, 91, 255;
  --wp--custom--success-rgb: 39, 153, 189;
  --wp--custom--info-rgb: 0, 91, 255;
  --wp--custom--warning-rgb: 175, 42, 48;
  --wp--custom--danger-rgb: 175, 42, 48;
  --wp--custom--light-rgb: 255, 255, 255;
  --wp--custom--dark-rgb: 0, 0, 0;
  --wp--custom--blue-darker-rgb: 12, 40, 89;
  --wp--custom--cyan-rgb: 39, 153, 189;
  --wp--custom--teal-rgb: 90, 193, 226;
  --wp--custom--blue-light-rgb: 215, 227, 249;
  --wp--custom--blue-lighter-rgb: 226, 236, 255;
  --wp--custom--blue-lightest-rgb: 245, 248, 255;
  --wp--custom--gold-dark-rgb: 145, 110, 5;
  --wp--custom--gold-rgb: 189, 154, 39;
  --wp--custom--primary-text-emphasis: #071938;
  --wp--custom--secondary-text-emphasis: #002466;
  --wp--custom--success-text-emphasis: #103d4c;
  --wp--custom--info-text-emphasis: #002466;
  --wp--custom--warning-text-emphasis: #461113;
  --wp--custom--danger-text-emphasis: #461113;
  --wp--custom--light-text-emphasis: #495057;
  --wp--custom--dark-text-emphasis: #495057;
  --wp--custom--primary-bg-subtle: #d0d8e8;
  --wp--custom--secondary-bg-subtle: #ccdeff;
  --wp--custom--success-bg-subtle: #d4ebf2;
  --wp--custom--info-bg-subtle: #ccdeff;
  --wp--custom--warning-bg-subtle: #efd4d6;
  --wp--custom--danger-bg-subtle: #efd4d6;
  --wp--custom--light-bg-subtle: #fcfcfd;
  --wp--custom--dark-bg-subtle: #ced4da;
  --wp--custom--primary-border-subtle: #a0b2d1;
  --wp--custom--secondary-border-subtle: #99bdff;
  --wp--custom--success-border-subtle: #a9d6e5;
  --wp--custom--info-border-subtle: #99bdff;
  --wp--custom--warning-border-subtle: #dfaaac;
  --wp--custom--danger-border-subtle: #dfaaac;
  --wp--custom--light-border-subtle: #e9ecef;
  --wp--custom--dark-border-subtle: #adb5bd;
  --wp--custom--white-rgb: 255, 255, 255;
  --wp--custom--black-rgb: 0, 0, 0;
  --wp--custom--font-sans-serif: "Figtree", Arial, Helvetica, sans-serif;
  --wp--custom--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --wp--custom--gradient: linear-gradient(180deg, #123e8d 0%, #0a2c69 100%);
  --wp--custom--body-font-family: "Figtree", Arial, Helvetica, sans-serif;
  --wp--custom--body-font-size: 1rem;
  --wp--custom--body-font-weight: 400;
  --wp--custom--body-line-height: 1.5;
  --wp--custom--body-color: #212529;
  --wp--custom--body-color-rgb: 33, 37, 41;
  --wp--custom--body-bg: #ffffff;
  --wp--custom--body-bg-rgb: 255, 255, 255;
  --wp--custom--emphasis-color: #000000;
  --wp--custom--emphasis-color-rgb: 0, 0, 0;
  --wp--custom--secondary-color: rgba(33, 37, 41, 0.75);
  --wp--custom--secondary-color-rgb: 33, 37, 41;
  --wp--custom--secondary-bg: #e9ecef;
  --wp--custom--secondary-bg-rgb: 233, 236, 239;
  --wp--custom--tertiary-color: rgba(33, 37, 41, 0.5);
  --wp--custom--tertiary-color-rgb: 33, 37, 41;
  --wp--custom--tertiary-bg: #f8f9fa;
  --wp--custom--tertiary-bg-rgb: 248, 249, 250;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #123e8d;
  --wp--custom--link-color-rgb: 18, 62, 141;
  --wp--custom--link-decoration: underline;
  --wp--custom--link-hover-color: #0e3271;
  --wp--custom--link-hover-color-rgb: 14, 50, 113;
  --wp--custom--code-color: #d63384;
  --wp--custom--highlight-bg: #fff3cd;
  --wp--custom--border-width: 1px;
  --wp--custom--border-style: solid;
  --wp--custom--border-color: #dee2e6;
  --wp--custom--border-color-translucent: rgba(0, 0, 0, 0.175);
  --wp--custom--border-radius: 1.25rem;
  --wp--custom--border-radius-sm: 0.625rem;
  --wp--custom--border-radius-lg: 3.125rem;
  --wp--custom--border-radius-xl: 6.25rem;
  --wp--custom--border-radius-xxl: 2rem;
  --wp--custom--border-radius-2xl: var(--wp--custom--border-radius-xxl);
  --wp--custom--border-radius-pill: 50rem;
  --wp--custom--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --wp--custom--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --wp--custom--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --wp--custom--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --wp--custom--focus-ring-width: 0.25rem;
  --wp--custom--focus-ring-opacity: 0.25;
  --wp--custom--focus-ring-color: rgba(18, 62, 141, 0.25);
  --wp--custom--form-valid-color: #2799bd;
  --wp--custom--form-valid-border-color: #2799bd;
  --wp--custom--form-invalid-color: #af2a30;
  --wp--custom--form-invalid-border-color: #af2a30;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --wp--custom--body-color: #adb5bd;
  --wp--custom--body-color-rgb: 173, 181, 189;
  --wp--custom--body-bg: #212529;
  --wp--custom--body-bg-rgb: 33, 37, 41;
  --wp--custom--emphasis-color: #ffffff;
  --wp--custom--emphasis-color-rgb: 255, 255, 255;
  --wp--custom--secondary-color: rgba(173, 181, 189, 0.75);
  --wp--custom--secondary-color-rgb: 173, 181, 189;
  --wp--custom--secondary-bg: #343a40;
  --wp--custom--secondary-bg-rgb: 52, 58, 64;
  --wp--custom--tertiary-color: rgba(173, 181, 189, 0.5);
  --wp--custom--tertiary-color-rgb: 173, 181, 189;
  --wp--custom--tertiary-bg: #2b3035;
  --wp--custom--tertiary-bg-rgb: 43, 48, 53;
  --wp--custom--primary-text-emphasis: #718bbb;
  --wp--custom--secondary-text-emphasis: #669dff;
  --wp--custom--success-text-emphasis: #7dc2d7;
  --wp--custom--info-text-emphasis: #669dff;
  --wp--custom--warning-text-emphasis: #cf7f83;
  --wp--custom--danger-text-emphasis: #cf7f83;
  --wp--custom--light-text-emphasis: #f8f9fa;
  --wp--custom--dark-text-emphasis: #dee2e6;
  --wp--custom--primary-bg-subtle: #040c1c;
  --wp--custom--secondary-bg-subtle: #001233;
  --wp--custom--success-bg-subtle: #081f26;
  --wp--custom--info-bg-subtle: #001233;
  --wp--custom--warning-bg-subtle: #23080a;
  --wp--custom--danger-bg-subtle: #23080a;
  --wp--custom--light-bg-subtle: #343a40;
  --wp--custom--dark-bg-subtle: #1a1d20;
  --wp--custom--primary-border-subtle: #0b2555;
  --wp--custom--secondary-border-subtle: #003799;
  --wp--custom--success-border-subtle: #175c71;
  --wp--custom--info-border-subtle: #003799;
  --wp--custom--warning-border-subtle: #69191d;
  --wp--custom--danger-border-subtle: #69191d;
  --wp--custom--light-border-subtle: #495057;
  --wp--custom--dark-border-subtle: #343a40;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #718bbb;
  --wp--custom--link-hover-color: #8da2c9;
  --wp--custom--link-color-rgb: 113, 139, 187;
  --wp--custom--link-hover-color-rgb: 141, 162, 201;
  --wp--custom--code-color: #e685b5;
  --wp--custom--border-color: #495057;
  --wp--custom--border-color-translucent: rgba(255, 255, 255, 0.15);
  --wp--custom--form-valid-color: #75b798;
  --wp--custom--form-valid-border-color: #75b798;
  --wp--custom--form-invalid-color: #ea868f;
  --wp--custom--form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-family: var(--wp--custom--body-font-family);
  font-size: 1rem;
  font-size: var(--wp--custom--body-font-size);
  font-weight: 400;
  font-weight: var(--wp--custom--body-font-weight);
  line-height: 1.5;
  line-height: var(--wp--custom--body-line-height);
  color: #212529;
  color: var(--wp--custom--body-color);
  text-align: var(--wp--custom--body-text-align);
  background-color: #ffffff;
  background-color: var(--wp--custom--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  border-top: var(--wp--custom--border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .page-template-resources .filter .fs-wrap .fs-label, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  color: var(--wp--custom--heading-color);
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.125rem;
  }
}

h4, .h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .page-template-resources .filter .fs-wrap .fs-label, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .page-template-resources .filter .fs-wrap .fs-label, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: #fff3cd;
  background-color: var(--wp--custom--highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(18, 62, 141, 1);
  color: rgba(var(--wp--custom--link-color-rgb), var(--wp--custom--link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --wp--custom--link-color-rgb: var(--wp--custom--link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: var(--wp--custom--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  color: var(--wp--custom--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: #ffffff;
  color: var(--wp--custom--body-bg);
  background-color: #212529;
  background-color: var(--wp--custom--body-color);
  border-radius: 0.625rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--wp--custom--secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(.focus-visible) {
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.125rem;
  }
}

.display-2 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: calc(1.3375rem + 1.05vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2.125rem;
  }
}

.display-4 {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.875rem;
  }
}

.display-5 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.5rem;
  }
}

.display-6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  background-color: var(--wp--custom--body-bg);
  border: 1px solid #dee2e6;
  border: var(--wp--custom--border-width) solid var(--wp--custom--border-color);
  border-radius: 1.25rem;
  border-radius: var(--wp--custom--border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: rgba(33, 37, 41, 0.75);
  color: var(--wp--custom--secondary-color);
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --wp--custom--gutter-x: 40px;
  --wp--custom--gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-admin_lg, .container-admin_md, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1216px) {
  .container-xl, .container-lg, .container-admin_lg, .container-admin_md, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
:root {
  --wp--custom--breakpoint-zero: 0;
  --wp--custom--breakpoint-sm: 480px;
  --wp--custom--breakpoint-md: 768px;
  --wp--custom--breakpoint-admin_md: 782px;
  --wp--custom--breakpoint-admin_lg: 960px;
  --wp--custom--breakpoint-lg: 992px;
  --wp--custom--breakpoint-xl: 1216px;
}

.row {
  --wp--custom--gutter-x: 40px;
  --wp--custom--gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--wp--custom--gutter-y));
  margin-right: calc(-0.5 * var(--wp--custom--gutter-x));
  margin-left: calc(-0.5 * var(--wp--custom--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--gutter-x) * 0.5);
  margin-top: var(--wp--custom--gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --wp--custom--gutter-x: 0;
}

.g-0,
.gy-0 {
  --wp--custom--gutter-y: 0;
}

.g-1,
.gx-1 {
  --wp--custom--gutter-x: 0.3125rem;
}

.g-1,
.gy-1 {
  --wp--custom--gutter-y: 0.3125rem;
}

.g-2,
.gx-2 {
  --wp--custom--gutter-x: 0.625rem;
}

.g-2,
.gy-2 {
  --wp--custom--gutter-y: 0.625rem;
}

.g-3,
.gx-3 {
  --wp--custom--gutter-x: 0.9375rem;
}

.g-3,
.gy-3 {
  --wp--custom--gutter-y: 0.9375rem;
}

.g-4,
.gx-4 {
  --wp--custom--gutter-x: 1.25rem;
}

.g-4,
.gy-4 {
  --wp--custom--gutter-y: 1.25rem;
}

.g-5,
.gx-5 {
  --wp--custom--gutter-x: 2.5rem;
}

.g-5,
.gy-5 {
  --wp--custom--gutter-y: 2.5rem;
}

.g-6,
.gx-6 {
  --wp--custom--gutter-x: 5rem;
}

.g-6,
.gy-6 {
  --wp--custom--gutter-y: 5rem;
}

.g-7,
.gx-7 {
  --wp--custom--gutter-x: 7.5rem;
}

.g-7,
.gy-7 {
  --wp--custom--gutter-y: 7.5rem;
}

@media (min-width: 480px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-md-3,
  .gy-md-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-md-4,
  .gx-md-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 782px) {
  .col-admin_md {
    flex: 1 0 0%;
  }
  .row-cols-admin_md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-admin_md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-admin_md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-admin_md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-admin_md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-admin_md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-admin_md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-admin_md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-admin_md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-admin_md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-admin_md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-admin_md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-admin_md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-admin_md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-admin_md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-admin_md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-admin_md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-admin_md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-admin_md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-admin_md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-admin_md-0 {
    margin-left: 0;
  }
  .offset-admin_md-1 {
    margin-left: 8.33333333%;
  }
  .offset-admin_md-2 {
    margin-left: 16.66666667%;
  }
  .offset-admin_md-3 {
    margin-left: 25%;
  }
  .offset-admin_md-4 {
    margin-left: 33.33333333%;
  }
  .offset-admin_md-5 {
    margin-left: 41.66666667%;
  }
  .offset-admin_md-6 {
    margin-left: 50%;
  }
  .offset-admin_md-7 {
    margin-left: 58.33333333%;
  }
  .offset-admin_md-8 {
    margin-left: 66.66666667%;
  }
  .offset-admin_md-9 {
    margin-left: 75%;
  }
  .offset-admin_md-10 {
    margin-left: 83.33333333%;
  }
  .offset-admin_md-11 {
    margin-left: 91.66666667%;
  }
  .g-admin_md-0,
  .gx-admin_md-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-admin_md-0,
  .gy-admin_md-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-admin_md-1,
  .gx-admin_md-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-admin_md-1,
  .gy-admin_md-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-admin_md-2,
  .gx-admin_md-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-admin_md-2,
  .gy-admin_md-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-admin_md-3,
  .gx-admin_md-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-admin_md-3,
  .gy-admin_md-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-admin_md-4,
  .gx-admin_md-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-admin_md-4,
  .gy-admin_md-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-admin_md-5,
  .gx-admin_md-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-admin_md-5,
  .gy-admin_md-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-admin_md-6,
  .gx-admin_md-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-admin_md-6,
  .gy-admin_md-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-admin_md-7,
  .gx-admin_md-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-admin_md-7,
  .gy-admin_md-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 960px) {
  .col-admin_lg {
    flex: 1 0 0%;
  }
  .row-cols-admin_lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-admin_lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-admin_lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-admin_lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-admin_lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-admin_lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-admin_lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-admin_lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-admin_lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-admin_lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-admin_lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-admin_lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-admin_lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-admin_lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-admin_lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-admin_lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-admin_lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-admin_lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-admin_lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-admin_lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-admin_lg-0 {
    margin-left: 0;
  }
  .offset-admin_lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-admin_lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-admin_lg-3 {
    margin-left: 25%;
  }
  .offset-admin_lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-admin_lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-admin_lg-6 {
    margin-left: 50%;
  }
  .offset-admin_lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-admin_lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-admin_lg-9 {
    margin-left: 75%;
  }
  .offset-admin_lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-admin_lg-11 {
    margin-left: 91.66666667%;
  }
  .g-admin_lg-0,
  .gx-admin_lg-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-admin_lg-0,
  .gy-admin_lg-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-admin_lg-1,
  .gx-admin_lg-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-admin_lg-1,
  .gy-admin_lg-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-admin_lg-2,
  .gx-admin_lg-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-admin_lg-2,
  .gy-admin_lg-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-admin_lg-3,
  .gx-admin_lg-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-admin_lg-3,
  .gy-admin_lg-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-admin_lg-4,
  .gx-admin_lg-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-admin_lg-4,
  .gy-admin_lg-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-admin_lg-5,
  .gx-admin_lg-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-admin_lg-5,
  .gy-admin_lg-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-admin_lg-6,
  .gx-admin_lg-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-admin_lg-6,
  .gy-admin_lg-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-admin_lg-7,
  .gx-admin_lg-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-admin_lg-7,
  .gy-admin_lg-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 1216px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--wp--custom--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --wp--custom--aspect-ratio: 100%;
}

.ratio-4x3 {
  --wp--custom--aspect-ratio: 75%;
}

.ratio-16x9 {
  --wp--custom--aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --wp--custom--aspect-ratio: 42.8571428571%;
}

/*!
 * Bootstrap Utilities v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --wp--custom--blue: #005bff;
  --wp--custom--indigo: #6610f2;
  --wp--custom--purple: #6f42c1;
  --wp--custom--pink: #d63384;
  --wp--custom--red: #dc3545;
  --wp--custom--orange: #fd7e14;
  --wp--custom--yellow: #ffc107;
  --wp--custom--green: #198754;
  --wp--custom--teal: #5ac1e2;
  --wp--custom--cyan: #2799bd;
  --wp--custom--black: #000000;
  --wp--custom--white: #ffffff;
  --wp--custom--gray: #6c757d;
  --wp--custom--gray-dark: #343a40;
  --wp--custom--gray-100: #f8f9fa;
  --wp--custom--gray-200: #e9ecef;
  --wp--custom--gray-300: #dee2e6;
  --wp--custom--gray-400: #ced4da;
  --wp--custom--gray-500: #adb5bd;
  --wp--custom--gray-600: #6c757d;
  --wp--custom--gray-700: #495057;
  --wp--custom--gray-800: #343a40;
  --wp--custom--gray-900: #212529;
  --wp--custom--primary: #123e8d;
  --wp--custom--lms: #5ac1e2;
  --wp--custom--secondary: #005bff;
  --wp--custom--success: #2799bd;
  --wp--custom--info: #005bff;
  --wp--custom--warning: #af2a30;
  --wp--custom--danger: #af2a30;
  --wp--custom--light: #ffffff;
  --wp--custom--dark: #000000;
  --wp--custom--blue-darker: #0c2859;
  --wp--custom--cyan: #2799bd;
  --wp--custom--teal: #5ac1e2;
  --wp--custom--blue-light: #d7e3f9;
  --wp--custom--blue-lighter: #e2ecff;
  --wp--custom--blue-lightest: #f5f8ff;
  --wp--custom--gold-dark: #916e05;
  --wp--custom--gold: #bd9a27;
  --wp--custom--primary-rgb: 18, 62, 141;
  --wp--custom--lms-rgb: 90, 193, 226;
  --wp--custom--secondary-rgb: 0, 91, 255;
  --wp--custom--success-rgb: 39, 153, 189;
  --wp--custom--info-rgb: 0, 91, 255;
  --wp--custom--warning-rgb: 175, 42, 48;
  --wp--custom--danger-rgb: 175, 42, 48;
  --wp--custom--light-rgb: 255, 255, 255;
  --wp--custom--dark-rgb: 0, 0, 0;
  --wp--custom--blue-darker-rgb: 12, 40, 89;
  --wp--custom--cyan-rgb: 39, 153, 189;
  --wp--custom--teal-rgb: 90, 193, 226;
  --wp--custom--blue-light-rgb: 215, 227, 249;
  --wp--custom--blue-lighter-rgb: 226, 236, 255;
  --wp--custom--blue-lightest-rgb: 245, 248, 255;
  --wp--custom--gold-dark-rgb: 145, 110, 5;
  --wp--custom--gold-rgb: 189, 154, 39;
  --wp--custom--primary-text-emphasis: #071938;
  --wp--custom--secondary-text-emphasis: #002466;
  --wp--custom--success-text-emphasis: #103d4c;
  --wp--custom--info-text-emphasis: #002466;
  --wp--custom--warning-text-emphasis: #461113;
  --wp--custom--danger-text-emphasis: #461113;
  --wp--custom--light-text-emphasis: #495057;
  --wp--custom--dark-text-emphasis: #495057;
  --wp--custom--primary-bg-subtle: #d0d8e8;
  --wp--custom--secondary-bg-subtle: #ccdeff;
  --wp--custom--success-bg-subtle: #d4ebf2;
  --wp--custom--info-bg-subtle: #ccdeff;
  --wp--custom--warning-bg-subtle: #efd4d6;
  --wp--custom--danger-bg-subtle: #efd4d6;
  --wp--custom--light-bg-subtle: #fcfcfd;
  --wp--custom--dark-bg-subtle: #ced4da;
  --wp--custom--primary-border-subtle: #a0b2d1;
  --wp--custom--secondary-border-subtle: #99bdff;
  --wp--custom--success-border-subtle: #a9d6e5;
  --wp--custom--info-border-subtle: #99bdff;
  --wp--custom--warning-border-subtle: #dfaaac;
  --wp--custom--danger-border-subtle: #dfaaac;
  --wp--custom--light-border-subtle: #e9ecef;
  --wp--custom--dark-border-subtle: #adb5bd;
  --wp--custom--white-rgb: 255, 255, 255;
  --wp--custom--black-rgb: 0, 0, 0;
  --wp--custom--font-sans-serif: "Figtree", Arial, Helvetica, sans-serif;
  --wp--custom--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --wp--custom--gradient: linear-gradient(180deg, #123e8d 0%, #0a2c69 100%);
  --wp--custom--body-font-family: "Figtree", Arial, Helvetica, sans-serif;
  --wp--custom--body-font-size: 1rem;
  --wp--custom--body-font-weight: 400;
  --wp--custom--body-line-height: 1.5;
  --wp--custom--body-color: #212529;
  --wp--custom--body-color-rgb: 33, 37, 41;
  --wp--custom--body-bg: #ffffff;
  --wp--custom--body-bg-rgb: 255, 255, 255;
  --wp--custom--emphasis-color: #000000;
  --wp--custom--emphasis-color-rgb: 0, 0, 0;
  --wp--custom--secondary-color: rgba(33, 37, 41, 0.75);
  --wp--custom--secondary-color-rgb: 33, 37, 41;
  --wp--custom--secondary-bg: #e9ecef;
  --wp--custom--secondary-bg-rgb: 233, 236, 239;
  --wp--custom--tertiary-color: rgba(33, 37, 41, 0.5);
  --wp--custom--tertiary-color-rgb: 33, 37, 41;
  --wp--custom--tertiary-bg: #f8f9fa;
  --wp--custom--tertiary-bg-rgb: 248, 249, 250;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #123e8d;
  --wp--custom--link-color-rgb: 18, 62, 141;
  --wp--custom--link-decoration: underline;
  --wp--custom--link-hover-color: #0e3271;
  --wp--custom--link-hover-color-rgb: 14, 50, 113;
  --wp--custom--code-color: #d63384;
  --wp--custom--highlight-bg: #fff3cd;
  --wp--custom--border-width: 1px;
  --wp--custom--border-style: solid;
  --wp--custom--border-color: #dee2e6;
  --wp--custom--border-color-translucent: rgba(0, 0, 0, 0.175);
  --wp--custom--border-radius: 1.25rem;
  --wp--custom--border-radius-sm: 0.625rem;
  --wp--custom--border-radius-lg: 3.125rem;
  --wp--custom--border-radius-xl: 6.25rem;
  --wp--custom--border-radius-xxl: 2rem;
  --wp--custom--border-radius-2xl: var(--wp--custom--border-radius-xxl);
  --wp--custom--border-radius-pill: 50rem;
  --wp--custom--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --wp--custom--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --wp--custom--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --wp--custom--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --wp--custom--focus-ring-width: 0.25rem;
  --wp--custom--focus-ring-opacity: 0.25;
  --wp--custom--focus-ring-color: rgba(18, 62, 141, 0.25);
  --wp--custom--form-valid-color: #2799bd;
  --wp--custom--form-valid-border-color: #2799bd;
  --wp--custom--form-invalid-color: #af2a30;
  --wp--custom--form-invalid-border-color: #af2a30;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --wp--custom--body-color: #adb5bd;
  --wp--custom--body-color-rgb: 173, 181, 189;
  --wp--custom--body-bg: #212529;
  --wp--custom--body-bg-rgb: 33, 37, 41;
  --wp--custom--emphasis-color: #ffffff;
  --wp--custom--emphasis-color-rgb: 255, 255, 255;
  --wp--custom--secondary-color: rgba(173, 181, 189, 0.75);
  --wp--custom--secondary-color-rgb: 173, 181, 189;
  --wp--custom--secondary-bg: #343a40;
  --wp--custom--secondary-bg-rgb: 52, 58, 64;
  --wp--custom--tertiary-color: rgba(173, 181, 189, 0.5);
  --wp--custom--tertiary-color-rgb: 173, 181, 189;
  --wp--custom--tertiary-bg: #2b3035;
  --wp--custom--tertiary-bg-rgb: 43, 48, 53;
  --wp--custom--primary-text-emphasis: #718bbb;
  --wp--custom--secondary-text-emphasis: #669dff;
  --wp--custom--success-text-emphasis: #7dc2d7;
  --wp--custom--info-text-emphasis: #669dff;
  --wp--custom--warning-text-emphasis: #cf7f83;
  --wp--custom--danger-text-emphasis: #cf7f83;
  --wp--custom--light-text-emphasis: #f8f9fa;
  --wp--custom--dark-text-emphasis: #dee2e6;
  --wp--custom--primary-bg-subtle: #040c1c;
  --wp--custom--secondary-bg-subtle: #001233;
  --wp--custom--success-bg-subtle: #081f26;
  --wp--custom--info-bg-subtle: #001233;
  --wp--custom--warning-bg-subtle: #23080a;
  --wp--custom--danger-bg-subtle: #23080a;
  --wp--custom--light-bg-subtle: #343a40;
  --wp--custom--dark-bg-subtle: #1a1d20;
  --wp--custom--primary-border-subtle: #0b2555;
  --wp--custom--secondary-border-subtle: #003799;
  --wp--custom--success-border-subtle: #175c71;
  --wp--custom--info-border-subtle: #003799;
  --wp--custom--warning-border-subtle: #69191d;
  --wp--custom--danger-border-subtle: #69191d;
  --wp--custom--light-border-subtle: #495057;
  --wp--custom--dark-border-subtle: #343a40;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #718bbb;
  --wp--custom--link-hover-color: #8da2c9;
  --wp--custom--link-color-rgb: 113, 139, 187;
  --wp--custom--link-hover-color-rgb: 141, 162, 201;
  --wp--custom--code-color: #e685b5;
  --wp--custom--border-color: #495057;
  --wp--custom--border-color-translucent: rgba(255, 255, 255, 0.15);
  --wp--custom--form-valid-color: #75b798;
  --wp--custom--form-valid-border-color: #75b798;
  --wp--custom--form-invalid-color: #ea868f;
  --wp--custom--form-invalid-border-color: #ea868f;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(18, 62, 141, 1) !important;
  background-color: RGBA(18, 62, 141, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-lms {
  color: #000000 !important;
  background-color: RGBA(90, 193, 226, 1) !important;
  background-color: RGBA(90, 193, 226, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #ffffff !important;
  background-color: RGBA(0, 91, 255, 1) !important;
  background-color: RGBA(0, 91, 255, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000000 !important;
  background-color: RGBA(39, 153, 189, 1) !important;
  background-color: RGBA(39, 153, 189, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #ffffff !important;
  background-color: RGBA(0, 91, 255, 1) !important;
  background-color: RGBA(0, 91, 255, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #ffffff !important;
  background-color: RGBA(175, 42, 48, 1) !important;
  background-color: RGBA(175, 42, 48, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(175, 42, 48, 1) !important;
  background-color: RGBA(175, 42, 48, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(255, 255, 255, 1) !important;
  background-color: RGBA(255, 255, 255, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(0, 0, 0, 1) !important;
  background-color: RGBA(0, 0, 0, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-blue-darker {
  color: #ffffff !important;
  background-color: RGBA(12, 40, 89, 1) !important;
  background-color: RGBA(12, 40, 89, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-cyan {
  color: #000000 !important;
  background-color: RGBA(39, 153, 189, 1) !important;
  background-color: RGBA(39, 153, 189, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-teal {
  color: #000000 !important;
  background-color: RGBA(90, 193, 226, 1) !important;
  background-color: RGBA(90, 193, 226, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-blue-light {
  color: #000000 !important;
  background-color: RGBA(215, 227, 249, 1) !important;
  background-color: RGBA(215, 227, 249, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-blue-lighter {
  color: #000000 !important;
  background-color: RGBA(226, 236, 255, 1) !important;
  background-color: RGBA(226, 236, 255, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-blue-lightest {
  color: #000000 !important;
  background-color: RGBA(245, 248, 255, 1) !important;
  background-color: RGBA(245, 248, 255, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-gold-dark {
  color: #ffffff !important;
  background-color: RGBA(145, 110, 5, 1) !important;
  background-color: RGBA(145, 110, 5, var(--wp--custom--bg-opacity, 1)) !important;
}

.text-bg-gold {
  color: #000000 !important;
  background-color: RGBA(189, 154, 39, 1) !important;
  background-color: RGBA(189, 154, 39, var(--wp--custom--bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(18, 62, 141, 1) !important;
  color: RGBA(var(--wp--custom--primary-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(18, 62, 141, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--primary-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(14, 50, 113, 1) !important;
  color: RGBA(14, 50, 113, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(14, 50, 113, 1) !important;
  text-decoration-color: RGBA(14, 50, 113, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-lms {
  color: RGBA(90, 193, 226, 1) !important;
  color: RGBA(var(--wp--custom--lms-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(90, 193, 226, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--lms-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-lms:hover, .link-lms:focus {
  color: RGBA(123, 205, 232, 1) !important;
  color: RGBA(123, 205, 232, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(123, 205, 232, 1) !important;
  text-decoration-color: RGBA(123, 205, 232, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(0, 91, 255, 1) !important;
  color: RGBA(var(--wp--custom--secondary-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 91, 255, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--secondary-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(0, 73, 204, 1) !important;
  color: RGBA(0, 73, 204, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 73, 204, 1) !important;
  text-decoration-color: RGBA(0, 73, 204, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(39, 153, 189, 1) !important;
  color: RGBA(var(--wp--custom--success-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(39, 153, 189, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--success-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(82, 173, 202, 1) !important;
  color: RGBA(82, 173, 202, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 173, 202, 1) !important;
  text-decoration-color: RGBA(82, 173, 202, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(0, 91, 255, 1) !important;
  color: RGBA(var(--wp--custom--info-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 91, 255, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--info-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(0, 73, 204, 1) !important;
  color: RGBA(0, 73, 204, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 73, 204, 1) !important;
  text-decoration-color: RGBA(0, 73, 204, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(175, 42, 48, 1) !important;
  color: RGBA(var(--wp--custom--warning-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(175, 42, 48, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--warning-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(140, 34, 38, 1) !important;
  color: RGBA(140, 34, 38, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(140, 34, 38, 1) !important;
  text-decoration-color: RGBA(140, 34, 38, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(175, 42, 48, 1) !important;
  color: RGBA(var(--wp--custom--danger-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(175, 42, 48, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--danger-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(140, 34, 38, 1) !important;
  color: RGBA(140, 34, 38, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(140, 34, 38, 1) !important;
  text-decoration-color: RGBA(140, 34, 38, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(255, 255, 255, 1) !important;
  color: RGBA(var(--wp--custom--light-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--light-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(255, 255, 255, 1) !important;
  color: RGBA(255, 255, 255, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, 1) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(0, 0, 0, 1) !important;
  color: RGBA(var(--wp--custom--dark-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--dark-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(0, 0, 0, 1) !important;
  color: RGBA(0, 0, 0, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, 1) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-blue-darker {
  color: RGBA(12, 40, 89, 1) !important;
  color: RGBA(var(--wp--custom--blue-darker-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(12, 40, 89, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--blue-darker-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-blue-darker:hover, .link-blue-darker:focus {
  color: RGBA(10, 32, 71, 1) !important;
  color: RGBA(10, 32, 71, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 32, 71, 1) !important;
  text-decoration-color: RGBA(10, 32, 71, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-cyan {
  color: RGBA(39, 153, 189, 1) !important;
  color: RGBA(var(--wp--custom--cyan-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(39, 153, 189, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--cyan-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-cyan:hover, .link-cyan:focus {
  color: RGBA(82, 173, 202, 1) !important;
  color: RGBA(82, 173, 202, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 173, 202, 1) !important;
  text-decoration-color: RGBA(82, 173, 202, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-teal {
  color: RGBA(90, 193, 226, 1) !important;
  color: RGBA(var(--wp--custom--teal-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(90, 193, 226, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--teal-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-teal:hover, .link-teal:focus {
  color: RGBA(123, 205, 232, 1) !important;
  color: RGBA(123, 205, 232, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(123, 205, 232, 1) !important;
  text-decoration-color: RGBA(123, 205, 232, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-blue-light {
  color: RGBA(215, 227, 249, 1) !important;
  color: RGBA(var(--wp--custom--blue-light-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(215, 227, 249, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--blue-light-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-blue-light:hover, .link-blue-light:focus {
  color: RGBA(223, 233, 250, 1) !important;
  color: RGBA(223, 233, 250, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(223, 233, 250, 1) !important;
  text-decoration-color: RGBA(223, 233, 250, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-blue-lighter {
  color: RGBA(226, 236, 255, 1) !important;
  color: RGBA(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(226, 236, 255, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-blue-lighter:hover, .link-blue-lighter:focus {
  color: RGBA(232, 240, 255, 1) !important;
  color: RGBA(232, 240, 255, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 240, 255, 1) !important;
  text-decoration-color: RGBA(232, 240, 255, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-blue-lightest {
  color: RGBA(245, 248, 255, 1) !important;
  color: RGBA(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 248, 255, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-blue-lightest:hover, .link-blue-lightest:focus {
  color: RGBA(247, 249, 255, 1) !important;
  color: RGBA(247, 249, 255, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 249, 255, 1) !important;
  text-decoration-color: RGBA(247, 249, 255, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-gold-dark {
  color: RGBA(145, 110, 5, 1) !important;
  color: RGBA(var(--wp--custom--gold-dark-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(145, 110, 5, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--gold-dark-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-gold-dark:hover, .link-gold-dark:focus {
  color: RGBA(116, 88, 4, 1) !important;
  color: RGBA(116, 88, 4, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(116, 88, 4, 1) !important;
  text-decoration-color: RGBA(116, 88, 4, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-gold {
  color: RGBA(189, 154, 39, 1) !important;
  color: RGBA(var(--wp--custom--gold-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(189, 154, 39, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--gold-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-gold:hover, .link-gold:focus {
  color: RGBA(202, 174, 82, 1) !important;
  color: RGBA(202, 174, 82, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(202, 174, 82, 1) !important;
  text-decoration-color: RGBA(202, 174, 82, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(0, 0, 0, 1) !important;
  color: RGBA(var(--wp--custom--emphasis-color-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, 1) !important;
  text-decoration-color: RGBA(var(--wp--custom--emphasis-color-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(0, 0, 0, 0.75) !important;
  color: RGBA(var(--wp--custom--emphasis-color-rgb), var(--wp--custom--link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(0, 0, 0, 0.75) !important;
  text-decoration-color: RGBA(var(--wp--custom--emphasis-color-rgb), var(--wp--custom--link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
  box-shadow: var(--wp--custom--focus-ring-x, 0) var(--wp--custom--focus-ring-y, 0) var(--wp--custom--focus-ring-blur, 0) var(--wp--custom--focus-ring-width) var(--wp--custom--focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(18, 62, 141, 0.5);
  text-decoration-color: rgba(var(--wp--custom--link-color-rgb), var(--wp--custom--link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover.focus-visible > .bi {
  transform: translate3d(0.25em, 0, 0);
  transform: var(--wp--custom--icon-link-transform, translate3d(0.25em, 0, 0));
}

.icon-link-hover:hover > .bi, .icon-link-hover.focus-visible > .bi {
  transform: translate3d(0.25em, 0, 0);
  transform: var(--wp--custom--icon-link-transform, translate3d(0.25em, 0, 0));
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: translate3d(0.25em, 0, 0);
  transform: var(--wp--custom--icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--wp--custom--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --wp--custom--aspect-ratio: 100%;
}

.ratio-4x3 {
  --wp--custom--aspect-ratio: 75%;
}

.ratio-16x9 {
  --wp--custom--aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --wp--custom--aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 480px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 782px) {
  .sticky-admin_md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-admin_md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 960px) {
  .sticky-admin_lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-admin_lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1216px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not([focus-within]) {
  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;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not([focus-within]):not(caption) {
  position: absolute !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--primary-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-lms {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--lms-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-secondary {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--secondary-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-success {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--success-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-info {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--info-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-warning {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--warning-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-danger {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--danger-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-light {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--light-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-dark {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--dark-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-blue-darker {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--blue-darker-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-cyan {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--cyan-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-teal {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--teal-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-blue-light {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--blue-light-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-blue-lighter {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-blue-lightest {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-gold-dark {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--gold-dark-rgb), var(--wp--custom--focus-ring-opacity));
}

.focus-ring-gold {
  --wp--custom--focus-ring-color: rgba(var(--wp--custom--gold-rgb), var(--wp--custom--focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
  border: var(--wp--custom--border-width) var(--wp--custom--border-style) var(--wp--custom--border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
  border-top: var(--wp--custom--border-width) var(--wp--custom--border-style) var(--wp--custom--border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
  border-right: var(--wp--custom--border-width) var(--wp--custom--border-style) var(--wp--custom--border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  border-bottom: var(--wp--custom--border-width) var(--wp--custom--border-style) var(--wp--custom--border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
  border-left: var(--wp--custom--border-width) var(--wp--custom--border-style) var(--wp--custom--border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: rgba(18, 62, 141, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--primary-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-primary {
  --wp--custom--border-opacity: 1;
}

.border-lms {
  border-color: rgba(90, 193, 226, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--lms-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-lms {
  --wp--custom--border-opacity: 1;
}

.border-secondary {
  border-color: rgba(0, 91, 255, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--secondary-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-secondary {
  --wp--custom--border-opacity: 1;
}

.border-success {
  border-color: rgba(39, 153, 189, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--success-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-success {
  --wp--custom--border-opacity: 1;
}

.border-info {
  border-color: rgba(0, 91, 255, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--info-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-info {
  --wp--custom--border-opacity: 1;
}

.border-warning {
  border-color: rgba(175, 42, 48, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--warning-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-warning {
  --wp--custom--border-opacity: 1;
}

.border-danger {
  border-color: rgba(175, 42, 48, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--danger-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-danger {
  --wp--custom--border-opacity: 1;
}

.border-light {
  border-color: rgba(255, 255, 255, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--light-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-light {
  --wp--custom--border-opacity: 1;
}

.border-dark {
  border-color: rgba(0, 0, 0, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--dark-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-dark {
  --wp--custom--border-opacity: 1;
}

.border-blue-darker {
  border-color: rgba(12, 40, 89, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--blue-darker-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-blue-darker {
  --wp--custom--border-opacity: 1;
}

.border-cyan {
  border-color: rgba(39, 153, 189, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--cyan-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-cyan {
  --wp--custom--border-opacity: 1;
}

.border-teal {
  border-color: rgba(90, 193, 226, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--teal-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-teal {
  --wp--custom--border-opacity: 1;
}

.border-blue-light {
  border-color: rgba(215, 227, 249, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--blue-light-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-blue-light {
  --wp--custom--border-opacity: 1;
}

.border-blue-lighter {
  border-color: rgba(226, 236, 255, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-blue-lighter {
  --wp--custom--border-opacity: 1;
}

.border-blue-lightest {
  border-color: rgba(245, 248, 255, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-blue-lightest {
  --wp--custom--border-opacity: 1;
}

.border-gold-dark {
  border-color: rgba(145, 110, 5, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--gold-dark-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-gold-dark {
  --wp--custom--border-opacity: 1;
}

.border-gold {
  border-color: rgba(189, 154, 39, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--gold-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-gold {
  --wp--custom--border-opacity: 1;
}

.border-black {
  border-color: rgba(0, 0, 0, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--black-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-black {
  --wp--custom--border-opacity: 1;
}

.border-white {
  border-color: rgba(255, 255, 255, var(--wp--custom--border-opacity)) !important;
  border-color: rgba(var(--wp--custom--white-rgb), var(--wp--custom--border-opacity)) !important;
}

.border-white {
  --wp--custom--border-opacity: 1;
}

.border-primary-subtle {
  border-color: #a0b2d1 !important;
  border-color: var(--wp--custom--primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: #99bdff !important;
  border-color: var(--wp--custom--secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: #a9d6e5 !important;
  border-color: var(--wp--custom--success-border-subtle) !important;
}

.border-info-subtle {
  border-color: #99bdff !important;
  border-color: var(--wp--custom--info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: #dfaaac !important;
  border-color: var(--wp--custom--warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: #dfaaac !important;
  border-color: var(--wp--custom--danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: #e9ecef !important;
  border-color: var(--wp--custom--light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: #adb5bd !important;
  border-color: var(--wp--custom--dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --wp--custom--border-opacity: 0.1;
}

.border-opacity-25 {
  --wp--custom--border-opacity: 0.25;
}

.border-opacity-50 {
  --wp--custom--border-opacity: 0.5;
}

.border-opacity-75 {
  --wp--custom--border-opacity: 0.75;
}

.border-opacity-100 {
  --wp--custom--border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.3125rem !important;
}

.m-2 {
  margin: 0.625rem !important;
}

.m-3 {
  margin: 0.9375rem !important;
}

.m-4 {
  margin: 1.25rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.m-7 {
  margin: 7.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.mx-2 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-3 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.mx-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-7 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.my-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-7 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.3125rem !important;
}

.mt-2 {
  margin-top: 0.625rem !important;
}

.mt-3 {
  margin-top: 0.9375rem !important;
}

.mt-4 {
  margin-top: 1.25rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mt-7 {
  margin-top: 7.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.3125rem !important;
}

.me-2 {
  margin-right: 0.625rem !important;
}

.me-3 {
  margin-right: 0.9375rem !important;
}

.me-4 {
  margin-right: 1.25rem !important;
}

.me-5 {
  margin-right: 2.5rem !important;
}

.me-6 {
  margin-right: 5rem !important;
}

.me-7 {
  margin-right: 7.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.mb-2 {
  margin-bottom: 0.625rem !important;
}

.mb-3 {
  margin-bottom: 0.9375rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 7.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.3125rem !important;
}

.ms-2 {
  margin-left: 0.625rem !important;
}

.ms-3 {
  margin-left: 0.9375rem !important;
}

.ms-4 {
  margin-left: 1.25rem !important;
}

.ms-5 {
  margin-left: 2.5rem !important;
}

.ms-6 {
  margin-left: 5rem !important;
}

.ms-7 {
  margin-left: 7.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.3125rem !important;
}

.p-2 {
  padding: 0.625rem !important;
}

.p-3 {
  padding: 0.9375rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.p-7 {
  padding: 7.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.px-2 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-3 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.px-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-7 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-7 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.3125rem !important;
}

.pt-2 {
  padding-top: 0.625rem !important;
}

.pt-3 {
  padding-top: 0.9375rem !important;
}

.pt-4 {
  padding-top: 1.25rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pt-7 {
  padding-top: 7.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.3125rem !important;
}

.pe-2 {
  padding-right: 0.625rem !important;
}

.pe-3 {
  padding-right: 0.9375rem !important;
}

.pe-4 {
  padding-right: 1.25rem !important;
}

.pe-5 {
  padding-right: 2.5rem !important;
}

.pe-6 {
  padding-right: 5rem !important;
}

.pe-7 {
  padding-right: 7.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.3125rem !important;
}

.pb-2 {
  padding-bottom: 0.625rem !important;
}

.pb-3 {
  padding-bottom: 0.9375rem !important;
}

.pb-4 {
  padding-bottom: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pb-7 {
  padding-bottom: 7.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.3125rem !important;
}

.ps-2 {
  padding-left: 0.625rem !important;
}

.ps-3 {
  padding-left: 0.9375rem !important;
}

.ps-4 {
  padding-left: 1.25rem !important;
}

.ps-5 {
  padding-left: 2.5rem !important;
}

.ps-6 {
  padding-left: 5rem !important;
}

.ps-7 {
  padding-left: 7.5rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.3125rem !important;
}

.gap-2 {
  gap: 0.625rem !important;
}

.gap-3 {
  gap: 0.9375rem !important;
}

.gap-4 {
  gap: 1.25rem !important;
}

.gap-5 {
  gap: 2.5rem !important;
}

.gap-6 {
  gap: 5rem !important;
}

.gap-7 {
  gap: 7.5rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.3125rem !important;
}

.row-gap-2 {
  row-gap: 0.625rem !important;
}

.row-gap-3 {
  row-gap: 0.9375rem !important;
}

.row-gap-4 {
  row-gap: 1.25rem !important;
}

.row-gap-5 {
  row-gap: 2.5rem !important;
}

.row-gap-6 {
  row-gap: 5rem !important;
}

.row-gap-7 {
  row-gap: 7.5rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.3125rem !important;
       column-gap: 0.3125rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.column-gap-3 {
  -moz-column-gap: 0.9375rem !important;
       column-gap: 0.9375rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.column-gap-5 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.column-gap-6 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.column-gap-7 {
  -moz-column-gap: 7.5rem !important;
       column-gap: 7.5rem !important;
}

.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-family: var(--wp--custom--font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.4375rem + 2.25vw) !important;
}

.fs-2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-3 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}

.fs-4 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: 1.25rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: rgba(18, 62, 141, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--primary-rgb), var(--wp--custom--text-opacity)) !important;
}
.text-primary {
  --wp--custom--text-opacity: 1;
}

.text-lms {
  color: rgba(90, 193, 226, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--lms-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-lms {
  --wp--custom--text-opacity: 1;
}

.text-secondary {
  color: rgba(0, 91, 255, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--secondary-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-secondary {
  --wp--custom--text-opacity: 1;
}

.text-success {
  color: rgba(39, 153, 189, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--success-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-success {
  --wp--custom--text-opacity: 1;
}

.text-info {
  color: rgba(0, 91, 255, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--info-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-info {
  --wp--custom--text-opacity: 1;
}

.text-warning {
  color: rgba(175, 42, 48, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--warning-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-warning {
  --wp--custom--text-opacity: 1;
}

.text-danger {
  color: rgba(175, 42, 48, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--danger-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-danger {
  --wp--custom--text-opacity: 1;
}

.text-light {
  color: rgba(255, 255, 255, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--light-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-light {
  --wp--custom--text-opacity: 1;
}

.text-dark {
  color: rgba(0, 0, 0, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--dark-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-dark {
  --wp--custom--text-opacity: 1;
}

.text-blue-darker {
  color: rgba(12, 40, 89, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--blue-darker-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-blue-darker {
  --wp--custom--text-opacity: 1;
}

.text-cyan {
  color: rgba(39, 153, 189, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--cyan-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-cyan {
  --wp--custom--text-opacity: 1;
}

.text-teal {
  color: rgba(90, 193, 226, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--teal-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-teal {
  --wp--custom--text-opacity: 1;
}

.text-blue-light {
  color: rgba(215, 227, 249, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--blue-light-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-blue-light {
  --wp--custom--text-opacity: 1;
}

.text-blue-lighter {
  color: rgba(226, 236, 255, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-blue-lighter {
  --wp--custom--text-opacity: 1;
}

.text-blue-lightest {
  color: rgba(245, 248, 255, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-blue-lightest {
  --wp--custom--text-opacity: 1;
}

.text-gold-dark {
  color: rgba(145, 110, 5, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--gold-dark-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-gold-dark {
  --wp--custom--text-opacity: 1;
}

.text-gold {
  color: rgba(189, 154, 39, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--gold-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-gold {
  --wp--custom--text-opacity: 1;
}

.text-black {
  color: rgba(0, 0, 0, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--black-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-black {
  --wp--custom--text-opacity: 1;
}

.text-white {
  color: rgba(255, 255, 255, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--white-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-white {
  --wp--custom--text-opacity: 1;
}

.text-body {
  color: rgba(33, 37, 41, var(--wp--custom--text-opacity)) !important;
  color: rgba(var(--wp--custom--body-color-rgb), var(--wp--custom--text-opacity)) !important;
}

.text-body {
  --wp--custom--text-opacity: 1;
}

.text-muted {
  color: rgba(33, 37, 41, 0.75) !important;
  color: var(--wp--custom--secondary-color) !important;
}

.text-muted {
  --wp--custom--text-opacity: 1;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-50 {
  --wp--custom--text-opacity: 1;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-50 {
  --wp--custom--text-opacity: 1;
}

.text-body-secondary {
  color: rgba(33, 37, 41, 0.75) !important;
  color: var(--wp--custom--secondary-color) !important;
}

.text-body-secondary {
  --wp--custom--text-opacity: 1;
}

.text-body-tertiary {
  color: rgba(33, 37, 41, 0.5) !important;
  color: var(--wp--custom--tertiary-color) !important;
}

.text-body-tertiary {
  --wp--custom--text-opacity: 1;
}

.text-body-emphasis {
  color: #000000 !important;
  color: var(--wp--custom--emphasis-color) !important;
}

.text-body-emphasis {
  --wp--custom--text-opacity: 1;
}

.text-reset {
  color: inherit !important;
}

.text-reset {
  --wp--custom--text-opacity: 1;
}

.text-opacity-25 {
  --wp--custom--text-opacity: 0.25;
}

.text-opacity-50 {
  --wp--custom--text-opacity: 0.5;
}

.text-opacity-75 {
  --wp--custom--text-opacity: 0.75;
}

.text-opacity-100 {
  --wp--custom--text-opacity: 1;
}

.text-primary-emphasis {
  color: #071938 !important;
  color: var(--wp--custom--primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: #002466 !important;
  color: var(--wp--custom--secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: #103d4c !important;
  color: var(--wp--custom--success-text-emphasis) !important;
}

.text-info-emphasis {
  color: #002466 !important;
  color: var(--wp--custom--info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: #461113 !important;
  color: var(--wp--custom--warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: #461113 !important;
  color: var(--wp--custom--danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: #495057 !important;
  color: var(--wp--custom--light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: #495057 !important;
  color: var(--wp--custom--dark-text-emphasis) !important;
}

.link-opacity-10 {
  --wp--custom--link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --wp--custom--link-opacity: 0.1;
}

.link-opacity-25 {
  --wp--custom--link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --wp--custom--link-opacity: 0.25;
}

.link-opacity-50 {
  --wp--custom--link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --wp--custom--link-opacity: 0.5;
}

.link-opacity-75 {
  --wp--custom--link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --wp--custom--link-opacity: 0.75;
}

.link-opacity-100 {
  --wp--custom--link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --wp--custom--link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  text-decoration-color: rgba(18, 62, 141, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--primary-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-primary {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-lms {
  text-decoration-color: rgba(90, 193, 226, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--lms-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-lms {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-secondary {
  text-decoration-color: rgba(0, 91, 255, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--secondary-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-secondary {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-success {
  text-decoration-color: rgba(39, 153, 189, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--success-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-success {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-info {
  text-decoration-color: rgba(0, 91, 255, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--info-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-info {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-warning {
  text-decoration-color: rgba(175, 42, 48, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--warning-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-warning {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-danger {
  text-decoration-color: rgba(175, 42, 48, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--danger-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-danger {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-light {
  text-decoration-color: rgba(255, 255, 255, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--light-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-light {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-dark {
  text-decoration-color: rgba(0, 0, 0, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--dark-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-dark {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-blue-darker {
  text-decoration-color: rgba(12, 40, 89, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--blue-darker-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-blue-darker {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-cyan {
  text-decoration-color: rgba(39, 153, 189, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--cyan-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-cyan {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-teal {
  text-decoration-color: rgba(90, 193, 226, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--teal-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-teal {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-blue-light {
  text-decoration-color: rgba(215, 227, 249, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--blue-light-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-blue-light {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-blue-lighter {
  text-decoration-color: rgba(226, 236, 255, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-blue-lighter {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-blue-lightest {
  text-decoration-color: rgba(245, 248, 255, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-blue-lightest {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-gold-dark {
  text-decoration-color: rgba(145, 110, 5, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--gold-dark-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-gold-dark {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-gold {
  text-decoration-color: rgba(189, 154, 39, var(--wp--custom--link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--wp--custom--gold-rgb), var(--wp--custom--link-underline-opacity)) !important;
}

.link-underline-gold {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline {
  text-decoration-color: rgba(18, 62, 141, 1) !important;
  text-decoration-color: rgba(var(--wp--custom--link-color-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-underline {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-opacity-0 {
  --wp--custom--link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --wp--custom--link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --wp--custom--link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --wp--custom--link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --wp--custom--link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --wp--custom--link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --wp--custom--link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --wp--custom--link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --wp--custom--link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --wp--custom--link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --wp--custom--link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --wp--custom--link-underline-opacity: 1;
}

.bg-primary {
  background-color: rgba(18, 62, 141, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--primary-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-primary {
  --wp--custom--bg-opacity: 1;
}

.bg-lms {
  background-color: rgba(90, 193, 226, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--lms-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-lms {
  --wp--custom--bg-opacity: 1;
}

.bg-secondary {
  background-color: rgba(0, 91, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--secondary-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-secondary {
  --wp--custom--bg-opacity: 1;
}

.bg-success {
  background-color: rgba(39, 153, 189, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--success-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-success {
  --wp--custom--bg-opacity: 1;
}

.bg-info {
  background-color: rgba(0, 91, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--info-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-info {
  --wp--custom--bg-opacity: 1;
}

.bg-warning {
  background-color: rgba(175, 42, 48, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--warning-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-warning {
  --wp--custom--bg-opacity: 1;
}

.bg-danger {
  background-color: rgba(175, 42, 48, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--danger-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-danger {
  --wp--custom--bg-opacity: 1;
}

.bg-light {
  background-color: rgba(255, 255, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--light-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-light {
  --wp--custom--bg-opacity: 1;
}

.bg-dark {
  background-color: rgba(0, 0, 0, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--dark-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-dark {
  --wp--custom--bg-opacity: 1;
}

.bg-blue-darker {
  background-color: rgba(12, 40, 89, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--blue-darker-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-blue-darker {
  --wp--custom--bg-opacity: 1;
}

.bg-cyan {
  background-color: rgba(39, 153, 189, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--cyan-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-cyan {
  --wp--custom--bg-opacity: 1;
}

.bg-teal {
  background-color: rgba(90, 193, 226, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--teal-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-teal {
  --wp--custom--bg-opacity: 1;
}

.bg-blue-light {
  background-color: rgba(215, 227, 249, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--blue-light-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-blue-light {
  --wp--custom--bg-opacity: 1;
}

.bg-blue-lighter {
  background-color: rgba(226, 236, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--blue-lighter-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-blue-lighter {
  --wp--custom--bg-opacity: 1;
}

.bg-blue-lightest {
  background-color: rgba(245, 248, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--blue-lightest-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-blue-lightest {
  --wp--custom--bg-opacity: 1;
}

.bg-gold-dark {
  background-color: rgba(145, 110, 5, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--gold-dark-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-gold-dark {
  --wp--custom--bg-opacity: 1;
}

.bg-gold {
  background-color: rgba(189, 154, 39, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--gold-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-gold {
  --wp--custom--bg-opacity: 1;
}

.bg-black {
  background-color: rgba(0, 0, 0, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--black-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-black {
  --wp--custom--bg-opacity: 1;
}

.bg-white {
  background-color: rgba(255, 255, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--white-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-white {
  --wp--custom--bg-opacity: 1;
}

.bg-body {
  background-color: rgba(255, 255, 255, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--body-bg-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-body {
  --wp--custom--bg-opacity: 1;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-transparent {
  --wp--custom--bg-opacity: 1;
}

.bg-body-secondary {
  background-color: rgba(233, 236, 239, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--secondary-bg-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-body-secondary {
  --wp--custom--bg-opacity: 1;
}

.bg-body-tertiary {
  background-color: rgba(248, 249, 250, var(--wp--custom--bg-opacity)) !important;
  background-color: rgba(var(--wp--custom--tertiary-bg-rgb), var(--wp--custom--bg-opacity)) !important;
}

.bg-body-tertiary {
  --wp--custom--bg-opacity: 1;
}

.bg-opacity-10 {
  --wp--custom--bg-opacity: 0.1;
}

.bg-opacity-25 {
  --wp--custom--bg-opacity: 0.25;
}

.bg-opacity-50 {
  --wp--custom--bg-opacity: 0.5;
}

.bg-opacity-75 {
  --wp--custom--bg-opacity: 0.75;
}

.bg-opacity-100 {
  --wp--custom--bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: #d0d8e8 !important;
  background-color: var(--wp--custom--primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: #ccdeff !important;
  background-color: var(--wp--custom--secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: #d4ebf2 !important;
  background-color: var(--wp--custom--success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: #ccdeff !important;
  background-color: var(--wp--custom--info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: #efd4d6 !important;
  background-color: var(--wp--custom--warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: #efd4d6 !important;
  background-color: var(--wp--custom--danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: #fcfcfd !important;
  background-color: var(--wp--custom--light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: #ced4da !important;
  background-color: var(--wp--custom--dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: linear-gradient(180deg, #123e8d 0%, #0a2c69 100%) !important;
  background-image: var(--wp--custom--gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 1.25rem !important;
  border-radius: var(--wp--custom--border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.625rem !important;
  border-radius: var(--wp--custom--border-radius-sm) !important;
}

.rounded-2 {
  border-radius: 1.25rem !important;
  border-radius: var(--wp--custom--border-radius) !important;
}

.rounded-3 {
  border-radius: 3.125rem !important;
  border-radius: var(--wp--custom--border-radius-lg) !important;
}

.rounded-4 {
  border-radius: 6.25rem !important;
  border-radius: var(--wp--custom--border-radius-xl) !important;
}

.rounded-5 {
  border-radius: 2rem !important;
  border-radius: var(--wp--custom--border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
  border-radius: var(--wp--custom--border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: 1.25rem !important;
  border-top-left-radius: var(--wp--custom--border-radius) !important;
  border-top-right-radius: 1.25rem !important;
  border-top-right-radius: var(--wp--custom--border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: 0.625rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-sm) !important;
  border-top-right-radius: 0.625rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: 1.25rem !important;
  border-top-left-radius: var(--wp--custom--border-radius) !important;
  border-top-right-radius: 1.25rem !important;
  border-top-right-radius: var(--wp--custom--border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: 3.125rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-lg) !important;
  border-top-right-radius: 3.125rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: 6.25rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-xl) !important;
  border-top-right-radius: 6.25rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: 2rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-xxl) !important;
  border-top-right-radius: 2rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-pill) !important;
  border-top-right-radius: 50rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: 1.25rem !important;
  border-top-right-radius: var(--wp--custom--border-radius) !important;
  border-bottom-right-radius: 1.25rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: 0.625rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-sm) !important;
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: 1.25rem !important;
  border-top-right-radius: var(--wp--custom--border-radius) !important;
  border-bottom-right-radius: 1.25rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: 3.125rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-lg) !important;
  border-bottom-right-radius: 3.125rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: 6.25rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-xl) !important;
  border-bottom-right-radius: 6.25rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: 2rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-xxl) !important;
  border-bottom-right-radius: 2rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: 50rem !important;
  border-top-right-radius: var(--wp--custom--border-radius-pill) !important;
  border-bottom-right-radius: 50rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1.25rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius) !important;
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-sm) !important;
  border-bottom-left-radius: 0.625rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: 1.25rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius) !important;
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: 3.125rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-lg) !important;
  border-bottom-left-radius: 3.125rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: 6.25rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-xl) !important;
  border-bottom-left-radius: 6.25rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: 2rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-xxl) !important;
  border-bottom-left-radius: 2rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: 50rem !important;
  border-bottom-right-radius: var(--wp--custom--border-radius-pill) !important;
  border-bottom-left-radius: 50rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius) !important;
  border-top-left-radius: 1.25rem !important;
  border-top-left-radius: var(--wp--custom--border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: 0.625rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-sm) !important;
  border-top-left-radius: 0.625rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius) !important;
  border-top-left-radius: 1.25rem !important;
  border-top-left-radius: var(--wp--custom--border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: 3.125rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-lg) !important;
  border-top-left-radius: 3.125rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: 6.25rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-xl) !important;
  border-top-left-radius: 6.25rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: 2rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-xxl) !important;
  border-top-left-radius: 2rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: 50rem !important;
  border-bottom-left-radius: var(--wp--custom--border-radius-pill) !important;
  border-top-left-radius: 50rem !important;
  border-top-left-radius: var(--wp--custom--border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 480px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 0.9375rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.9375rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.625rem !important;
  }
  .me-sm-3 {
    margin-right: 0.9375rem !important;
  }
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  .me-sm-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 7.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.9375rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 0.9375rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 7.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.9375rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.9375rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.9375rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.3125rem !important;
  }
  .gap-sm-2 {
    gap: 0.625rem !important;
  }
  .gap-sm-3 {
    gap: 0.9375rem !important;
  }
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 7.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 7.5rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .m-md-3 {
    margin: 0.9375rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.625rem !important;
  }
  .mt-md-3 {
    margin-top: 0.9375rem !important;
  }
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 7.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.3125rem !important;
  }
  .me-md-2 {
    margin-right: 0.625rem !important;
  }
  .me-md-3 {
    margin-right: 0.9375rem !important;
  }
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  .me-md-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 7.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.625rem !important;
  }
  .ms-md-3 {
    margin-left: 0.9375rem !important;
  }
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 7.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .p-md-3 {
    padding: 0.9375rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 7.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.625rem !important;
  }
  .pt-md-3 {
    padding-top: 0.9375rem !important;
  }
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 7.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.625rem !important;
  }
  .pe-md-3 {
    padding-right: 0.9375rem !important;
  }
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  .pe-md-5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 7.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.625rem !important;
  }
  .ps-md-3 {
    padding-left: 0.9375rem !important;
  }
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  .ps-md-5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 7.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.3125rem !important;
  }
  .gap-md-2 {
    gap: 0.625rem !important;
  }
  .gap-md-3 {
    gap: 0.9375rem !important;
  }
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  .gap-md-5 {
    gap: 2.5rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 7.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-3 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 7.5rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 782px) {
  .float-admin_md-start {
    float: left !important;
  }
  .float-admin_md-end {
    float: right !important;
  }
  .float-admin_md-none {
    float: none !important;
  }
  .object-fit-admin_md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-admin_md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-admin_md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-admin_md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-admin_md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-admin_md-inline {
    display: inline !important;
  }
  .d-admin_md-inline-block {
    display: inline-block !important;
  }
  .d-admin_md-block {
    display: block !important;
  }
  .d-admin_md-grid {
    display: grid !important;
  }
  .d-admin_md-inline-grid {
    display: inline-grid !important;
  }
  .d-admin_md-table {
    display: table !important;
  }
  .d-admin_md-table-row {
    display: table-row !important;
  }
  .d-admin_md-table-cell {
    display: table-cell !important;
  }
  .d-admin_md-flex {
    display: flex !important;
  }
  .d-admin_md-inline-flex {
    display: inline-flex !important;
  }
  .d-admin_md-none {
    display: none !important;
  }
  .flex-admin_md-fill {
    flex: 1 1 auto !important;
  }
  .flex-admin_md-row {
    flex-direction: row !important;
  }
  .flex-admin_md-column {
    flex-direction: column !important;
  }
  .flex-admin_md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-admin_md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-admin_md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-admin_md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-admin_md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-admin_md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-admin_md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-admin_md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-admin_md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-admin_md-start {
    justify-content: flex-start !important;
  }
  .justify-content-admin_md-end {
    justify-content: flex-end !important;
  }
  .justify-content-admin_md-center {
    justify-content: center !important;
  }
  .justify-content-admin_md-between {
    justify-content: space-between !important;
  }
  .justify-content-admin_md-around {
    justify-content: space-around !important;
  }
  .justify-content-admin_md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-admin_md-start {
    align-items: flex-start !important;
  }
  .align-items-admin_md-end {
    align-items: flex-end !important;
  }
  .align-items-admin_md-center {
    align-items: center !important;
  }
  .align-items-admin_md-baseline {
    align-items: baseline !important;
  }
  .align-items-admin_md-stretch {
    align-items: stretch !important;
  }
  .align-content-admin_md-start {
    align-content: flex-start !important;
  }
  .align-content-admin_md-end {
    align-content: flex-end !important;
  }
  .align-content-admin_md-center {
    align-content: center !important;
  }
  .align-content-admin_md-between {
    align-content: space-between !important;
  }
  .align-content-admin_md-around {
    align-content: space-around !important;
  }
  .align-content-admin_md-stretch {
    align-content: stretch !important;
  }
  .align-self-admin_md-auto {
    align-self: auto !important;
  }
  .align-self-admin_md-start {
    align-self: flex-start !important;
  }
  .align-self-admin_md-end {
    align-self: flex-end !important;
  }
  .align-self-admin_md-center {
    align-self: center !important;
  }
  .align-self-admin_md-baseline {
    align-self: baseline !important;
  }
  .align-self-admin_md-stretch {
    align-self: stretch !important;
  }
  .order-admin_md-first {
    order: -1 !important;
  }
  .order-admin_md-0 {
    order: 0 !important;
  }
  .order-admin_md-1 {
    order: 1 !important;
  }
  .order-admin_md-2 {
    order: 2 !important;
  }
  .order-admin_md-3 {
    order: 3 !important;
  }
  .order-admin_md-4 {
    order: 4 !important;
  }
  .order-admin_md-5 {
    order: 5 !important;
  }
  .order-admin_md-last {
    order: 6 !important;
  }
  .m-admin_md-0 {
    margin: 0 !important;
  }
  .m-admin_md-1 {
    margin: 0.3125rem !important;
  }
  .m-admin_md-2 {
    margin: 0.625rem !important;
  }
  .m-admin_md-3 {
    margin: 0.9375rem !important;
  }
  .m-admin_md-4 {
    margin: 1.25rem !important;
  }
  .m-admin_md-5 {
    margin: 2.5rem !important;
  }
  .m-admin_md-6 {
    margin: 5rem !important;
  }
  .m-admin_md-7 {
    margin: 7.5rem !important;
  }
  .m-admin_md-auto {
    margin: auto !important;
  }
  .mx-admin_md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-admin_md-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-admin_md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-admin_md-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-admin_md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-admin_md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-admin_md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-admin_md-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-admin_md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-admin_md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-admin_md-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-admin_md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-admin_md-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-admin_md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-admin_md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-admin_md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-admin_md-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-admin_md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-admin_md-0 {
    margin-top: 0 !important;
  }
  .mt-admin_md-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-admin_md-2 {
    margin-top: 0.625rem !important;
  }
  .mt-admin_md-3 {
    margin-top: 0.9375rem !important;
  }
  .mt-admin_md-4 {
    margin-top: 1.25rem !important;
  }
  .mt-admin_md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-admin_md-6 {
    margin-top: 5rem !important;
  }
  .mt-admin_md-7 {
    margin-top: 7.5rem !important;
  }
  .mt-admin_md-auto {
    margin-top: auto !important;
  }
  .me-admin_md-0 {
    margin-right: 0 !important;
  }
  .me-admin_md-1 {
    margin-right: 0.3125rem !important;
  }
  .me-admin_md-2 {
    margin-right: 0.625rem !important;
  }
  .me-admin_md-3 {
    margin-right: 0.9375rem !important;
  }
  .me-admin_md-4 {
    margin-right: 1.25rem !important;
  }
  .me-admin_md-5 {
    margin-right: 2.5rem !important;
  }
  .me-admin_md-6 {
    margin-right: 5rem !important;
  }
  .me-admin_md-7 {
    margin-right: 7.5rem !important;
  }
  .me-admin_md-auto {
    margin-right: auto !important;
  }
  .mb-admin_md-0 {
    margin-bottom: 0 !important;
  }
  .mb-admin_md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-admin_md-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-admin_md-3 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-admin_md-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-admin_md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-admin_md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-admin_md-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-admin_md-auto {
    margin-bottom: auto !important;
  }
  .ms-admin_md-0 {
    margin-left: 0 !important;
  }
  .ms-admin_md-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-admin_md-2 {
    margin-left: 0.625rem !important;
  }
  .ms-admin_md-3 {
    margin-left: 0.9375rem !important;
  }
  .ms-admin_md-4 {
    margin-left: 1.25rem !important;
  }
  .ms-admin_md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-admin_md-6 {
    margin-left: 5rem !important;
  }
  .ms-admin_md-7 {
    margin-left: 7.5rem !important;
  }
  .ms-admin_md-auto {
    margin-left: auto !important;
  }
  .p-admin_md-0 {
    padding: 0 !important;
  }
  .p-admin_md-1 {
    padding: 0.3125rem !important;
  }
  .p-admin_md-2 {
    padding: 0.625rem !important;
  }
  .p-admin_md-3 {
    padding: 0.9375rem !important;
  }
  .p-admin_md-4 {
    padding: 1.25rem !important;
  }
  .p-admin_md-5 {
    padding: 2.5rem !important;
  }
  .p-admin_md-6 {
    padding: 5rem !important;
  }
  .p-admin_md-7 {
    padding: 7.5rem !important;
  }
  .px-admin_md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-admin_md-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-admin_md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-admin_md-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-admin_md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-admin_md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-admin_md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-admin_md-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-admin_md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-admin_md-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-admin_md-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-admin_md-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-admin_md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-admin_md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-admin_md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-admin_md-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-admin_md-0 {
    padding-top: 0 !important;
  }
  .pt-admin_md-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-admin_md-2 {
    padding-top: 0.625rem !important;
  }
  .pt-admin_md-3 {
    padding-top: 0.9375rem !important;
  }
  .pt-admin_md-4 {
    padding-top: 1.25rem !important;
  }
  .pt-admin_md-5 {
    padding-top: 2.5rem !important;
  }
  .pt-admin_md-6 {
    padding-top: 5rem !important;
  }
  .pt-admin_md-7 {
    padding-top: 7.5rem !important;
  }
  .pe-admin_md-0 {
    padding-right: 0 !important;
  }
  .pe-admin_md-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-admin_md-2 {
    padding-right: 0.625rem !important;
  }
  .pe-admin_md-3 {
    padding-right: 0.9375rem !important;
  }
  .pe-admin_md-4 {
    padding-right: 1.25rem !important;
  }
  .pe-admin_md-5 {
    padding-right: 2.5rem !important;
  }
  .pe-admin_md-6 {
    padding-right: 5rem !important;
  }
  .pe-admin_md-7 {
    padding-right: 7.5rem !important;
  }
  .pb-admin_md-0 {
    padding-bottom: 0 !important;
  }
  .pb-admin_md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-admin_md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-admin_md-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-admin_md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-admin_md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-admin_md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-admin_md-7 {
    padding-bottom: 7.5rem !important;
  }
  .ps-admin_md-0 {
    padding-left: 0 !important;
  }
  .ps-admin_md-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-admin_md-2 {
    padding-left: 0.625rem !important;
  }
  .ps-admin_md-3 {
    padding-left: 0.9375rem !important;
  }
  .ps-admin_md-4 {
    padding-left: 1.25rem !important;
  }
  .ps-admin_md-5 {
    padding-left: 2.5rem !important;
  }
  .ps-admin_md-6 {
    padding-left: 5rem !important;
  }
  .ps-admin_md-7 {
    padding-left: 7.5rem !important;
  }
  .gap-admin_md-0 {
    gap: 0 !important;
  }
  .gap-admin_md-1 {
    gap: 0.3125rem !important;
  }
  .gap-admin_md-2 {
    gap: 0.625rem !important;
  }
  .gap-admin_md-3 {
    gap: 0.9375rem !important;
  }
  .gap-admin_md-4 {
    gap: 1.25rem !important;
  }
  .gap-admin_md-5 {
    gap: 2.5rem !important;
  }
  .gap-admin_md-6 {
    gap: 5rem !important;
  }
  .gap-admin_md-7 {
    gap: 7.5rem !important;
  }
  .row-gap-admin_md-0 {
    row-gap: 0 !important;
  }
  .row-gap-admin_md-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-admin_md-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-admin_md-3 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-admin_md-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-admin_md-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-admin_md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-admin_md-7 {
    row-gap: 7.5rem !important;
  }
  .column-gap-admin_md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-admin_md-1 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-admin_md-2 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-admin_md-3 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-admin_md-4 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-admin_md-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-admin_md-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-admin_md-7 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .text-admin_md-start {
    text-align: left !important;
  }
  .text-admin_md-end {
    text-align: right !important;
  }
  .text-admin_md-center {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .float-admin_lg-start {
    float: left !important;
  }
  .float-admin_lg-end {
    float: right !important;
  }
  .float-admin_lg-none {
    float: none !important;
  }
  .object-fit-admin_lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-admin_lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-admin_lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-admin_lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-admin_lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-admin_lg-inline {
    display: inline !important;
  }
  .d-admin_lg-inline-block {
    display: inline-block !important;
  }
  .d-admin_lg-block {
    display: block !important;
  }
  .d-admin_lg-grid {
    display: grid !important;
  }
  .d-admin_lg-inline-grid {
    display: inline-grid !important;
  }
  .d-admin_lg-table {
    display: table !important;
  }
  .d-admin_lg-table-row {
    display: table-row !important;
  }
  .d-admin_lg-table-cell {
    display: table-cell !important;
  }
  .d-admin_lg-flex {
    display: flex !important;
  }
  .d-admin_lg-inline-flex {
    display: inline-flex !important;
  }
  .d-admin_lg-none {
    display: none !important;
  }
  .flex-admin_lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-admin_lg-row {
    flex-direction: row !important;
  }
  .flex-admin_lg-column {
    flex-direction: column !important;
  }
  .flex-admin_lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-admin_lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-admin_lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-admin_lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-admin_lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-admin_lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-admin_lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-admin_lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-admin_lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-admin_lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-admin_lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-admin_lg-center {
    justify-content: center !important;
  }
  .justify-content-admin_lg-between {
    justify-content: space-between !important;
  }
  .justify-content-admin_lg-around {
    justify-content: space-around !important;
  }
  .justify-content-admin_lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-admin_lg-start {
    align-items: flex-start !important;
  }
  .align-items-admin_lg-end {
    align-items: flex-end !important;
  }
  .align-items-admin_lg-center {
    align-items: center !important;
  }
  .align-items-admin_lg-baseline {
    align-items: baseline !important;
  }
  .align-items-admin_lg-stretch {
    align-items: stretch !important;
  }
  .align-content-admin_lg-start {
    align-content: flex-start !important;
  }
  .align-content-admin_lg-end {
    align-content: flex-end !important;
  }
  .align-content-admin_lg-center {
    align-content: center !important;
  }
  .align-content-admin_lg-between {
    align-content: space-between !important;
  }
  .align-content-admin_lg-around {
    align-content: space-around !important;
  }
  .align-content-admin_lg-stretch {
    align-content: stretch !important;
  }
  .align-self-admin_lg-auto {
    align-self: auto !important;
  }
  .align-self-admin_lg-start {
    align-self: flex-start !important;
  }
  .align-self-admin_lg-end {
    align-self: flex-end !important;
  }
  .align-self-admin_lg-center {
    align-self: center !important;
  }
  .align-self-admin_lg-baseline {
    align-self: baseline !important;
  }
  .align-self-admin_lg-stretch {
    align-self: stretch !important;
  }
  .order-admin_lg-first {
    order: -1 !important;
  }
  .order-admin_lg-0 {
    order: 0 !important;
  }
  .order-admin_lg-1 {
    order: 1 !important;
  }
  .order-admin_lg-2 {
    order: 2 !important;
  }
  .order-admin_lg-3 {
    order: 3 !important;
  }
  .order-admin_lg-4 {
    order: 4 !important;
  }
  .order-admin_lg-5 {
    order: 5 !important;
  }
  .order-admin_lg-last {
    order: 6 !important;
  }
  .m-admin_lg-0 {
    margin: 0 !important;
  }
  .m-admin_lg-1 {
    margin: 0.3125rem !important;
  }
  .m-admin_lg-2 {
    margin: 0.625rem !important;
  }
  .m-admin_lg-3 {
    margin: 0.9375rem !important;
  }
  .m-admin_lg-4 {
    margin: 1.25rem !important;
  }
  .m-admin_lg-5 {
    margin: 2.5rem !important;
  }
  .m-admin_lg-6 {
    margin: 5rem !important;
  }
  .m-admin_lg-7 {
    margin: 7.5rem !important;
  }
  .m-admin_lg-auto {
    margin: auto !important;
  }
  .mx-admin_lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-admin_lg-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-admin_lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-admin_lg-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-admin_lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-admin_lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-admin_lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-admin_lg-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-admin_lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-admin_lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-admin_lg-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-admin_lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-admin_lg-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-admin_lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-admin_lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-admin_lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-admin_lg-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-admin_lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-admin_lg-0 {
    margin-top: 0 !important;
  }
  .mt-admin_lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-admin_lg-2 {
    margin-top: 0.625rem !important;
  }
  .mt-admin_lg-3 {
    margin-top: 0.9375rem !important;
  }
  .mt-admin_lg-4 {
    margin-top: 1.25rem !important;
  }
  .mt-admin_lg-5 {
    margin-top: 2.5rem !important;
  }
  .mt-admin_lg-6 {
    margin-top: 5rem !important;
  }
  .mt-admin_lg-7 {
    margin-top: 7.5rem !important;
  }
  .mt-admin_lg-auto {
    margin-top: auto !important;
  }
  .me-admin_lg-0 {
    margin-right: 0 !important;
  }
  .me-admin_lg-1 {
    margin-right: 0.3125rem !important;
  }
  .me-admin_lg-2 {
    margin-right: 0.625rem !important;
  }
  .me-admin_lg-3 {
    margin-right: 0.9375rem !important;
  }
  .me-admin_lg-4 {
    margin-right: 1.25rem !important;
  }
  .me-admin_lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-admin_lg-6 {
    margin-right: 5rem !important;
  }
  .me-admin_lg-7 {
    margin-right: 7.5rem !important;
  }
  .me-admin_lg-auto {
    margin-right: auto !important;
  }
  .mb-admin_lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-admin_lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-admin_lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-admin_lg-3 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-admin_lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-admin_lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-admin_lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-admin_lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-admin_lg-auto {
    margin-bottom: auto !important;
  }
  .ms-admin_lg-0 {
    margin-left: 0 !important;
  }
  .ms-admin_lg-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-admin_lg-2 {
    margin-left: 0.625rem !important;
  }
  .ms-admin_lg-3 {
    margin-left: 0.9375rem !important;
  }
  .ms-admin_lg-4 {
    margin-left: 1.25rem !important;
  }
  .ms-admin_lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-admin_lg-6 {
    margin-left: 5rem !important;
  }
  .ms-admin_lg-7 {
    margin-left: 7.5rem !important;
  }
  .ms-admin_lg-auto {
    margin-left: auto !important;
  }
  .p-admin_lg-0 {
    padding: 0 !important;
  }
  .p-admin_lg-1 {
    padding: 0.3125rem !important;
  }
  .p-admin_lg-2 {
    padding: 0.625rem !important;
  }
  .p-admin_lg-3 {
    padding: 0.9375rem !important;
  }
  .p-admin_lg-4 {
    padding: 1.25rem !important;
  }
  .p-admin_lg-5 {
    padding: 2.5rem !important;
  }
  .p-admin_lg-6 {
    padding: 5rem !important;
  }
  .p-admin_lg-7 {
    padding: 7.5rem !important;
  }
  .px-admin_lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-admin_lg-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-admin_lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-admin_lg-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-admin_lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-admin_lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-admin_lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-admin_lg-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-admin_lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-admin_lg-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-admin_lg-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-admin_lg-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-admin_lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-admin_lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-admin_lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-admin_lg-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-admin_lg-0 {
    padding-top: 0 !important;
  }
  .pt-admin_lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-admin_lg-2 {
    padding-top: 0.625rem !important;
  }
  .pt-admin_lg-3 {
    padding-top: 0.9375rem !important;
  }
  .pt-admin_lg-4 {
    padding-top: 1.25rem !important;
  }
  .pt-admin_lg-5 {
    padding-top: 2.5rem !important;
  }
  .pt-admin_lg-6 {
    padding-top: 5rem !important;
  }
  .pt-admin_lg-7 {
    padding-top: 7.5rem !important;
  }
  .pe-admin_lg-0 {
    padding-right: 0 !important;
  }
  .pe-admin_lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-admin_lg-2 {
    padding-right: 0.625rem !important;
  }
  .pe-admin_lg-3 {
    padding-right: 0.9375rem !important;
  }
  .pe-admin_lg-4 {
    padding-right: 1.25rem !important;
  }
  .pe-admin_lg-5 {
    padding-right: 2.5rem !important;
  }
  .pe-admin_lg-6 {
    padding-right: 5rem !important;
  }
  .pe-admin_lg-7 {
    padding-right: 7.5rem !important;
  }
  .pb-admin_lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-admin_lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-admin_lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-admin_lg-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-admin_lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-admin_lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-admin_lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-admin_lg-7 {
    padding-bottom: 7.5rem !important;
  }
  .ps-admin_lg-0 {
    padding-left: 0 !important;
  }
  .ps-admin_lg-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-admin_lg-2 {
    padding-left: 0.625rem !important;
  }
  .ps-admin_lg-3 {
    padding-left: 0.9375rem !important;
  }
  .ps-admin_lg-4 {
    padding-left: 1.25rem !important;
  }
  .ps-admin_lg-5 {
    padding-left: 2.5rem !important;
  }
  .ps-admin_lg-6 {
    padding-left: 5rem !important;
  }
  .ps-admin_lg-7 {
    padding-left: 7.5rem !important;
  }
  .gap-admin_lg-0 {
    gap: 0 !important;
  }
  .gap-admin_lg-1 {
    gap: 0.3125rem !important;
  }
  .gap-admin_lg-2 {
    gap: 0.625rem !important;
  }
  .gap-admin_lg-3 {
    gap: 0.9375rem !important;
  }
  .gap-admin_lg-4 {
    gap: 1.25rem !important;
  }
  .gap-admin_lg-5 {
    gap: 2.5rem !important;
  }
  .gap-admin_lg-6 {
    gap: 5rem !important;
  }
  .gap-admin_lg-7 {
    gap: 7.5rem !important;
  }
  .row-gap-admin_lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-admin_lg-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-admin_lg-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-admin_lg-3 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-admin_lg-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-admin_lg-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-admin_lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-admin_lg-7 {
    row-gap: 7.5rem !important;
  }
  .column-gap-admin_lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-admin_lg-1 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-admin_lg-2 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-admin_lg-3 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-admin_lg-4 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-admin_lg-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-admin_lg-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-admin_lg-7 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .text-admin_lg-start {
    text-align: left !important;
  }
  .text-admin_lg-end {
    text-align: right !important;
  }
  .text-admin_lg-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 0.9375rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.9375rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.625rem !important;
  }
  .me-lg-3 {
    margin-right: 0.9375rem !important;
  }
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 7.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.9375rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 0.9375rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 7.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.9375rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.9375rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.9375rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.3125rem !important;
  }
  .gap-lg-2 {
    gap: 0.625rem !important;
  }
  .gap-lg-3 {
    gap: 0.9375rem !important;
  }
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 7.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 7.5rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1216px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 0.9375rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.9375rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xl-3 {
    margin-right: 0.9375rem !important;
  }
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xl-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.9375rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 0.9375rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 7.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.9375rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.9375rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.9375rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xl-2 {
    gap: 0.625rem !important;
  }
  .gap-xl-3 {
    gap: 0.9375rem !important;
  }
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 7.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 7.5rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.125rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2.125rem !important;
  }
  .fs-4 {
    font-size: 1.875rem !important;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.accordion {
  --wp--custom--accordion-color: var(--wp--custom--body-color);
  --wp--custom--accordion-bg: transparent;
  --wp--custom--accordion-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, border-radius 0.15s ease;
  --wp--custom--accordion-border-color: transparent;
  --wp--custom--accordion-border-width: 0;
  --wp--custom--accordion-border-radius: 0.625rem;
  --wp--custom--accordion-inner-border-radius: 0.625rem;
  --wp--custom--accordion-btn-padding-x: 1.25rem;
  --wp--custom--accordion-btn-padding-y: 1rem;
  --wp--custom--accordion-btn-color: var(--wp--custom--body-color);
  --wp--custom--accordion-btn-bg: var(--wp--custom--accordion-bg);
  --wp--custom--accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --wp--custom--accordion-btn-icon-width: 1.25rem;
  --wp--custom--accordion-btn-icon-transform: rotate(-180deg);
  --wp--custom--accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --wp--custom--accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --wp--custom--accordion-btn-focus-border-color: #899fc6;
  --wp--custom--accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
  --wp--custom--accordion-body-padding-x: 1.25rem;
  --wp--custom--accordion-body-padding-y: 1rem;
  --wp--custom--accordion-active-color: #ffffff;
  --wp--custom--accordion-active-bg: #123e8d;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--wp--custom--accordion-btn-padding-y) var(--wp--custom--accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--wp--custom--accordion-btn-color);
  text-align: left;
  background-color: var(--wp--custom--accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--wp--custom--accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--wp--custom--accordion-active-color);
  background-color: var(--wp--custom--accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--wp--custom--accordion-border-width)) 0 var(--wp--custom--accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--wp--custom--accordion-btn-active-icon);
  transform: var(--wp--custom--accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--wp--custom--accordion-btn-icon-width);
  height: var(--wp--custom--accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--wp--custom--accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--wp--custom--accordion-btn-icon-width);
  transition: var(--wp--custom--accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--wp--custom--accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--wp--custom--accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--wp--custom--accordion-color);
  background-color: var(--wp--custom--accordion-bg);
  border: var(--wp--custom--accordion-border-width) solid var(--wp--custom--accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--wp--custom--accordion-border-radius);
  border-top-right-radius: var(--wp--custom--accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--wp--custom--accordion-inner-border-radius);
  border-top-right-radius: var(--wp--custom--accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--wp--custom--accordion-border-radius);
  border-bottom-left-radius: var(--wp--custom--accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--wp--custom--accordion-inner-border-radius);
  border-bottom-left-radius: var(--wp--custom--accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--wp--custom--accordion-border-radius);
  border-bottom-left-radius: var(--wp--custom--accordion-border-radius);
}

.accordion-body {
  padding: var(--wp--custom--accordion-body-padding-y) var(--wp--custom--accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --wp--custom--accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23718bbb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --wp--custom--accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23718bbb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn, .page-template-resources .facetwp-load-more, .gform_button,
.gform_next_button,
.gform_previous_button,
.gform_save_link,
#gf_coupon_button.button {
  --wp--custom--btn-padding-x: 30px;
  --wp--custom--btn-padding-y: 11px;
  --wp--custom--btn-font-family: ;
  --wp--custom--btn-font-size: 1.25rem;
  --wp--custom--btn-font-weight: 400;
  --wp--custom--btn-line-height: 1.5;
  --wp--custom--btn-color: var(--wp--custom--body-color);
  --wp--custom--btn-bg: transparent;
  --wp--custom--btn-border-width: 2px;
  --wp--custom--btn-border-color: transparent;
  --wp--custom--btn-border-radius: 50px;
  --wp--custom--btn-hover-border-color: transparent;
  --wp--custom--btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --wp--custom--btn-disabled-opacity: 0.65;
  --wp--custom--btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--wp--custom--btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--wp--custom--btn-padding-y) var(--wp--custom--btn-padding-x);
  font-family: var(--wp--custom--btn-font-family);
  font-size: var(--wp--custom--btn-font-size);
  font-weight: var(--wp--custom--btn-font-weight);
  line-height: var(--wp--custom--btn-line-height);
  color: var(--wp--custom--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--wp--custom--btn-border-width) solid var(--wp--custom--btn-border-color);
  border-radius: var(--wp--custom--btn-border-radius);
  background-color: var(--wp--custom--btn-bg);
  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) {
  .btn, .page-template-resources .facetwp-load-more, .gform_button,
  .gform_next_button,
  .gform_previous_button,
  .gform_save_link,
  #gf_coupon_button.button {
    transition: none;
  }
}
.btn:hover, .page-template-resources .facetwp-load-more:hover, .gform_button:hover,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_save_link:hover,
#gf_coupon_button.button:hover {
  color: var(--wp--custom--btn-hover-color);
  background-color: var(--wp--custom--btn-hover-bg);
  border-color: var(--wp--custom--btn-hover-border-color);
}
.btn-check + .btn:hover, .page-template-resources .btn-check + .facetwp-load-more:hover, .btn-check + .gform_button:hover,
.btn-check + .gform_next_button:hover,
.btn-check + .gform_previous_button:hover,
.btn-check + .gform_save_link:hover,
.btn-check + #gf_coupon_button.button:hover {
  color: var(--wp--custom--btn-color);
  background-color: var(--wp--custom--btn-bg);
  border-color: var(--wp--custom--btn-border-color);
}
.btn.focus-visible, .page-template-resources .facetwp-load-more.focus-visible, .gform_button.focus-visible,
.gform_next_button.focus-visible,
.gform_previous_button.focus-visible,
.gform_save_link.focus-visible,
#gf_coupon_button.button.focus-visible {
  color: var(--wp--custom--btn-hover-color);
  background-color: var(--wp--custom--btn-hover-bg);
  border-color: var(--wp--custom--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--wp--custom--btn-focus-box-shadow);
}
.btn:focus-visible, .page-template-resources .facetwp-load-more:focus-visible, .gform_button:focus-visible,
.gform_next_button:focus-visible,
.gform_previous_button:focus-visible,
.gform_save_link:focus-visible,
#gf_coupon_button.button:focus-visible {
  color: var(--wp--custom--btn-hover-color);
  background-color: var(--wp--custom--btn-hover-bg);
  border-color: var(--wp--custom--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--wp--custom--btn-focus-box-shadow);
}
.btn-check.focus-visible + .btn, .page-template-resources .btn-check.focus-visible + .facetwp-load-more, .btn-check.focus-visible + .gform_button,
.btn-check.focus-visible + .gform_next_button,
.btn-check.focus-visible + .gform_previous_button,
.btn-check.focus-visible + .gform_save_link,
.btn-check.focus-visible + #gf_coupon_button.button {
  border-color: var(--wp--custom--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--wp--custom--btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .page-template-resources .btn-check:focus-visible + .facetwp-load-more, .btn-check:focus-visible + .gform_button,
.btn-check:focus-visible + .gform_next_button,
.btn-check:focus-visible + .gform_previous_button,
.btn-check:focus-visible + .gform_save_link,
.btn-check:focus-visible + #gf_coupon_button.button {
  border-color: var(--wp--custom--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--wp--custom--btn-focus-box-shadow);
}
.btn-check:checked + .btn, .page-template-resources .btn-check:checked + .facetwp-load-more, .btn-check:checked + .gform_button,
.btn-check:checked + .gform_next_button,
.btn-check:checked + .gform_previous_button,
.btn-check:checked + .gform_save_link,
.btn-check:checked + #gf_coupon_button.button, :not(.btn-check) + .btn:active, .page-template-resources :not(.btn-check) + .facetwp-load-more:active, :not(.btn-check) + .gform_button:active,
:not(.btn-check) + .gform_next_button:active,
:not(.btn-check) + .gform_previous_button:active,
:not(.btn-check) + .gform_save_link:active,
:not(.btn-check) + #gf_coupon_button.button:active, .btn:first-child:active, .page-template-resources .facetwp-load-more:first-child:active, .gform_button:first-child:active,
.gform_next_button:first-child:active,
.gform_previous_button:first-child:active,
.gform_save_link:first-child:active,
#gf_coupon_button.button:first-child:active, .btn.active, .page-template-resources .active.facetwp-load-more, .active.gform_button,
.active.gform_next_button,
.active.gform_previous_button,
.active.gform_save_link,
.active#gf_coupon_button.button, .btn.show, .page-template-resources .show.facetwp-load-more, .show.gform_button,
.show.gform_next_button,
.show.gform_previous_button,
.show.gform_save_link,
.show#gf_coupon_button.button {
  color: var(--wp--custom--btn-active-color);
  background-color: var(--wp--custom--btn-active-bg);
  border-color: var(--wp--custom--btn-active-border-color);
}
.btn-check:checked + .btn.focus-visible, .page-template-resources .btn-check:checked + .facetwp-load-more.focus-visible, .btn-check:checked + .gform_button.focus-visible,
.btn-check:checked + .gform_next_button.focus-visible,
.btn-check:checked + .gform_previous_button.focus-visible,
.btn-check:checked + .gform_save_link.focus-visible,
.btn-check:checked + #gf_coupon_button.button.focus-visible, :not(.btn-check) + .btn:active.focus-visible, .page-template-resources :not(.btn-check) + .facetwp-load-more:active.focus-visible, :not(.btn-check) + .gform_button:active.focus-visible,
:not(.btn-check) + .gform_next_button:active.focus-visible,
:not(.btn-check) + .gform_previous_button:active.focus-visible,
:not(.btn-check) + .gform_save_link:active.focus-visible,
:not(.btn-check) + #gf_coupon_button.button:active.focus-visible, .btn:first-child:active.focus-visible, .page-template-resources .facetwp-load-more:first-child:active.focus-visible, .gform_button:first-child:active.focus-visible,
.gform_next_button:first-child:active.focus-visible,
.gform_previous_button:first-child:active.focus-visible,
.gform_save_link:first-child:active.focus-visible,
#gf_coupon_button.button:first-child:active.focus-visible, .btn.active.focus-visible, .page-template-resources .active.facetwp-load-more.focus-visible, .active.gform_button.focus-visible,
.active.gform_next_button.focus-visible,
.active.gform_previous_button.focus-visible,
.active.gform_save_link.focus-visible,
.active#gf_coupon_button.button.focus-visible, .btn.show.focus-visible, .page-template-resources .show.facetwp-load-more.focus-visible, .show.gform_button.focus-visible,
.show.gform_next_button.focus-visible,
.show.gform_previous_button.focus-visible,
.show.gform_save_link.focus-visible,
.show#gf_coupon_button.button.focus-visible {
  box-shadow: var(--wp--custom--btn-focus-box-shadow);
}
.btn-check:checked + .btn:focus-visible, .page-template-resources .btn-check:checked + .facetwp-load-more:focus-visible, .btn-check:checked + .gform_button:focus-visible,
.btn-check:checked + .gform_next_button:focus-visible,
.btn-check:checked + .gform_previous_button:focus-visible,
.btn-check:checked + .gform_save_link:focus-visible,
.btn-check:checked + #gf_coupon_button.button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .page-template-resources :not(.btn-check) + .facetwp-load-more:active:focus-visible, :not(.btn-check) + .gform_button:active:focus-visible,
:not(.btn-check) + .gform_next_button:active:focus-visible,
:not(.btn-check) + .gform_previous_button:active:focus-visible,
:not(.btn-check) + .gform_save_link:active:focus-visible,
:not(.btn-check) + #gf_coupon_button.button:active:focus-visible, .btn:first-child:active:focus-visible, .page-template-resources .facetwp-load-more:first-child:active:focus-visible, .gform_button:first-child:active:focus-visible,
.gform_next_button:first-child:active:focus-visible,
.gform_previous_button:first-child:active:focus-visible,
.gform_save_link:first-child:active:focus-visible,
#gf_coupon_button.button:first-child:active:focus-visible, .btn.active:focus-visible, .page-template-resources .active.facetwp-load-more:focus-visible, .active.gform_button:focus-visible,
.active.gform_next_button:focus-visible,
.active.gform_previous_button:focus-visible,
.active.gform_save_link:focus-visible,
.active#gf_coupon_button.button:focus-visible, .btn.show:focus-visible, .page-template-resources .show.facetwp-load-more:focus-visible, .show.gform_button:focus-visible,
.show.gform_next_button:focus-visible,
.show.gform_previous_button:focus-visible,
.show.gform_save_link:focus-visible,
.show#gf_coupon_button.button:focus-visible {
  box-shadow: var(--wp--custom--btn-focus-box-shadow);
}
.btn:disabled, .page-template-resources .facetwp-load-more:disabled, .gform_button:disabled,
.gform_next_button:disabled,
.gform_previous_button:disabled,
.gform_save_link:disabled,
#gf_coupon_button.button:disabled, .btn.disabled, .page-template-resources .disabled.facetwp-load-more, .disabled.gform_button,
.disabled.gform_next_button,
.disabled.gform_previous_button,
.disabled.gform_save_link,
.disabled#gf_coupon_button.button, fieldset:disabled .btn, fieldset:disabled .page-template-resources .facetwp-load-more, .page-template-resources fieldset:disabled .facetwp-load-more, fieldset:disabled .gform_button,
fieldset:disabled .gform_next_button,
fieldset:disabled .gform_previous_button,
fieldset:disabled .gform_save_link,
fieldset:disabled #gf_coupon_button.button {
  color: var(--wp--custom--btn-disabled-color);
  pointer-events: none;
  background-color: var(--wp--custom--btn-disabled-bg);
  border-color: var(--wp--custom--btn-disabled-border-color);
  opacity: var(--wp--custom--btn-disabled-opacity);
}

.btn-primary, .page-template-resources .facetwp-load-more {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #123e8d;
  --wp--custom--btn-border-color: #123e8d;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #0f3578;
  --wp--custom--btn-hover-border-color: #0e3271;
  --wp--custom--btn-focus-shadow-rgb: 54, 91, 158;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #0e3271;
  --wp--custom--btn-active-border-color: #0e2f6a;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #123e8d;
  --wp--custom--btn-disabled-border-color: #123e8d;
}

.btn-lms {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #5ac1e2;
  --wp--custom--btn-border-color: #5ac1e2;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #73cae6;
  --wp--custom--btn-hover-border-color: #6bc7e5;
  --wp--custom--btn-focus-shadow-rgb: 77, 164, 192;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #7bcde8;
  --wp--custom--btn-active-border-color: #6bc7e5;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #5ac1e2;
  --wp--custom--btn-disabled-border-color: #5ac1e2;
}

.btn-secondary {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #005bff;
  --wp--custom--btn-border-color: #005bff;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #004dd9;
  --wp--custom--btn-hover-border-color: #0049cc;
  --wp--custom--btn-focus-shadow-rgb: 38, 116, 255;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #0049cc;
  --wp--custom--btn-active-border-color: #0044bf;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #005bff;
  --wp--custom--btn-disabled-border-color: #005bff;
}

.btn-success {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #2799bd;
  --wp--custom--btn-border-color: #2799bd;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #47a8c7;
  --wp--custom--btn-hover-border-color: #3da3c4;
  --wp--custom--btn-focus-shadow-rgb: 33, 130, 161;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #52adca;
  --wp--custom--btn-active-border-color: #3da3c4;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #2799bd;
  --wp--custom--btn-disabled-border-color: #2799bd;
}

.btn-info {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #005bff;
  --wp--custom--btn-border-color: #005bff;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #004dd9;
  --wp--custom--btn-hover-border-color: #0049cc;
  --wp--custom--btn-focus-shadow-rgb: 38, 116, 255;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #0049cc;
  --wp--custom--btn-active-border-color: #0044bf;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #005bff;
  --wp--custom--btn-disabled-border-color: #005bff;
}

.btn-warning {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #af2a30;
  --wp--custom--btn-border-color: #af2a30;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #952429;
  --wp--custom--btn-hover-border-color: #8c2226;
  --wp--custom--btn-focus-shadow-rgb: 187, 74, 79;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #8c2226;
  --wp--custom--btn-active-border-color: #832024;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #af2a30;
  --wp--custom--btn-disabled-border-color: #af2a30;
}

.btn-danger {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #af2a30;
  --wp--custom--btn-border-color: #af2a30;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #952429;
  --wp--custom--btn-hover-border-color: #8c2226;
  --wp--custom--btn-focus-shadow-rgb: 187, 74, 79;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #8c2226;
  --wp--custom--btn-active-border-color: #832024;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #af2a30;
  --wp--custom--btn-disabled-border-color: #af2a30;
}

.btn-light {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #ffffff;
  --wp--custom--btn-border-color: #ffffff;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #d9d9d9;
  --wp--custom--btn-hover-border-color: #cccccc;
  --wp--custom--btn-focus-shadow-rgb: 217, 217, 217;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #cccccc;
  --wp--custom--btn-active-border-color: #bfbfbf;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #ffffff;
  --wp--custom--btn-disabled-border-color: #ffffff;
}

.btn-dark {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #000000;
  --wp--custom--btn-border-color: #000000;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #262626;
  --wp--custom--btn-hover-border-color: #1a1a1a;
  --wp--custom--btn-focus-shadow-rgb: 38, 38, 38;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #333333;
  --wp--custom--btn-active-border-color: #1a1a1a;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #000000;
  --wp--custom--btn-disabled-border-color: #000000;
}

.btn-blue-darker {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #0c2859;
  --wp--custom--btn-border-color: #0c2859;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #0a224c;
  --wp--custom--btn-hover-border-color: #0a2047;
  --wp--custom--btn-focus-shadow-rgb: 48, 72, 114;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #0a2047;
  --wp--custom--btn-active-border-color: #091e43;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #0c2859;
  --wp--custom--btn-disabled-border-color: #0c2859;
}

.btn-cyan {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #2799bd;
  --wp--custom--btn-border-color: #2799bd;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #47a8c7;
  --wp--custom--btn-hover-border-color: #3da3c4;
  --wp--custom--btn-focus-shadow-rgb: 33, 130, 161;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #52adca;
  --wp--custom--btn-active-border-color: #3da3c4;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #2799bd;
  --wp--custom--btn-disabled-border-color: #2799bd;
}

.btn-teal {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #5ac1e2;
  --wp--custom--btn-border-color: #5ac1e2;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #73cae6;
  --wp--custom--btn-hover-border-color: #6bc7e5;
  --wp--custom--btn-focus-shadow-rgb: 77, 164, 192;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #7bcde8;
  --wp--custom--btn-active-border-color: #6bc7e5;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #5ac1e2;
  --wp--custom--btn-disabled-border-color: #5ac1e2;
}

.btn-blue-light {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #d7e3f9;
  --wp--custom--btn-border-color: #d7e3f9;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #dde7fa;
  --wp--custom--btn-hover-border-color: #dbe6fa;
  --wp--custom--btn-focus-shadow-rgb: 183, 193, 212;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #dfe9fa;
  --wp--custom--btn-active-border-color: #dbe6fa;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #d7e3f9;
  --wp--custom--btn-disabled-border-color: #d7e3f9;
}

.btn-blue-lighter {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #e2ecff;
  --wp--custom--btn-border-color: #e2ecff;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #e6efff;
  --wp--custom--btn-hover-border-color: #e5eeff;
  --wp--custom--btn-focus-shadow-rgb: 192, 201, 217;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #e8f0ff;
  --wp--custom--btn-active-border-color: #e5eeff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #e2ecff;
  --wp--custom--btn-disabled-border-color: #e2ecff;
}

.btn-blue-lightest {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #f5f8ff;
  --wp--custom--btn-border-color: #f5f8ff;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #f7f9ff;
  --wp--custom--btn-hover-border-color: #f6f9ff;
  --wp--custom--btn-focus-shadow-rgb: 208, 211, 217;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #f7f9ff;
  --wp--custom--btn-active-border-color: #f6f9ff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #f5f8ff;
  --wp--custom--btn-disabled-border-color: #f5f8ff;
}

.btn-gold-dark {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #916e05;
  --wp--custom--btn-border-color: #916e05;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #7b5e04;
  --wp--custom--btn-hover-border-color: #745804;
  --wp--custom--btn-focus-shadow-rgb: 162, 132, 43;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #745804;
  --wp--custom--btn-active-border-color: #6d5304;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #916e05;
  --wp--custom--btn-disabled-border-color: #916e05;
}

.btn-gold {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-bg: #bd9a27;
  --wp--custom--btn-border-color: #bd9a27;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #c7a947;
  --wp--custom--btn-hover-border-color: #c4a43d;
  --wp--custom--btn-focus-shadow-rgb: 161, 131, 33;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #caae52;
  --wp--custom--btn-active-border-color: #c4a43d;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: #bd9a27;
  --wp--custom--btn-disabled-border-color: #bd9a27;
}

.btn-outline-primary {
  --wp--custom--btn-color: #123e8d;
  --wp--custom--btn-border-color: #123e8d;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #123e8d;
  --wp--custom--btn-hover-border-color: #123e8d;
  --wp--custom--btn-focus-shadow-rgb: 18, 62, 141;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #123e8d;
  --wp--custom--btn-active-border-color: #123e8d;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #123e8d;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #123e8d;
  --wp--custom--gradient: none;
}

.btn-outline-lms {
  --wp--custom--btn-color: #5ac1e2;
  --wp--custom--btn-border-color: #5ac1e2;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #5ac1e2;
  --wp--custom--btn-hover-border-color: #5ac1e2;
  --wp--custom--btn-focus-shadow-rgb: 90, 193, 226;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #5ac1e2;
  --wp--custom--btn-active-border-color: #5ac1e2;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #5ac1e2;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #5ac1e2;
  --wp--custom--gradient: none;
}

.btn-outline-secondary {
  --wp--custom--btn-color: #005bff;
  --wp--custom--btn-border-color: #005bff;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #005bff;
  --wp--custom--btn-hover-border-color: #005bff;
  --wp--custom--btn-focus-shadow-rgb: 0, 91, 255;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #005bff;
  --wp--custom--btn-active-border-color: #005bff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #005bff;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #005bff;
  --wp--custom--gradient: none;
}

.btn-outline-success {
  --wp--custom--btn-color: #2799bd;
  --wp--custom--btn-border-color: #2799bd;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #2799bd;
  --wp--custom--btn-hover-border-color: #2799bd;
  --wp--custom--btn-focus-shadow-rgb: 39, 153, 189;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #2799bd;
  --wp--custom--btn-active-border-color: #2799bd;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #2799bd;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #2799bd;
  --wp--custom--gradient: none;
}

.btn-outline-info {
  --wp--custom--btn-color: #005bff;
  --wp--custom--btn-border-color: #005bff;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #005bff;
  --wp--custom--btn-hover-border-color: #005bff;
  --wp--custom--btn-focus-shadow-rgb: 0, 91, 255;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #005bff;
  --wp--custom--btn-active-border-color: #005bff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #005bff;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #005bff;
  --wp--custom--gradient: none;
}

.btn-outline-warning {
  --wp--custom--btn-color: #af2a30;
  --wp--custom--btn-border-color: #af2a30;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #af2a30;
  --wp--custom--btn-hover-border-color: #af2a30;
  --wp--custom--btn-focus-shadow-rgb: 175, 42, 48;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #af2a30;
  --wp--custom--btn-active-border-color: #af2a30;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #af2a30;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #af2a30;
  --wp--custom--gradient: none;
}

.btn-outline-danger {
  --wp--custom--btn-color: #af2a30;
  --wp--custom--btn-border-color: #af2a30;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #af2a30;
  --wp--custom--btn-hover-border-color: #af2a30;
  --wp--custom--btn-focus-shadow-rgb: 175, 42, 48;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #af2a30;
  --wp--custom--btn-active-border-color: #af2a30;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #af2a30;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #af2a30;
  --wp--custom--gradient: none;
}

.btn-outline-light {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-border-color: #ffffff;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #ffffff;
  --wp--custom--btn-hover-border-color: #ffffff;
  --wp--custom--btn-focus-shadow-rgb: 255, 255, 255;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #ffffff;
  --wp--custom--btn-active-border-color: #ffffff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #ffffff;
  --wp--custom--gradient: none;
}

.btn-outline-dark {
  --wp--custom--btn-color: #000000;
  --wp--custom--btn-border-color: #000000;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #000000;
  --wp--custom--btn-hover-border-color: #000000;
  --wp--custom--btn-focus-shadow-rgb: 0, 0, 0;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #000000;
  --wp--custom--btn-active-border-color: #000000;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #000000;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #000000;
  --wp--custom--gradient: none;
}

.btn-outline-blue-darker {
  --wp--custom--btn-color: #0c2859;
  --wp--custom--btn-border-color: #0c2859;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #0c2859;
  --wp--custom--btn-hover-border-color: #0c2859;
  --wp--custom--btn-focus-shadow-rgb: 12, 40, 89;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #0c2859;
  --wp--custom--btn-active-border-color: #0c2859;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #0c2859;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #0c2859;
  --wp--custom--gradient: none;
}

.btn-outline-cyan {
  --wp--custom--btn-color: #2799bd;
  --wp--custom--btn-border-color: #2799bd;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #2799bd;
  --wp--custom--btn-hover-border-color: #2799bd;
  --wp--custom--btn-focus-shadow-rgb: 39, 153, 189;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #2799bd;
  --wp--custom--btn-active-border-color: #2799bd;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #2799bd;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #2799bd;
  --wp--custom--gradient: none;
}

.btn-outline-teal {
  --wp--custom--btn-color: #5ac1e2;
  --wp--custom--btn-border-color: #5ac1e2;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #5ac1e2;
  --wp--custom--btn-hover-border-color: #5ac1e2;
  --wp--custom--btn-focus-shadow-rgb: 90, 193, 226;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #5ac1e2;
  --wp--custom--btn-active-border-color: #5ac1e2;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #5ac1e2;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #5ac1e2;
  --wp--custom--gradient: none;
}

.btn-outline-blue-light {
  --wp--custom--btn-color: #d7e3f9;
  --wp--custom--btn-border-color: #d7e3f9;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #d7e3f9;
  --wp--custom--btn-hover-border-color: #d7e3f9;
  --wp--custom--btn-focus-shadow-rgb: 215, 227, 249;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #d7e3f9;
  --wp--custom--btn-active-border-color: #d7e3f9;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #d7e3f9;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #d7e3f9;
  --wp--custom--gradient: none;
}

.btn-outline-blue-lighter {
  --wp--custom--btn-color: #e2ecff;
  --wp--custom--btn-border-color: #e2ecff;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #e2ecff;
  --wp--custom--btn-hover-border-color: #e2ecff;
  --wp--custom--btn-focus-shadow-rgb: 226, 236, 255;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #e2ecff;
  --wp--custom--btn-active-border-color: #e2ecff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #e2ecff;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #e2ecff;
  --wp--custom--gradient: none;
}

.btn-outline-blue-lightest {
  --wp--custom--btn-color: #f5f8ff;
  --wp--custom--btn-border-color: #f5f8ff;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #f5f8ff;
  --wp--custom--btn-hover-border-color: #f5f8ff;
  --wp--custom--btn-focus-shadow-rgb: 245, 248, 255;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #f5f8ff;
  --wp--custom--btn-active-border-color: #f5f8ff;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #f5f8ff;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #f5f8ff;
  --wp--custom--gradient: none;
}

.btn-outline-gold-dark {
  --wp--custom--btn-color: #916e05;
  --wp--custom--btn-border-color: #916e05;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #916e05;
  --wp--custom--btn-hover-border-color: #916e05;
  --wp--custom--btn-focus-shadow-rgb: 145, 110, 5;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #916e05;
  --wp--custom--btn-active-border-color: #916e05;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #916e05;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #916e05;
  --wp--custom--gradient: none;
}

.btn-outline-gold {
  --wp--custom--btn-color: #bd9a27;
  --wp--custom--btn-border-color: #bd9a27;
  --wp--custom--btn-hover-color: #000000;
  --wp--custom--btn-hover-bg: #bd9a27;
  --wp--custom--btn-hover-border-color: #bd9a27;
  --wp--custom--btn-focus-shadow-rgb: 189, 154, 39;
  --wp--custom--btn-active-color: #000000;
  --wp--custom--btn-active-bg: #bd9a27;
  --wp--custom--btn-active-border-color: #bd9a27;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #bd9a27;
  --wp--custom--btn-disabled-bg: transparent;
  --wp--custom--btn-disabled-border-color: #bd9a27;
  --wp--custom--gradient: none;
}

.btn-link {
  --wp--custom--btn-font-weight: 400;
  --wp--custom--btn-color: var(--wp--custom--link-color);
  --wp--custom--btn-bg: transparent;
  --wp--custom--btn-border-color: transparent;
  --wp--custom--btn-hover-color: var(--wp--custom--link-hover-color);
  --wp--custom--btn-hover-border-color: transparent;
  --wp--custom--btn-active-color: var(--wp--custom--link-hover-color);
  --wp--custom--btn-active-border-color: transparent;
  --wp--custom--btn-disabled-color: #6c757d;
  --wp--custom--btn-disabled-border-color: transparent;
  --wp--custom--btn-box-shadow: 0 0 0 #000;
  --wp--custom--btn-focus-shadow-rgb: 54, 91, 158;
  text-decoration: underline;
}
.btn-link.focus-visible {
  color: var(--wp--custom--btn-color);
}
.btn-link:focus-visible {
  color: var(--wp--custom--btn-color);
}
.btn-link:hover {
  color: var(--wp--custom--btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .page-template-resources .btn-group-lg > .facetwp-load-more, .btn-group-lg > .gform_button,
.btn-group-lg > .gform_next_button,
.btn-group-lg > .gform_previous_button,
.btn-group-lg > .gform_save_link,
.btn-group-lg > #gf_coupon_button.button {
  --wp--custom--btn-padding-y: 0.5rem;
  --wp--custom--btn-padding-x: 1rem;
  --wp--custom--btn-font-size: 1.25rem;
  --wp--custom--btn-border-radius: 50px;
}

.btn-sm, .btn-group-sm > .btn, .page-template-resources .btn-group-sm > .facetwp-load-more, .btn-group-sm > .gform_button,
.btn-group-sm > .gform_next_button,
.btn-group-sm > .gform_previous_button,
.btn-group-sm > .gform_save_link,
.btn-group-sm > #gf_coupon_button.button {
  --wp--custom--btn-padding-y: 0.25rem;
  --wp--custom--btn-padding-x: 0.5rem;
  --wp--custom--btn-font-size: 0.875rem;
  --wp--custom--btn-border-radius: 50px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .page-template-resources .btn-group > .facetwp-load-more, .btn-group > .gform_button,
.btn-group > .gform_next_button,
.btn-group > .gform_previous_button,
.btn-group > .gform_save_link,
.btn-group > #gf_coupon_button.button,
.btn-group-vertical > .btn,
.page-template-resources .btn-group-vertical > .facetwp-load-more,
.btn-group-vertical > .gform_button,
.btn-group-vertical > .gform_next_button,
.btn-group-vertical > .gform_previous_button,
.btn-group-vertical > .gform_save_link,
.btn-group-vertical > #gf_coupon_button.button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .page-template-resources .btn-group > .btn-check:checked + .facetwp-load-more, .btn-group > .btn-check:checked + .gform_button,
.btn-group > .btn-check:checked + .gform_next_button,
.btn-group > .btn-check:checked + .gform_previous_button,
.btn-group > .btn-check:checked + .gform_save_link,
.btn-group > .btn-check:checked + #gf_coupon_button.button,
.btn-group > .btn-check:focus + .btn,
.page-template-resources .btn-group > .btn-check:focus + .facetwp-load-more,
.btn-group > .btn-check:focus + .gform_button,
.btn-group > .btn-check:focus + .gform_next_button,
.btn-group > .btn-check:focus + .gform_previous_button,
.btn-group > .btn-check:focus + .gform_save_link,
.btn-group > .btn-check:focus + #gf_coupon_button.button,
.btn-group > .btn:hover,
.page-template-resources .btn-group > .facetwp-load-more:hover,
.btn-group > .gform_button:hover,
.btn-group > .gform_next_button:hover,
.btn-group > .gform_previous_button:hover,
.btn-group > .gform_save_link:hover,
.btn-group > #gf_coupon_button.button:hover,
.btn-group > .btn:focus,
.page-template-resources .btn-group > .facetwp-load-more:focus,
.btn-group > .gform_button:focus,
.btn-group > .gform_next_button:focus,
.btn-group > .gform_previous_button:focus,
.btn-group > .gform_save_link:focus,
.btn-group > #gf_coupon_button.button:focus,
.btn-group > .btn:active,
.page-template-resources .btn-group > .facetwp-load-more:active,
.btn-group > .gform_button:active,
.btn-group > .gform_next_button:active,
.btn-group > .gform_previous_button:active,
.btn-group > .gform_save_link:active,
.btn-group > #gf_coupon_button.button:active,
.btn-group > .btn.active,
.page-template-resources .btn-group > .active.facetwp-load-more,
.btn-group > .active.gform_button,
.btn-group > .active.gform_next_button,
.btn-group > .active.gform_previous_button,
.btn-group > .active.gform_save_link,
.btn-group > .active#gf_coupon_button.button,
.btn-group-vertical > .btn-check:checked + .btn,
.page-template-resources .btn-group-vertical > .btn-check:checked + .facetwp-load-more,
.btn-group-vertical > .btn-check:checked + .gform_button,
.btn-group-vertical > .btn-check:checked + .gform_next_button,
.btn-group-vertical > .btn-check:checked + .gform_previous_button,
.btn-group-vertical > .btn-check:checked + .gform_save_link,
.btn-group-vertical > .btn-check:checked + #gf_coupon_button.button,
.btn-group-vertical > .btn-check:focus + .btn,
.page-template-resources .btn-group-vertical > .btn-check:focus + .facetwp-load-more,
.btn-group-vertical > .btn-check:focus + .gform_button,
.btn-group-vertical > .btn-check:focus + .gform_next_button,
.btn-group-vertical > .btn-check:focus + .gform_previous_button,
.btn-group-vertical > .btn-check:focus + .gform_save_link,
.btn-group-vertical > .btn-check:focus + #gf_coupon_button.button,
.btn-group-vertical > .btn:hover,
.page-template-resources .btn-group-vertical > .facetwp-load-more:hover,
.btn-group-vertical > .gform_button:hover,
.btn-group-vertical > .gform_next_button:hover,
.btn-group-vertical > .gform_previous_button:hover,
.btn-group-vertical > .gform_save_link:hover,
.btn-group-vertical > #gf_coupon_button.button:hover,
.btn-group-vertical > .btn:focus,
.page-template-resources .btn-group-vertical > .facetwp-load-more:focus,
.btn-group-vertical > .gform_button:focus,
.btn-group-vertical > .gform_next_button:focus,
.btn-group-vertical > .gform_previous_button:focus,
.btn-group-vertical > .gform_save_link:focus,
.btn-group-vertical > #gf_coupon_button.button:focus,
.btn-group-vertical > .btn:active,
.page-template-resources .btn-group-vertical > .facetwp-load-more:active,
.btn-group-vertical > .gform_button:active,
.btn-group-vertical > .gform_next_button:active,
.btn-group-vertical > .gform_previous_button:active,
.btn-group-vertical > .gform_save_link:active,
.btn-group-vertical > #gf_coupon_button.button:active,
.btn-group-vertical > .btn.active,
.page-template-resources .btn-group-vertical > .active.facetwp-load-more,
.btn-group-vertical > .active.gform_button,
.btn-group-vertical > .active.gform_next_button,
.btn-group-vertical > .active.gform_previous_button,
.btn-group-vertical > .active.gform_save_link,
.btn-group-vertical > .active#gf_coupon_button.button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 50px;
}
.btn-group > :not(.btn-check:first-child) + .btn, .page-template-resources .btn-group > :not(.btn-check:first-child) + .facetwp-load-more, .btn-group > :not(.btn-check:first-child) + .gform_button,
.btn-group > :not(.btn-check:first-child) + .gform_next_button,
.btn-group > :not(.btn-check:first-child) + .gform_previous_button,
.btn-group > :not(.btn-check:first-child) + .gform_save_link,
.btn-group > :not(.btn-check:first-child) + #gf_coupon_button.button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(2px * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .page-template-resources .btn-group > .facetwp-load-more:not(:last-child):not(.dropdown-toggle), .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_next_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_previous_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .gform_save_link:not(:last-child):not(.dropdown-toggle),
.btn-group > #gf_coupon_button.button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.page-template-resources .btn-group > .dropdown-toggle-split.facetwp-load-more:first-child,
.btn-group > .dropdown-toggle-split.gform_button:first-child,
.btn-group > .dropdown-toggle-split.gform_next_button:first-child,
.btn-group > .dropdown-toggle-split.gform_previous_button:first-child,
.btn-group > .dropdown-toggle-split.gform_save_link:first-child,
.btn-group > .dropdown-toggle-split#gf_coupon_button.button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.page-template-resources .btn-group > .btn-group:not(:last-child) > .facetwp-load-more,
.btn-group > .btn-group:not(:last-child) > .gform_button,
.btn-group > .btn-group:not(:last-child) > .gform_next_button,
.btn-group > .btn-group:not(:last-child) > .gform_previous_button,
.btn-group > .btn-group:not(:last-child) > .gform_save_link,
.btn-group > .btn-group:not(:last-child) > #gf_coupon_button.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .page-template-resources .btn-group > .facetwp-load-more:nth-child(n+3), .btn-group > .gform_button:nth-child(n+3),
.btn-group > .gform_next_button:nth-child(n+3),
.btn-group > .gform_previous_button:nth-child(n+3),
.btn-group > .gform_save_link:nth-child(n+3),
.btn-group > #gf_coupon_button.button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.page-template-resources .btn-group > :not(.btn-check) + .facetwp-load-more,
.btn-group > :not(.btn-check) + .gform_button,
.btn-group > :not(.btn-check) + .gform_next_button,
.btn-group > :not(.btn-check) + .gform_previous_button,
.btn-group > :not(.btn-check) + .gform_save_link,
.btn-group > :not(.btn-check) + #gf_coupon_button.button,
.btn-group > .btn-group:not(:first-child) > .btn,
.page-template-resources .btn-group > .btn-group:not(:first-child) > .facetwp-load-more,
.btn-group > .btn-group:not(:first-child) > .gform_button,
.btn-group > .btn-group:not(:first-child) > .gform_next_button,
.btn-group > .btn-group:not(:first-child) > .gform_previous_button,
.btn-group > .btn-group:not(:first-child) > .gform_save_link,
.btn-group > .btn-group:not(:first-child) > #gf_coupon_button.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 22.5px;
  padding-left: 22.5px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .page-template-resources .btn-group-sm > .facetwp-load-more + .dropdown-toggle-split, .btn-group-sm > .gform_button + .dropdown-toggle-split,
.btn-group-sm > .gform_next_button + .dropdown-toggle-split,
.btn-group-sm > .gform_previous_button + .dropdown-toggle-split,
.btn-group-sm > .gform_save_link + .dropdown-toggle-split,
.btn-group-sm > #gf_coupon_button.button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .page-template-resources .btn-group-lg > .facetwp-load-more + .dropdown-toggle-split, .btn-group-lg > .gform_button + .dropdown-toggle-split,
.btn-group-lg > .gform_next_button + .dropdown-toggle-split,
.btn-group-lg > .gform_previous_button + .dropdown-toggle-split,
.btn-group-lg > .gform_save_link + .dropdown-toggle-split,
.btn-group-lg > #gf_coupon_button.button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .page-template-resources .btn-group-vertical > .facetwp-load-more, .btn-group-vertical > .gform_button,
.btn-group-vertical > .gform_next_button,
.btn-group-vertical > .gform_previous_button,
.btn-group-vertical > .gform_save_link,
.btn-group-vertical > #gf_coupon_button.button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .page-template-resources .btn-group-vertical > .facetwp-load-more:not(:first-child), .btn-group-vertical > .gform_button:not(:first-child),
.btn-group-vertical > .gform_next_button:not(:first-child),
.btn-group-vertical > .gform_previous_button:not(:first-child),
.btn-group-vertical > .gform_save_link:not(:first-child),
.btn-group-vertical > #gf_coupon_button.button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(2px * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .page-template-resources .btn-group-vertical > .facetwp-load-more:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .gform_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .gform_next_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .gform_previous_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .gform_save_link:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > #gf_coupon_button.button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.page-template-resources .btn-group-vertical > .btn-group:not(:last-child) > .facetwp-load-more,
.btn-group-vertical > .btn-group:not(:last-child) > .gform_button,
.btn-group-vertical > .btn-group:not(:last-child) > .gform_next_button,
.btn-group-vertical > .btn-group:not(:last-child) > .gform_previous_button,
.btn-group-vertical > .btn-group:not(:last-child) > .gform_save_link,
.btn-group-vertical > .btn-group:not(:last-child) > #gf_coupon_button.button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .page-template-resources .btn-group-vertical > .facetwp-load-more ~ .btn, .page-template-resources .btn-group-vertical > .btn ~ .facetwp-load-more, .page-template-resources .btn-group-vertical > .facetwp-load-more ~ .facetwp-load-more, .btn-group-vertical > .gform_button ~ .btn, .page-template-resources .btn-group-vertical > .gform_button ~ .facetwp-load-more,
.btn-group-vertical > .gform_next_button ~ .btn,
.page-template-resources .btn-group-vertical > .gform_next_button ~ .facetwp-load-more,
.btn-group-vertical > .gform_previous_button ~ .btn,
.page-template-resources .btn-group-vertical > .gform_previous_button ~ .facetwp-load-more,
.btn-group-vertical > .gform_save_link ~ .btn,
.page-template-resources .btn-group-vertical > .gform_save_link ~ .facetwp-load-more,
.btn-group-vertical > #gf_coupon_button.button ~ .btn,
.page-template-resources .btn-group-vertical > #gf_coupon_button.button ~ .facetwp-load-more, .btn-group-vertical > .btn ~ .gform_button, .page-template-resources .btn-group-vertical > .facetwp-load-more ~ .gform_button, .btn-group-vertical > .gform_button ~ .gform_button,
.btn-group-vertical > .gform_next_button ~ .gform_button,
.btn-group-vertical > .gform_previous_button ~ .gform_button,
.btn-group-vertical > .gform_save_link ~ .gform_button,
.btn-group-vertical > #gf_coupon_button.button ~ .gform_button,
.btn-group-vertical > .btn ~ .gform_next_button,
.page-template-resources .btn-group-vertical > .facetwp-load-more ~ .gform_next_button,
.btn-group-vertical > .gform_button ~ .gform_next_button,
.btn-group-vertical > .gform_next_button ~ .gform_next_button,
.btn-group-vertical > .gform_previous_button ~ .gform_next_button,
.btn-group-vertical > .gform_save_link ~ .gform_next_button,
.btn-group-vertical > #gf_coupon_button.button ~ .gform_next_button,
.btn-group-vertical > .btn ~ .gform_previous_button,
.page-template-resources .btn-group-vertical > .facetwp-load-more ~ .gform_previous_button,
.btn-group-vertical > .gform_button ~ .gform_previous_button,
.btn-group-vertical > .gform_next_button ~ .gform_previous_button,
.btn-group-vertical > .gform_previous_button ~ .gform_previous_button,
.btn-group-vertical > .gform_save_link ~ .gform_previous_button,
.btn-group-vertical > #gf_coupon_button.button ~ .gform_previous_button,
.btn-group-vertical > .btn ~ .gform_save_link,
.page-template-resources .btn-group-vertical > .facetwp-load-more ~ .gform_save_link,
.btn-group-vertical > .gform_button ~ .gform_save_link,
.btn-group-vertical > .gform_next_button ~ .gform_save_link,
.btn-group-vertical > .gform_previous_button ~ .gform_save_link,
.btn-group-vertical > .gform_save_link ~ .gform_save_link,
.btn-group-vertical > #gf_coupon_button.button ~ .gform_save_link,
.btn-group-vertical > .btn ~ #gf_coupon_button.button,
.page-template-resources .btn-group-vertical > .facetwp-load-more ~ #gf_coupon_button.button,
.btn-group-vertical > .gform_button ~ #gf_coupon_button.button,
.btn-group-vertical > .gform_next_button ~ #gf_coupon_button.button,
.btn-group-vertical > .gform_previous_button ~ #gf_coupon_button.button,
.btn-group-vertical > .gform_save_link ~ #gf_coupon_button.button,
.btn-group-vertical > #gf_coupon_button.button ~ #gf_coupon_button.button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.page-template-resources .btn-group-vertical > .btn-group:not(:first-child) > .facetwp-load-more,
.btn-group-vertical > .btn-group:not(:first-child) > .gform_button,
.btn-group-vertical > .btn-group:not(:first-child) > .gform_next_button,
.btn-group-vertical > .btn-group:not(:first-child) > .gform_previous_button,
.btn-group-vertical > .btn-group:not(:first-child) > .gform_save_link,
.btn-group-vertical > .btn-group:not(:first-child) > #gf_coupon_button.button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card {
  --wp--custom--card-spacer-y: 1rem;
  --wp--custom--card-spacer-x: 1rem;
  --wp--custom--card-title-spacer-y: 0.5rem;
  --wp--custom--card-title-color: ;
  --wp--custom--card-subtitle-color: ;
  --wp--custom--card-border-width: var(--wp--custom--border-width);
  --wp--custom--card-border-color: var(--wp--custom--border-color-translucent);
  --wp--custom--card-border-radius: var(--wp--custom--border-radius);
  --wp--custom--card-box-shadow: ;
  --wp--custom--card-inner-border-radius: calc(var(--wp--custom--border-radius) - (var(--wp--custom--border-width)));
  --wp--custom--card-cap-padding-y: 0.5rem;
  --wp--custom--card-cap-padding-x: 1rem;
  --wp--custom--card-cap-bg: rgba(var(--wp--custom--body-color-rgb), 0.03);
  --wp--custom--card-cap-color: ;
  --wp--custom--card-height: ;
  --wp--custom--card-color: ;
  --wp--custom--card-bg: var(--wp--custom--body-bg);
  --wp--custom--card-img-overlay-padding: 1rem;
  --wp--custom--card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--wp--custom--card-height);
  color: #212529;
  color: var(--wp--custom--body-color);
  word-wrap: break-word;
  background-color: var(--wp--custom--card-bg);
  background-clip: border-box;
  border: var(--wp--custom--card-border-width) solid var(--wp--custom--card-border-color);
  border-radius: var(--wp--custom--card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--wp--custom--card-inner-border-radius);
  border-top-right-radius: var(--wp--custom--card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--wp--custom--card-inner-border-radius);
  border-bottom-left-radius: var(--wp--custom--card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--wp--custom--card-spacer-y) var(--wp--custom--card-spacer-x);
  color: var(--wp--custom--card-color);
}

.card-title {
  margin-bottom: var(--wp--custom--card-title-spacer-y);
  color: var(--wp--custom--card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--wp--custom--card-title-spacer-y));
  margin-bottom: 0;
  color: var(--wp--custom--card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--wp--custom--card-spacer-x);
}

.card-header {
  padding: var(--wp--custom--card-cap-padding-y) var(--wp--custom--card-cap-padding-x);
  margin-bottom: 0;
  color: var(--wp--custom--card-cap-color);
  background-color: var(--wp--custom--card-cap-bg);
  border-bottom: var(--wp--custom--card-border-width) solid var(--wp--custom--card-border-color);
}
.card-header:first-child {
  border-radius: var(--wp--custom--card-inner-border-radius) var(--wp--custom--card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--wp--custom--card-cap-padding-y) var(--wp--custom--card-cap-padding-x);
  color: var(--wp--custom--card-cap-color);
  background-color: var(--wp--custom--card-cap-bg);
  border-top: var(--wp--custom--card-border-width) solid var(--wp--custom--card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--wp--custom--card-inner-border-radius) var(--wp--custom--card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--wp--custom--card-cap-padding-x));
  margin-bottom: calc(-1 * var(--wp--custom--card-cap-padding-y));
  margin-left: calc(-0.5 * var(--wp--custom--card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--wp--custom--card-bg);
  border-bottom-color: var(--wp--custom--card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--wp--custom--card-cap-padding-x));
  margin-left: calc(-0.5 * var(--wp--custom--card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--wp--custom--card-img-overlay-padding);
  border-radius: var(--wp--custom--card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--wp--custom--card-inner-border-radius);
  border-top-right-radius: var(--wp--custom--card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--wp--custom--card-inner-border-radius);
  border-bottom-left-radius: var(--wp--custom--card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--wp--custom--card-group-margin);
}
@media (min-width: 480px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #123e8d;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #123e8d;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23123e8d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23123e8d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000000;
}

.btn-close {
  --wp--custom--btn-close-color: #000000;
  --wp--custom--btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --wp--custom--btn-close-opacity: 0.5;
  --wp--custom--btn-close-hover-opacity: 0.75;
  --wp--custom--btn-close-focus-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
  --wp--custom--btn-close-focus-opacity: 1;
  --wp--custom--btn-close-disabled-opacity: 0.25;
  --wp--custom--btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--wp--custom--btn-close-color);
  background: transparent var(--wp--custom--btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 1.25rem;
  opacity: var(--wp--custom--btn-close-opacity);
}
.btn-close:hover {
  color: var(--wp--custom--btn-close-color);
  text-decoration: none;
  opacity: var(--wp--custom--btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--wp--custom--btn-close-focus-shadow);
  opacity: var(--wp--custom--btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--wp--custom--btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--wp--custom--btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--wp--custom--btn-close-white-filter);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --wp--custom--gutter-x: 40px;
  --wp--custom--gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-admin_md, .container-admin_lg, .container-lg {
    max-width: 100%;
  }
}
@media (min-width: 1216px) {
  .container, .container-sm, .container-md, .container-admin_md, .container-admin_lg, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --wp--custom--dropdown-zindex: 1000;
  --wp--custom--dropdown-min-width: 10rem;
  --wp--custom--dropdown-padding-x: 0;
  --wp--custom--dropdown-padding-y: 0.5rem;
  --wp--custom--dropdown-spacer: 0.125rem;
  --wp--custom--dropdown-font-size: 1rem;
  --wp--custom--dropdown-color: var(--wp--custom--body-color);
  --wp--custom--dropdown-bg: var(--wp--custom--body-bg);
  --wp--custom--dropdown-border-color: var(--wp--custom--border-color-translucent);
  --wp--custom--dropdown-border-radius: var(--wp--custom--border-radius);
  --wp--custom--dropdown-border-width: var(--wp--custom--border-width);
  --wp--custom--dropdown-inner-border-radius: calc(var(--wp--custom--border-radius) - var(--wp--custom--border-width));
  --wp--custom--dropdown-divider-bg: var(--wp--custom--border-color-translucent);
  --wp--custom--dropdown-divider-margin-y: 0.5rem;
  --wp--custom--dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --wp--custom--dropdown-link-color: var(--wp--custom--body-color);
  --wp--custom--dropdown-link-hover-color: var(--wp--custom--body-color);
  --wp--custom--dropdown-link-hover-bg: var(--wp--custom--tertiary-bg);
  --wp--custom--dropdown-link-active-color: #ffffff;
  --wp--custom--dropdown-link-active-bg: #123e8d;
  --wp--custom--dropdown-link-disabled-color: var(--wp--custom--tertiary-color);
  --wp--custom--dropdown-item-padding-x: 1rem;
  --wp--custom--dropdown-item-padding-y: 0.25rem;
  --wp--custom--dropdown-header-color: #6c757d;
  --wp--custom--dropdown-header-padding-x: 1rem;
  --wp--custom--dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--wp--custom--dropdown-zindex);
  display: none;
  min-width: var(--wp--custom--dropdown-min-width);
  padding: var(--wp--custom--dropdown-padding-y) var(--wp--custom--dropdown-padding-x);
  margin: 0;
  font-size: var(--wp--custom--dropdown-font-size);
  color: var(--wp--custom--dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--wp--custom--dropdown-bg);
  background-clip: padding-box;
  border: var(--wp--custom--dropdown-border-width) solid var(--wp--custom--dropdown-border-color);
  border-radius: var(--wp--custom--dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--wp--custom--dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 782px) {
  .dropdown-menu-admin_md-start {
    --bs-position: start;
  }
  .dropdown-menu-admin_md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-admin_md-end {
    --bs-position: end;
  }
  .dropdown-menu-admin_md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 960px) {
  .dropdown-menu-admin_lg-start {
    --bs-position: start;
  }
  .dropdown-menu-admin_lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-admin_lg-end {
    --bs-position: end;
  }
  .dropdown-menu-admin_lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1216px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--wp--custom--dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--wp--custom--dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--wp--custom--dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--wp--custom--dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--wp--custom--dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--wp--custom--dropdown-item-padding-y) var(--wp--custom--dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--wp--custom--dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-radius: var(--wp--custom--dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--wp--custom--dropdown-link-hover-color);
  background-color: var(--wp--custom--dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--wp--custom--dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--wp--custom--dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--wp--custom--dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--wp--custom--dropdown-header-padding-y) var(--wp--custom--dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--wp--custom--dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--wp--custom--dropdown-item-padding-y) var(--wp--custom--dropdown-item-padding-x);
  color: var(--wp--custom--dropdown-link-color);
}

.dropdown-menu-dark {
  --wp--custom--dropdown-color: #dee2e6;
  --wp--custom--dropdown-bg: #343a40;
  --wp--custom--dropdown-border-color: var(--wp--custom--border-color-translucent);
  --wp--custom--dropdown-box-shadow: ;
  --wp--custom--dropdown-link-color: #dee2e6;
  --wp--custom--dropdown-link-hover-color: #ffffff;
  --wp--custom--dropdown-divider-bg: var(--wp--custom--border-color-translucent);
  --wp--custom--dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --wp--custom--dropdown-link-active-color: #ffffff;
  --wp--custom--dropdown-link-active-bg: #123e8d;
  --wp--custom--dropdown-link-disabled-color: #adb5bd;
  --wp--custom--dropdown-header-color: #adb5bd;
}

.modal {
  --wp--custom--modal-zindex: 1055;
  --wp--custom--modal-width: 500px;
  --wp--custom--modal-padding: 1rem;
  --wp--custom--modal-margin: 0.5rem;
  --wp--custom--modal-color: #ffffff;
  --wp--custom--modal-bg: #0c2859;
  --wp--custom--modal-border-color: var(--wp--custom--border-color-translucent);
  --wp--custom--modal-border-width: var(--wp--custom--border-width);
  --wp--custom--modal-border-radius: var(--wp--custom--border-radius-lg);
  --wp--custom--modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --wp--custom--modal-inner-border-radius: calc(var(--wp--custom--border-radius-lg) - (var(--wp--custom--border-width)));
  --wp--custom--modal-header-padding-x: 1rem;
  --wp--custom--modal-header-padding-y: 1rem;
  --wp--custom--modal-header-padding: 2.5rem 2.5rem 5rem 0;
  --wp--custom--modal-header-border-color: #0c2859;
  --wp--custom--modal-header-border-width: var(--wp--custom--border-width);
  --wp--custom--modal-title-line-height: 1.5;
  --wp--custom--modal-footer-gap: 0.5rem;
  --wp--custom--modal-footer-bg: ;
  --wp--custom--modal-footer-border-color: #0c2859;
  --wp--custom--modal-footer-border-width: var(--wp--custom--border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--wp--custom--modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--wp--custom--modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--wp--custom--modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--wp--custom--modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--wp--custom--modal-color);
  pointer-events: auto;
  background-color: var(--wp--custom--modal-bg);
  background-clip: padding-box;
  border: var(--wp--custom--modal-border-width) solid var(--wp--custom--modal-border-color);
  border-radius: var(--wp--custom--modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --wp--custom--backdrop-zindex: 1050;
  --wp--custom--backdrop-bg: #000000;
  --wp--custom--backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--wp--custom--backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--wp--custom--backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--wp--custom--backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--wp--custom--modal-header-padding);
  border-bottom: var(--wp--custom--modal-header-border-width) solid var(--wp--custom--modal-header-border-color);
  border-top-left-radius: var(--wp--custom--modal-inner-border-radius);
  border-top-right-radius: var(--wp--custom--modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--wp--custom--modal-header-padding-y) * 0.5) calc(var(--wp--custom--modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--wp--custom--modal-header-padding-y)) calc(-0.5 * var(--wp--custom--modal-header-padding-x)) calc(-0.5 * var(--wp--custom--modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--wp--custom--modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--wp--custom--modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--wp--custom--modal-padding) - var(--wp--custom--modal-footer-gap) * 0.5);
  background-color: var(--wp--custom--modal-footer-bg);
  border-top: var(--wp--custom--modal-footer-border-width) solid var(--wp--custom--modal-footer-border-color);
  border-bottom-right-radius: var(--wp--custom--modal-inner-border-radius);
  border-bottom-left-radius: var(--wp--custom--modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--wp--custom--modal-footer-gap) * 0.5);
}

@media (min-width: 480px) {
  .modal {
    --wp--custom--modal-margin: 1.75rem;
    --wp--custom--modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--wp--custom--modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --wp--custom--modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --wp--custom--modal-width: 800px;
  }
}
@media (min-width: 1216px) {
  .modal-xl {
    --wp--custom--modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 479.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 781.98px) {
  .modal-fullscreen-admin_md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-admin_md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-admin_md-down .modal-header,
  .modal-fullscreen-admin_md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-admin_md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 959.98px) {
  .modal-fullscreen-admin_lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-admin_lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-admin_lg-down .modal-header,
  .modal-fullscreen-admin_lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-admin_lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1215.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
.navbar {
  --wp--custom--navbar-padding-x: 0;
  --wp--custom--navbar-padding-y: 0.5rem;
  --wp--custom--navbar-color: rgba(var(--wp--custom--emphasis-color-rgb), 0.65);
  --wp--custom--navbar-hover-color: rgba(var(--wp--custom--emphasis-color-rgb), 0.8);
  --wp--custom--navbar-disabled-color: rgba(var(--wp--custom--emphasis-color-rgb), 0.3);
  --wp--custom--navbar-active-color: rgba(var(--wp--custom--emphasis-color-rgb), 1);
  --wp--custom--navbar-brand-padding-y: 0.3125rem;
  --wp--custom--navbar-brand-margin-end: 0;
  --wp--custom--navbar-brand-font-size: 1.25rem;
  --wp--custom--navbar-brand-color: rgba(var(--wp--custom--emphasis-color-rgb), 1);
  --wp--custom--navbar-brand-hover-color: rgba(var(--wp--custom--emphasis-color-rgb), 1);
  --wp--custom--navbar-nav-link-padding-x: 0.5rem;
  --wp--custom--navbar-toggler-padding-y: 0.25rem;
  --wp--custom--navbar-toggler-padding-x: 0.75rem;
  --wp--custom--navbar-toggler-font-size: 1.25rem;
  --wp--custom--navbar-toggler-icon-bg: url('data:image/svg+xml,%3csvg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1.55277 4.385H18.3878C18.7455 4.385 19.0353 4.09524 19.0353 3.7375V1.1475C19.0353 0.789756 18.7455 0.5 18.3878 0.5H1.55277C1.19503 0.5 0.905273 0.789756 0.905273 1.1475V3.7375C0.905273 4.09524 1.19503 4.385 1.55277 4.385ZM20.9778 7.6225H4.14277C3.78503 7.6225 3.49527 7.91226 3.49527 8.27V10.86C3.49527 11.2177 3.78503 11.5075 4.14277 11.5075H20.9778C21.3355 11.5075 21.6253 11.2177 21.6253 10.86V8.27C21.6253 7.91226 21.3355 7.6225 20.9778 7.6225ZM18.3878 14.745H1.55277C1.19503 14.745 0.905273 15.0348 0.905273 15.3925V17.9825C0.905273 18.3402 1.19503 18.63 1.55277 18.63H18.3878C18.7455 18.63 19.0353 18.3402 19.0353 17.9825V15.3925C19.0353 15.0348 18.7455 14.745 18.3878 14.745Z" fill="black"/%3e%3c/svg%3e');
  --wp--custom--navbar-toggler-border-color: transparent;
  --wp--custom--navbar-toggler-border-radius: 50px;
  --wp--custom--navbar-toggler-focus-width: 0.25rem;
  --wp--custom--navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--wp--custom--navbar-padding-y) var(--wp--custom--navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--wp--custom--navbar-brand-padding-y);
  padding-bottom: var(--wp--custom--navbar-brand-padding-y);
  margin-right: var(--wp--custom--navbar-brand-margin-end);
  font-size: var(--wp--custom--navbar-brand-font-size);
  color: var(--wp--custom--navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--wp--custom--navbar-brand-hover-color);
}

.navbar-nav {
  --wp--custom--nav-link-padding-x: 0;
  --wp--custom--nav-link-padding-y: 0.5rem;
  --wp--custom--nav-link-font-weight: ;
  --wp--custom--nav-link-color: var(--wp--custom--navbar-color);
  --wp--custom--nav-link-hover-color: var(--wp--custom--navbar-hover-color);
  --wp--custom--nav-link-disabled-color: var(--wp--custom--navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--wp--custom--navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--wp--custom--navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--wp--custom--navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--wp--custom--navbar-toggler-padding-y) var(--wp--custom--navbar-toggler-padding-x);
  font-size: var(--wp--custom--navbar-toggler-font-size);
  line-height: 1;
  color: var(--wp--custom--navbar-color);
  background-color: transparent;
  border: 1px solid var(--wp--custom--navbar-toggler-border-color);
  border: var(--wp--custom--border-width) solid var(--wp--custom--navbar-toggler-border-color);
  border-radius: var(--wp--custom--navbar-toggler-border-radius);
  transition: var(--wp--custom--navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--wp--custom--navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--wp--custom--navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--wp--custom--scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--wp--custom--navbar-nav-link-padding-x);
    padding-left: var(--wp--custom--navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--wp--custom--navbar-nav-link-padding-x);
    padding-left: var(--wp--custom--navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 782px) {
  .navbar-expand-admin_md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-admin_md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-admin_md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-admin_md .navbar-nav .nav-link {
    padding-right: var(--wp--custom--navbar-nav-link-padding-x);
    padding-left: var(--wp--custom--navbar-nav-link-padding-x);
  }
  .navbar-expand-admin_md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-admin_md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-admin_md .navbar-collapse {
    flex-basis: auto;
  }
  .navbar-expand-admin_md .navbar-toggler {
    display: none;
  }
  .navbar-expand-admin_md .offcanvas {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-admin_md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    transition: none;
  }
  .navbar-expand-admin_md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-admin_md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 960px) {
  .navbar-expand-admin_lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-admin_lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-admin_lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-admin_lg .navbar-nav .nav-link {
    padding-right: var(--wp--custom--navbar-nav-link-padding-x);
    padding-left: var(--wp--custom--navbar-nav-link-padding-x);
  }
  .navbar-expand-admin_lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-admin_lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-admin_lg .navbar-collapse {
    flex-basis: auto;
  }
  .navbar-expand-admin_lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-admin_lg .offcanvas {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-admin_lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    transition: none;
  }
  .navbar-expand-admin_lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-admin_lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--wp--custom--navbar-nav-link-padding-x);
    padding-left: var(--wp--custom--navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1216px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--wp--custom--navbar-nav-link-padding-x);
    padding-left: var(--wp--custom--navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--wp--custom--navbar-nav-link-padding-x);
  padding-left: var(--wp--custom--navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-collapse {
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --wp--custom--navbar-color: rgba(255, 255, 255, 0.55);
  --wp--custom--navbar-hover-color: rgba(255, 255, 255, 0.75);
  --wp--custom--navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --wp--custom--navbar-active-color: #ffffff;
  --wp--custom--navbar-brand-color: #ffffff;
  --wp--custom--navbar-brand-hover-color: #ffffff;
  --wp--custom--navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --wp--custom--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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --wp--custom--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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav {
  --wp--custom--nav-link-padding-x: 1rem;
  --wp--custom--nav-link-padding-y: 0.5rem;
  --wp--custom--nav-link-font-weight: ;
  --wp--custom--nav-link-color: var(--wp--custom--link-color);
  --wp--custom--nav-link-hover-color: var(--wp--custom--link-hover-color);
  --wp--custom--nav-link-disabled-color: var(--wp--custom--secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--wp--custom--nav-link-padding-y) var(--wp--custom--nav-link-padding-x);
  font-size: var(--wp--custom--nav-link-font-size);
  font-weight: var(--wp--custom--nav-link-font-weight);
  color: var(--wp--custom--nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--wp--custom--nav-link-hover-color);
}
.nav-link.focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
}
.nav-link.disabled {
  color: var(--wp--custom--nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --wp--custom--nav-tabs-border-width: var(--wp--custom--border-width);
  --wp--custom--nav-tabs-border-color: var(--wp--custom--border-color);
  --wp--custom--nav-tabs-border-radius: var(--wp--custom--border-radius);
  --wp--custom--nav-tabs-link-hover-border-color: var(--wp--custom--secondary-bg) var(--wp--custom--secondary-bg) var(--wp--custom--border-color);
  --wp--custom--nav-tabs-link-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--nav-tabs-link-active-bg: var(--wp--custom--body-bg);
  --wp--custom--nav-tabs-link-active-border-color: var(--wp--custom--border-color) var(--wp--custom--border-color) var(--wp--custom--body-bg);
  border-bottom: var(--wp--custom--nav-tabs-border-width) solid var(--wp--custom--nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--wp--custom--nav-tabs-border-width));
  border: var(--wp--custom--nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--wp--custom--nav-tabs-border-radius);
  border-top-right-radius: var(--wp--custom--nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--wp--custom--nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--wp--custom--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--wp--custom--nav-tabs-link-active-color);
  background-color: var(--wp--custom--nav-tabs-link-active-bg);
  border-color: var(--wp--custom--nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--wp--custom--nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --wp--custom--nav-pills-border-radius: 0.625rem;
  --wp--custom--nav-pills-link-active-color: #ffffff;
  --wp--custom--nav-pills-link-active-bg: #123e8d;
}
.nav-pills .nav-link {
  border-radius: var(--wp--custom--nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--wp--custom--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--wp--custom--nav-pills-link-active-color);
  background-color: var(--wp--custom--nav-pills-link-active-bg);
}

.nav-underline {
  --wp--custom--nav-underline-gap: 1rem;
  --wp--custom--nav-underline-border-width: 0.125rem;
  --wp--custom--nav-underline-link-active-color: var(--wp--custom--emphasis-color);
  gap: var(--wp--custom--nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--wp--custom--nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--wp--custom--nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.offcanvas, .offcanvas-xl, .offcanvas-lg, .offcanvas-admin_lg, .offcanvas-admin_md, .offcanvas-md, .offcanvas-sm {
  --wp--custom--offcanvas-zindex: 1045;
  --wp--custom--offcanvas-width: 360px;
  --wp--custom--offcanvas-height: 30vh;
  --wp--custom--offcanvas-padding-x: 1.25rem;
  --wp--custom--offcanvas-padding-y: 1rem;
  --wp--custom--offcanvas-color: #ffffff;
  --wp--custom--offcanvas-bg: #123e8d;
  --wp--custom--offcanvas-border-width: 0;
  --wp--custom--offcanvas-border-color: var(--wp--custom--border-color-translucent);
  --wp--custom--offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --wp--custom--offcanvas-transition: transform 0.3s ease-in-out;
  --wp--custom--offcanvas-title-line-height: 1.5;
}

@media (max-width: 479.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--wp--custom--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--wp--custom--offcanvas-color);
    visibility: hidden;
    background-color: var(--wp--custom--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--wp--custom--offcanvas-transition);
  }
}
@media (max-width: 479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 479.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--wp--custom--offcanvas-width);
    border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--wp--custom--offcanvas-width);
    border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 480px) {
  .offcanvas-sm {
    background-color: transparent !important;
  }
  .offcanvas-sm {
    --wp--custom--offcanvas-height: auto;
    --wp--custom--offcanvas-border-width: 0;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--wp--custom--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--wp--custom--offcanvas-color);
    visibility: hidden;
    background-color: var(--wp--custom--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--wp--custom--offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--wp--custom--offcanvas-width);
    border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--wp--custom--offcanvas-width);
    border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    background-color: transparent !important;
  }
  .offcanvas-md {
    --wp--custom--offcanvas-height: auto;
    --wp--custom--offcanvas-border-width: 0;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (max-width: 781.98px) {
  .offcanvas-admin_md {
    position: fixed;
    bottom: 0;
    z-index: var(--wp--custom--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--wp--custom--offcanvas-color);
    visibility: hidden;
    background-color: var(--wp--custom--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--wp--custom--offcanvas-transition);
  }
}
@media (max-width: 781.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-admin_md {
    transition: none;
  }
}
@media (max-width: 781.98px) {
  .offcanvas-admin_md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--wp--custom--offcanvas-width);
    border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-admin_md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--wp--custom--offcanvas-width);
    border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-admin_md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-admin_md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-admin_md.showing, .offcanvas-admin_md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-admin_md.showing, .offcanvas-admin_md.hiding, .offcanvas-admin_md.show {
    visibility: visible;
  }
}
@media (min-width: 782px) {
  .offcanvas-admin_md {
    background-color: transparent !important;
  }
  .offcanvas-admin_md {
    --wp--custom--offcanvas-height: auto;
    --wp--custom--offcanvas-border-width: 0;
  }
  .offcanvas-admin_md .offcanvas-header {
    display: none;
  }
  .offcanvas-admin_md .offcanvas-body {
    background-color: transparent !important;
  }
  .offcanvas-admin_md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (max-width: 959.98px) {
  .offcanvas-admin_lg {
    position: fixed;
    bottom: 0;
    z-index: var(--wp--custom--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--wp--custom--offcanvas-color);
    visibility: hidden;
    background-color: var(--wp--custom--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--wp--custom--offcanvas-transition);
  }
}
@media (max-width: 959.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-admin_lg {
    transition: none;
  }
}
@media (max-width: 959.98px) {
  .offcanvas-admin_lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--wp--custom--offcanvas-width);
    border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-admin_lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--wp--custom--offcanvas-width);
    border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-admin_lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-admin_lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-admin_lg.showing, .offcanvas-admin_lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-admin_lg.showing, .offcanvas-admin_lg.hiding, .offcanvas-admin_lg.show {
    visibility: visible;
  }
}
@media (min-width: 960px) {
  .offcanvas-admin_lg {
    background-color: transparent !important;
  }
  .offcanvas-admin_lg {
    --wp--custom--offcanvas-height: auto;
    --wp--custom--offcanvas-border-width: 0;
  }
  .offcanvas-admin_lg .offcanvas-header {
    display: none;
  }
  .offcanvas-admin_lg .offcanvas-body {
    background-color: transparent !important;
  }
  .offcanvas-admin_lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--wp--custom--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--wp--custom--offcanvas-color);
    visibility: hidden;
    background-color: var(--wp--custom--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--wp--custom--offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--wp--custom--offcanvas-width);
    border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--wp--custom--offcanvas-width);
    border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    background-color: transparent !important;
  }
  .offcanvas-lg {
    --wp--custom--offcanvas-height: auto;
    --wp--custom--offcanvas-border-width: 0;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (max-width: 1215.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--wp--custom--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--wp--custom--offcanvas-color);
    visibility: hidden;
    background-color: var(--wp--custom--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--wp--custom--offcanvas-transition);
  }
}
@media (max-width: 1215.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1215.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--wp--custom--offcanvas-width);
    border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--wp--custom--offcanvas-width);
    border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--wp--custom--offcanvas-height);
    max-height: 100%;
    border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1216px) {
  .offcanvas-xl {
    background-color: transparent !important;
  }
  .offcanvas-xl {
    --wp--custom--offcanvas-height: auto;
    --wp--custom--offcanvas-border-width: 0;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--wp--custom--offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--wp--custom--offcanvas-color);
  visibility: hidden;
  background-color: var(--wp--custom--offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--wp--custom--offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--wp--custom--offcanvas-width);
  border-right: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--wp--custom--offcanvas-width);
  border-left: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--wp--custom--offcanvas-height);
  max-height: 100%;
  border-bottom: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--wp--custom--offcanvas-height);
  max-height: 100%;
  border-top: var(--wp--custom--offcanvas-border-width) solid var(--wp--custom--offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--wp--custom--offcanvas-padding-y) var(--wp--custom--offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--wp--custom--offcanvas-padding-y) * 0.5) calc(var(--wp--custom--offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--wp--custom--offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--wp--custom--offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--wp--custom--offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--wp--custom--offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--wp--custom--offcanvas-padding-y) var(--wp--custom--offcanvas-padding-x);
  overflow-y: auto;
}

.badge {
  --wp--custom--badge-padding-x: 10px;
  --wp--custom--badge-padding-y: 5px;
  --wp--custom--badge-font-size: 1rem;
  --wp--custom--badge-font-weight: 300;
  --wp--custom--badge-color: #000000;
  --wp--custom--badge-border-radius: var(--wp--custom--border-radius);
  display: inline-block;
  padding: var(--wp--custom--badge-padding-y) var(--wp--custom--badge-padding-x);
  font-size: var(--wp--custom--badge-font-size);
  font-weight: var(--wp--custom--badge-font-weight);
  line-height: 1;
  color: var(--wp--custom--badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--wp--custom--badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge, .page-template-resources .facetwp-load-more .badge, .gform_button .badge,
.gform_next_button .badge,
.gform_previous_button .badge,
.gform_save_link .badge,
#gf_coupon_button.button .badge {
  position: relative;
  top: -1px;
}

.list-group {
  --wp--custom--list-group-color: var(--wp--custom--body-color);
  --wp--custom--list-group-bg: var(--wp--custom--body-bg);
  --wp--custom--list-group-border-color: var(--wp--custom--border-color);
  --wp--custom--list-group-border-width: var(--wp--custom--border-width);
  --wp--custom--list-group-border-radius: var(--wp--custom--border-radius);
  --wp--custom--list-group-item-padding-x: 1rem;
  --wp--custom--list-group-item-padding-y: 0.5rem;
  --wp--custom--list-group-action-color: var(--wp--custom--secondary-color);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--tertiary-bg);
  --wp--custom--list-group-action-active-color: var(--wp--custom--body-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--secondary-bg);
  --wp--custom--list-group-disabled-color: var(--wp--custom--secondary-color);
  --wp--custom--list-group-disabled-bg: var(--wp--custom--body-bg);
  --wp--custom--list-group-active-color: #ffffff;
  --wp--custom--list-group-active-bg: #123e8d;
  --wp--custom--list-group-active-border-color: #123e8d;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--wp--custom--list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--wp--custom--list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--wp--custom--list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--wp--custom--list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--wp--custom--list-group-action-active-color);
  background-color: var(--wp--custom--list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--wp--custom--list-group-item-padding-y) var(--wp--custom--list-group-item-padding-x);
  color: var(--wp--custom--list-group-color);
  text-decoration: none;
  background-color: var(--wp--custom--list-group-bg);
  border: var(--wp--custom--list-group-border-width) solid var(--wp--custom--list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--wp--custom--list-group-disabled-color);
  pointer-events: none;
  background-color: var(--wp--custom--list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--wp--custom--list-group-active-color);
  background-color: var(--wp--custom--list-group-active-bg);
  border-color: var(--wp--custom--list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--wp--custom--list-group-border-width));
  border-top-width: var(--wp--custom--list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--wp--custom--list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--wp--custom--list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
  border-left-width: var(--wp--custom--list-group-border-width);
}

@media (min-width: 480px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--wp--custom--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--wp--custom--list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
    border-left-width: var(--wp--custom--list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--wp--custom--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--wp--custom--list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
    border-left-width: var(--wp--custom--list-group-border-width);
  }
}
@media (min-width: 782px) {
  .list-group-horizontal-admin_md {
    flex-direction: row;
  }
  .list-group-horizontal-admin_md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-admin_md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--wp--custom--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-admin_md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-admin_md > .list-group-item + .list-group-item {
    border-top-width: var(--wp--custom--list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-admin_md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
    border-left-width: var(--wp--custom--list-group-border-width);
  }
}
@media (min-width: 960px) {
  .list-group-horizontal-admin_lg {
    flex-direction: row;
  }
  .list-group-horizontal-admin_lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-admin_lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--wp--custom--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-admin_lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-admin_lg > .list-group-item + .list-group-item {
    border-top-width: var(--wp--custom--list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-admin_lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
    border-left-width: var(--wp--custom--list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--wp--custom--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--wp--custom--list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
    border-left-width: var(--wp--custom--list-group-border-width);
  }
}
@media (min-width: 1216px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--wp--custom--list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--wp--custom--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--wp--custom--list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--wp--custom--list-group-border-width));
    border-left-width: var(--wp--custom--list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--wp--custom--list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --wp--custom--list-group-color: var(--wp--custom--primary-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--primary-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--primary-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--primary-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--primary-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--primary-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--primary-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--primary-text-emphasis);
}

.list-group-item-lms {
  --wp--custom--list-group-color: var(--wp--custom--lms-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--lms-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--lms-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--lms-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--lms-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--lms-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--lms-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--lms-text-emphasis);
}

.list-group-item-secondary {
  --wp--custom--list-group-color: var(--wp--custom--secondary-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--secondary-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--secondary-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--secondary-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--secondary-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--secondary-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--secondary-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--secondary-text-emphasis);
}

.list-group-item-success {
  --wp--custom--list-group-color: var(--wp--custom--success-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--success-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--success-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--success-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--success-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--success-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--success-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--success-text-emphasis);
}

.list-group-item-info {
  --wp--custom--list-group-color: var(--wp--custom--info-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--info-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--info-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--info-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--info-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--info-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--info-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--info-text-emphasis);
}

.list-group-item-warning {
  --wp--custom--list-group-color: var(--wp--custom--warning-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--warning-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--warning-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--warning-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--warning-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--warning-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--warning-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--warning-text-emphasis);
}

.list-group-item-danger {
  --wp--custom--list-group-color: var(--wp--custom--danger-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--danger-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--danger-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--danger-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--danger-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--danger-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--danger-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--danger-text-emphasis);
}

.list-group-item-light {
  --wp--custom--list-group-color: var(--wp--custom--light-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--light-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--light-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--light-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--light-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--light-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--light-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--light-text-emphasis);
}

.list-group-item-dark {
  --wp--custom--list-group-color: var(--wp--custom--dark-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--dark-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--dark-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--dark-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--dark-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--dark-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--dark-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--dark-text-emphasis);
}

.list-group-item-blue-darker {
  --wp--custom--list-group-color: var(--wp--custom--blue-darker-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--blue-darker-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--blue-darker-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--blue-darker-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--blue-darker-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--blue-darker-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--blue-darker-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--blue-darker-text-emphasis);
}

.list-group-item-cyan {
  --wp--custom--list-group-color: var(--wp--custom--cyan-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--cyan-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--cyan-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--cyan-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--cyan-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--cyan-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--cyan-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--cyan-text-emphasis);
}

.list-group-item-teal {
  --wp--custom--list-group-color: var(--wp--custom--teal-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--teal-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--teal-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--teal-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--teal-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--teal-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--teal-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--teal-text-emphasis);
}

.list-group-item-blue-light {
  --wp--custom--list-group-color: var(--wp--custom--blue-light-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--blue-light-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--blue-light-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--blue-light-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--blue-light-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--blue-light-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--blue-light-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--blue-light-text-emphasis);
}

.list-group-item-blue-lighter {
  --wp--custom--list-group-color: var(--wp--custom--blue-lighter-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--blue-lighter-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--blue-lighter-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--blue-lighter-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--blue-lighter-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--blue-lighter-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--blue-lighter-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--blue-lighter-text-emphasis);
}

.list-group-item-blue-lightest {
  --wp--custom--list-group-color: var(--wp--custom--blue-lightest-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--blue-lightest-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--blue-lightest-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--blue-lightest-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--blue-lightest-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--blue-lightest-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--blue-lightest-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--blue-lightest-text-emphasis);
}

.list-group-item-gold-dark {
  --wp--custom--list-group-color: var(--wp--custom--gold-dark-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--gold-dark-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--gold-dark-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--gold-dark-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--gold-dark-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--gold-dark-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--gold-dark-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--gold-dark-text-emphasis);
}

.list-group-item-gold {
  --wp--custom--list-group-color: var(--wp--custom--gold-text-emphasis);
  --wp--custom--list-group-bg: var(--wp--custom--gold-bg-subtle);
  --wp--custom--list-group-border-color: var(--wp--custom--gold-border-subtle);
  --wp--custom--list-group-action-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-hover-bg: var(--wp--custom--gold-border-subtle);
  --wp--custom--list-group-action-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--list-group-action-active-bg: var(--wp--custom--gold-border-subtle);
  --wp--custom--list-group-active-color: var(--wp--custom--gold-bg-subtle);
  --wp--custom--list-group-active-bg: var(--wp--custom--gold-text-emphasis);
  --wp--custom--list-group-active-border-color: var(--wp--custom--gold-text-emphasis);
}

.pagination {
  --wp--custom--pagination-padding-x: 0.75rem;
  --wp--custom--pagination-padding-y: 0.375rem;
  --wp--custom--pagination-font-size: 1rem;
  --wp--custom--pagination-color: var(--wp--custom--link-color);
  --wp--custom--pagination-bg: var(--wp--custom--body-bg);
  --wp--custom--pagination-border-width: var(--wp--custom--border-width);
  --wp--custom--pagination-border-color: var(--wp--custom--border-color);
  --wp--custom--pagination-border-radius: var(--wp--custom--border-radius);
  --wp--custom--pagination-hover-color: var(--wp--custom--link-hover-color);
  --wp--custom--pagination-hover-bg: var(--wp--custom--tertiary-bg);
  --wp--custom--pagination-hover-border-color: var(--wp--custom--border-color);
  --wp--custom--pagination-focus-color: var(--wp--custom--link-hover-color);
  --wp--custom--pagination-focus-bg: var(--wp--custom--secondary-bg);
  --wp--custom--pagination-focus-box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
  --wp--custom--pagination-active-color: #ffffff;
  --wp--custom--pagination-active-bg: #123e8d;
  --wp--custom--pagination-active-border-color: #123e8d;
  --wp--custom--pagination-disabled-color: var(--wp--custom--secondary-color);
  --wp--custom--pagination-disabled-bg: var(--wp--custom--secondary-bg);
  --wp--custom--pagination-disabled-border-color: var(--wp--custom--border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--wp--custom--pagination-padding-y) var(--wp--custom--pagination-padding-x);
  font-size: var(--wp--custom--pagination-font-size);
  color: var(--wp--custom--pagination-color);
  text-decoration: none;
  background-color: var(--wp--custom--pagination-bg);
  border: var(--wp--custom--pagination-border-width) solid var(--wp--custom--pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--wp--custom--pagination-hover-color);
  background-color: var(--wp--custom--pagination-hover-bg);
  border-color: var(--wp--custom--pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--wp--custom--pagination-focus-color);
  background-color: var(--wp--custom--pagination-focus-bg);
  outline: 0;
  box-shadow: var(--wp--custom--pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--wp--custom--pagination-active-color);
  background-color: var(--wp--custom--pagination-active-bg);
  border-color: var(--wp--custom--pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--wp--custom--pagination-disabled-color);
  pointer-events: none;
  background-color: var(--wp--custom--pagination-disabled-bg);
  border-color: var(--wp--custom--pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(1px * -1);
  margin-left: calc(var(--wp--custom--border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--wp--custom--pagination-border-radius);
  border-bottom-left-radius: var(--wp--custom--pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--wp--custom--pagination-border-radius);
  border-bottom-right-radius: var(--wp--custom--pagination-border-radius);
}

.pagination-lg {
  --wp--custom--pagination-padding-x: 1.5rem;
  --wp--custom--pagination-padding-y: 0.75rem;
  --wp--custom--pagination-font-size: 1.25rem;
  --wp--custom--pagination-border-radius: var(--wp--custom--border-radius-lg);
}

.pagination-sm {
  --wp--custom--pagination-padding-x: 0.5rem;
  --wp--custom--pagination-padding-y: 0.25rem;
  --wp--custom--pagination-font-size: 0.875rem;
  --wp--custom--pagination-border-radius: var(--wp--custom--border-radius-sm);
}

.table {
  --wp--custom--table-color-type: initial;
  --wp--custom--table-bg-type: initial;
  --wp--custom--table-color-state: initial;
  --wp--custom--table-bg-state: initial;
  --wp--custom--table-color: var(--wp--custom--body-color);
  --wp--custom--table-bg: var(--wp--custom--body-bg);
  --wp--custom--table-border-color: var(--wp--custom--border-color);
  --wp--custom--table-accent-bg: transparent;
  --wp--custom--table-striped-color: var(--wp--custom--body-color);
  --wp--custom--table-striped-bg: rgba(0, 0, 0, 0.05);
  --wp--custom--table-active-color: var(--wp--custom--body-color);
  --wp--custom--table-active-bg: rgba(0, 0, 0, 0.1);
  --wp--custom--table-hover-color: var(--wp--custom--body-color);
  --wp--custom--table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--wp--custom--table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--wp--custom--table-color);
  color: var(--wp--custom--table-color-state, var(--wp--custom--table-color-type, var(--wp--custom--table-color)));
  background-color: var(--wp--custom--table-bg);
  border-bottom-width: 1px;
  border-bottom-width: var(--wp--custom--border-width);
  box-shadow: inset 0 0 0 9999px var(--wp--custom--table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--wp--custom--table-bg-state, var(--wp--custom--table-bg-type, var(--wp--custom--table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
  border-top: calc(var(--wp--custom--border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
  border-width: var(--wp--custom--border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  border-width: 0 var(--wp--custom--border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --wp--custom--table-color-type: var(--wp--custom--table-striped-color);
  --wp--custom--table-bg-type: var(--wp--custom--table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --wp--custom--table-color-type: var(--wp--custom--table-striped-color);
  --wp--custom--table-bg-type: var(--wp--custom--table-striped-bg);
}

.table-active {
  --wp--custom--table-color-state: var(--wp--custom--table-active-color);
  --wp--custom--table-bg-state: var(--wp--custom--table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --wp--custom--table-color-state: var(--wp--custom--table-hover-color);
  --wp--custom--table-bg-state: var(--wp--custom--table-hover-bg);
}

.table-primary {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #d0d8e8;
  --wp--custom--table-border-color: #bbc2d1;
  --wp--custom--table-striped-bg: #c6cddc;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #bbc2d1;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #c0c8d7;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-secondary {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #ccdeff;
  --wp--custom--table-border-color: #b8c8e6;
  --wp--custom--table-striped-bg: #c2d3f2;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #b8c8e6;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #bdcdec;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-success {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #d4ebf2;
  --wp--custom--table-border-color: #bfd4da;
  --wp--custom--table-striped-bg: #c9dfe6;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #bfd4da;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #c4d9e0;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-info {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #ccdeff;
  --wp--custom--table-border-color: #b8c8e6;
  --wp--custom--table-striped-bg: #c2d3f2;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #b8c8e6;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #bdcdec;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-warning {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #efd4d6;
  --wp--custom--table-border-color: #d7bfc1;
  --wp--custom--table-striped-bg: #e3c9cb;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #d7bfc1;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #ddc4c6;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-danger {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #efd4d6;
  --wp--custom--table-border-color: #d7bfc1;
  --wp--custom--table-striped-bg: #e3c9cb;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #d7bfc1;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #ddc4c6;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-light {
  --wp--custom--table-color: #000000;
  --wp--custom--table-bg: #ffffff;
  --wp--custom--table-border-color: #e6e6e6;
  --wp--custom--table-striped-bg: #f2f2f2;
  --wp--custom--table-striped-color: #000000;
  --wp--custom--table-active-bg: #e6e6e6;
  --wp--custom--table-active-color: #000000;
  --wp--custom--table-hover-bg: #ececec;
  --wp--custom--table-hover-color: #000000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-dark {
  --wp--custom--table-color: #ffffff;
  --wp--custom--table-bg: #000000;
  --wp--custom--table-border-color: #1a1a1a;
  --wp--custom--table-striped-bg: #0d0d0d;
  --wp--custom--table-striped-color: #ffffff;
  --wp--custom--table-active-bg: #1a1a1a;
  --wp--custom--table-active-color: #ffffff;
  --wp--custom--table-hover-bg: #131313;
  --wp--custom--table-hover-color: #ffffff;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 479.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 781.98px) {
  .table-responsive-admin_md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 959.98px) {
  .table-responsive-admin_lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1215.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 1.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 1.25rem;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 1.25rem;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror {
  color: #000;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre {
  padding: 0 4px;
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  border: 0 !important;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-invalidchar, .cm-s-default .cm-error {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
}

.CodeMirror-scroll {
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  background: 0 0 !important;
  border: none !important;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre {
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-feature-settings: none;
  font-variant-ligatures: none;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.CodeMirror-focused .CodeMirror-selected, .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}

.CodeMirror-scroll {
  min-height: 300px;
}

.CodeMirror-fullscreen {
  position: fixed !important;
}

.CodeMirror-fullscreen {
  background: #fff;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}

.CodeMirror-sided {
  width: 50% !important;
}

.editor-toolbar {
  position: relative;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.editor-toolbar:after, .editor-toolbar:before {
  display: block;
  content: " ";
  height: 1px;
}

.editor-toolbar:before {
  margin-bottom: 8px;
}

.editor-toolbar:after {
  margin-top: 8px;
}

.editor-toolbar:hover, .editor-wrapper input.title:focus, .editor-wrapper input.title:hover {
  opacity: 0.8;
}

.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}

.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar a {
  text-decoration: none !important;
  color: #2c3e50 !important;
}

.editor-toolbar a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.editor-toolbar a.active, .editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}

.editor-toolbar a:before {
  line-height: 30px;
}

.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}

.editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}

.editor-toolbar a.fa-header-1:after {
  content: "1";
}

.editor-toolbar a.fa-header-2:after {
  content: "2";
}

.editor-toolbar a.fa-header-3:after {
  content: "3";
}

.editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}

.editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}

.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}

@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}

.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}

.editor-preview, .editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}

.editor-statusbar .lines:before {
  content: "lines: ";
}

.editor-statusbar .words:before {
  content: "words: ";
}

.editor-statusbar .characters:before {
  content: "characters: ";
}

.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #ddd;
}

.editor-preview-active, .editor-preview-active-side {
  display: block;
}

.editor-preview-side > p, .editor-preview > p {
  margin-top: 0;
}

.editor-preview pre, .editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}

.editor-preview table td, .editor-preview table th, .editor-preview-side table td, .editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}

.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}

.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}

.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}

.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}

.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}

.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}

.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}

.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}

.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}

.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}

/**
 * Custom mixins.
 */
/**
 * This mixin uses the Bootstrap max widths values and our breakpoints to apply a container around
 * any element it is applied to. This should be used in lieu of adding a `.container` class to an
 * element if required.
 */
/* Bootstrap - allows media query mixins */
/**
 * BOOTSTRAP VARIABLES
 * These will override the custom properties coming from theme.json
 */
/* Theme Colors. */
:root,
[data-bs-theme=light] {
  --wp--custom--blue: #005bff;
  --wp--custom--indigo: #6610f2;
  --wp--custom--purple: #6f42c1;
  --wp--custom--pink: #d63384;
  --wp--custom--red: #dc3545;
  --wp--custom--orange: #fd7e14;
  --wp--custom--yellow: #ffc107;
  --wp--custom--green: #198754;
  --wp--custom--teal: #5ac1e2;
  --wp--custom--cyan: #2799bd;
  --wp--custom--black: #000000;
  --wp--custom--white: #ffffff;
  --wp--custom--gray: #6c757d;
  --wp--custom--gray-dark: #343a40;
  --wp--custom--gray-100: #f8f9fa;
  --wp--custom--gray-200: #e9ecef;
  --wp--custom--gray-300: #dee2e6;
  --wp--custom--gray-400: #ced4da;
  --wp--custom--gray-500: #adb5bd;
  --wp--custom--gray-600: #6c757d;
  --wp--custom--gray-700: #495057;
  --wp--custom--gray-800: #343a40;
  --wp--custom--gray-900: #212529;
  --wp--custom--primary: #123e8d;
  --wp--custom--lms: #5ac1e2;
  --wp--custom--secondary: #005bff;
  --wp--custom--success: #2799bd;
  --wp--custom--info: #005bff;
  --wp--custom--warning: #af2a30;
  --wp--custom--danger: #af2a30;
  --wp--custom--light: #ffffff;
  --wp--custom--dark: #000000;
  --wp--custom--blue-darker: #0c2859;
  --wp--custom--cyan: #2799bd;
  --wp--custom--teal: #5ac1e2;
  --wp--custom--blue-light: #d7e3f9;
  --wp--custom--blue-lighter: #e2ecff;
  --wp--custom--blue-lightest: #f5f8ff;
  --wp--custom--gold-dark: #916e05;
  --wp--custom--gold: #bd9a27;
  --wp--custom--primary-rgb: 18, 62, 141;
  --wp--custom--lms-rgb: 90, 193, 226;
  --wp--custom--secondary-rgb: 0, 91, 255;
  --wp--custom--success-rgb: 39, 153, 189;
  --wp--custom--info-rgb: 0, 91, 255;
  --wp--custom--warning-rgb: 175, 42, 48;
  --wp--custom--danger-rgb: 175, 42, 48;
  --wp--custom--light-rgb: 255, 255, 255;
  --wp--custom--dark-rgb: 0, 0, 0;
  --wp--custom--blue-darker-rgb: 12, 40, 89;
  --wp--custom--cyan-rgb: 39, 153, 189;
  --wp--custom--teal-rgb: 90, 193, 226;
  --wp--custom--blue-light-rgb: 215, 227, 249;
  --wp--custom--blue-lighter-rgb: 226, 236, 255;
  --wp--custom--blue-lightest-rgb: 245, 248, 255;
  --wp--custom--gold-dark-rgb: 145, 110, 5;
  --wp--custom--gold-rgb: 189, 154, 39;
  --wp--custom--primary-text-emphasis: #071938;
  --wp--custom--secondary-text-emphasis: #002466;
  --wp--custom--success-text-emphasis: #103d4c;
  --wp--custom--info-text-emphasis: #002466;
  --wp--custom--warning-text-emphasis: #461113;
  --wp--custom--danger-text-emphasis: #461113;
  --wp--custom--light-text-emphasis: #495057;
  --wp--custom--dark-text-emphasis: #495057;
  --wp--custom--primary-bg-subtle: #d0d8e8;
  --wp--custom--secondary-bg-subtle: #ccdeff;
  --wp--custom--success-bg-subtle: #d4ebf2;
  --wp--custom--info-bg-subtle: #ccdeff;
  --wp--custom--warning-bg-subtle: #efd4d6;
  --wp--custom--danger-bg-subtle: #efd4d6;
  --wp--custom--light-bg-subtle: #fcfcfd;
  --wp--custom--dark-bg-subtle: #ced4da;
  --wp--custom--primary-border-subtle: #a0b2d1;
  --wp--custom--secondary-border-subtle: #99bdff;
  --wp--custom--success-border-subtle: #a9d6e5;
  --wp--custom--info-border-subtle: #99bdff;
  --wp--custom--warning-border-subtle: #dfaaac;
  --wp--custom--danger-border-subtle: #dfaaac;
  --wp--custom--light-border-subtle: #e9ecef;
  --wp--custom--dark-border-subtle: #adb5bd;
  --wp--custom--white-rgb: 255, 255, 255;
  --wp--custom--black-rgb: 0, 0, 0;
  --wp--custom--font-sans-serif: "Figtree", Arial, Helvetica, sans-serif;
  --wp--custom--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --wp--custom--gradient: linear-gradient(180deg, #123e8d 0%, #0a2c69 100%);
  --wp--custom--body-font-family: "Figtree", Arial, Helvetica, sans-serif;
  --wp--custom--body-font-size: 1rem;
  --wp--custom--body-font-weight: 400;
  --wp--custom--body-line-height: 1.5;
  --wp--custom--body-color: #212529;
  --wp--custom--body-color-rgb: 33, 37, 41;
  --wp--custom--body-bg: #ffffff;
  --wp--custom--body-bg-rgb: 255, 255, 255;
  --wp--custom--emphasis-color: #000000;
  --wp--custom--emphasis-color-rgb: 0, 0, 0;
  --wp--custom--secondary-color: rgba(33, 37, 41, 0.75);
  --wp--custom--secondary-color-rgb: 33, 37, 41;
  --wp--custom--secondary-bg: #e9ecef;
  --wp--custom--secondary-bg-rgb: 233, 236, 239;
  --wp--custom--tertiary-color: rgba(33, 37, 41, 0.5);
  --wp--custom--tertiary-color-rgb: 33, 37, 41;
  --wp--custom--tertiary-bg: #f8f9fa;
  --wp--custom--tertiary-bg-rgb: 248, 249, 250;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #123e8d;
  --wp--custom--link-color-rgb: 18, 62, 141;
  --wp--custom--link-decoration: underline;
  --wp--custom--link-hover-color: #0e3271;
  --wp--custom--link-hover-color-rgb: 14, 50, 113;
  --wp--custom--code-color: #d63384;
  --wp--custom--highlight-bg: #fff3cd;
  --wp--custom--border-width: 1px;
  --wp--custom--border-style: solid;
  --wp--custom--border-color: #dee2e6;
  --wp--custom--border-color-translucent: rgba(0, 0, 0, 0.175);
  --wp--custom--border-radius: 1.25rem;
  --wp--custom--border-radius-sm: 0.625rem;
  --wp--custom--border-radius-lg: 3.125rem;
  --wp--custom--border-radius-xl: 6.25rem;
  --wp--custom--border-radius-xxl: 2rem;
  --wp--custom--border-radius-2xl: var(--wp--custom--border-radius-xxl);
  --wp--custom--border-radius-pill: 50rem;
  --wp--custom--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --wp--custom--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --wp--custom--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --wp--custom--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --wp--custom--focus-ring-width: 0.25rem;
  --wp--custom--focus-ring-opacity: 0.25;
  --wp--custom--focus-ring-color: rgba(18, 62, 141, 0.25);
  --wp--custom--form-valid-color: #2799bd;
  --wp--custom--form-valid-border-color: #2799bd;
  --wp--custom--form-invalid-color: #af2a30;
  --wp--custom--form-invalid-border-color: #af2a30;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --wp--custom--body-color: #adb5bd;
  --wp--custom--body-color-rgb: 173, 181, 189;
  --wp--custom--body-bg: #212529;
  --wp--custom--body-bg-rgb: 33, 37, 41;
  --wp--custom--emphasis-color: #ffffff;
  --wp--custom--emphasis-color-rgb: 255, 255, 255;
  --wp--custom--secondary-color: rgba(173, 181, 189, 0.75);
  --wp--custom--secondary-color-rgb: 173, 181, 189;
  --wp--custom--secondary-bg: #343a40;
  --wp--custom--secondary-bg-rgb: 52, 58, 64;
  --wp--custom--tertiary-color: rgba(173, 181, 189, 0.5);
  --wp--custom--tertiary-color-rgb: 173, 181, 189;
  --wp--custom--tertiary-bg: #2b3035;
  --wp--custom--tertiary-bg-rgb: 43, 48, 53;
  --wp--custom--primary-text-emphasis: #718bbb;
  --wp--custom--secondary-text-emphasis: #669dff;
  --wp--custom--success-text-emphasis: #7dc2d7;
  --wp--custom--info-text-emphasis: #669dff;
  --wp--custom--warning-text-emphasis: #cf7f83;
  --wp--custom--danger-text-emphasis: #cf7f83;
  --wp--custom--light-text-emphasis: #f8f9fa;
  --wp--custom--dark-text-emphasis: #dee2e6;
  --wp--custom--primary-bg-subtle: #040c1c;
  --wp--custom--secondary-bg-subtle: #001233;
  --wp--custom--success-bg-subtle: #081f26;
  --wp--custom--info-bg-subtle: #001233;
  --wp--custom--warning-bg-subtle: #23080a;
  --wp--custom--danger-bg-subtle: #23080a;
  --wp--custom--light-bg-subtle: #343a40;
  --wp--custom--dark-bg-subtle: #1a1d20;
  --wp--custom--primary-border-subtle: #0b2555;
  --wp--custom--secondary-border-subtle: #003799;
  --wp--custom--success-border-subtle: #175c71;
  --wp--custom--info-border-subtle: #003799;
  --wp--custom--warning-border-subtle: #69191d;
  --wp--custom--danger-border-subtle: #69191d;
  --wp--custom--light-border-subtle: #495057;
  --wp--custom--dark-border-subtle: #343a40;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #718bbb;
  --wp--custom--link-hover-color: #8da2c9;
  --wp--custom--link-color-rgb: 113, 139, 187;
  --wp--custom--link-hover-color-rgb: 141, 162, 201;
  --wp--custom--code-color: #e685b5;
  --wp--custom--border-color: #495057;
  --wp--custom--border-color-translucent: rgba(255, 255, 255, 0.15);
  --wp--custom--form-valid-color: #75b798;
  --wp--custom--form-valid-border-color: #75b798;
  --wp--custom--form-invalid-color: #ea868f;
  --wp--custom--form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-family: var(--wp--custom--body-font-family);
  font-size: 1rem;
  font-size: var(--wp--custom--body-font-size);
  font-weight: 400;
  font-weight: var(--wp--custom--body-font-weight);
  line-height: 1.5;
  line-height: var(--wp--custom--body-line-height);
  color: #212529;
  color: var(--wp--custom--body-color);
  text-align: var(--wp--custom--body-text-align);
  background-color: #ffffff;
  background-color: var(--wp--custom--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  border-top: var(--wp--custom--border-width) solid;
  opacity: 0.25;
}

h1, h2, h3, h4, h5, .page-template-resources .filter .fs-wrap .fs-label, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  color: var(--wp--custom--heading-color);
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.125rem;
  }
}

h4, .h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .page-template-resources .filter .fs-wrap .fs-label, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .page-template-resources .filter .fs-wrap .fs-label, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: #fff3cd;
  background-color: var(--wp--custom--highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(18, 62, 141, 1);
  color: rgba(var(--wp--custom--link-color-rgb), var(--wp--custom--link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --wp--custom--link-color-rgb: var(--wp--custom--link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: var(--wp--custom--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  color: var(--wp--custom--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: #ffffff;
  color: var(--wp--custom--body-bg);
  background-color: #212529;
  background-color: var(--wp--custom--body-color);
  border-radius: 0.625rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(33, 37, 41, 0.75);
  color: var(--wp--custom--secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(.focus-visible) {
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.125rem;
  }
}

.display-2 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: calc(1.3375rem + 1.05vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2.125rem;
  }
}

.display-4 {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.875rem;
  }
}

.display-5 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.5rem;
  }
}

.display-6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  background-color: var(--wp--custom--body-bg);
  border: 1px solid #dee2e6;
  border: var(--wp--custom--border-width) solid var(--wp--custom--border-color);
  border-radius: 1.25rem;
  border-radius: var(--wp--custom--border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: rgba(33, 37, 41, 0.75);
  color: var(--wp--custom--secondary-color);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --wp--custom--gutter-x: 40px;
  --wp--custom--gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-admin_md, .container-admin_lg, .container-lg {
    max-width: 100%;
  }
}
@media (min-width: 1216px) {
  .container, .container-sm, .container-md, .container-admin_md, .container-admin_lg, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
:root {
  --wp--custom--breakpoint-zero: 0;
  --wp--custom--breakpoint-sm: 480px;
  --wp--custom--breakpoint-md: 768px;
  --wp--custom--breakpoint-admin_md: 782px;
  --wp--custom--breakpoint-admin_lg: 960px;
  --wp--custom--breakpoint-lg: 992px;
  --wp--custom--breakpoint-xl: 1216px;
}

.row {
  --wp--custom--gutter-x: 40px;
  --wp--custom--gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--wp--custom--gutter-y));
  margin-right: calc(-0.5 * var(--wp--custom--gutter-x));
  margin-left: calc(-0.5 * var(--wp--custom--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--gutter-x) * 0.5);
  margin-top: var(--wp--custom--gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --wp--custom--gutter-x: 0;
}

.g-0,
.gy-0 {
  --wp--custom--gutter-y: 0;
}

.g-1,
.gx-1 {
  --wp--custom--gutter-x: 0.3125rem;
}

.g-1,
.gy-1 {
  --wp--custom--gutter-y: 0.3125rem;
}

.g-2,
.gx-2 {
  --wp--custom--gutter-x: 0.625rem;
}

.g-2,
.gy-2 {
  --wp--custom--gutter-y: 0.625rem;
}

.g-3,
.gx-3 {
  --wp--custom--gutter-x: 0.9375rem;
}

.g-3,
.gy-3 {
  --wp--custom--gutter-y: 0.9375rem;
}

.g-4,
.gx-4 {
  --wp--custom--gutter-x: 1.25rem;
}

.g-4,
.gy-4 {
  --wp--custom--gutter-y: 1.25rem;
}

.g-5,
.gx-5 {
  --wp--custom--gutter-x: 2.5rem;
}

.g-5,
.gy-5 {
  --wp--custom--gutter-y: 2.5rem;
}

.g-6,
.gx-6 {
  --wp--custom--gutter-x: 5rem;
}

.g-6,
.gy-6 {
  --wp--custom--gutter-y: 5rem;
}

.g-7,
.gx-7 {
  --wp--custom--gutter-x: 7.5rem;
}

.g-7,
.gy-7 {
  --wp--custom--gutter-y: 7.5rem;
}

@media (min-width: 480px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-md-3,
  .gy-md-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-md-4,
  .gx-md-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 782px) {
  .col-admin_md {
    flex: 1 0 0%;
  }
  .row-cols-admin_md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-admin_md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-admin_md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-admin_md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-admin_md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-admin_md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-admin_md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-admin_md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-admin_md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-admin_md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-admin_md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-admin_md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-admin_md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-admin_md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-admin_md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-admin_md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-admin_md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-admin_md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-admin_md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-admin_md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-admin_md-0 {
    margin-left: 0;
  }
  .offset-admin_md-1 {
    margin-left: 8.33333333%;
  }
  .offset-admin_md-2 {
    margin-left: 16.66666667%;
  }
  .offset-admin_md-3 {
    margin-left: 25%;
  }
  .offset-admin_md-4 {
    margin-left: 33.33333333%;
  }
  .offset-admin_md-5 {
    margin-left: 41.66666667%;
  }
  .offset-admin_md-6 {
    margin-left: 50%;
  }
  .offset-admin_md-7 {
    margin-left: 58.33333333%;
  }
  .offset-admin_md-8 {
    margin-left: 66.66666667%;
  }
  .offset-admin_md-9 {
    margin-left: 75%;
  }
  .offset-admin_md-10 {
    margin-left: 83.33333333%;
  }
  .offset-admin_md-11 {
    margin-left: 91.66666667%;
  }
  .g-admin_md-0,
  .gx-admin_md-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-admin_md-0,
  .gy-admin_md-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-admin_md-1,
  .gx-admin_md-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-admin_md-1,
  .gy-admin_md-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-admin_md-2,
  .gx-admin_md-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-admin_md-2,
  .gy-admin_md-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-admin_md-3,
  .gx-admin_md-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-admin_md-3,
  .gy-admin_md-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-admin_md-4,
  .gx-admin_md-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-admin_md-4,
  .gy-admin_md-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-admin_md-5,
  .gx-admin_md-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-admin_md-5,
  .gy-admin_md-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-admin_md-6,
  .gx-admin_md-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-admin_md-6,
  .gy-admin_md-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-admin_md-7,
  .gx-admin_md-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-admin_md-7,
  .gy-admin_md-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 960px) {
  .col-admin_lg {
    flex: 1 0 0%;
  }
  .row-cols-admin_lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-admin_lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-admin_lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-admin_lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-admin_lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-admin_lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-admin_lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-admin_lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-admin_lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-admin_lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-admin_lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-admin_lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-admin_lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-admin_lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-admin_lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-admin_lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-admin_lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-admin_lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-admin_lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-admin_lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-admin_lg-0 {
    margin-left: 0;
  }
  .offset-admin_lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-admin_lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-admin_lg-3 {
    margin-left: 25%;
  }
  .offset-admin_lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-admin_lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-admin_lg-6 {
    margin-left: 50%;
  }
  .offset-admin_lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-admin_lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-admin_lg-9 {
    margin-left: 75%;
  }
  .offset-admin_lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-admin_lg-11 {
    margin-left: 91.66666667%;
  }
  .g-admin_lg-0,
  .gx-admin_lg-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-admin_lg-0,
  .gy-admin_lg-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-admin_lg-1,
  .gx-admin_lg-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-admin_lg-1,
  .gy-admin_lg-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-admin_lg-2,
  .gx-admin_lg-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-admin_lg-2,
  .gy-admin_lg-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-admin_lg-3,
  .gx-admin_lg-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-admin_lg-3,
  .gy-admin_lg-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-admin_lg-4,
  .gx-admin_lg-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-admin_lg-4,
  .gy-admin_lg-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-admin_lg-5,
  .gx-admin_lg-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-admin_lg-5,
  .gy-admin_lg-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-admin_lg-6,
  .gx-admin_lg-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-admin_lg-6,
  .gy-admin_lg-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-admin_lg-7,
  .gx-admin_lg-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-admin_lg-7,
  .gy-admin_lg-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
@media (min-width: 1216px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --wp--custom--gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --wp--custom--gutter-x: 0.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --wp--custom--gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --wp--custom--gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --wp--custom--gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --wp--custom--gutter-x: 0.9375rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --wp--custom--gutter-y: 0.9375rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --wp--custom--gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --wp--custom--gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --wp--custom--gutter-x: 2.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --wp--custom--gutter-y: 2.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --wp--custom--gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --wp--custom--gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --wp--custom--gutter-x: 7.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --wp--custom--gutter-y: 7.5rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--wp--custom--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --wp--custom--aspect-ratio: 100%;
}

.ratio-4x3 {
  --wp--custom--aspect-ratio: 75%;
}

.ratio-16x9 {
  --wp--custom--aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --wp--custom--aspect-ratio: 42.8571428571%;
}

/**
 * Block - Accordion Styles, FRONTEND
 */
.asmbs-block--accordion .accordion-button {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .asmbs-block--accordion .accordion-button {
    font-size: 1.25rem;
  }
}

.asmbs-block--call-to-action-global .asmbs-component {
  position: relative;
  background-color: #123e8d;
  color: #ffffff;
  padding: 1.875rem 2.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.asmbs-block--call-to-action-global .asmbs-element--button {
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 991.98px) {
  .asmbs-block--call-to-action-global .asmbs-element--button {
    margin-top: 1.5625rem;
  }
}
.asmbs-block--call-to-action-global .asmbs-element--image {
  display: none;
}
@media (min-width: 992px) {
  .asmbs-block--call-to-action-global .asmbs-element--image {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: -rfs-value(10px);
    right: 0;
    width: auto;
    height: calc(100% + 1.25rem);
    z-index: 0;
  }
}

.asmbs-block--card-tiles {
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .asmbs-block--card-tiles {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .asmbs-block--card-tiles {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .asmbs-block--card-tiles {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1216px) {
  .asmbs-block--card-tiles {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.asmbs-block--card-tiles .acf-innerblocks-container {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .asmbs-block--card-tiles .acf-innerblocks-container {
    margin-bottom: 3.125rem;
  }
}
.asmbs-block--card-tiles .wp-block-heading,
.asmbs-block--card-tiles .wp-block-paragraph {
  text-align: center;
}
.asmbs-block--card-tiles .wp-block-paragraph {
  margin: 0 auto 2.5rem auto;
  font-size: 1.25rem;
  max-width: 50rem;
}
@media (min-width: 992px) {
  .asmbs-block--card-tiles .wp-block-paragraph {
    margin: 0 auto 3.75rem auto;
  }
}
.asmbs-block--card-tiles .icon-cards {
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .asmbs-block--card-tiles .icon-cards {
    grid-template-columns: calc(50% - 0.625rem) calc(50% - 0.625rem);
  }
}
.asmbs-block--card-tiles .asmbs-component--button-group {
  width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .asmbs-block--card-tiles .asmbs-component--button-group .asmbs-element--button {
    flex: inherit;
  }
}

.wp-block-asmbs-card-tiles .mce-container iframe {
  height: 100px !important;
}

/**
 * Block - Carousel Styles, FRONTEND
 */
.asmbs-block--carousel {
  /** Carousel Items */
  /** Controls and Indicators */
  /** Wrappers */
  /** Element Styling */
}
.asmbs-block--carousel .container {
  position: relative;
}
@media (max-width: 479.98px) {
  .asmbs-block--carousel .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .asmbs-block--carousel .carousel-item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 480px) {
  .asmbs-block--carousel .carousel-inner {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .asmbs-block--carousel .carousel-inner {
    margin-bottom: 2.8125rem;
  }
}
.asmbs-block--carousel .controls--wrap {
  display: flex;
  padding: 1.25rem;
}
@media (min-width: 480px) {
  .asmbs-block--carousel .controls--wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .asmbs-block--carousel .controls--wrap {
    max-width: 50%;
  }
}
.asmbs-block--carousel .controls--inner {
  align-items: center;
  display: flex;
  gap: 1.5625rem;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .asmbs-block--carousel .controls--inner {
    justify-content: flex-start;
    left: 1.25rem;
  }
}
.asmbs-block--carousel .carousel-indicators {
  margin: 0;
  position: static;
  display: flex;
  gap: 0.9375rem;
}
.asmbs-block--carousel .carousel-indicators button {
  background-color: transparent;
  border: 0.125rem solid #123e8d;
  border-radius: 100%;
  height: 1.5625rem;
  width: 1.5625rem;
}
.asmbs-block--carousel .carousel-indicators button.active {
  background-color: #123e8d;
}
.asmbs-block--carousel .carousel-control-prev,
.asmbs-block--carousel .carousel-control-next {
  position: static;
  padding: 0;
  width: auto;
}
.asmbs-block--carousel .asmbs-component--carousel {
  background-color: #e2ecff;
  border-radius: 1.25rem;
  grid-template-columns: 1fr;
  padding: 0;
}
@media (min-width: 480px) {
  .asmbs-block--carousel .asmbs-component--carousel {
    padding: 1.25rem;
  }
}
@media (min-width: 992px) {
  .asmbs-block--carousel .asmbs-component--carousel {
    border-radius: 2.5rem;
    padding: 5rem 3.75rem 3.75rem 3.75rem;
  }
}
.asmbs-block--carousel .grid--wrap {
  display: grid;
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}
@media (min-width: 992px) {
  .asmbs-block--carousel .grid--wrap {
    grid-template-columns: 2fr 3fr;
    gap: 5rem;
  }
}
.asmbs-block--carousel .content--wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  padding: 1.25rem;
}
.asmbs-block--carousel .content--wrap * {
  margin: 0;
}
@media (min-width: 480px) {
  .asmbs-block--carousel .content--wrap {
    padding: 0 0 1rem 0;
  }
}
@media (min-width: 992px) {
  .asmbs-block--carousel .content--wrap p {
    font-size: 1.25rem;
  }
}
.asmbs-block--carousel .image--wrap {
  grid-row-start: 1;
}
@media (min-width: 992px) {
  .asmbs-block--carousel .image--wrap {
    grid-row-start: auto;
    padding-bottom: 1rem;
  }
}
@media (max-width: 479.98px) {
  .asmbs-block--carousel .asmbs-element--heading {
    font-size: 1.25rem;
  }
}
.asmbs-block--carousel .asmbs-element--image {
  border-radius: 0.625rem;
}
@media (min-width: 992px) {
  .asmbs-block--carousel .asmbs-element--image {
    box-shadow: 0px 4px 14px 0px rgba(0, 54, 136, 0.2);
  }
}
@media (min-width: 992px) {
  .asmbs-block--carousel .asmbs-element--button {
    align-self: flex-start;
  }
}

.asmbs-block--flexible-hero .hero--bg-image {
  display: none;
}
@media (min-width: 992px) {
  .asmbs-block--flexible-hero .hero--bg-image {
    display: block;
    position: absolute;
    top: -0.625rem;
    right: -3%;
    height: calc(100% + 20px);
    max-width: 33.125rem;
    width: auto;
  }
}
.asmbs-block--flexible-hero .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .asmbs-block--flexible-hero .buttons {
    flex-direction: row;
    margin: 2.5rem 0 0 0;
  }
}
.asmbs-block--flexible-hero .buttons.justified {
  width: 100%;
  gap: 3.75rem;
}
.asmbs-block--flexible-hero .buttons.justified .asmbs-element--button {
  flex: 1 1;
}
.asmbs-block--flexible-hero .asmbs-component--flexible-hero {
  padding: 1.25rem;
  width: 100%;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .asmbs-block--flexible-hero .asmbs-component--flexible-hero {
    grid-template-columns: 1fr 1fr;
    padding: 5rem;
  }
}
.asmbs-block--flexible-hero .asmbs-component--flexible-hero.has-search-card {
  padding-bottom: 11.25rem;
}
.asmbs-block--flexible-hero .asmbs-component--flexible-hero--one-column, .asmbs-block--flexible-hero .asmbs-component--flexible-hero--two-column .left-column, .asmbs-block--flexible-hero .asmbs-component--flexible-hero--two-column .right-column {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  justify-content: center;
}
.asmbs-block--flexible-hero .asmbs-component--flexible-hero--one-column .asmbs-element--content {
  max-width: 50rem;
}
@media (min-width: 992px) {
  .asmbs-block--flexible-hero .asmbs-component--flexible-hero--two-column .left-column {
    padding-right: 3.75rem;
  }
}
.asmbs-block--flexible-hero .content--align-center {
  text-align: center;
  margin: 0 auto;
}
.asmbs-block--flexible-hero .content--align-center,
.asmbs-block--flexible-hero .content--align-center .left-column {
  align-items: center;
}
.asmbs-block--flexible-hero .content--align-right,
.asmbs-block--flexible-hero .content--align-right .left-column {
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
}
.asmbs-block--flexible-hero .asmbs-component--search-card {
  position: relative;
  margin-top: -10rem;
  z-index: 1;
}
.asmbs-block--flexible-hero .asmbs-component--search-card h2, .asmbs-block--flexible-hero .asmbs-component--search-card .h2 {
  display: none;
}
@media (min-width: 992px) {
  .asmbs-block--flexible-hero .asmbs-component--search-card {
    margin-top: -6.25rem;
  }
  .asmbs-block--flexible-hero .asmbs-component--search-card h2, .asmbs-block--flexible-hero .asmbs-component--search-card .h2 {
    display: block;
  }
}
.asmbs-block--flexible-hero .video-thumbnail {
  padding: 0 0 1.25rem 0;
  max-width: calc(100% - 1.25rem);
}
.asmbs-block--flexible-hero .video-thumbnail--image {
  border-radius: 1.25rem;
  filter: drop-shadow(1.25rem 1.25rem 0 #005bff);
  width: 100%;
}
.asmbs-block--flexible-hero .play-icon {
  border-radius: 0 0 0.625rem 0;
  margin-bottom: 1.25rem;
}

/* Common Hero Block Styles */
.hero--block .container {
  position: relative;
}
@media (max-width: 479.98px) {
  .hero--block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero--block .hero--bg-wrapper {
  background-color: #e2ecff;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
  position: relative;
  display: grid;
}
@media (min-width: 480px) {
  .hero--block .hero--bg-wrapper {
    border-radius: 1.25rem;
  }
}
@media (min-width: 992px) {
  .hero--block .hero--bg-wrapper {
    border-radius: 2.5rem;
  }
}
.hero--block .hero-title {
  font-size: 9.375rem;
  line-height: 1;
}
.hero--block .asmbs-element--heading {
  margin: 0;
}

/* Homepage Hero block */
@media (max-width: 479.98px) {
  .asmbs-block--hero-homepage .hero--bg-wrapper {
    border-radius: 0;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .asmbs-block--hero-homepage .hero--bg-wrapper {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.asmbs-block--hero-homepage .bg--radial-gradient {
  bottom: -5%;
}
.asmbs-block--hero-homepage .homepage-hero--content-wrapper {
  display: grid;
  padding: 1.25rem;
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .asmbs-block--hero-homepage .homepage-hero--content-wrapper {
    padding: 5rem 5rem 25rem 5rem;
  }
}
.asmbs-block--hero-homepage .homepage-hero--content-wrapper .asmbs-element--button {
  justify-self: center;
}
.asmbs-block--hero-homepage .homepage-hero--content-wrapper .asmbs-element--content {
  margin: 0;
}
.asmbs-block--hero-homepage .homepage-hero--cards-wrapper {
  background-color: #e2ecff;
  border-radius: 0 0 1.25rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.75rem;
  gap: 3.75rem;
  padding: 0 1.25rem 1.25rem 1.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .asmbs-block--hero-homepage .homepage-hero--cards-wrapper {
    background-color: transparent;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    padding: 0 5rem 5rem 5rem;
    margin-top: -20rem;
  }
}
.asmbs-block--hero-homepage .asmbs-component--hero-homepage--card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

.asmbs-block--logo-grid .acf-innerblocks-container {
  grid-column: 1/-1;
}
.asmbs-block--logo-grid .asmbs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 768px) {
  .asmbs-block--logo-grid .asmbs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .asmbs-block--logo-grid .asmbs-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.asmbs-block--logo-grid .asmbs-component--figure {
  grid-column: span 1/span 1;
  display: flex;
  align-items: center;
}
.asmbs-block--logo-grid .asmbs-component--figure img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.asmbs-component--card-news-featured {
  background: transparent;
}
.asmbs-component--card-news-featured img {
  border-radius: 0.625rem;
  max-height: 20.5625rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  margin-bottom: 1.5625rem;
}
.asmbs-component--card-news-featured a {
  color: #123e8d;
}
.asmbs-component--card-news-featured a:hover {
  text-decoration: none;
}
.asmbs-component--card-news-featured time {
  font-weight: 300;
  font-size: 1rem;
}
.asmbs-component--card-news-featured .card-body {
  padding-left: 0;
  padding-right: 0;
}
.asmbs-component--card-news-featured .card-body .entry-meta {
  margin-bottom: 0;
}
.asmbs-component--card-news-featured .card-body .card-title {
  margin: 0.9375rem 0;
}

.asmbs-component--card-news {
  background: transparent;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
.asmbs-component--card-news:hover, .asmbs-component--card-news[focus-within] {
  background: #ffffff;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.asmbs-component--card-news:hover, .asmbs-component--card-news:focus-within {
  background: #ffffff;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.asmbs-component--card-news a {
  color: #123e8d;
}
.asmbs-component--card-news a:hover {
  text-decoration: none;
}
.asmbs-component--card-news time {
  font-weight: 300;
  font-size: 1rem;
}
.asmbs-component--card-news img {
  border-radius: 0.625rem;
}

.asmbs-block--news-articles .asmbs-element--button {
  margin-top: 1.25rem;
}

.asmbs-block--side-by-side--section-cutout .acf-innerblocks-container,
.asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .acf-innerblocks-container,
.asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .acf-innerblocks-container,
.asmbs-block--side-by-side--table .asmbs-grid {
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .asmbs-block--side-by-side--section-cutout .acf-innerblocks-container,
  .asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .acf-innerblocks-container,
  .asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .acf-innerblocks-container,
  .asmbs-block--side-by-side--table .asmbs-grid {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .asmbs-block--side-by-side--section-cutout .acf-innerblocks-container,
  .asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .acf-innerblocks-container,
  .asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .acf-innerblocks-container,
  .asmbs-block--side-by-side--table .asmbs-grid {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .acf-innerblocks-container,
  .asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .acf-innerblocks-container,
  .asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .acf-innerblocks-container,
  .asmbs-block--side-by-side--table .asmbs-grid {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1216px) {
  .asmbs-block--side-by-side--section-cutout .acf-innerblocks-container,
  .asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .acf-innerblocks-container,
  .asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .acf-innerblocks-container,
  .asmbs-block--side-by-side--table .asmbs-grid {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .content-left > .content-wrap, .asmbs-block--side-by-side--buttons .content-left > .content-wrap, .asmbs-block--side-by-side--table .content-left > .content-wrap {
    padding-right: 2.5rem;
  }
}
.asmbs-block--side-by-side--section-cutout .content-wrap .asmbs-element--button, .asmbs-block--side-by-side--buttons .content-wrap .asmbs-element--button, .asmbs-block--side-by-side--table .content-wrap .asmbs-element--button {
  margin: 2.5rem 0;
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .content-wrap .asmbs-element--button, .asmbs-block--side-by-side--buttons .content-wrap .asmbs-element--button, .asmbs-block--side-by-side--table .content-wrap .asmbs-element--button {
    align-self: flex-start;
    margin: 2.5rem 0 0 0;
  }
}
.asmbs-block--side-by-side--section-cutout .content-wrap,
.asmbs-block--side-by-side--section-cutout .image-wrap,
.asmbs-block--side-by-side--section-cutout .buttons-wrap, .asmbs-block--side-by-side--buttons .content-wrap,
.asmbs-block--side-by-side--buttons .image-wrap,
.asmbs-block--side-by-side--buttons .buttons-wrap, .asmbs-block--side-by-side--table .content-wrap,
.asmbs-block--side-by-side--table .image-wrap,
.asmbs-block--side-by-side--table .buttons-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .content-wrap,
  .asmbs-block--side-by-side--section-cutout .image-wrap,
  .asmbs-block--side-by-side--section-cutout .buttons-wrap, .asmbs-block--side-by-side--buttons .content-wrap,
  .asmbs-block--side-by-side--buttons .image-wrap,
  .asmbs-block--side-by-side--buttons .buttons-wrap, .asmbs-block--side-by-side--table .content-wrap,
  .asmbs-block--side-by-side--table .image-wrap,
  .asmbs-block--side-by-side--table .buttons-wrap {
    text-align: left;
  }
}
.asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .asmbs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .asmbs-grid.content-right > .content-wrap, .asmbs-block--side-by-side--buttons .asmbs-grid.content-right > .content-wrap, .asmbs-block--side-by-side--table .asmbs-grid.content-right > .content-wrap {
    padding-left: 2.5rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .asmbs-grid, .asmbs-block--side-by-side--buttons .asmbs-grid, .asmbs-block--side-by-side--table .asmbs-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.asmbs-block--side-by-side--section-cutout .image-wrap {
  align-items: center;
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--section-cutout .image-wrap {
    align-items: flex-start;
    justify-content: normal;
  }
}
.asmbs-block--side-by-side--buttons .buttons-wrap {
  gap: 1.25rem;
  grid-auto-rows: min-content;
  align-content: center;
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--buttons .buttons-columns-2.content-left {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--buttons .buttons-columns-2.content-right {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  .asmbs-block--side-by-side--buttons .buttons-columns-2 .buttons-wrap {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

.asmbs-component--blue-card {
  background-repeat: no-repeat;
  background-position: top right, top -20px right -32px;
  background-size: cover, 123px 205px;
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  color: #ffffff;
  padding: 1.25rem;
}
.asmbs-component--blue-card .badges,
.asmbs-component--blue-card .asmbs-element--heading {
  margin-bottom: 0.9375rem;
}
.asmbs-component--blue-card .badge {
  margin: 0;
  text-transform: capitalize;
}
.asmbs-component--blue-card .badge.condition {
  background-color: #5ac1e2;
}
.asmbs-component--blue-card .badge.procedure {
  background-color: #bd9a27;
}
.asmbs-component--blue-card .badge a {
  display: flex;
  align-items: center;
}
.asmbs-component--blue-card .asmbs-element--heading a {
  color: #ffffff;
  text-decoration: underline;
}
.asmbs-component--blue-card .asmbs-element--heading a:hover, .asmbs-component--blue-card .asmbs-element--heading a:focus {
  text-decoration: none;
}
.asmbs-component--blue-card .asmbs-element--heading a:focus {
  outline: 4px solid #ffffff;
}

.asmbs-block--testimonials .content--wrapper {
  padding: 1.25rem !important;
  overflow: visible !important;
}

.asmbs-block--testimonials .content--wrapper {
  border-radius: 1.25rem;
  background: #e2ecff;
  position: relative;
}
@media (min-width: 992px) {
  .asmbs-block--testimonials .content--wrapper {
    padding: 5rem !important;
  }
  .asmbs-block--testimonials .content--wrapper {
    border-radius: 3.125rem;
  }
  .asmbs-block--testimonials .content--wrapper::before {
    content: "";
    width: 100%;
    height: 43.75rem;
    bottom: -9.375rem;
    left: 0;
    background: radial-gradient(60% 43.08% at 50% 50%, #a1adc6 0%, rgba(179, 195, 228, 0) 85%);
    position: absolute;
    z-index: -1;
  }
}
.asmbs-block--testimonials .block-introduction {
  margin-bottom: 2.5rem;
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial {
  cursor: pointer;
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial .nav-link {
  text-align: left;
  width: 100%;
  align-items: center;
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial img {
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial .asmbs-element--heading {
  margin-bottom: 0.9375rem;
  color: #000000;
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial .asmbs-element--content {
  color: #000000;
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial .active {
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial .active .asmbs-element--content,
.asmbs-block--testimonials .asmbs-component--slide-testimonial .active .asmbs-element--heading {
  color: #ffffff;
}
.asmbs-block--testimonials .asmbs-component--slide-testimonial-featured .patient-quote {
  margin: 1.5625rem 0;
  font-style: italic;
  font-size: 1.25rem;
}
.asmbs-block--testimonials .accordion-item {
  margin-bottom: 1.25rem;
  background: transparent;
}
.asmbs-block--testimonials .accordion-item .img-fluid {
  width: 100%;
}
.asmbs-block--testimonials .accordion-button {
  padding: 0.625rem;
  flex-wrap: wrap;
}
.asmbs-block--testimonials .accordion-button[aria-expanded=true] {
  box-shadow: none;
  border-radius: 0.625rem 0.625rem 0 0;
}
.asmbs-block--testimonials .accordion-button span {
  flex-basis: 100%;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
  font-weight: 400;
}
.asmbs-block--testimonials .accordion-button span.title {
  margin-top: 0.625rem;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.asmbs-block--testimonials .accordion-button::after {
  position: absolute;
  right: 0.625rem;
  top: 0.75rem;
}
.asmbs-block--testimonials .accordion-body {
  background: #123e8d;
  color: #ffffff;
  padding: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.asmbs-block--testimonials .accordion-body .patient-quote {
  margin: 1.5625rem 0;
}
.asmbs-block--testimonials .accordion-body .video-thumbnail button:focus {
  outline: 2px solid #e2ecff;
  outline-offset: 2px;
}

.toc-container {
  display: none;
}
@media (min-width: 992px) {
  .toc-container {
    display: block;
    position: sticky;
    top: 2.5rem;
  }
}

.asmbs-component--table-of-contents {
  padding-left: 3.75rem;
}
#jump-nav ul {
  padding: 0;
}
#jump-nav ul li {
  list-style-type: none;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
#jump-nav ul li.no-indent + .indent {
  padding-top: 0.625rem;
}
#jump-nav ul li.indent + .no-indent {
  padding-top: 0.625rem;
}
#jump-nav ul li.indent {
  margin-left: 1rem;
}
#jump-nav ul li a {
  text-decoration: none;
  position: relative;
  display: block;
}
#jump-nav ul li a::before {
  font-weight: bold;
  position: absolute;
  left: -0.625rem;
  top: -0.125rem;
}
#jump-nav ul li a:hover::before {
  content: "|";
}
#jump-nav ul li a br {
  display: none;
}
#jump-nav ul li.current a {
  font-weight: bold;
}
#jump-nav ul li.current a::before {
  content: "|";
}

.asmbs-block--procedures-conditions-filter {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .asmbs-block--procedures-conditions-filter {
    background-color: #e2ecff;
    border-radius: 3.125rem;
    padding: 5rem 0;
  }
}
.asmbs-block--procedures-conditions-filter--inner {
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .asmbs-block--procedures-conditions-filter--inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .asmbs-block--procedures-conditions-filter--inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .asmbs-block--procedures-conditions-filter--inner {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1216px) {
  .asmbs-block--procedures-conditions-filter--inner {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.asmbs-block--procedures-conditions-filter--header {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .asmbs-block--procedures-conditions-filter--header {
    margin-bottom: 3.75rem;
    display: grid;
    grid-template-columns: 1fr 20.125rem;
    grid-gap: 11.25rem;
    gap: 11.25rem;
  }
}
.asmbs-block--procedures-conditions-filter--header .acf-innerblocks-container {
  width: 100%;
}
.asmbs-block--procedures-conditions-filter--header .acf-innerblocks-container p {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .asmbs-block--procedures-conditions-filter--header .acf-innerblocks-container p {
    font-size: 1.25rem;
  }
}
.asmbs-block--procedures-conditions-filter--header .nav-label {
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
  font-size: 1rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.asmbs-block--procedures-conditions-filter--header nav {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 50rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  min-width: 100%;
  background: #ffffff;
}
@media (min-width: 992px) {
  .asmbs-block--procedures-conditions-filter--header nav {
    font-size: 1.25rem;
    min-width: 20.125rem;
  }
}
.asmbs-block--procedures-conditions-filter--header nav button {
  background: #ffffff;
  color: #000000;
  border: none;
  font-size: 1rem;
  text-align: center;
  flex-basis: 33.3333333333%;
  padding: 11px 0.625rem;
}
.asmbs-block--procedures-conditions-filter--header nav button.current, .asmbs-block--procedures-conditions-filter--header nav button:focus {
  background: #123e8d;
  color: #ffffff;
  box-shadow: none;
}
.asmbs-block--procedures-conditions-filter--header nav button:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.asmbs-block--procedures-conditions-filter--grid {
  gap: 1.25rem;
  flex-wrap: wrap;
  margin: 2.5rem 0;
  min-height: 17rem;
}
.asmbs-block--procedures-conditions-filter--grid .asmbs-component--blue-card {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .asmbs-block--procedures-conditions-filter--grid .asmbs-component--blue-card {
    flex-basis: calc(33.3333333333% - 0.875rem);
  }
}
.asmbs-block--procedures-conditions-filter--grid .asmbs-component--blue-card .asmbs-element--content {
  font-size: 1rem;
}
.asmbs-block--procedures-conditions-filter .btn-group {
  width: 100%;
  justify-content: center;
}
.asmbs-block--procedures-conditions-filter .btn-group .btn, .asmbs-block--procedures-conditions-filter .btn-group .page-template-resources .facetwp-load-more, .page-template-resources .asmbs-block--procedures-conditions-filter .btn-group .facetwp-load-more, .asmbs-block--procedures-conditions-filter .btn-group .gform_button,
.asmbs-block--procedures-conditions-filter .btn-group .gform_next_button,
.asmbs-block--procedures-conditions-filter .btn-group .gform_previous_button,
.asmbs-block--procedures-conditions-filter .btn-group .gform_save_link,
.asmbs-block--procedures-conditions-filter .btn-group #gf_coupon_button.button {
  flex: initial;
}
.asmbs-block--procedures-conditions-filter .asmbs-element--heading {
  font-size: 1.875rem;
}

#bmi-calculator {
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  padding: 1.25rem;
  width: 100%;
}
#bmi-calculator .inner {
  background: #f5f8ff;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
#bmi-calculator label {
  margin: 0 0 0.375rem 0;
}
#bmi-calculator input[type=text] {
  max-width: 7.5rem;
}
#bmi-calculator select {
  min-width: 5rem;
}
#bmi-calculator select#bmi-height-inches {
  margin-left: 0.625rem;
}
#bmi-calculator .bmi-grid {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  #bmi-calculator .bmi-grid {
    display: grid;
    grid-template-columns: 15rem 1fr;
    align-items: center;
  }
}
#bmi-calculator .bmi-grid span {
  font-size: 1.25rem;
  font-weight: bold;
  color: #123e8d;
}

/* These should be updated and uncommented as they require styling. */
.wp-block-list {
  display: block;
}

.wp-block-button a {
  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;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  padding: calc(11px + 0.125rem) calc(30px + 0.125rem);
}
.wp-block-button a:hover {
  background-color: #0f3578 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  box-shadow: none;
  padding: 11px 30px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #000000 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #000000;
  color: #ffffff;
}

.screen-reader-only {
  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;
}
.screen-reader-only:not(caption) {
  position: absolute !important;
}

.on-focus-only:not(:focus):not([focus-within]) {
  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;
}

.on-focus-only:not(:focus):not(:focus-within) {
  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;
}
.on-focus-only:not(:focus):not([focus-within]):not(caption) {
  position: absolute !important;
}
.on-focus-only:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  margin-top: 0.125rem;
  margin-left: 0.0625rem;
  height: auto;
  padding: 0.5rem 0.625rem;
  border: none;
}

*,
::after,
::before {
  box-sizing: border-box;
  word-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5f8ff;
}

pre {
  overflow: auto;
}

.block-editor-writing-flow {
  line-height: 1.5;
}

.container .container {
  padding: 0;
}

*.focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
  outline: 0;
}

*:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
  outline: 0;
}

img {
  max-width: 100%;
}

.btn.btn-primary, .page-template-resources .btn.facetwp-load-more, .page-template-resources .btn-primary.facetwp-load-more, .page-template-resources .facetwp-load-more,
.btn-primary.gform_next_button,
.page-template-resources .gform_next_button.facetwp-load-more,
.btn-primary.gform_previous_button,
.page-template-resources .gform_previous_button.facetwp-load-more,
.btn-primary.gform_save_link,
.page-template-resources .gform_save_link.facetwp-load-more,
.btn-primary#gf_coupon_button.button,
.page-template-resources #gf_coupon_button.button.facetwp-load-more, .btn.btn-lms, .page-template-resources .btn-lms.facetwp-load-more,
.btn-lms.gform_next_button,
.btn-lms.gform_previous_button,
.btn-lms.gform_save_link,
.btn-lms#gf_coupon_button.button, .btn.gform_button, .page-template-resources .gform_button.facetwp-load-more, .gform_button,
.gform_button#gf_coupon_button.button {
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}

.btn-lms {
  color: #ffffff;
}
.btn-lms:hover {
  color: #ffffff;
}

.btn-close-white {
  opacity: 1;
  border-radius: 0;
}

/**
 * Site Header Styles.
 */
.site-header .btn--search-modal {
  padding: 0.25rem 0.625rem;
  border-radius: 0;
  margin-left: 0.5rem;
  margin-right: 0.125rem;
}
.site-header .modal-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-header .modal-body h2, .site-header .modal-body .h2 {
  margin-bottom: 2rem;
}
.site-header .modal-body .asmbs-component--search {
  max-width: 50rem;
  width: 100%;
}
.site-header .modal-body .search-input {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-right: 0;
}
.site-header .modal-body .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.site-header .modal-body .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.site-header .modal-body .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.site-header .modal-body .search-input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.site-header .modal-body .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  height: 1rem;
  width: 1rem;
  background: url("../static/images/icons/close-white.svg") no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
.site-header .modal-body .btn--search-icon.focus-visible {
  outline: 0;
  box-shadow: none;
  background: #ffffff;
}
.site-header .modal-body .btn--search-icon:focus-visible {
  outline: 0;
  box-shadow: none;
  background: #ffffff;
}
.site-header .modal-body .btn--search-icon.focus-visible svg {
  fill: #123e8d;
}
.site-header .modal-body .btn--search-icon:focus-visible svg {
  fill: #123e8d;
}
.site-header .modal-body .btn--search-icon {
  background-color: transparent;
  border-color: #ffffff;
  border-left: 0;
}
.site-header .modal-body .btn--search-icon svg {
  fill: #ffffff;
}

/* All headings have margin-bottom 25px by default. Override headings that differ individually */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.page-template-resources .filter .fs-wrap .fs-label,
.h5,
h6,
.h6 {
  clear: both;
  margin-bottom: 1.5625rem;
}

/* Override font sizes to be smaller on mobile to match the designs. h3 and h5 are ommitted as they are the same on desktop & mobile */
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}

@media (max-width: 991.98px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

/* Extends */
.page-template-resources .results-count {
  font-size: 2.125rem;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
}

.asmbs-component--videos-card .asmbs-element--heading, .page-template-resources .resources--filters .filters--heading, .asmbs-component--table-of-contents .toc-header {
  font-size: 1.5rem;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
}

.asmbs-element--button-title-link, .site--archives .sidebar--wrapper .taxonomy--title, .asmbs-block--testimonials .asmbs-component--slide-testimonial .asmbs-element--heading {
  font-size: 1.25rem;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
}
@media (max-width: 991.98px) {
  .asmbs-element--button-title-link, .site--archives .sidebar--wrapper .taxonomy--title, .asmbs-block--testimonials .asmbs-component--slide-testimonial .asmbs-element--heading {
    font-size: 1rem;
  }
}

/**
 * Layouts.
 */
/**
  * Containerize all the things!
  */
.site-main .entry-content .wp-block-columns.is-layout-flex {
  align-items: flex-start !important;
}
@media (max-width: 991.98px) {
  .site-main .entry-content .wp-block-columns.is-layout-flex {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 991.98px) {
  .site-main .entry-content .wp-block-columns.is-layout-flex .wp-block-column {
    flex-basis: 100% !important;
  }
  .site-main .entry-content .wp-block-columns.is-layout-flex .wp-block-column {
    padding: 0;
  }
}
.site-main .entry-content .wp-block-columns.is-layout-flex .wp-block-column.basis-full {
  flex-basis: 100% !important;
}
@media (max-width: 991.98px) {
  .site-main .entry-content .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 991.98px) {
  .site-main .entry-content .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    flex-basis: auto !important;
  }
}

#main .entry-content ul:not(.gform_fields):not(.gform_fields ul):not(.jump-nav ul),
#main .entry-content ol {
  padding-left: calc(2rem + 20px);
}
#main .entry-content ul:not(.gform_fields):not(.gform_fields ul):not(.jump-nav ul) ul,
#main .entry-content ul:not(.gform_fields):not(.gform_fields ul):not(.jump-nav ul) ul ul,
#main .entry-content ul:not(.gform_fields):not(.gform_fields ul):not(.jump-nav ul) ol,
#main .entry-content ul:not(.gform_fields):not(.gform_fields ul):not(.jump-nav ul) ol ol,
#main .entry-content ol ul,
#main .entry-content ol ul ul,
#main .entry-content ol ol,
#main .entry-content ol ol ol {
  padding-left: 1.5rem;
}

/**
 * Navigation Menus
 */
.asmbs-component--nav a,
.asmbs-component--nav a:visited,
.menu a,
.menu a:visited {
  color: #000000;
  text-decoration: none;
}
.asmbs-component--nav a .fas,
.asmbs-component--nav a:visited .fas,
.menu a .fas,
.menu a:visited .fas {
  font-size: 0.75rem;
  padding: 0 0.625rem;
}
.asmbs-component--nav a:hover,
.asmbs-component--nav a:active,
.menu a:hover,
.menu a:active {
  color: #123e8d;
  text-decoration: underline;
}

.asmbs-component--offcanvas .offcanvas-header {
  justify-content: flex-end;
  padding-top: 2.5rem;
}
@media (max-width: 991.98px) {
  .asmbs-component--offcanvas .offcanvas-header {
    background-color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: space-between;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .asmbs-component--offcanvas .offcanvas-header .btn-close-white {
    filter: none;
  }
}
@media (max-width: 991.98px) {
  .asmbs-component--offcanvas .offcanvas-body {
    padding-top: 0;
  }
}
.asmbs-component--offcanvas .offcanvas-body .list-group {
  padding: 1.25rem 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-item,
.asmbs-component--offcanvas .offcanvas-body .list-group-item a {
  background-color: transparent;
  color: #ffffff;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button:hover,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-item:hover,
.asmbs-component--offcanvas .offcanvas-body .list-group-item a:hover {
  text-decoration: none;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button.focus-visible,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-item.focus-visible,
.asmbs-component--offcanvas .offcanvas-body .list-group-item a.focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button:focus-visible,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-item:focus-visible,
.asmbs-component--offcanvas .offcanvas-body .list-group-item a:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item h2, .asmbs-component--offcanvas .offcanvas-body .list-group-item .h2 {
  font-family: "Figtree", Arial, Helvetica, sans-serif;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .fas {
  margin-right: 0.625rem;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-link {
  font-size: 1.25rem;
  padding: 0.625rem 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-header {
  display: flex;
  justify-content: space-between;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-link {
  min-width: calc(100% - 2.5rem);
  text-decoration: none;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button span {
  display: none;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button::after {
  margin: auto;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button:not(.collapsed).focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-button:not(.collapsed):focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .btn, .asmbs-component--offcanvas .offcanvas-body .list-group-item .page-template-resources .facetwp-load-more, .page-template-resources .asmbs-component--offcanvas .offcanvas-body .list-group-item .facetwp-load-more, .asmbs-component--offcanvas .offcanvas-body .list-group-item .gform_button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .gform_next_button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .gform_previous_button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .gform_save_link,
.asmbs-component--offcanvas .offcanvas-body .list-group-item #gf_coupon_button.button {
  border-radius: 0;
  padding: 0.625rem 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-body {
  padding: 0.625rem 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-body ul {
  padding: 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-body ul li {
  padding: 0;
  list-style: none;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-body ul li a {
  color: #ffffff;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 0.625rem 0;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .accordion-body ul li a:link {
  color: #ffffff;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.btn, .asmbs-component--offcanvas .offcanvas-body .list-group-item .page-template-resources .asmbs-element--button.facetwp-load-more, .page-template-resources .asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.facetwp-load-more, .asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_next_button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_previous_button,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_save_link,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button#gf_coupon_button.button {
  color: #ffffff;
  padding: 0.625rem 0;
  width: 100%;
  text-align: left;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.btn:link, .asmbs-component--offcanvas .offcanvas-body .list-group-item .page-template-resources .asmbs-element--button.facetwp-load-more:link, .page-template-resources .asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.facetwp-load-more:link, .asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_button:link,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_next_button:link,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_previous_button:link,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_save_link:link,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button#gf_coupon_button.button:link {
  color: #ffffff;
}
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.btn:hover, .asmbs-component--offcanvas .offcanvas-body .list-group-item .page-template-resources .asmbs-element--button.facetwp-load-more:hover, .page-template-resources .asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.facetwp-load-more:hover, .asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_button:hover,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_next_button:hover,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_previous_button:hover,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button.gform_save_link:hover,
.asmbs-component--offcanvas .offcanvas-body .list-group-item .asmbs-element--button#gf_coupon_button.button:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .asmbs-component--offcanvas .offcanvas-body .asmbs-component--form {
    justify-content: center;
  }
}
.asmbs-component--offcanvas .offcanvas-body .buttons--before {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ffffff;
}
.asmbs-component--offcanvas .offcanvas-body .buttons--before .btn:last-child, .asmbs-component--offcanvas .offcanvas-body .buttons--before .page-template-resources .facetwp-load-more:last-child, .page-template-resources .asmbs-component--offcanvas .offcanvas-body .buttons--before .facetwp-load-more:last-child, .asmbs-component--offcanvas .offcanvas-body .buttons--before .gform_button:last-child,
.asmbs-component--offcanvas .offcanvas-body .buttons--before .gform_next_button:last-child,
.asmbs-component--offcanvas .offcanvas-body .buttons--before .gform_previous_button:last-child,
.asmbs-component--offcanvas .offcanvas-body .buttons--before .gform_save_link:last-child,
.asmbs-component--offcanvas .offcanvas-body .buttons--before #gf_coupon_button.button:last-child {
  margin-bottom: 2.5rem;
}
.asmbs-component--offcanvas .offcanvas-body .btn-outline-light {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.asmbs-component--offcanvas .offcanvas-body .btn-outline-light.icon-before {
  flex-direction: row-reverse;
}
.asmbs-component--offcanvas .offcanvas-body .btn-outline-light svg {
  fill: #ffffff;
  min-width: 0.9375rem;
}
.asmbs-component--offcanvas .offcanvas-body .btn-outline-light:hover svg {
  fill: #000000;
}
.asmbs-component--offcanvas.members-offcanvas .offcanvas-header {
  margin-bottom: 0;
}
.asmbs-component--offcanvas.members-offcanvas .list-group {
  padding: 0 0 1.25rem 0;
}
.asmbs-component--offcanvas.members-offcanvas .list-group-item {
  padding: 1rem 0;
  position: relative;
}
.asmbs-component--offcanvas.members-offcanvas .list-group-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: 1px;
  background: #e2ecff;
}

/**
 * Branding Styles.
 */
.site--logo {
  width: 100%;
  display: inline-block;
}
.site--logo img {
  width: 15.75rem;
  height: 4.6875rem;
}

.nav-wrap {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.875rem;
  flex-wrap: wrap;
}
.nav-wrap .navbar-right {
  align-items: center;
}
.nav-wrap .navbar-toggler {
  border-radius: 0;
  padding: 0.625rem;
  margin-left: 2.5rem;
  margin-right: -0.625rem;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .nav-wrap .navbar-toggler {
    margin-left: 0.25rem;
  }
}
.nav-wrap .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
}
.nav-wrap .nav-item .nav-link {
  font-size: 0.875rem;
}
@media (min-width: 992px) and (max-width: 1215.98px) {
  .nav-wrap .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
.nav-wrap .site--logo img {
  width: 12.5rem;
  height: 3.625rem;
}
@media (min-width: 992px) and (max-width: 1215.98px) {
  .nav-wrap .site--logo img {
    width: 11.25rem;
    height: 3.3125rem;
  }
}
@media (min-width: 1216px) {
  .nav-wrap .site--logo img {
    width: 15.75rem;
    height: 4.6875rem;
  }
}
.nav-wrap #primary-navigation .nav-item .nav-link {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.nav-wrap #primary-navigation .nav-item .nav-link::after {
  content: "|";
  display: inline-block;
  position: relative;
  left: 0.625rem;
}
.nav-wrap #primary-navigation .nav-item:first-child .nav-link {
  padding-left: 0;
}
.nav-wrap #primary-navigation .nav-item:last-child .nav-link::after {
  content: "";
  display: none;
}

.btn--navbar-members {
  flex-wrap: wrap;
  align-items: center;
  padding: 0.25rem;
  gap: 0.625rem;
  min-width: 1.5625rem;
  font-size: 1rem;
}
@media (min-width: 1216px) {
  .btn--navbar-members {
    min-width: 3.25rem;
  }
}
@media (min-width: 1216px) {
  .btn--navbar-members {
    padding: 0.25rem 0.375rem;
  }
}
.btn--navbar-members img {
  border-radius: 50rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (min-width: 992px) {
  .btn--navbar-members img {
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (min-width: 1216px) {
  .btn--navbar-members img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn--navbar-members span {
  display: none;
}
@media (min-width: 1216px) {
  .btn--navbar-members span {
    display: inline-block;
    max-width: 6.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.btn--navbar-utility {
  padding: 0.75rem;
  margin-right: 0.75rem;
  font-size: 0.75rem;
}
@media (min-width: 1216px) {
  .btn--navbar-utility {
    font-size: 0.875rem;
    margin-right: 0.9375rem;
  }
}
.btn--navbar-utility.login {
  margin-right: 0;
}
.btn--navbar-utility .fas {
  font-size: 0.75rem;
  top: -0.125rem;
  position: relative;
}

.secondary-nav-wrap {
  width: 100%;
  background-color: #e2ecff;
  border-radius: 6.25rem;
  padding: 0.75rem;
  margin-bottom: 2rem;
}
.secondary-nav-wrap .nav-item .nav-link {
  font-size: 0.875rem;
}

.asmbs-component--search input {
  border-radius: 3.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.125rem solid transparent;
  flex: auto;
  padding: 0.1875rem 1.25rem;
  font-size: 1rem;
  background: #ffffff;
}
.asmbs-component--search .btn--search-icon {
  background: #ffffff;
  border-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.5rem 1.25rem;
}
.asmbs-component--search .btn--search-icon.focus-visible {
  outline: #005bff auto 1px;
  outline-offset: -0.125rem;
}
.asmbs-component--search .btn--search-icon:focus-visible {
  outline: #005bff auto 1px;
  outline-offset: -0.125rem;
}

/**
 * Messages. For alerts, notices, validation errors.
 */
.asmbs-alert, .alert-error, .alert-warning, .alert-info, .alert-success {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid;
}
.asmbs-alert h3, .alert-error h3, .alert-warning h3, .alert-info h3, .alert-success h3, .asmbs-alert .h3, .alert-error .h3, .alert-warning .h3, .alert-info .h3, .alert-success .h3, .asmbs-alert h4, .alert-error h4, .alert-warning h4, .alert-info h4, .alert-success h4, .asmbs-alert .h4, .alert-error .h4, .alert-warning .h4, .alert-info .h4, .alert-success .h4 {
  margin-top: 0;
  margin-bottom: 4px;
  color: inherit;
}
.asmbs-alert p, .alert-error p, .alert-warning p, .alert-info p, .alert-success p, .asmbs-alert ul, .alert-error ul, .alert-warning ul, .alert-info ul, .alert-success ul {
  margin-bottom: 0;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: #d6e9c6;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Background Radial Gradient */
.bg--radial-gradient {
  display: none;
}
@media (min-width: 992px) {
  .bg--radial-gradient {
    content: "";
    display: block;
    position: absolute;
    bottom: -30%;
    margin: 0 auto;
    background: radial-gradient(60% 43.08% at 50% 50%, #a1adc6 0%, rgba(179, 195, 228, 0) 85%);
    width: 96%;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
  }
}

.asmbs-component--breadcrumbs {
  margin-bottom: 1.875rem;
}
.asmbs-component--breadcrumbs ol {
  display: inline-flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 992px) {
  .asmbs-component--breadcrumbs ol {
    background-color: #ffffff;
    border-radius: 50rem;
    padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  }
}
.asmbs-component--breadcrumbs ol li {
  display: none;
  align-items: center;
}
.asmbs-component--breadcrumbs ol li:nth-last-child(-n+2) {
  display: flex;
}
@media (max-width: 991.98px) {
  .asmbs-component--breadcrumbs ol li:nth-last-child(2) .btn, .asmbs-component--breadcrumbs ol li:nth-last-child(2) .page-template-resources .facetwp-load-more, .page-template-resources .asmbs-component--breadcrumbs ol li:nth-last-child(2) .facetwp-load-more, .asmbs-component--breadcrumbs ol li:nth-last-child(2) .gform_button,
  .asmbs-component--breadcrumbs ol li:nth-last-child(2) .gform_next_button,
  .asmbs-component--breadcrumbs ol li:nth-last-child(2) .gform_previous_button,
  .asmbs-component--breadcrumbs ol li:nth-last-child(2) .gform_save_link,
  .asmbs-component--breadcrumbs ol li:nth-last-child(2) #gf_coupon_button.button {
    padding-left: 0;
  }
  .asmbs-component--breadcrumbs ol li:nth-last-child(2) span {
    display: none;
  }
}
@media (min-width: 992px) {
  .asmbs-component--breadcrumbs ol li {
    display: flex;
  }
}
.asmbs-component--breadcrumbs ol li:first-child .btn, .asmbs-component--breadcrumbs ol li:first-child .page-template-resources .facetwp-load-more, .page-template-resources .asmbs-component--breadcrumbs ol li:first-child .facetwp-load-more, .asmbs-component--breadcrumbs ol li:first-child .gform_button,
.asmbs-component--breadcrumbs ol li:first-child .gform_next_button,
.asmbs-component--breadcrumbs ol li:first-child .gform_previous_button,
.asmbs-component--breadcrumbs ol li:first-child .gform_save_link,
.asmbs-component--breadcrumbs ol li:first-child #gf_coupon_button.button {
  padding-left: 0;
}
.asmbs-component--breadcrumbs ol li .btn, .asmbs-component--breadcrumbs ol li .page-template-resources .facetwp-load-more, .page-template-resources .asmbs-component--breadcrumbs ol li .facetwp-load-more, .asmbs-component--breadcrumbs ol li .gform_button,
.asmbs-component--breadcrumbs ol li .gform_next_button,
.asmbs-component--breadcrumbs ol li .gform_previous_button,
.asmbs-component--breadcrumbs ol li .gform_save_link,
.asmbs-component--breadcrumbs ol li #gf_coupon_button.button {
  font-size: 0.875rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0;
  text-align: left;
}
.asmbs-component--breadcrumbs ol li a.btn, .asmbs-component--breadcrumbs ol li .page-template-resources a.facetwp-load-more, .page-template-resources .asmbs-component--breadcrumbs ol li a.facetwp-load-more, .asmbs-component--breadcrumbs ol li a.gform_button,
.asmbs-component--breadcrumbs ol li a.gform_next_button,
.asmbs-component--breadcrumbs ol li a.gform_previous_button,
.asmbs-component--breadcrumbs ol li a.gform_save_link,
.asmbs-component--breadcrumbs ol li a#gf_coupon_button.button {
  text-decoration: underline;
}
.asmbs-component--breadcrumbs ol li a.btn:hover, .asmbs-component--breadcrumbs ol li .page-template-resources a.facetwp-load-more:hover, .page-template-resources .asmbs-component--breadcrumbs ol li a.facetwp-load-more:hover, .asmbs-component--breadcrumbs ol li a.gform_button:hover,
.asmbs-component--breadcrumbs ol li a.gform_next_button:hover,
.asmbs-component--breadcrumbs ol li a.gform_previous_button:hover,
.asmbs-component--breadcrumbs ol li a.gform_save_link:hover,
.asmbs-component--breadcrumbs ol li a#gf_coupon_button.button:hover {
  text-decoration: none;
}
.asmbs-component--breadcrumbs .bi {
  margin: 0 0 0 4px;
}
.asmbs-component--breadcrumbs .icon-home {
  display: flex;
}
.asmbs-component--breadcrumbs .icon-home .bi {
  margin: 0;
}
.asmbs-component--breadcrumbs .icon-after {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.asmbs-component--breadcrumbs .icon-after .bi {
  margin: 0 4px 0 0;
}
.asmbs-component--breadcrumbs .breadcrumbs-current-page.disabled {
  text-decoration: none;
}

.gform_wrapper {
  max-width: 52.125rem;
  padding: 0 40px;
  margin: 0 auto;
}

.gform_validation_errors {
  padding-left: 1.25rem !important;
}
.gform_validation_errors .gform_submission_error {
  font-weight: bold !important;
}
.gform_validation_errors .gform_submission_error {
  font-family: "Figtree", Arial, Helvetica, sans-serif;
}

textarea,
select,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput) {
  padding: 0.1875rem 1.25rem !important;
  font-size: 1rem !important;
}

textarea,
select,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput) {
  opacity: 10;
  height: 3rem;
  border: 0.125rem solid #123e8d;
  border-radius: 3.125rem;
  color: #123e8d;
  background-color: transparent;
}
textarea:focus, textarea.focus-visible,
select:focus,
select.focus-visible,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput):focus,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput).focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
textarea:focus, textarea.focus-visible,
select:focus,
select.focus-visible,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput):focus,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput).focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
textarea:focus, textarea:focus-visible,
select:focus,
select:focus-visible,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput):focus,
input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput):focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
@media (min-width: 992px) {
  textarea,
  select,
  input:not(.button):not([type=checkbox]):not([type=radio]):not(.search-input):not(.em-modal input):not(.em-form-submit):not(.em-search-text):not(.numInput) {
    font-size: 1.25rem !important;
  }
}

.emmett-input {
  padding: 0.1875rem !important;
}

.emmett-input {
  border: 0.125rem solid #123e8d;
  border-radius: 3.125rem;
  height: 3rem;
}
.emmett-input .StripeElement {
  padding: 0.625rem;
}

.search-card--inner .search-input {
  font-size: 1rem !important;
}

.search-card--inner .search-input {
  opacity: 10;
  color: #123e8d;
}
@media (min-width: 992px) {
  .search-card--inner .search-input {
    font-size: 1.25rem !important;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23123e8d%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 0.65em auto;
}

textarea {
  padding-top: 0.625rem !important;
}

textarea {
  border-radius: 0.625rem;
}

label {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}

.gform_button,
.gform_next_button,
.gform_previous_button,
.gform_save_link,
#gf_coupon_button.button {
  --wp--custom--btn-color: #ffffff;
  --wp--custom--btn-bg: #123e8d;
  --wp--custom--btn-border-color: #123e8d;
  --wp--custom--btn-hover-color: #ffffff;
  --wp--custom--btn-hover-bg: #0f3578;
  --wp--custom--btn-hover-border-color: #0e3271;
  --wp--custom--btn-focus-shadow-rgb: 54, 91, 158;
  --wp--custom--btn-active-color: #ffffff;
  --wp--custom--btn-active-bg: #0e3271;
  --wp--custom--btn-active-border-color: #0e2f6a;
  --wp--custom--btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --wp--custom--btn-disabled-color: #ffffff;
  --wp--custom--btn-disabled-bg: #123e8d;
  --wp--custom--btn-disabled-border-color: #123e8d;
}

legend,
label {
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif !important;
  font-size: 1.25rem !important;
}

legend,
label {
  margin-top: 0.625rem;
}
legend.gform-field-label--type-sub,
label.gform-field-label--type-sub {
  font-size: 1rem !important;
}

.gform-field-label--type-sub {
  margin-top: 0;
}

input[type=checkbox],
input[type=radio] {
  margin-bottom: 0.625rem;
}
input[type=checkbox] + label,
input[type=radio] + label {
  font-family: "Figtree", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  margin-bottom: 0.625rem !important;
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin-top: 0;
}

.newsletter label {
  font-size: 1rem !important;
  font-family: "Figtree", Arial, Helvetica, sans-serif !important;
}

.newsletter label {
  display: block;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 600;
}
.newsletter .gform_wrapper {
  position: relative;
  padding: 0;
}
.newsletter .gform_wrapper .gform_validation_errors {
  display: none;
}
.newsletter .gform_wrapper .ginput_container input[type=email] {
  padding: 0.75rem 0.9375rem !important;
  font-size: 0.9375rem !important;
}
.newsletter .gform_wrapper .ginput_container input[type=email] {
  border: 0.125rem solid #123e8d;
  border-radius: 3.125rem;
  color: #123e8d;
  height: auto;
  background-color: #ffffff;
  line-height: 1.5;
}
.newsletter .gform_wrapper .ginput_container input[type=email]::-moz-placeholder {
  color: #123e8d;
  font-weight: 300;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}
.newsletter .gform_wrapper .ginput_container input[type=email]::placeholder {
  color: #123e8d;
  font-weight: 300;
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}
.newsletter .gform_wrapper .gform_button {
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 1.25rem;
}
@media (min-width: 992px) {
  .newsletter .gform_wrapper .gform_button {
    position: absolute;
    top: 2.0625rem;
    right: 0;
    width: auto;
  }
}
.newsletter .gform_wrapper .gform_button img {
  margin-left: 0.125rem;
}

.post--taxonomies {
  display: inline-block;
  margin: 0;
}
.post--taxonomies .taxonomy--item {
  display: inline;
  margin-right: 4px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin: 3.75rem 0;
}
.pagination-container .pagination {
  margin: 0;
}
.pagination-container .ellipsis {
  display: none;
}
@media (min-width: 480px) {
  .pagination-container .ellipsis {
    display: block;
  }
}

.social-network-links {
  align-items: center;
  display: flex;
  height: 100%;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 992px) {
  .social-network-links {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.social-network-links li {
  margin: 0 2.1875rem 0 0;
}
@media (min-width: 992px) {
  .social-network-links li {
    margin: 0 0 0 2.1875rem;
  }
}
.social-network-links .social-icon {
  height: 34px;
  width: 40px;
}

.svg-sprite-wrapper,
.svg-sprite-wrapper svg {
  visibility: hidden;
  height: 0;
  display: block;
}

/** Videos Archive */
.archive--videos .content--wrapper {
  display: grid;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

/** Post & Taxonomy Archives */
.site--archives .container,
.site--archives .hero--block {
  margin-bottom: 5rem;
}
.site--archives .grid--wrapper {
  align-items: start;
  display: grid;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .site--archives .grid--wrapper {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .site--archives .grid--wrapper.no-posts, .site--archives .grid--wrapper.no-sidebar {
    grid-template-columns: 1fr;
  }
}
.site--archives .sidebar--wrapper {
  display: grid;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.site--archives .sidebar--wrapper .asmbs-element--list {
  padding-left: 0;
  list-style: none;
  border: 0.0625rem solid #e2ecff;
  max-height: 8.75rem;
  overflow: auto;
  padding: 0.3125rem;
  position: relative;
}
.site--archives .sidebar--wrapper .asmbs-element--list-item {
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .site--archives .sidebar--wrapper .asmbs-element--list {
    border: 0;
    max-height: 21.25rem;
    padding: 0 0.3125rem 0 0;
  }
}

.comments-link {
  margin-top: 16px;
}

.comments-area {
  margin-top: 24px;
}

.comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.comment-author .avatar {
  margin-right: 16px;
}
.comment-author .fn {
  margin-right: 8px;
}

.comment-metadata {
  margin-bottom: 16px;
}

.comment-body {
  padding-top: 8px;
  padding-bottom: 8px;
}

.comment-content {
  background-color: black;
  opacity: 10;
  padding: 16px;
}
.bypostauthor .comment-content {
  border: 2px solid black;
}

.comment-list .children {
  margin-left: 16px;
}

.reply {
  padding-top: 8px;
}

.comment-reply-title a {
  font-size: 0.75rem;
  display: block;
}

.site-footer {
  margin-top: 5rem;
}
.site-footer .footer--upper {
  background-color: #e2ecff;
  border-radius: 1.5625rem 1.5625rem 0 0;
  padding: 3.125rem 0 5rem 0;
}
@media (min-width: 992px) {
  .site-footer .footer--upper {
    border-radius: 1.5625rem 1.5625rem 0 0;
  }
}
.site-footer .footer--lower {
  background-color: #d7e3f9;
  padding: 2.5rem 0;
}
@media (max-width: 991.98px) {
  .site-footer .footer--upper,
  .site-footer .footer--lower {
    padding: 1.25rem 0;
  }
}
@media (min-width: 992px) {
  .site-footer .top-row,
  .site-footer .middle-row {
    justify-content: space-between;
  }
}
.site-footer .top-row {
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .top-row {
    border-bottom: 1px solid #000000;
    margin-bottom: 0.9375rem;
  }
}
.site-footer .middle-row {
  padding-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .site-footer .middle-row {
    padding-bottom: 4.6875rem;
  }
}
@media (max-width: 991.98px) {
  .site-footer .middle-row .widget {
    padding: 1.5625rem 0;
  }
}
.site-footer .site--logo-link {
  display: flex;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  .site-footer .site--logo-link {
    padding-bottom: 0;
    border: 0;
    margin: 0;
  }
}
.site-footer address,
.site-footer address p {
  margin: 0;
}
.site-footer address {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-footer address p {
  font-size: 1.125rem;
}
.site-footer .footer-menu--vertical .menu,
.site-footer .footer-menu--horizontal .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .footer-menu--vertical {
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  .site-footer .footer-menu--vertical {
    margin-bottom: 0;
  }
}
.site-footer .footer-menu--vertical li {
  margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu--vertical .menu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    font-size: 0;
    transition: all 0.3s ease;
  }
  .site-footer .footer-menu--vertical .menu.active {
    max-height: 31.25rem;
    opacity: 1;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .site-footer .footer--col-1 {
    padding-right: calc(3.125rem + 20px);
  }
}
@media (min-width: 992px) {
  .site-footer .footer--col-2 {
    padding: 0 calc(3.125rem + 20px);
  }
}
.site-footer .footer--col-3 p {
  font-size: 1rem;
}
.site-footer .footer-menu--horizontal {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 992px) {
  .site-footer .footer-menu--horizontal {
    flex-direction: row;
  }
}
.site-footer .footer-menu--horizontal .widget {
  display: flex;
}
.site-footer .footer-menu--horizontal .menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-footer .footer-menu--horizontal .menu li {
  display: inline;
  margin-right: 0.9375rem;
}
.site-footer .footer-menu--horizontal .menu a {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .site-footer .footer-menu--horizontal .menu a {
    font-size: 1rem;
  }
}
.site-footer .site--info {
  max-width: 25rem;
}
@media (min-width: 992px) {
  .site-footer .site--info {
    max-width: none;
  }
}
.site-footer .site--info a,
.site-footer .site--info a:visited {
  color: #000000;
}
.site-footer .site--info a[href^="tel:"],
.site-footer .site--info a:visited[href^="tel:"] {
  text-decoration: none;
}
.site-footer .site--info a:hover,
.site-footer .site--info a:active {
  color: #123e8d;
  text-decoration: underline;
}

.widget-title {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.footer--col-1 .widget-title, .footer--col-2 .widget-title {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.footer--col-1 .widget-title::after, .footer--col-2 .widget-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  content: "\f107";
  display: inline-flex;
  justify-content: center;
  line-height: 1.75rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  padding: 0 0.625rem;
  transition: transform 0.3s ease;
}
.footer--col-1 .widget-title.active::after, .footer--col-2 .widget-title.active::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .footer--col-1 .widget-title, .footer--col-2 .widget-title {
    cursor: auto;
  }
  .footer--col-1 .widget-title::after, .footer--col-2 .widget-title::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .widget-title {
    font-size: 1.5rem;
  }
}

.entry-meta {
  margin-bottom: 0.9375rem;
}

.entry-footer {
  margin-top: 0.9375rem;
}

.cat-links,
.tag-links {
  display: block;
}

.post-edit-link {
  display: block;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.post-container:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.post-navigation .nav-links {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .post-navigation .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: inherit;
  }
}

.post-navigation .nav-next {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .post-navigation .nav-next {
    margin-top: 0;
  }
}

.updated:not(.published) {
  visibility: hidden;
}

.page-template-resources article .entry-footer {
  display: none;
}
@media (max-width: 767.98px) {
  .page-template-resources .hero--block {
    margin-bottom: 0;
  }
  .page-template-resources .hero--block .hero--bg-wrapper {
    border-radius: 0;
  }
}
.page-template-resources .grid-wrapper {
  grid-template-areas: "filter" "content" "sidebar";
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media (min-width: 992px) {
  .page-template-resources .grid-wrapper {
    grid-template-areas: "filter content" "sidebar content";
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
  }
}
.page-template-resources .resources--filters {
  grid-area: filter;
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .page-template-resources .resources--filters .collapse.dont-collapse-sm {
    height: auto !important;
  }
  .page-template-resources .resources--filters .collapse.dont-collapse-sm {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .page-template-resources .resources--filters {
    z-index: 99;
    background-color: #e2ecff;
    border-radius: 0 0 2.5rem 2.5rem;
    padding: 0 1.25rem 1.25rem 1.25rem;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin-bottom: 1.25rem;
    margin-top: 1rem;
  }
}
@media (max-width: 479.98px) {
  .page-template-resources .resources--filters {
    width: calc(100% + 2.5rem);
    left: -1.25rem;
  }
}
@media (min-width: 992px) {
  .page-template-resources .resources--filters .filters--heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .page-template-resources .resources--filters .asmbs-component--facetwp-facet {
    margin-bottom: 1.875rem;
  }
}
.page-template-resources .resources--actions {
  grid-area: sidebar;
  align-self: start;
}
.page-template-resources .content--container {
  grid-area: content;
}
.page-template-resources .filter {
  position: relative;
}
.page-template-resources .filter .facetwp-facet {
  margin-bottom: 0;
}
.page-template-resources .filter .facet-label {
  display: none;
}
.page-template-resources .filter .fs-wrap {
  width: 100%;
  position: relative;
}
.page-template-resources .filter .fs-wrap .fs-arrow {
  border: 0;
  content: url("../static/images/icons/arrow.svg");
  width: 1.5625rem;
  height: 0.75rem;
}
@media (min-width: 992px) {
  .page-template-resources .filter .fs-wrap .fs-arrow {
    display: none;
  }
}
.page-template-resources .filter .fs-wrap .fs-label-wrap,
.page-template-resources .filter .fs-wrap .fs-dropdown {
  background-color: transparent;
  border: 0;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-resources .filter .fs-wrap .fs-dropdown.fs-hidden {
    display: block;
  }
}
.page-template-resources .filter .fs-wrap .fs-label {
  padding-left: 0;
  margin-bottom: 0.625rem;
}
.page-template-resources .filter .fs-wrap .fs-options {
  max-height: none;
}
.page-template-resources .filter .fs-wrap .fs-options .fs-option {
  padding: 0.625rem 0;
}
.page-template-resources .filter .fs-wrap .fs-options .fs-option .fs-checkbox {
  right: 0;
  left: auto;
  position: absolute;
}
.page-template-resources .filter .fs-wrap .fs-options .fs-option .fs-checkbox i {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 0.1875rem;
  border: 2px solid #123e8d;
  display: block;
  background-color: #ffffff;
}
.page-template-resources .filter .fs-wrap .fs-options .fs-option.selected {
  background-color: transparent;
}
.page-template-resources .filter .fs-wrap .fs-options .fs-option.selected .fs-checkbox i {
  background-color: #123e8d;
}
.page-template-resources .filter .fs-wrap .fs-option-label {
  font-size: 1.25rem;
  word-break: break-word;
  padding-right: 10%;
  line-height: 1.3;
  text-wrap: wrap;
}
.page-template-resources .facetwp-load-more {
  margin-top: 2.5rem;
}
.page-template-resources .facetwp-load-more.facetwp-hidden {
  display: none;
}
.page-template-resources .facetwp-facet-access .fs-options .fs-option:first-child {
  display: none;
}
.page-template-resources .facetwp-selections {
  margin-bottom: 2.5rem;
}
.page-template-resources .facetwp-selections ul {
  padding-left: 0;
}
.page-template-resources .facetwp-selections li {
  background-color: #005bff;
  padding: 0.625rem;
  border-radius: 1.25rem;
  margin-right: 0.625rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.page-template-resources .facetwp-selections li .facetwp-selection-value {
  color: #ffffff;
  background-position: left center;
  padding-right: 0;
  padding-left: 1.125rem;
  background-image: url("../static/images/icons/close-white.svg");
}
.page-template-resources .results-count {
  display: inline-block;
  margin: 1.25rem 0;
}
@media (min-width: 992px) {
  .page-template-resources .results-count {
    display: inline-flex;
    margin-top: 0;
  }
}
.page-template-resources .results-count .facetwp-facet {
  margin-bottom: 0;
}
.page-template-resources .facetwp-selection-label {
  display: none;
}
.page-template-resources .asmbs-block--popular-actions--global .buttons-columns-1 {
  grid-template-columns: 1fr;
  padding: 0;
}

.single .wp-block-columns.justify-center,
.page .wp-block-columns.justify-center {
  justify-content: center;
}
@media (min-width: 992px) {
  .single .wp-block-columns .wp-block-column p,
  .page .wp-block-columns .wp-block-column p {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.single .asmbs-block--summary p,
.page .asmbs-block--summary p {
  font-size: 1rem;
}
.single .asmbs-element--content,
.single p,
.page .asmbs-element--content,
.page p {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .single .asmbs-element--content,
  .single p,
  .page .asmbs-element--content,
  .page p {
    font-size: 1.25rem;
  }
}
.single .entry-content ul li,
.single .entry-content ol li,
.page .entry-content ul li,
.page .entry-content ol li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .single .entry-content ul li,
  .single .entry-content ol li,
  .page .entry-content ul li,
  .page .entry-content ol li {
    font-size: 1.25rem;
  }
}

/** Single Videos */
.single-videos article,
.single-videos .video-thumbnail {
  margin-bottom: 2.8125rem;
}
.single-videos article button,
.single-videos .video-thumbnail button {
  width: 100%;
}
.single-videos article .img-fluid,
.single-videos .video-thumbnail .img-fluid {
  width: 100%;
}
@media (min-width: 992px) {
  .single-videos article .play-icon,
  .single-videos .video-thumbnail .play-icon {
    width: 7.125rem;
    height: 7.125rem;
  }
}
.single-videos .grid--wrapper {
  display: grid;
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}
.single-videos .entry-footer {
  display: grid;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.single-videos .entry-title,
.single-videos .entry-footer {
  margin: 0;
}
.single-videos .asmbs-element--badge a,
.single-videos .asmbs-element--badge a:visited {
  color: #ffffff;
}
.single-videos .categories--wrapper,
.single-videos .keywords--items {
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1;
}
.single-videos .keywords--items {
  gap: 1.25rem;
}
.single-videos .categories--wrapper {
  gap: 0.625rem;
}

@media (min-width: 992px) {
  .related-pages-sidebar {
    display: grid;
    grid-template-columns: 1fr 33.333%;
  }
}
.related-pages-sidebar .related-pages-wrapper {
  padding: 1.875rem 1.25rem 0 1.25rem;
}
@media (min-width: 992px) {
  .related-pages-sidebar .related-pages-wrapper {
    padding: 0 0 0 3.75rem;
  }
}
.related-pages-sidebar .related-pages--title {
  font-size: 1.5rem;
}
.related-pages-sidebar .list--related-pages {
  padding: 0;
  list-style-type: none;
}
.related-pages-sidebar .list--related-pages li {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .related-pages-sidebar .list--related-pages li {
    font-size: 1.25rem;
  }
}
.related-pages-sidebar .list--related-pages li a {
  text-decoration: none;
  display: block;
}
.related-pages-sidebar .list--related-pages li a:hover, .related-pages-sidebar .list--related-pages li a:focus {
  text-decoration: underline;
}
.related-pages-sidebar .list--related-pages li a.active {
  font-weight: 700;
}

#find-a-provider .widget-title {
  font-size: 1.875rem;
}
#find-a-provider #directory-search input[type=text],
#find-a-provider #directory-search select {
  width: 100%;
}
#find-a-provider #directory-search input[type=text][disabled],
#find-a-provider #directory-search select[disabled] {
  opacity: 0.35;
}
@media (min-width: 992px) {
  #find-a-provider #provider-search-form {
    padding-right: 1.875rem;
  }
}
#find-a-provider #surgery-type {
  text-overflow: ellipsis;
}
#find-a-provider .deleteicon {
  position: relative;
}
#find-a-provider .deleteicon .fa {
  position: absolute;
  top: 0;
  right: 1.125rem;
  cursor: pointer;
}
#find-a-provider .field-row {
  margin: 1.25rem 0;
}
#find-a-provider label {
  font-size: 1.5rem !important;
}
#find-a-provider label {
  font-weight: normal;
}
#find-a-provider label .fa {
  font-size: 1rem;
  position: relative;
  top: -2px;
}
#find-a-provider .options label:not(.option-group) {
  margin: 0;
}
#find-a-provider .options label:not(.option-group) span {
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
}
#find-a-provider .note {
  font-size: 1rem;
  padding-top: 0.5rem;
}
#find-a-provider .btn-primary, #find-a-provider .page-template-resources .facetwp-load-more, .page-template-resources #find-a-provider .facetwp-load-more {
  display: block;
  margin-top: 1.25rem;
}
#find-a-provider .btn-primary i, #find-a-provider .page-template-resources .facetwp-load-more i, .page-template-resources #find-a-provider .facetwp-load-more i {
  font-size: 1rem;
  padding-left: 0.25rem;
}
#find-a-provider .directory-button-clear {
  padding-left: 0;
  margin-top: 1.25rem;
  text-decoration: underline;
}
#find-a-provider .directory-button-clear:hover {
  text-decoration: none;
}
#find-a-provider .map-disclaimer {
  font-size: 1rem;
  padding-top: 0.5rem;
}
#find-a-provider .alert-info {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  padding: 1.25rem;
  margin-bottom: 2.1875rem;
  border: 1px solid #dee2e6;
}
#find-a-provider .alert-info p {
  margin: 0;
}
#find-a-provider .alert-info .fa {
  font-size: 1rem;
}
#find-a-provider #directory-search-results {
  padding: 0;
}
#find-a-provider .asmbs-component--card {
  padding: 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  margin-bottom: 2.1875rem;
}
#find-a-provider .asmbs-component--card .provider-top-info {
  display: block;
}
@media (min-width: 768px) {
  #find-a-provider .asmbs-component--card .provider-top-info {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}
#find-a-provider .asmbs-component--card .provider-name-status-distance {
  display: block;
}
@media (min-width: 768px) {
  #find-a-provider .asmbs-component--card .provider-name-status-distance {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#find-a-provider .asmbs-component--card .provider-image {
  width: 110px;
  height: 110px;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
#find-a-provider .asmbs-component--card .provider-distance {
  display: block;
  margin-bottom: 0.9375rem;
}
#find-a-provider .asmbs-component--card .badge {
  display: inline-block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  #find-a-provider .asmbs-component--card .badge {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}
#find-a-provider .asmbs-component--card .card-body {
  background-color: #f5f8ff;
  border-radius: 0.625rem;
}
#find-a-provider .asmbs-component--card .card-body h5, #find-a-provider .asmbs-component--card .card-body .h5, #find-a-provider .asmbs-component--card .card-body .page-template-resources .filter .fs-wrap .fs-label, .page-template-resources .filter .fs-wrap #find-a-provider .asmbs-component--card .card-body .fs-label {
  margin-bottom: 0.9375rem;
}
#find-a-provider .asmbs-component--card .card-text.list {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  #find-a-provider .asmbs-component--card .card-text.list {
    -moz-columns: 2;
         columns: 2;
  }
}

.ui-tooltip {
  background-color: #ffffff;
  padding: 5px;
  max-width: 300px;
  border-radius: 0.3125rem;
}

#member-profile .members-only {
  color: #916e05;
}
#member-profile .member-photo img {
  border-radius: 0.625rem;
  max-width: 12.5rem;
  height: auto;
  margin-bottom: 1.25rem;
}
#member-profile .pagination.top {
  margin-bottom: 0.9375rem;
}
#member-profile .page-header {
  margin-bottom: 2.5rem;
}
#member-profile .page-header h1, #member-profile .page-header .h1 {
  margin-bottom: 0.875rem;
  font-size: 2.5rem;
  color: #123e8d;
}
#member-profile .panel-title {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  color: #123e8d;
}
#member-profile .profile-panels {
  background-color: #ffffff;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
#member-profile hr {
  margin: 0.9375rem 0;
}
#member-profile .provider-surgeries {
  display: block;
}
@media (min-width: 992px) {
  #member-profile .provider-surgeries {
    display: flex;
    flex-wrap: wrap;
  }
}
#member-profile .provider-surgeries .provider-surgeries-surgery {
  display: block;
}
@media (min-width: 992px) {
  #member-profile .provider-surgeries .provider-surgeries-surgery {
    flex: 1 0 33%;
    margin-right: 0.375em;
  }
}

#profile-edit-form input[type=text],
#profile-edit-form input[type=url] {
  width: 100%;
  margin-bottom: 0.9375rem;
}
#profile-edit-form input[type=text][disabled],
#profile-edit-form input[type=url][disabled] {
  opacity: 0.35;
}
#profile-edit-form .widget h3, #profile-edit-form .widget .h3 {
  margin: 0 0 0.625rem 0;
  font-size: 2rem;
}
#profile-edit-form .widget label {
  margin-bottom: 0;
}
#profile-edit-form .border-bottom {
  padding-bottom: 0.625rem;
}
#profile-edit-form #profile-photo-wrapper {
  max-width: 12.5rem;
}
#profile-edit-form .buttons {
  margin-top: 1rem;
}
#profile-edit-form .directory-button-clear {
  padding-left: 0;
  text-decoration: underline;
}
#profile-edit-form .directory-button-clear:hover {
  text-decoration: none;
}
#profile-edit-form .hide-legend legend {
  display: none;
}
#profile-edit-form legend {
  font-size: 1.5rem !important;
}
#profile-edit-form .tree .branch-label,
#profile-edit-form label span {
  font-family: "Figtree", Arial, Helvetica, sans-serif !important;
}
#profile-edit-form .tree .branch-label,
#profile-edit-form label span {
  font-weight: normal;
  margin-bottom: 0;
}
#profile-edit-form .empty-label {
  height: 0;
  margin: 0 0 0.625rem 0;
}
#profile-edit-form input[type=checkbox] + span {
  font-size: 1.25rem;
}
#profile-edit-form .name-fields {
  display: block;
}
@media (min-width: 992px) {
  #profile-edit-form .name-fields {
    display: flex;
    flex-wrap: wrap;
  }
}
#profile-edit-form .name-fields .field {
  width: 100%;
}
@media (min-width: 992px) {
  #profile-edit-form .name-fields .field {
    width: calc(50% - 10px);
  }
}
#profile-edit-form .select2-container {
  margin-bottom: 0.9375rem;
}
#profile-edit-form .select2-container .select2-selection {
  padding: 0.125rem 1.25rem 0.1875rem 0 !important;
  font-size: 1rem !important;
}
#profile-edit-form .select2-container .select2-selection {
  height: 2.125rem;
  border: 0.125rem solid #123e8d;
  color: #123e8d;
  background-color: transparent;
}
#profile-edit-form .select2-container .select2-selection:focus, #profile-edit-form .select2-container .select2-selection.focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
#profile-edit-form .select2-container .select2-selection:focus, #profile-edit-form .select2-container .select2-selection:focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
#profile-edit-form .select2-container .select2-selection .select2-selection__arrow {
  height: 2.125rem;
}
#profile-edit-form .select2-container .select2-selection .select2-selection__placeholder,
#profile-edit-form .select2-container .select2-selection .select2-selection__rendered {
  font-size: 1rem !important;
}
#profile-edit-form .select2-container .select2-selection .select2-selection__placeholder,
#profile-edit-form .select2-container .select2-selection .select2-selection__rendered {
  color: #123e8d;
}
#profile-edit-form .select2-container .select2-selection .select2-dropdown {
  border-color: #123e8d;
}

.member-renewal hr {
  margin: 1.875rem 0;
}
.member-renewal hr.margin-sm {
  margin: 0.9375rem 0;
}
.member-renewal .font-sm {
  font-size: 1rem;
}
.member-renewal label {
  margin-bottom: 0;
}
.member-renewal label span {
  font-family: "Figtree", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .member-renewal label span {
    font-size: 1.25rem;
  }
}
.member-renewal legend {
  font-size: 1.75rem !important;
}
.member-renewal legend {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.member-renewal hr + fieldset legend {
  margin-top: 0;
}
.member-renewal .buttons {
  margin-top: 1.875rem;
}
.member-renewal .buttons .btn, .member-renewal .buttons .gform_button,
.member-renewal .buttons .gform_next_button,
.member-renewal .buttons .gform_previous_button,
.member-renewal .buttons .gform_save_link,
.member-renewal .buttons #gf_coupon_button.button, .member-renewal .buttons .page-template-resources .facetwp-load-more, .page-template-resources .member-renewal .buttons .facetwp-load-more {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .member-renewal .buttons .btn, .member-renewal .buttons .gform_button,
  .member-renewal .buttons .gform_next_button,
  .member-renewal .buttons .gform_previous_button,
  .member-renewal .buttons .gform_save_link,
  .member-renewal .buttons #gf_coupon_button.button, .member-renewal .buttons .page-template-resources .facetwp-load-more, .page-template-resources .member-renewal .buttons .facetwp-load-more {
    display: inline-block;
    width: auto;
    margin-right: 1rem;
  }
}
.member-renewal .state-chapters {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .member-renewal .state-chapters {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .member-renewal .state-chapters .inline-options {
    max-width: calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
.member-renewal .state-chapters label {
  margin-bottom: 0;
}
.member-renewal .state-chapters label span {
  font-size: 1rem;
}
.member-renewal .alert-warning .asmbs-note {
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875rem;
}
.member-renewal .alert-warning p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.member-renewal .alert-warning p:last-of-type {
  margin: 0;
}
.member-renewal .alert-warning .alert-info {
  margin-top: 1rem;
}
.member-renewal #pac-donation-fields {
  display: none;
}
.member-renewal #pac-donation-fields.on {
  display: block;
}
.member-renewal #md-survey .field-row:first-of-type {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .member-renewal #md-survey .field-row:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.member-renewal #md-survey .field-row:first-of-type .options {
  width: 100%;
}
@media (min-width: 992px) {
  .member-renewal #md-survey .field-row:first-of-type .options {
    width: 46%;
  }
}
@media (min-width: 992px) {
  .member-renewal #md-survey .field-row .inline-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.member-renewal #md-survey .field-row .inline-options label {
  font-size: 1rem !important;
}
.member-renewal #md-survey .field-row .inline-options label {
  width: 100%;
}
@media (min-width: 992px) {
  .member-renewal #md-survey .field-row .inline-options label {
    width: 30%;
  }
}
.member-renewal #md-survey .field-row .inline-options label span {
  font-size: 1rem;
}
.member-renewal .green {
  color: #198754;
}
.member-renewal .hidden {
  display: none;
}

#renewal-meta {
  text-align: right;
}

.text.xl {
  font-size: 1.5rem;
}

#form-renew-payment .field-row {
  width: 100%;
}
@media (min-width: 992px) {
  #form-renew-payment .field-row {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
#form-renew-payment .field-row label {
  font-weight: normal;
  margin-bottom: 0.3125rem;
}
#form-renew-payment .field-row input,
#form-renew-payment .field-row .emmett-input {
  width: 100%;
}
#form-renew-payment .field-row .field.lg {
  width: 100%;
}
@media (min-width: 992px) {
  #form-renew-payment .field-row .field.lg {
    flex: auto;
    width: auto;
  }
}
#form-renew-payment .field-row .field.sm {
  width: 100%;
}
@media (min-width: 992px) {
  #form-renew-payment .field-row .field.sm {
    min-width: 6.25rem;
    width: auto;
  }
}

#main .em.em-list .em-item .em-item-info {
  border-color: #bd9a27;
}
#main .em.em-list .em-item .em-item-info h3.em-item-title a, #main .em.em-list .em-item .em-item-info .em-item-title.h3 a {
  color: #123e8d !important;
}
#main .em.em-item .em-item-meta .em-item-meta-line a, #main .em.em-list .em-item .em-item-meta .em-item-meta-line a, #main .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
  font-style: normal !important;
}
#main h2, #main .h2, #main h3, #main .h3, #main h4, #main .h4, #main h5, #main .h5, #main .page-template-resources .filter .fs-wrap .fs-label, .page-template-resources .filter .fs-wrap #main .fs-label, #main h6, #main .h6 {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#main .em-booking-section-title {
  background-color: #123e8d;
  color: #ffffff;
  border-width: 0;
}
#main .em .table-wrap {
  overflow-x: auto;
}
#main .em.pixelbones td:first-child,
#main .em.pixelbones th:first-child {
  padding-left: 1.25rem !important;
}
#main .em.pixelbones td:last-child,
#main .em.pixelbones th:last-child {
  padding-right: 1.25rem !important;
}

.page-my-bookings {
  overflow-x: hidden;
}

.em-modal-popup .em.em-list-widget .em-item .em-item-info {
  border-color: #bd9a27;
}

.result-chart {
  display: block;
  margin: 0 auto;
}
.result-chart .arc path {
  stroke-width: 2px;
  stroke: #E5EAEE;
}
.result-chart .arc text {
  font-weight: bold;
  font-size: large;
  fill: white;
}

.chart-legend {
  padding: 0.75em;
}
.chart-legend .legend-item {
  margin: 0.1875em;
  text-align: left;
  font-size: small;
}

/*
 * This makes sure that all core blocks respect our max widths.
 */
.entry-content > *:not(.asmbs-block):not(.alignfull) {
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .entry-content > *:not(.asmbs-block):not(.alignfull) {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .entry-content > *:not(.asmbs-block):not(.alignfull) {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .entry-content > *:not(.asmbs-block):not(.alignfull) {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1216px) {
  .entry-content > *:not(.asmbs-block):not(.alignfull) {
    max-width: 812px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.single-condition_procedures .entry-content > .wp-block-columns:not(.basis-full) {
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .single-condition_procedures .entry-content > .wp-block-columns:not(.basis-full) {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .single-condition_procedures .entry-content > .wp-block-columns:not(.basis-full) {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .single-condition_procedures .entry-content > .wp-block-columns:not(.basis-full) {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1216px) {
  .single-condition_procedures .entry-content > .wp-block-columns:not(.basis-full) {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-condition_procedures .entry-content > .wp-block-columns:not(.basis-full) .wp-block-column:first-child {
  padding-left: 20px;
}

.entry-content > .wp-core-block {
  display: block;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-right: 2rem;
}

/* Badges styles */
.asmbs-component--badges,
.badges {
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
}

.asmbs-component--horizontal-card {
  background-color: #ffffff;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-row-gap: 0.9375rem;
  row-gap: 0.9375rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .asmbs-component--horizontal-card {
    grid-template-columns: 11.5625rem 1fr;
  }
}
.asmbs-component--horizontal-card.no-thumbnail {
  grid-template-columns: 1fr;
}
.asmbs-component--horizontal-card .badges {
  grid-area: 1/1/2/3;
}
.asmbs-component--horizontal-card .featured-image {
  display: none;
}
@media (min-width: 992px) {
  .asmbs-component--horizontal-card .featured-image {
    display: block;
  }
}
.asmbs-component--horizontal-card .featured-image img {
  border-radius: 0.625rem;
  display: block;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmbs-component--horizontal-card .featured-image a:focus {
  box-shadow: none;
}
.asmbs-component--horizontal-card .featured-image a:focus img {
  outline: 5px solid #d7e3f9;
}
.asmbs-component--horizontal-card .badge {
  text-transform: capitalize;
  color: #ffffff;
  grid-column: 1/-1;
  justify-self: start;
}
.asmbs-component--horizontal-card .badge.members-only {
  color: #123e8d;
}
.asmbs-component--horizontal-card .badge a,
.asmbs-component--horizontal-card .badge a:visited {
  color: #ffffff;
}
.asmbs-component--horizontal-card a:active,
.asmbs-component--horizontal-card a:hover {
  text-decoration: none;
}
.asmbs-component--horizontal-card h4, .asmbs-component--horizontal-card .h4,
.asmbs-component--horizontal-card .asmbs-element--content {
  margin-bottom: 0.9375rem;
}
.asmbs-component--horizontal-card h4 a:focus, .asmbs-component--horizontal-card .h4 a:focus,
.asmbs-component--horizontal-card .asmbs-element--content a:focus {
  box-shadow: none;
  outline: 5px solid #d7e3f9;
}
@media (min-width: 768px) {
  .asmbs-component--horizontal-card .asmbs-element--content {
    font-size: 1.25rem;
  }
}
.asmbs-component--horizontal-card .entry-meta {
  margin: 0;
}

/** Video card styles */
.asmbs-component--videos-card {
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .asmbs-component--videos-card {
    grid-template-columns: 1fr 1fr;
  }
}
.asmbs-component--videos-card .card--image {
  border-radius: 0.625rem;
  display: block;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmbs-component--videos-card .asmbs-element--heading {
  margin: 0;
}

/* Hero Cutout Image */
.asmbs-component--hero-cutout {
  --value-mobile: 20px;
  --value-desktop: 40px;
  display: grid;
  align-items: flex-end;
  margin: 0;
}
.asmbs-component--hero-cutout .asmbs-element--hero-image-bg,
.asmbs-component--hero-cutout .hero--image {
  grid-area: 1/-1;
  max-width: calc(100% - var(--value-mobile));
}
@media (min-width: 992px) {
  .asmbs-component--hero-cutout .asmbs-element--hero-image-bg,
  .asmbs-component--hero-cutout .hero--image {
    max-width: calc(100% - var(--value-desktop));
  }
}
.asmbs-component--hero-cutout .hero--image-bg--top,
.asmbs-component--hero-cutout .hero--image-bg--bottom,
.asmbs-component--hero-cutout .hero--image {
  position: relative;
}
.asmbs-component--hero-cutout .hero--image-bg--top,
.asmbs-component--hero-cutout .hero--image {
  margin-bottom: var(--value-mobile);
}
@media (min-width: 992px) {
  .asmbs-component--hero-cutout .hero--image-bg--top,
  .asmbs-component--hero-cutout .hero--image {
    margin-bottom: var(--value-desktop);
  }
}
.asmbs-component--hero-cutout .hero--image-bg--bottom {
  margin-left: var(--value-mobile);
}
@media (min-width: 992px) {
  .asmbs-component--hero-cutout .hero--image-bg--bottom {
    margin-left: var(--value-desktop);
  }
}
.asmbs-component--hero-cutout .hero--image {
  width: 100%;
  height: auto;
  border-radius: 10%;
}
.asmbs-component--hero-cutout.hide-bottom .asmbs-element--hero-image-bg,
.asmbs-component--hero-cutout.hide-bottom .hero--image {
  max-width: none;
  margin-bottom: 0;
}

.asmbs-component--icon-card {
  gap: 2.5rem;
  align-items: center;
  padding: 1rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  background-color: #ffffff;
  border-radius: 0.625rem;
}
.asmbs-component--icon-card figure {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .asmbs-component--icon-card figure {
    display: block;
  }
}
.asmbs-component--icon-card h6, .asmbs-component--icon-card .h6 {
  margin-bottom: 0.9375rem;
}
.asmbs-component--icon-card p {
  font-size: 1rem;
}

#main .video-modal {
  max-width: none;
}
.video-modal .modal-content {
  background: transparent;
  border-radius: 0;
  border: 0;
  --wp--custom--modal-zindex: 40;
}
.video-modal .modal-header {
  padding: 1.5rem 0 0 0;
  justify-content: flex-end;
}
.video-modal .video-modal-close {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.video-modal .video-modal-close .btn-close:active,
.video-modal .video-modal-close .btn-close:focus,
.video-modal .video-modal-close .btn-close:hover {
  background-color: transparent;
}
.video-modal .modal-body {
  padding: 0;
}

.form-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.form-modal .modal-header {
  padding: 0;
  color: #ffffff;
  background-color: #0c2859;
}
.form-modal .modal-content {
  background-color: #d7e3f9;
  margin: 15% auto;
  padding: 20px;
  width: 30%;
  min-width: 600px;
}
.form-modal .close-button {
  color: #343a40;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.form-modal .close-button:hover,
.form-modal .close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-backdrop.show {
  --wp--custom--backdrop-zindex: 10;
}

.video-thumbnail {
  position: relative;
}
.video-thumbnail img {
  cursor: pointer;
}
.video-thumbnail .play-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.asmbs-component--search-card {
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin: auto;
  max-width: 49.625rem;
}
@media (min-width: 992px) {
  .asmbs-component--search-card {
    box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
    background-color: #ffffff;
    padding: 2.5rem;
  }
}
.asmbs-component--search-card h2, .asmbs-component--search-card .h2 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 2rem;
}
.asmbs-component--search-card .facetwp-type-search {
  text-align: center;
}
.asmbs-component--search-card .search-card--inner,
.asmbs-component--search-card .facet-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media (min-width: 992px) {
  .asmbs-component--search-card .search-card--inner,
  .asmbs-component--search-card .facet-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.asmbs-component--search-card .search-card--inner label,
.asmbs-component--search-card .search-card--inner .facet-label,
.asmbs-component--search-card .facet-wrap label,
.asmbs-component--search-card .facet-wrap .facet-label {
  margin: 0;
  font-family: "DM Serif Display", Garamond, "Times New Roman", serif;
  font-size: 1.25rem;
}
.asmbs-component--search-card .search-card--inner form,
.asmbs-component--search-card .search-card--inner .facetwp-type-search,
.asmbs-component--search-card .facet-wrap form,
.asmbs-component--search-card .facet-wrap .facetwp-type-search {
  flex: auto;
}
.asmbs-component--search-card .search-card--inner form .facetwp-input-wrap,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .facetwp-input-wrap,
.asmbs-component--search-card .facet-wrap form .facetwp-input-wrap,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.asmbs-component--search-card .search-card--inner form .facetwp-input-wrap input,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .facetwp-input-wrap input,
.asmbs-component--search-card .facet-wrap form .facetwp-input-wrap input,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .facetwp-input-wrap input {
  width: 100%;
}
.asmbs-component--search-card .search-card--inner form .search-input,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .search-input,
.asmbs-component--search-card .facet-wrap form .search-input,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .search-input {
  border-color: #123e8d;
  border-right: 0;
}
.asmbs-component--search-card .search-card--inner form .search-input:focus, .asmbs-component--search-card .search-card--inner form .search-input.focus-visible,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .search-input:focus,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .search-input.focus-visible,
.asmbs-component--search-card .facet-wrap form .search-input:focus,
.asmbs-component--search-card .facet-wrap form .search-input.focus-visible,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .search-input:focus,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .search-input.focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.asmbs-component--search-card .search-card--inner form .search-input:focus, .asmbs-component--search-card .search-card--inner form .search-input:focus-visible,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .search-input:focus,
.asmbs-component--search-card .search-card--inner .facetwp-type-search .search-input:focus-visible,
.asmbs-component--search-card .facet-wrap form .search-input:focus,
.asmbs-component--search-card .facet-wrap form .search-input:focus-visible,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .search-input:focus,
.asmbs-component--search-card .facet-wrap .facetwp-type-search .search-input:focus-visible {
  background-color: white;
  outline: none;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
}
.asmbs-component--search-card .search-card--inner form button,
.asmbs-component--search-card .search-card--inner .facetwp-type-search button,
.asmbs-component--search-card .facet-wrap form button,
.asmbs-component--search-card .facet-wrap .facetwp-type-search button {
  border-color: #123e8d;
  border-left: 0;
}
.asmbs-component--search-card .search-card--inner .facetwp-type-search,
.asmbs-component--search-card .facet-wrap .facetwp-type-search {
  margin-bottom: 0;
}
.asmbs-component--search-card .search-card--inner .facetwp-icon,
.asmbs-component--search-card .facet-wrap .facetwp-icon {
  right: 0.5625rem;
  top: 0.75rem;
  opacity: 1;
}
.asmbs-component--search-card .search-card--inner .facetwp-icon::before,
.asmbs-component--search-card .facet-wrap .facetwp-icon::before {
  background: none;
  content: "\f002";
}
.asmbs-component--search-card .search-card--inner .facetwp-icon.f-loading::before,
.asmbs-component--search-card .facet-wrap .facetwp-icon.f-loading::before {
  animation: none;
}

/* Section Cutout Component */
.asmbs-component--section-cutout {
  --value-mobile: 20px;
  --value-desktop: 40px;
  display: grid;
  max-width: calc(18.75rem - var(--value-mobile));
  width: 100%;
}
@media (max-width: 991.98px) {
  .asmbs-component--section-cutout {
    /* This shifts the cutout to center it within the viewport on mobile. */
    margin-left: calc(var(--value-mobile) * -1);
  }
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout {
    max-width: 30rem;
  }
}
.asmbs-component--section-cutout .cutout-image {
  border-radius: var(--value-mobile);
  bottom: var(--value-mobile);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  max-width: calc(18.75rem - var(--value-mobile));
  height: 100%;
  width: 100%;
  z-index: 9;
  grid-area: 1/-1;
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout .cutout-image {
    border-radius: var(--value-desktop);
    bottom: var(--value-desktop);
    max-width: calc(25rem - var(--value-desktop));
  }
}
@media (min-width: 1216px) {
  .asmbs-component--section-cutout .cutout-image {
    max-width: 30rem;
  }
}
.asmbs-component--section-cutout.is-flipped .cutout-image {
  left: var(--value-mobile);
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout.is-flipped .cutout-image {
    left: var(--value-desktop);
  }
}
.asmbs-component--section-cutout.is-flipped .gradient-square--lower {
  left: 0;
}
.asmbs-component--section-cutout.is-flipped .gradient-square--upper {
  left: var(--value-mobile);
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout.is-flipped .gradient-square--upper {
    left: var(--value-desktop);
  }
}
.asmbs-component--section-cutout .gradient-square {
  border-radius: var(--value-mobile);
  width: calc(18.75rem - var(--value-mobile));
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout .gradient-square {
    width: calc(25rem - var(--value-desktop));
    border-radius: var(--value-desktop);
  }
}
@media (min-width: 1216px) {
  .asmbs-component--section-cutout .gradient-square {
    width: 30rem;
  }
}
.asmbs-component--section-cutout .gradient-square--upper,
.asmbs-component--section-cutout .gradient-square--lower {
  position: absolute;
  bottom: 0;
  left: 0;
}
.asmbs-component--section-cutout .gradient-square--lower {
  left: var(--value-mobile);
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout .gradient-square--lower {
    left: var(--value-desktop);
  }
}
.asmbs-component--section-cutout .gradient-square--upper {
  left: 0;
}
.asmbs-component--section-cutout .gradient-square--lower + .gradient-square--upper {
  bottom: var(--value-mobile);
}
@media (min-width: 992px) {
  .asmbs-component--section-cutout .gradient-square--lower + .gradient-square--upper {
    bottom: var(--value-desktop);
  }
}

.asmbs-component--staff-card {
  /* TODO: max-width can be removed once block is built. */
  max-width: 285px;
  padding-right: 1.25rem;
  /* Staff card image cutout */
}
.asmbs-component--staff-card .asmbs-component--staff-card-cutout {
  display: grid;
  align-items: flex-end;
  margin: 0 0 2.8125rem 0;
}
.asmbs-component--staff-card .asmbs-component--staff-card-cutout .asmbs-element--staff-card-image-bg,
.asmbs-component--staff-card .asmbs-component--staff-card-cutout .staff-card--image {
  grid-area: 1/-1;
}
.asmbs-component--staff-card .asmbs-component--staff-card-cutout .staff-card--image {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-clip-path: url(#staff-card-mask);
          clip-path: url(#staff-card-mask);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 19/16;
}
.asmbs-component--staff-card .asmbs-component--staff-card-cutout .asmbs-element--staff-card-image-bg {
  position: relative;
  bottom: -1.25rem;
  right: -1.25rem;
}
.asmbs-component--staff-card .staff-title {
  margin-bottom: 0.9375rem;
}
.asmbs-component--staff-card .staff-card-link {
  color: #005bff;
  font-weight: 300;
}
.asmbs-component--staff-card .staff-card-link::after {
  content: " »";
}
.asmbs-component--staff-card .staff-card-link:hover {
  text-decoration: none;
}

/* asmbs-component--tile-icon */
.asmbs-component--tile-icon .tile-icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asmbs-component--tile-icon .tile-icon-wrapper,
.asmbs-component--tile-icon .squares-wrapper {
  width: 7.1875rem;
  height: 7.1875rem;
}
.asmbs-component--tile-icon .asmbs-element--icon,
.asmbs-component--tile-icon .asmbs-element--gradient-square {
  position: absolute;
}
.asmbs-component--tile-icon .gradient-square {
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 1rem rgba(12, 40, 89, 0.2);
}

/* Badge Styles */
.badge {
  box-shadow: 0 0.25rem 1rem rgba(12, 40, 89, 0.2);
  color: var(--wp--custom--badge-color);
  line-height: 1.5;
  display: inline-flex;
  gap: 0.625rem;
}
.badge .asmbs-element--icon {
  display: flex;
  align-items: center;
}
.badge a,
.badge a:visited {
  text-decoration: none;
  color: var(--wp--custom--badge-color);
}
.badge a:focus {
  box-shadow: none;
  outline-offset: 0.625rem;
  outline: 5px solid #d7e3f9;
}
.badge:hover, .badge:active, .badge a:hover, .badge a:active {
  box-shadow: none;
}
.badge.members-only {
  box-shadow: none;
  border: 1px solid #123e8d;
  padding: 0.25rem inherit;
}
.post-type-archive-videos .badge.members-only {
  margin-bottom: 1rem;
}

/* Forces a focus state for tabbing through buttons */
.asmbs-element--button.focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
}
.asmbs-element--button:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(18, 62, 141, 0.25);
}

.btn--no-style {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
}

/* Content element */
.asmbs-element--content {
  display: grid;
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}

/* Gradient Square Element */
.asmbs-element--gradient-square {
  display: grid;
  position: relative;
}
.asmbs-element--gradient-square .squares-wrapper {
  display: grid;
}
.asmbs-element--gradient-square .gradient-square {
  aspect-ratio: 1/1;
}
.asmbs-element--gradient-square .gradient-square--lower {
  --lower-gradient: linear-gradient(
  	135deg,
  	var(--lower-color-1) 0,var(--lower-color-1) 50%,
  	var(--lower-color-2) 50%, var(--lower-color-2) 100%
  );
  background: var(--lower-gradient);
}
@supports (background: linear-gradient(red 0%, red 0% 1%, red 2%)){
.asmbs-element--gradient-square .gradient-square--lower {
  --lower-gradient: linear-gradient(
  	135deg,
  	var(--lower-color-1) 0 50%,
  	var(--lower-color-2) 50% 100%
  );
}
}
.asmbs-element--gradient-square .gradient-square--upper {
  --upper-gradient: linear-gradient(
  	135deg,
  	var(--upper-color-1) 0,var(--upper-color-1) 50%,
  	var(--upper-color-2) 50%, var(--upper-color-2) 100%
  );
  background: var(--upper-gradient);
}
@supports (background: linear-gradient(red 0%, red 0% 1%, red 2%)){
.asmbs-element--gradient-square .gradient-square--upper {
  --upper-gradient: linear-gradient(
  	135deg,
  	var(--upper-color-1) 0 50%,
  	var(--upper-color-2) 50% 100%
  );
}
}

.tablepress,
table:not(.acf-table):not(.gfield_list) {
  margin: 0.9375rem 0 5rem 0;
  width: 100%;
}
.tablepress thead th,
table:not(.acf-table):not(.gfield_list) thead th {
  background-color: #123e8d;
  color: #ffffff;
  --padding: rfs-value(10px) rfs-value(20px);
  padding: 0.625rem 1.25rem;
}
.tablepress thead th:first-of-type,
table:not(.acf-table):not(.gfield_list) thead th:first-of-type {
  border-top-left-radius: 0.625rem;
}
.tablepress thead th:last-of-type,
table:not(.acf-table):not(.gfield_list) thead th:last-of-type {
  border-top-right-radius: 0.625rem;
}
.tablepress .odd,
.tablepress tr:nth-child(odd),
table:not(.acf-table):not(.gfield_list) .odd,
table:not(.acf-table):not(.gfield_list) tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.tablepress td,
table:not(.acf-table):not(.gfield_list) td {
  --padding: rfs-value(20px);
  padding: 1.25rem;
}
.tablepress td:first-child,
table:not(.acf-table):not(.gfield_list) td:first-child {
  border-left: 1px solid #e5e5e5;
}
.tablepress td:last-child,
table:not(.acf-table):not(.gfield_list) td:last-child {
  border-right: 1px solid #e5e5e5;
}
.tablepress td > *,
table:not(.acf-table):not(.gfield_list) td > * {
  margin: 0;
}
.tablepress tbody,
table:not(.acf-table):not(.gfield_list) tbody {
  background-color: #ffffff;
}
.tablepress tbody tr:last-of-type td,
table:not(.acf-table):not(.gfield_list) tbody tr:last-of-type td {
  border-bottom: 1px solid #e5e5e5;
}

.asmbs-element--button-title-link {
  align-items: center;
  border: 0;
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 54, 136, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease, fill 0.3s ease;
  text-decoration: none;
}
.asmbs-element--button-title-link, .asmbs-element--button-title-link:visited {
  background-color: #ffffff;
  color: #123e8d;
}
.asmbs-element--button-title-link:hover, .asmbs-element--button-title-link:active {
  background-color: #0c2859;
  color: #ffffff;
}
.asmbs-element--button-title-link:hover .bi, .asmbs-element--button-title-link:active .bi {
  fill: #fff;
}

@media print {
  .hidden-print, .site-footer, .site-header {
    display: none !important;
  }
}
@media screen {
  .hidden-screen {
    display: none !important;
  }
}
@media print {
  body {
    background-color: white;
  }
}

@media print {
  fieldset {
    page-break-after: auto;
    page-break-inside: avoid;
  }
}

/* Global Block Styles */
.asmbs-block {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .asmbs-block {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1216px) {
  .asmbs-block {
    margin-bottom: 5rem;
  }
}
