/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/media-query-plugin/src/loader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[4].use[4]!./src/scss/theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/***REFERENCE DEFAULTS***/
*,
*::before,
*::after {
  box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.1;
  color: #265D7F; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #265D7F;
  text-decoration: underline; }
  a:hover {
    color: #3888ba; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #2c2a2a;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

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: #6D6A6A;
  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; }

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]::-webkit-calendar-picker-indicator {
  display: none; }

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; }
  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-file-upload-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; }

:root {
  --bs-blue: #0094C4;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #F99F45;
  --bs-yellow: #F3ED6B;
  --bs-green: #21543f;
  --bs-teal: #24A5A1;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6D6A6A;
  --bs-gray-dark: #41403d;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ededed;
  --bs-gray-300: #d8d8d8;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6D6A6A;
  --bs-gray-700: #494949;
  --bs-gray-800: #41403d;
  --bs-gray-900: #2c2a2a;
  --bs-primary: #0094C4;
  --bs-secondary: #265D7F;
  --bs-success: #21543f;
  --bs-info: #0dcaf0;
  --bs-warning: #F3ED6B;
  --bs-danger: #dc3545;
  --bs-light: #ffffff;
  --bs-dark: #2c2a2a;
  --bs-primary-rgb: 0, 148, 196;
  --bs-secondary-rgb: 38, 93, 127;
  --bs-success-rgb: 33, 84, 63;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 243, 237, 107;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 44, 42, 42;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 44, 42, 42;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Gotham", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2c2a2a;
  --bs-body-bg: #ffffff; }

.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; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-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.33333%; }

.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.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

.container, .site-main .alignfull .wp-block-group__inner-container,
.site-main .alignfull .wp-block-cover__inner-container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  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: #6D6A6A; }

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

.link-primary {
  color: #0094C4; }
  .link-primary:hover, .link-primary:focus {
    color: #33a9d0; }

.link-secondary {
  color: #265D7F; }
  .link-secondary:hover, .link-secondary:focus {
    color: #1e4a66; }

.link-success {
  color: #21543f; }
  .link-success:hover, .link-success:focus {
    color: #1a4332; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #F3ED6B; }
  .link-warning:hover, .link-warning:focus {
    color: #f5f189; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #ffffff; }
  .link-light:hover, .link-light:focus {
    color: white; }

.link-dark {
  color: #2c2a2a; }
  .link-dark:hover, .link-dark:focus {
    color: #232222; }

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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; }

.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) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.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; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.25rem;
  font-size: 1rem;
  color: #00BDE4;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #00BDE4;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2300BDE4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2300BDE4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none; }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 14px;
      border-top-right-radius: 14px; }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: 14px;
      border-bottom-left-radius: 14px; }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }

.accordion-body {
  padding: 1rem 1.25rem; }

.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 {
    border-radius: 0; }

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2a2a;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #2c2a2a; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000000;
  background-color: #0094C4;
  border-color: #0094C4; }
  .btn-primary:hover {
    color: #000000;
    background-color: #26a4cd;
    border-color: #1a9fca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000000;
    background-color: #26a4cd;
    border-color: #1a9fca;
    box-shadow: 0 0 0 0.25rem rgba(0, 126, 167, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #33a9d0;
    border-color: #1a9fca; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 126, 167, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }

.btn-secondary {
  color: #ffffff;
  background-color: #265D7F;
  border-color: #265D7F; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #204f6c;
    border-color: #1e4a66; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #204f6c;
    border-color: #1e4a66;
    box-shadow: 0 0 0 0.25rem rgba(71, 117, 146, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #1e4a66;
    border-color: #1d465f; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(71, 117, 146, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #265D7F;
    border-color: #265D7F; }

.btn-success {
  color: #ffffff;
  background-color: #21543f;
  border-color: #21543f; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #1c4736;
    border-color: #1a4332; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #ffffff;
    background-color: #1c4736;
    border-color: #1a4332;
    box-shadow: 0 0 0 0.25rem rgba(66, 110, 92, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1a4332;
    border-color: #193f2f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 110, 92, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }

.btn-info {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000000;
  background-color: #F3ED6B;
  border-color: #F3ED6B; }
  .btn-warning:hover {
    color: #000000;
    background-color: #f5f081;
    border-color: #f4ef7a; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000000;
    background-color: #f5f081;
    border-color: #f4ef7a;
    box-shadow: 0 0 0 0.25rem rgba(207, 201, 91, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #f5f189;
    border-color: #f4ef7a; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(207, 201, 91, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-light:hover {
    color: #000000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }

.btn-dark {
  color: #ffffff;
  background-color: #2c2a2a;
  border-color: #2c2a2a; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #252424;
    border-color: #232222; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: #252424;
    border-color: #232222;
    box-shadow: 0 0 0 0.25rem rgba(76, 74, 74, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #232222;
    border-color: #212020; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(76, 74, 74, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #2c2a2a;
    border-color: #2c2a2a; }

.btn-outline-primary {
  color: #0094C4;
  border-color: #0094C4; }
  .btn-outline-primary:hover {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0094C4;
    background-color: transparent; }

.btn-outline-secondary {
  color: #265D7F;
  border-color: #265D7F; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #265D7F;
    border-color: #265D7F; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 93, 127, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #265D7F;
    border-color: #265D7F; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 93, 127, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #265D7F;
    background-color: transparent; }

.btn-outline-success {
  color: #21543f;
  border-color: #21543f; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #21543f;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #F3ED6B;
  border-color: #F3ED6B; }
  .btn-outline-warning:hover {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(243, 237, 107, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(243, 237, 107, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #F3ED6B;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-light:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #ffffff;
    background-color: transparent; }

.btn-outline-dark {
  color: #2c2a2a;
  border-color: #2c2a2a; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #2c2a2a;
    border-color: #2c2a2a; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(44, 42, 42, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #2c2a2a;
    border-color: #2c2a2a; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(44, 42, 42, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #2c2a2a;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #265D7F;
  text-decoration: underline; }
  .btn-link:hover {
    color: #3888ba; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6D6A6A; }

.btn-lg {
  padding: 0.35rem 3rem;
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem; }

.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; }

/* rtl:begin:ignore */
.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%); }

/* rtl:end:ignore */
.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: #ffffff;
  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: #ffffff;
    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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ffffff%27%3e%3cpath d=%27M11.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%27/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ffffff%27%3e%3cpath d=%27M4.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%27/%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%;
  list-style: none; }
  .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; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #2c2a2a;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.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; }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.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: 0.125rem; }

.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: 0.125rem; }

.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #2c2a2a;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #282626;
    background-color: #ededed; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0094C4; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6D6A6A;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #2c2a2a; }

.dropdown-menu-dark {
  color: #d8d8d8;
  background-color: #41403d;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #d8d8d8; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #ffffff;
      background-color: #0094C4; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #d8d8d8; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.form-label {
  margin-bottom: 0.5rem; }

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6D6A6A; }

.form-control, .gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a2a;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
      transition: none; } }
  .form-control[type="file"], .gform_wrapper input[type="file"], .gform_wrapper select[type="file"], .gform_wrapper textarea[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]), .gform_wrapper input[type="file"]:not(:disabled):not([readonly]), .gform_wrapper select[type="file"]:not(:disabled):not([readonly]), .gform_wrapper textarea[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus, .gform_wrapper input:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus {
    color: #2c2a2a;
    background-color: #ffffff;
    border-color: #80cae2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
  .form-control::-webkit-date-and-time-value, .gform_wrapper input::-webkit-date-and-time-value, .gform_wrapper select::-webkit-date-and-time-value, .gform_wrapper textarea::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder, .gform_wrapper input::placeholder, .gform_wrapper select::placeholder, .gform_wrapper textarea::placeholder {
    color: #6D6A6A;
    opacity: 1; }
  .form-control:disabled, .gform_wrapper input:disabled, .gform_wrapper select:disabled, .gform_wrapper textarea:disabled, .form-control[readonly], .gform_wrapper input[readonly], .gform_wrapper select[readonly], .gform_wrapper textarea[readonly] {
    background-color: #ededed;
    opacity: 1; }
  .form-control::file-selector-button, .gform_wrapper input::file-selector-button, .gform_wrapper select::file-selector-button, .gform_wrapper textarea::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #2c2a2a;
    background-color: #ededed;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button, .gform_wrapper input::file-selector-button, .gform_wrapper select::file-selector-button, .gform_wrapper textarea::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .gform_wrapper input:hover:not(:disabled):not([readonly])::file-selector-button, .gform_wrapper select:hover:not(:disabled):not([readonly])::file-selector-button, .gform_wrapper textarea:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e1e1e1; }
  .form-control::-webkit-file-upload-button, .gform_wrapper input::-webkit-file-upload-button, .gform_wrapper select::-webkit-file-upload-button, .gform_wrapper textarea::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #2c2a2a;
    background-color: #ededed;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button, .gform_wrapper input::-webkit-file-upload-button, .gform_wrapper select::-webkit-file-upload-button, .gform_wrapper textarea::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .gform_wrapper input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .gform_wrapper select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .gform_wrapper textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e1e1e1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2c2a2a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control, .gform_wrapper textarea {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a2a;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%2341403d%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #80cae2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #ededed; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2c2a2a; }

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #80cae2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
  .form-check-input:checked {
    background-color: #0094C4;
    border-color: #0094C4; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23ffffff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23ffffff%27/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0094C4;
    border-color: #0094C4;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23ffffff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0094C4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3dfed; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d8d8d8;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0094C4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3dfed; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d8d8d8;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control, .gform_wrapper .form-floating > input, .gform_wrapper .form-floating > select, .gform_wrapper .form-floating > textarea,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control, .gform_wrapper .form-floating > input, .gform_wrapper .form-floating > select, .gform_wrapper .form-floating > textarea {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder, .gform_wrapper .form-floating > input::placeholder, .gform_wrapper .form-floating > select::placeholder, .gform_wrapper .form-floating > textarea::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .gform_wrapper .form-floating > input:focus, .gform_wrapper .form-floating > select:focus, .gform_wrapper .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .gform_wrapper .form-floating > input:not(:placeholder-shown), .gform_wrapper .form-floating > select:not(:placeholder-shown), .gform_wrapper .form-floating > textarea:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill, .gform_wrapper .form-floating > input:-webkit-autofill, .gform_wrapper .form-floating > select:-webkit-autofill, .gform_wrapper .form-floating > textarea:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label, .gform_wrapper .form-floating > input:focus ~ label, .gform_wrapper .form-floating > select:focus ~ label, .gform_wrapper .form-floating > textarea:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .gform_wrapper .form-floating > input:not(:placeholder-shown) ~ label,
  .gform_wrapper .form-floating > select:not(:placeholder-shown) ~ label,
  .gform_wrapper .form-floating > textarea:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label, .gform_wrapper .form-floating > input:-webkit-autofill ~ label, .gform_wrapper .form-floating > select:-webkit-autofill ~ label, .gform_wrapper .form-floating > textarea:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a2a;
  text-align: center;
  white-space: nowrap;
  background-color: #ededed;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #21543f; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(33, 84, 63, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:valid, .was-validated .gform_wrapper input:valid, .gform_wrapper .was-validated input:valid, .was-validated .gform_wrapper select:valid, .gform_wrapper .was-validated select:valid, .was-validated .gform_wrapper textarea:valid, .gform_wrapper .was-validated textarea:valid, .form-control.is-valid, .gform_wrapper input.is-valid, .gform_wrapper select.is-valid, .gform_wrapper textarea.is-valid {
  border-color: #21543f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2321543f%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .gform_wrapper input:valid:focus, .gform_wrapper .was-validated input:valid:focus, .was-validated .gform_wrapper select:valid:focus, .gform_wrapper .was-validated select:valid:focus, .was-validated .gform_wrapper textarea:valid:focus, .gform_wrapper .was-validated textarea:valid:focus, .form-control.is-valid:focus, .gform_wrapper input.is-valid:focus, .gform_wrapper select.is-valid:focus, .gform_wrapper textarea.is-valid:focus {
    border-color: #21543f;
    box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #21543f; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%2341403d%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2321543f%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #21543f;
    box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #21543f; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #21543f; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #21543f; }

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

.was-validated .input-group .form-control:valid, .was-validated .input-group .gform_wrapper input:valid, .gform_wrapper .was-validated .input-group input:valid, .was-validated .input-group .gform_wrapper select:valid, .gform_wrapper .was-validated .input-group select:valid, .was-validated .input-group .gform_wrapper textarea:valid, .gform_wrapper .was-validated .input-group textarea:valid, .input-group .form-control.is-valid, .input-group .gform_wrapper input.is-valid, .gform_wrapper .input-group input.is-valid, .input-group .gform_wrapper select.is-valid, .gform_wrapper .input-group select.is-valid, .input-group .gform_wrapper textarea.is-valid, .gform_wrapper .input-group textarea.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .gform_wrapper input:valid:focus, .gform_wrapper .was-validated .input-group input:valid:focus, .was-validated .input-group .gform_wrapper select:valid:focus, .gform_wrapper .was-validated .input-group select:valid:focus, .was-validated .input-group .gform_wrapper textarea:valid:focus, .gform_wrapper .was-validated .input-group textarea:valid:focus, .input-group .form-control.is-valid:focus, .input-group .gform_wrapper input.is-valid:focus, .gform_wrapper .input-group input.is-valid:focus, .input-group .gform_wrapper select.is-valid:focus, .gform_wrapper .input-group select.is-valid:focus, .input-group .gform_wrapper textarea.is-valid:focus, .gform_wrapper .input-group textarea.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-control:invalid, .was-validated .gform_wrapper input:invalid, .gform_wrapper .was-validated input:invalid, .was-validated .gform_wrapper select:invalid, .gform_wrapper .was-validated select:invalid, .was-validated .gform_wrapper textarea:invalid, .gform_wrapper .was-validated textarea:invalid, .form-control.is-invalid, .gform_wrapper input.is-invalid, .gform_wrapper select.is-invalid, .gform_wrapper textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .gform_wrapper input:invalid:focus, .gform_wrapper .was-validated input:invalid:focus, .was-validated .gform_wrapper select:invalid:focus, .gform_wrapper .was-validated select:invalid:focus, .was-validated .gform_wrapper textarea:invalid:focus, .gform_wrapper .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .gform_wrapper input.is-invalid:focus, .gform_wrapper select.is-invalid:focus, .gform_wrapper textarea.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%2341403d%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

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

.was-validated .input-group .form-control:invalid, .was-validated .input-group .gform_wrapper input:invalid, .gform_wrapper .was-validated .input-group input:invalid, .was-validated .input-group .gform_wrapper select:invalid, .gform_wrapper .was-validated .input-group select:invalid, .was-validated .input-group .gform_wrapper textarea:invalid, .gform_wrapper .was-validated .input-group textarea:invalid, .input-group .form-control.is-invalid, .input-group .gform_wrapper input.is-invalid, .gform_wrapper .input-group input.is-invalid, .input-group .gform_wrapper select.is-invalid, .gform_wrapper .input-group select.is-invalid, .input-group .gform_wrapper textarea.is-invalid, .gform_wrapper .input-group textarea.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .gform_wrapper input:invalid:focus, .gform_wrapper .was-validated .input-group input:invalid:focus, .was-validated .input-group .gform_wrapper select:invalid:focus, .gform_wrapper .was-validated .input-group select:invalid:focus, .was-validated .input-group .gform_wrapper textarea:invalid:focus, .gform_wrapper .was-validated .input-group textarea:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .gform_wrapper input.is-invalid:focus, .gform_wrapper .input-group input.is-invalid:focus, .input-group .gform_wrapper select.is-invalid:focus, .gform_wrapper .input-group select.is-invalid:focus, .input-group .gform_wrapper textarea.is-invalid:focus, .gform_wrapper .input-group textarea.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem); }
  .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% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d8d8d8;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.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 {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.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 {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@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 {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@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 {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.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 {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #265D7F;
  text-decoration: none;
  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: #3888ba; }
  .nav-link.disabled {
    color: #6D6A6A;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #d8d8d8; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #ededed #ededed #d8d8d8;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6D6A6A;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #494949;
    background-color: #ffffff;
    border-color: #d8d8d8 #d8d8d8 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0094C4; }

.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; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container, .site-main .alignfull .navbar > .wp-block-group__inner-container,
  .site-main .alignfull .navbar > .wp-block-cover__inner-container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @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 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

.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: 1rem;
      padding-left: 1rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-light .navbar-brand {
  color: #0094C4; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #0094C4; }

.navbar-light .navbar-nav .nav-link {
  color: #2c2a2a; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #0094C4; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #0094C4; }

.navbar-light .navbar-toggler {
  color: #2c2a2a;
  border-color: transparent; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%232c2a2a%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #2c2a2a; }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: #0094C4; }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #ffffff; }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #7C8083;
  visibility: hidden;
  background-color: #F5F5F5;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.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: 1rem 10%; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 5%;
    margin-top: -0.5rem;
    margin-right: -5%;
    margin-bottom: -0.5rem; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 10%;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 80vw;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 80vw;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.1; }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.1; }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.1; }

.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: #6D6A6A; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.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; }

.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; }

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

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

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

.d-grid {
  display: 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: 1px 1px 5px rgba(0, 0, 0, 0.2) !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; }

.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 #d8d8d8 !important; }

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

.border-top {
  border-top: 1px solid #d8d8d8 !important; }

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

.border-end {
  border-right: 1px solid #d8d8d8 !important; }

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

.border-bottom {
  border-bottom: 1px solid #d8d8d8 !important; }

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

.border-start {
  border-left: 1px solid #d8d8d8 !important; }

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

.border-primary {
  border-color: #0094C4 !important; }

.border-secondary {
  border-color: #265D7F !important; }

.border-success {
  border-color: #21543f !important; }

.border-info {
  border-color: #0dcaf0 !important; }

.border-warning {
  border-color: #F3ED6B !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #ffffff !important; }

.border-dark {
  border-color: #2c2a2a !important; }

.border-white {
  border-color: #ffffff !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; }

.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; }

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

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

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

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

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

.gap-5 {
  gap: 3rem !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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !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.25rem !important;
  margin-bottom: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-sm {
  line-height: 1.2 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6D6A6A !important; }

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important; }

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

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !important; }

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !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-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; } }

.btn-blue {
  color: #000000;
  background-color: #0094C4;
  border-color: #0094C4; }
  .btn-blue:hover {
    color: #000000;
    background-color: #00b1ea;
    border-color: #12c5ff; }
  .btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #000000;
    background-color: #00b1ea;
    border-color: #12c5ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 126, 167, 0.5); }
  .btn-check:checked + .btn-blue,
  .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    color: #000000;
    background-color: #00bbf7;
    border-color: #05c2ff; }
    .btn-check:checked + .btn-blue:focus,
    .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 126, 167, 0.5); }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }

.btn-outline-blue {
  color: #0094C4;
  border-color: #0094C4; }
  .btn-outline-blue:hover {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }
  .btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.5); }
  .btn-check:checked + .btn-outline-blue,
  .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }
    .btn-check:checked + .btn-outline-blue:focus,
    .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.5); }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #0094C4;
    background-color: transparent; }

.wp-block-button__link.has-blue-background-color {
  color: #000000;
  background-color: #0094C4;
  border-color: #0094C4; }
  .wp-block-button__link.has-blue-background-color:hover {
    color: #000000;
    background-color: #26a4cd;
    border-color: #1a9fca; }
  .btn-check:focus + .wp-block-button__link.has-blue-background-color, .wp-block-button__link.has-blue-background-color:focus {
    color: #000000;
    background-color: #26a4cd;
    border-color: #1a9fca;
    box-shadow: 0 0 0 0.25rem rgba(0, 126, 167, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-blue-background-color,
  .btn-check:active + .wp-block-button__link.has-blue-background-color, .wp-block-button__link.has-blue-background-color:active, .wp-block-button__link.has-blue-background-color.active,
  .show > .wp-block-button__link.has-blue-background-color.dropdown-toggle {
    color: #000000;
    background-color: #33a9d0;
    border-color: #1a9fca; }
    .btn-check:checked + .wp-block-button__link.has-blue-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-blue-background-color:focus, .wp-block-button__link.has-blue-background-color:active:focus, .wp-block-button__link.has-blue-background-color.active:focus,
    .show > .wp-block-button__link.has-blue-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 126, 167, 0.5); }
  .wp-block-button__link.has-blue-background-color:disabled, .wp-block-button__link.has-blue-background-color.disabled {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }

.site-main .wp-block-button.is-style-outline .has-blue-background-color,
.site-main .wp-block-button.is-style-outline .has-blue-color {
  color: #0094C4;
  border-color: #0094C4;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-blue-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-blue-color:hover {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-blue-background-color, .site-main .wp-block-button.is-style-outline .has-blue-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-blue-color,
  .site-main .wp-block-button.is-style-outline .has-blue-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-blue-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-blue-background-color, .site-main .wp-block-button.is-style-outline .has-blue-background-color:active, .site-main .wp-block-button.is-style-outline .has-blue-background-color.active, .site-main .wp-block-button.is-style-outline .has-blue-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-blue-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-blue-color,
  .site-main .wp-block-button.is-style-outline .has-blue-color:active,
  .site-main .wp-block-button.is-style-outline .has-blue-color.active,
  .site-main .wp-block-button.is-style-outline .has-blue-color.dropdown-toggle.show {
    color: #000000;
    background-color: #0094C4;
    border-color: #0094C4; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-blue-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-blue-background-color:focus, .site-main .wp-block-button.is-style-outline .has-blue-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-blue-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-blue-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-blue-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-blue-color:focus,
    .site-main .wp-block-button.is-style-outline .has-blue-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-blue-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-blue-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-blue-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-blue-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-blue-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-blue-color.disabled {
    color: #0094C4;
    background-color: transparent; }

.text-blue,
.has-blue-color {
  color: #0094C4 !important; }

.bg-blue,
.has-blue-background-color {
  background-color: #0094C4; }

.btn-indigo {
  color: #ffffff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover {
    color: #ffffff;
    background-color: #7d34f4;
    border-color: #9459f6; }
  .btn-check:focus + .btn-indigo, .btn-indigo:focus {
    color: #ffffff;
    background-color: #7d34f4;
    border-color: #9459f6;
    box-shadow: 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-check:checked + .btn-indigo,
  .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active,
  .show > .btn-indigo.dropdown-toggle {
    color: #ffffff;
    background-color: #8540f5;
    border-color: #8d4cf5; }
    .btn-check:checked + .btn-indigo:focus,
    .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-indigo:disabled, .btn-indigo.disabled {
    color: #ffffff;
    background-color: #6610f2;
    border-color: #6610f2; }

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2; }
  .btn-outline-indigo:hover {
    color: #ffffff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-check:checked + .btn-outline-indigo,
  .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-check:checked + .btn-outline-indigo:focus,
    .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
    color: #6610f2;
    background-color: transparent; }

.wp-block-button__link.has-indigo-background-color {
  color: #ffffff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .wp-block-button__link.has-indigo-background-color:hover {
    color: #ffffff;
    background-color: #570ece;
    border-color: #520dc2; }
  .btn-check:focus + .wp-block-button__link.has-indigo-background-color, .wp-block-button__link.has-indigo-background-color:focus {
    color: #ffffff;
    background-color: #570ece;
    border-color: #520dc2;
    box-shadow: 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-indigo-background-color,
  .btn-check:active + .wp-block-button__link.has-indigo-background-color, .wp-block-button__link.has-indigo-background-color:active, .wp-block-button__link.has-indigo-background-color.active,
  .show > .wp-block-button__link.has-indigo-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #520dc2;
    border-color: #4d0cb6; }
    .btn-check:checked + .wp-block-button__link.has-indigo-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-indigo-background-color:focus, .wp-block-button__link.has-indigo-background-color:active:focus, .wp-block-button__link.has-indigo-background-color.active:focus,
    .show > .wp-block-button__link.has-indigo-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(125, 52, 244, 0.5); }
  .wp-block-button__link.has-indigo-background-color:disabled, .wp-block-button__link.has-indigo-background-color.disabled {
    color: #ffffff;
    background-color: #6610f2;
    border-color: #6610f2; }

.site-main .wp-block-button.is-style-outline .has-indigo-background-color,
.site-main .wp-block-button.is-style-outline .has-indigo-color {
  color: #6610f2;
  border-color: #6610f2;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-indigo-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-indigo-color:hover {
    color: #ffffff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-indigo-background-color, .site-main .wp-block-button.is-style-outline .has-indigo-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-indigo-color,
  .site-main .wp-block-button.is-style-outline .has-indigo-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-indigo-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-indigo-background-color, .site-main .wp-block-button.is-style-outline .has-indigo-background-color:active, .site-main .wp-block-button.is-style-outline .has-indigo-background-color.active, .site-main .wp-block-button.is-style-outline .has-indigo-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-indigo-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-indigo-color,
  .site-main .wp-block-button.is-style-outline .has-indigo-color:active,
  .site-main .wp-block-button.is-style-outline .has-indigo-color.active,
  .site-main .wp-block-button.is-style-outline .has-indigo-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-indigo-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-indigo-background-color:focus, .site-main .wp-block-button.is-style-outline .has-indigo-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-indigo-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-indigo-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-indigo-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-indigo-color:focus,
    .site-main .wp-block-button.is-style-outline .has-indigo-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-indigo-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-indigo-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(102, 16, 242, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-indigo-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-indigo-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-indigo-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-indigo-color.disabled {
    color: #6610f2;
    background-color: transparent; }

.text-indigo,
.has-indigo-color {
  color: #6610f2 !important; }

.bg-indigo,
.has-indigo-background-color {
  background-color: #6610f2; }

.btn-purple {
  color: #ffffff;
  background-color: #6f42c1;
  border-color: #6f42c1; }
  .btn-purple:hover {
    color: #ffffff;
    background-color: #855fca;
    border-color: #9b7cd4; }
  .btn-check:focus + .btn-purple, .btn-purple:focus {
    color: #ffffff;
    background-color: #855fca;
    border-color: #9b7cd4;
    box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-check:checked + .btn-purple,
  .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active,
  .show > .btn-purple.dropdown-toggle {
    color: #000000;
    background-color: #8c68ce;
    border-color: #9472d1; }
    .btn-check:checked + .btn-purple:focus,
    .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-purple:disabled, .btn-purple.disabled {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1; }

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1; }
  .btn-outline-purple:hover {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-check:checked + .btn-outline-purple,
  .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
    .btn-check:checked + .btn-outline-purple:focus,
    .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-outline-purple:disabled, .btn-outline-purple.disabled {
    color: #6f42c1;
    background-color: transparent; }

.wp-block-button__link.has-purple-background-color {
  color: #ffffff;
  background-color: #6f42c1;
  border-color: #6f42c1; }
  .wp-block-button__link.has-purple-background-color:hover {
    color: #ffffff;
    background-color: #5e38a4;
    border-color: #59359a; }
  .btn-check:focus + .wp-block-button__link.has-purple-background-color, .wp-block-button__link.has-purple-background-color:focus {
    color: #ffffff;
    background-color: #5e38a4;
    border-color: #59359a;
    box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-purple-background-color,
  .btn-check:active + .wp-block-button__link.has-purple-background-color, .wp-block-button__link.has-purple-background-color:active, .wp-block-button__link.has-purple-background-color.active,
  .show > .wp-block-button__link.has-purple-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #59359a;
    border-color: #533291; }
    .btn-check:checked + .wp-block-button__link.has-purple-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-purple-background-color:focus, .wp-block-button__link.has-purple-background-color:active:focus, .wp-block-button__link.has-purple-background-color.active:focus,
    .show > .wp-block-button__link.has-purple-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5); }
  .wp-block-button__link.has-purple-background-color:disabled, .wp-block-button__link.has-purple-background-color.disabled {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1; }

.site-main .wp-block-button.is-style-outline .has-purple-background-color,
.site-main .wp-block-button.is-style-outline .has-purple-color {
  color: #6f42c1;
  border-color: #6f42c1;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-purple-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-purple-color:hover {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-purple-background-color, .site-main .wp-block-button.is-style-outline .has-purple-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-purple-color,
  .site-main .wp-block-button.is-style-outline .has-purple-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-purple-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-purple-background-color, .site-main .wp-block-button.is-style-outline .has-purple-background-color:active, .site-main .wp-block-button.is-style-outline .has-purple-background-color.active, .site-main .wp-block-button.is-style-outline .has-purple-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-purple-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-purple-color,
  .site-main .wp-block-button.is-style-outline .has-purple-color:active,
  .site-main .wp-block-button.is-style-outline .has-purple-color.active,
  .site-main .wp-block-button.is-style-outline .has-purple-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-purple-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-purple-background-color:focus, .site-main .wp-block-button.is-style-outline .has-purple-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-purple-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-purple-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-purple-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-purple-color:focus,
    .site-main .wp-block-button.is-style-outline .has-purple-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-purple-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-purple-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-purple-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-purple-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-purple-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-purple-color.disabled {
    color: #6f42c1;
    background-color: transparent; }

.text-purple,
.has-purple-color {
  color: #6f42c1 !important; }

.bg-purple,
.has-purple-background-color {
  background-color: #6f42c1; }

.btn-pink {
  color: #ffffff;
  background-color: #d63384;
  border-color: #d63384; }
  .btn-pink:hover {
    color: #000000;
    background-color: #dc5397;
    border-color: #e373aa; }
  .btn-check:focus + .btn-pink, .btn-pink:focus {
    color: #000000;
    background-color: #dc5397;
    border-color: #e373aa;
    box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5); }
  .btn-check:checked + .btn-pink,
  .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
  .show > .btn-pink.dropdown-toggle {
    color: #000000;
    background-color: #df5d9e;
    border-color: #e168a4; }
    .btn-check:checked + .btn-pink:focus,
    .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5); }
  .btn-pink:disabled, .btn-pink.disabled {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384; }

.btn-outline-pink {
  color: #d63384;
  border-color: #d63384; }
  .btn-outline-pink:hover {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384; }
  .btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
    box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5); }
  .btn-check:checked + .btn-outline-pink,
  .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384; }
    .btn-check:checked + .btn-outline-pink:focus,
    .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5); }
  .btn-outline-pink:disabled, .btn-outline-pink.disabled {
    color: #d63384;
    background-color: transparent; }

.wp-block-button__link.has-pink-background-color {
  color: #ffffff;
  background-color: #d63384;
  border-color: #d63384; }
  .wp-block-button__link.has-pink-background-color:hover {
    color: #ffffff;
    background-color: #b62b70;
    border-color: #ab296a; }
  .btn-check:focus + .wp-block-button__link.has-pink-background-color, .wp-block-button__link.has-pink-background-color:focus {
    color: #ffffff;
    background-color: #b62b70;
    border-color: #ab296a;
    box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-pink-background-color,
  .btn-check:active + .wp-block-button__link.has-pink-background-color, .wp-block-button__link.has-pink-background-color:active, .wp-block-button__link.has-pink-background-color.active,
  .show > .wp-block-button__link.has-pink-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #ab296a;
    border-color: #a12663; }
    .btn-check:checked + .wp-block-button__link.has-pink-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-pink-background-color:focus, .wp-block-button__link.has-pink-background-color:active:focus, .wp-block-button__link.has-pink-background-color.active:focus,
    .show > .wp-block-button__link.has-pink-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 82, 150, 0.5); }
  .wp-block-button__link.has-pink-background-color:disabled, .wp-block-button__link.has-pink-background-color.disabled {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384; }

.site-main .wp-block-button.is-style-outline .has-pink-background-color,
.site-main .wp-block-button.is-style-outline .has-pink-color {
  color: #d63384;
  border-color: #d63384;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-pink-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-pink-color:hover {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-pink-background-color, .site-main .wp-block-button.is-style-outline .has-pink-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-pink-color,
  .site-main .wp-block-button.is-style-outline .has-pink-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-pink-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-pink-background-color, .site-main .wp-block-button.is-style-outline .has-pink-background-color:active, .site-main .wp-block-button.is-style-outline .has-pink-background-color.active, .site-main .wp-block-button.is-style-outline .has-pink-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-pink-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-pink-color,
  .site-main .wp-block-button.is-style-outline .has-pink-color:active,
  .site-main .wp-block-button.is-style-outline .has-pink-color.active,
  .site-main .wp-block-button.is-style-outline .has-pink-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #d63384;
    border-color: #d63384; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-pink-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-pink-background-color:focus, .site-main .wp-block-button.is-style-outline .has-pink-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-pink-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-pink-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-pink-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-pink-color:focus,
    .site-main .wp-block-button.is-style-outline .has-pink-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-pink-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-pink-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-pink-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-pink-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-pink-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-pink-color.disabled {
    color: #d63384;
    background-color: transparent; }

.text-pink,
.has-pink-color {
  color: #d63384 !important; }

.bg-pink,
.has-pink-background-color {
  background-color: #d63384; }

.btn-red {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-red:hover {
    color: #000000;
    background-color: #e25663;
    border-color: #e77681; }
  .btn-check:focus + .btn-red, .btn-red:focus {
    color: #000000;
    background-color: #e25663;
    border-color: #e77681;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-red,
  .btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
  .show > .btn-red.dropdown-toggle {
    color: #000000;
    background-color: #e4606d;
    border-color: #e56b77; }
    .btn-check:checked + .btn-red:focus,
    .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-red:disabled, .btn-red.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-red:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-red,
  .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-red:focus,
    .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #dc3545;
    background-color: transparent; }

.wp-block-button__link.has-red-background-color {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .wp-block-button__link.has-red-background-color:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .wp-block-button__link.has-red-background-color, .wp-block-button__link.has-red-background-color:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-red-background-color,
  .btn-check:active + .wp-block-button__link.has-red-background-color, .wp-block-button__link.has-red-background-color:active, .wp-block-button__link.has-red-background-color.active,
  .show > .wp-block-button__link.has-red-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .wp-block-button__link.has-red-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-red-background-color:focus, .wp-block-button__link.has-red-background-color:active:focus, .wp-block-button__link.has-red-background-color.active:focus,
    .show > .wp-block-button__link.has-red-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .wp-block-button__link.has-red-background-color:disabled, .wp-block-button__link.has-red-background-color.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }

.site-main .wp-block-button.is-style-outline .has-red-background-color,
.site-main .wp-block-button.is-style-outline .has-red-color {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-red-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-red-color:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-red-background-color, .site-main .wp-block-button.is-style-outline .has-red-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-red-color,
  .site-main .wp-block-button.is-style-outline .has-red-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-red-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-red-background-color, .site-main .wp-block-button.is-style-outline .has-red-background-color:active, .site-main .wp-block-button.is-style-outline .has-red-background-color.active, .site-main .wp-block-button.is-style-outline .has-red-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-red-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-red-color,
  .site-main .wp-block-button.is-style-outline .has-red-color:active,
  .site-main .wp-block-button.is-style-outline .has-red-color.active,
  .site-main .wp-block-button.is-style-outline .has-red-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-red-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-red-background-color:focus, .site-main .wp-block-button.is-style-outline .has-red-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-red-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-red-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-red-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-red-color:focus,
    .site-main .wp-block-button.is-style-outline .has-red-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-red-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-red-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-red-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-red-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-red-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-red-color.disabled {
    color: #dc3545;
    background-color: transparent; }

.text-red,
.has-red-color {
  color: #dc3545 !important; }

.bg-red,
.has-red-background-color {
  background-color: #dc3545; }

.btn-orange {
  color: #000000;
  background-color: #F99F45;
  border-color: #F99F45; }
  .btn-orange:hover {
    color: #000000;
    background-color: #fab26a;
    border-color: #fbc58f; }
  .btn-check:focus + .btn-orange, .btn-orange:focus {
    color: #000000;
    background-color: #fab26a;
    border-color: #fbc58f;
    box-shadow: 0 0 0 0.25rem rgba(212, 135, 59, 0.5); }
  .btn-check:checked + .btn-orange,
  .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
  .show > .btn-orange.dropdown-toggle {
    color: #000000;
    background-color: #fbb976;
    border-color: #fbbf83; }
    .btn-check:checked + .btn-orange:focus,
    .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(212, 135, 59, 0.5); }
  .btn-orange:disabled, .btn-orange.disabled {
    color: #000000;
    background-color: #F99F45;
    border-color: #F99F45; }

.btn-outline-orange {
  color: #F99F45;
  border-color: #F99F45; }
  .btn-outline-orange:hover {
    color: #000000;
    background-color: #F99F45;
    border-color: #F99F45; }
  .btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
    box-shadow: 0 0 0 0.25rem rgba(249, 159, 69, 0.5); }
  .btn-check:checked + .btn-outline-orange,
  .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
    color: #000000;
    background-color: #F99F45;
    border-color: #F99F45; }
    .btn-check:checked + .btn-outline-orange:focus,
    .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(249, 159, 69, 0.5); }
  .btn-outline-orange:disabled, .btn-outline-orange.disabled {
    color: #F99F45;
    background-color: transparent; }

.wp-block-button__link.has-orange-background-color {
  color: #000000;
  background-color: #F99F45;
  border-color: #F99F45; }
  .wp-block-button__link.has-orange-background-color:hover {
    color: #000000;
    background-color: #faad61;
    border-color: #faa958; }
  .btn-check:focus + .wp-block-button__link.has-orange-background-color, .wp-block-button__link.has-orange-background-color:focus {
    color: #000000;
    background-color: #faad61;
    border-color: #faa958;
    box-shadow: 0 0 0 0.25rem rgba(212, 135, 59, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-orange-background-color,
  .btn-check:active + .wp-block-button__link.has-orange-background-color, .wp-block-button__link.has-orange-background-color:active, .wp-block-button__link.has-orange-background-color.active,
  .show > .wp-block-button__link.has-orange-background-color.dropdown-toggle {
    color: #000000;
    background-color: #fab26a;
    border-color: #faa958; }
    .btn-check:checked + .wp-block-button__link.has-orange-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-orange-background-color:focus, .wp-block-button__link.has-orange-background-color:active:focus, .wp-block-button__link.has-orange-background-color.active:focus,
    .show > .wp-block-button__link.has-orange-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(212, 135, 59, 0.5); }
  .wp-block-button__link.has-orange-background-color:disabled, .wp-block-button__link.has-orange-background-color.disabled {
    color: #000000;
    background-color: #F99F45;
    border-color: #F99F45; }

.site-main .wp-block-button.is-style-outline .has-orange-background-color,
.site-main .wp-block-button.is-style-outline .has-orange-color {
  color: #F99F45;
  border-color: #F99F45;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-orange-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-orange-color:hover {
    color: #000000;
    background-color: #F99F45;
    border-color: #F99F45; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-orange-background-color, .site-main .wp-block-button.is-style-outline .has-orange-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-orange-color,
  .site-main .wp-block-button.is-style-outline .has-orange-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(249, 159, 69, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-orange-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-orange-background-color, .site-main .wp-block-button.is-style-outline .has-orange-background-color:active, .site-main .wp-block-button.is-style-outline .has-orange-background-color.active, .site-main .wp-block-button.is-style-outline .has-orange-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-orange-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-orange-color,
  .site-main .wp-block-button.is-style-outline .has-orange-color:active,
  .site-main .wp-block-button.is-style-outline .has-orange-color.active,
  .site-main .wp-block-button.is-style-outline .has-orange-color.dropdown-toggle.show {
    color: #000000;
    background-color: #F99F45;
    border-color: #F99F45; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-orange-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-orange-background-color:focus, .site-main .wp-block-button.is-style-outline .has-orange-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-orange-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-orange-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-orange-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-orange-color:focus,
    .site-main .wp-block-button.is-style-outline .has-orange-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-orange-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-orange-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(249, 159, 69, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-orange-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-orange-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-orange-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-orange-color.disabled {
    color: #F99F45;
    background-color: transparent; }

.text-orange,
.has-orange-color {
  color: #F99F45 !important; }

.bg-orange,
.has-orange-background-color {
  background-color: #F99F45; }

.btn-yellow {
  color: #000000;
  background-color: #F3ED6B;
  border-color: #F3ED6B; }
  .btn-yellow:hover {
    color: #000000;
    background-color: #f6f18e;
    border-color: #f9f6b2; }
  .btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000000;
    background-color: #f6f18e;
    border-color: #f9f6b2;
    box-shadow: 0 0 0 0.25rem rgba(207, 201, 91, 0.5); }
  .btn-check:checked + .btn-yellow,
  .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
  .show > .btn-yellow.dropdown-toggle {
    color: #000000;
    background-color: #f7f39a;
    border-color: #f8f4a6; }
    .btn-check:checked + .btn-yellow:focus,
    .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(207, 201, 91, 0.5); }
  .btn-yellow:disabled, .btn-yellow.disabled {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }

.btn-outline-yellow {
  color: #F3ED6B;
  border-color: #F3ED6B; }
  .btn-outline-yellow:hover {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }
  .btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
    box-shadow: 0 0 0 0.25rem rgba(243, 237, 107, 0.5); }
  .btn-check:checked + .btn-outline-yellow,
  .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }
    .btn-check:checked + .btn-outline-yellow:focus,
    .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(243, 237, 107, 0.5); }
  .btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
    color: #F3ED6B;
    background-color: transparent; }

.wp-block-button__link.has-yellow-background-color {
  color: #000000;
  background-color: #F3ED6B;
  border-color: #F3ED6B; }
  .wp-block-button__link.has-yellow-background-color:hover {
    color: #000000;
    background-color: #f5f081;
    border-color: #f4ef7a; }
  .btn-check:focus + .wp-block-button__link.has-yellow-background-color, .wp-block-button__link.has-yellow-background-color:focus {
    color: #000000;
    background-color: #f5f081;
    border-color: #f4ef7a;
    box-shadow: 0 0 0 0.25rem rgba(207, 201, 91, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-yellow-background-color,
  .btn-check:active + .wp-block-button__link.has-yellow-background-color, .wp-block-button__link.has-yellow-background-color:active, .wp-block-button__link.has-yellow-background-color.active,
  .show > .wp-block-button__link.has-yellow-background-color.dropdown-toggle {
    color: #000000;
    background-color: #f5f189;
    border-color: #f4ef7a; }
    .btn-check:checked + .wp-block-button__link.has-yellow-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-yellow-background-color:focus, .wp-block-button__link.has-yellow-background-color:active:focus, .wp-block-button__link.has-yellow-background-color.active:focus,
    .show > .wp-block-button__link.has-yellow-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(207, 201, 91, 0.5); }
  .wp-block-button__link.has-yellow-background-color:disabled, .wp-block-button__link.has-yellow-background-color.disabled {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }

.site-main .wp-block-button.is-style-outline .has-yellow-background-color,
.site-main .wp-block-button.is-style-outline .has-yellow-color {
  color: #F3ED6B;
  border-color: #F3ED6B;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-yellow-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-yellow-color:hover {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-yellow-background-color, .site-main .wp-block-button.is-style-outline .has-yellow-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-yellow-color,
  .site-main .wp-block-button.is-style-outline .has-yellow-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(243, 237, 107, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-yellow-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-yellow-background-color, .site-main .wp-block-button.is-style-outline .has-yellow-background-color:active, .site-main .wp-block-button.is-style-outline .has-yellow-background-color.active, .site-main .wp-block-button.is-style-outline .has-yellow-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-yellow-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-yellow-color,
  .site-main .wp-block-button.is-style-outline .has-yellow-color:active,
  .site-main .wp-block-button.is-style-outline .has-yellow-color.active,
  .site-main .wp-block-button.is-style-outline .has-yellow-color.dropdown-toggle.show {
    color: #000000;
    background-color: #F3ED6B;
    border-color: #F3ED6B; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-yellow-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-yellow-background-color:focus, .site-main .wp-block-button.is-style-outline .has-yellow-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-yellow-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-yellow-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-yellow-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-yellow-color:focus,
    .site-main .wp-block-button.is-style-outline .has-yellow-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-yellow-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-yellow-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(243, 237, 107, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-yellow-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-yellow-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-yellow-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-yellow-color.disabled {
    color: #F3ED6B;
    background-color: transparent; }

.text-yellow,
.has-yellow-color {
  color: #F3ED6B !important; }

.bg-yellow,
.has-yellow-background-color {
  background-color: #F3ED6B; }

.btn-green {
  color: #ffffff;
  background-color: #21543f;
  border-color: #21543f; }
  .btn-green:hover {
    color: #ffffff;
    background-color: #2c6f54;
    border-color: #378b68; }
  .btn-check:focus + .btn-green, .btn-green:focus {
    color: #ffffff;
    background-color: #2c6f54;
    border-color: #378b68;
    box-shadow: 0 0 0 0.25rem rgba(66, 110, 92, 0.5); }
  .btn-check:checked + .btn-green,
  .btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
  .show > .btn-green.dropdown-toggle {
    color: #ffffff;
    background-color: #2f795a;
    border-color: #338261; }
    .btn-check:checked + .btn-green:focus,
    .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 110, 92, 0.5); }
  .btn-green:disabled, .btn-green.disabled {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }

.btn-outline-green {
  color: #21543f;
  border-color: #21543f; }
  .btn-outline-green:hover {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }
  .btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.5); }
  .btn-check:checked + .btn-outline-green,
  .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }
    .btn-check:checked + .btn-outline-green:focus,
    .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.5); }
  .btn-outline-green:disabled, .btn-outline-green.disabled {
    color: #21543f;
    background-color: transparent; }

.wp-block-button__link.has-green-background-color {
  color: #ffffff;
  background-color: #21543f;
  border-color: #21543f; }
  .wp-block-button__link.has-green-background-color:hover {
    color: #ffffff;
    background-color: #1c4736;
    border-color: #1a4332; }
  .btn-check:focus + .wp-block-button__link.has-green-background-color, .wp-block-button__link.has-green-background-color:focus {
    color: #ffffff;
    background-color: #1c4736;
    border-color: #1a4332;
    box-shadow: 0 0 0 0.25rem rgba(66, 110, 92, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-green-background-color,
  .btn-check:active + .wp-block-button__link.has-green-background-color, .wp-block-button__link.has-green-background-color:active, .wp-block-button__link.has-green-background-color.active,
  .show > .wp-block-button__link.has-green-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #1a4332;
    border-color: #193f2f; }
    .btn-check:checked + .wp-block-button__link.has-green-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-green-background-color:focus, .wp-block-button__link.has-green-background-color:active:focus, .wp-block-button__link.has-green-background-color.active:focus,
    .show > .wp-block-button__link.has-green-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 110, 92, 0.5); }
  .wp-block-button__link.has-green-background-color:disabled, .wp-block-button__link.has-green-background-color.disabled {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }

.site-main .wp-block-button.is-style-outline .has-green-background-color,
.site-main .wp-block-button.is-style-outline .has-green-color {
  color: #21543f;
  border-color: #21543f;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-green-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-green-color:hover {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-green-background-color, .site-main .wp-block-button.is-style-outline .has-green-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-green-color,
  .site-main .wp-block-button.is-style-outline .has-green-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-green-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-green-background-color, .site-main .wp-block-button.is-style-outline .has-green-background-color:active, .site-main .wp-block-button.is-style-outline .has-green-background-color.active, .site-main .wp-block-button.is-style-outline .has-green-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-green-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-green-color,
  .site-main .wp-block-button.is-style-outline .has-green-color:active,
  .site-main .wp-block-button.is-style-outline .has-green-color.active,
  .site-main .wp-block-button.is-style-outline .has-green-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #21543f;
    border-color: #21543f; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-green-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-green-background-color:focus, .site-main .wp-block-button.is-style-outline .has-green-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-green-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-green-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-green-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-green-color:focus,
    .site-main .wp-block-button.is-style-outline .has-green-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-green-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-green-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 84, 63, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-green-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-green-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-green-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-green-color.disabled {
    color: #21543f;
    background-color: transparent; }

.text-green,
.has-green-color {
  color: #21543f !important; }

.bg-green,
.has-green-background-color {
  background-color: #21543f; }

.btn-teal {
  color: #000000;
  background-color: #24A5A1;
  border-color: #24A5A1; }
  .btn-teal:hover {
    color: #000000;
    background-color: #2bc4c0;
    border-color: #40d5d1; }
  .btn-check:focus + .btn-teal, .btn-teal:focus {
    color: #000000;
    background-color: #2bc4c0;
    border-color: #40d5d1;
    box-shadow: 0 0 0 0.25rem rgba(31, 140, 137, 0.5); }
  .btn-check:checked + .btn-teal,
  .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active,
  .show > .btn-teal.dropdown-toggle {
    color: #000000;
    background-color: #2dcfca;
    border-color: #36d3ce; }
    .btn-check:checked + .btn-teal:focus,
    .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(31, 140, 137, 0.5); }
  .btn-teal:disabled, .btn-teal.disabled {
    color: #000000;
    background-color: #24A5A1;
    border-color: #24A5A1; }

.btn-outline-teal {
  color: #24A5A1;
  border-color: #24A5A1; }
  .btn-outline-teal:hover {
    color: #000000;
    background-color: #24A5A1;
    border-color: #24A5A1; }
  .btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
    box-shadow: 0 0 0 0.25rem rgba(36, 165, 161, 0.5); }
  .btn-check:checked + .btn-outline-teal,
  .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
    color: #000000;
    background-color: #24A5A1;
    border-color: #24A5A1; }
    .btn-check:checked + .btn-outline-teal:focus,
    .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(36, 165, 161, 0.5); }
  .btn-outline-teal:disabled, .btn-outline-teal.disabled {
    color: #24A5A1;
    background-color: transparent; }

.wp-block-button__link.has-teal-background-color {
  color: #000000;
  background-color: #24A5A1;
  border-color: #24A5A1; }
  .wp-block-button__link.has-teal-background-color:hover {
    color: #000000;
    background-color: #45b3af;
    border-color: #3aaeaa; }
  .btn-check:focus + .wp-block-button__link.has-teal-background-color, .wp-block-button__link.has-teal-background-color:focus {
    color: #000000;
    background-color: #45b3af;
    border-color: #3aaeaa;
    box-shadow: 0 0 0 0.25rem rgba(31, 140, 137, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-teal-background-color,
  .btn-check:active + .wp-block-button__link.has-teal-background-color, .wp-block-button__link.has-teal-background-color:active, .wp-block-button__link.has-teal-background-color.active,
  .show > .wp-block-button__link.has-teal-background-color.dropdown-toggle {
    color: #000000;
    background-color: #50b7b4;
    border-color: #3aaeaa; }
    .btn-check:checked + .wp-block-button__link.has-teal-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-teal-background-color:focus, .wp-block-button__link.has-teal-background-color:active:focus, .wp-block-button__link.has-teal-background-color.active:focus,
    .show > .wp-block-button__link.has-teal-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(31, 140, 137, 0.5); }
  .wp-block-button__link.has-teal-background-color:disabled, .wp-block-button__link.has-teal-background-color.disabled {
    color: #000000;
    background-color: #24A5A1;
    border-color: #24A5A1; }

.site-main .wp-block-button.is-style-outline .has-teal-background-color,
.site-main .wp-block-button.is-style-outline .has-teal-color {
  color: #24A5A1;
  border-color: #24A5A1;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-teal-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-teal-color:hover {
    color: #000000;
    background-color: #24A5A1;
    border-color: #24A5A1; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-teal-background-color, .site-main .wp-block-button.is-style-outline .has-teal-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-teal-color,
  .site-main .wp-block-button.is-style-outline .has-teal-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(36, 165, 161, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-teal-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-teal-background-color, .site-main .wp-block-button.is-style-outline .has-teal-background-color:active, .site-main .wp-block-button.is-style-outline .has-teal-background-color.active, .site-main .wp-block-button.is-style-outline .has-teal-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-teal-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-teal-color,
  .site-main .wp-block-button.is-style-outline .has-teal-color:active,
  .site-main .wp-block-button.is-style-outline .has-teal-color.active,
  .site-main .wp-block-button.is-style-outline .has-teal-color.dropdown-toggle.show {
    color: #000000;
    background-color: #24A5A1;
    border-color: #24A5A1; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-teal-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-teal-background-color:focus, .site-main .wp-block-button.is-style-outline .has-teal-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-teal-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-teal-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-teal-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-teal-color:focus,
    .site-main .wp-block-button.is-style-outline .has-teal-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-teal-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-teal-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(36, 165, 161, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-teal-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-teal-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-teal-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-teal-color.disabled {
    color: #24A5A1;
    background-color: transparent; }

.text-teal,
.has-teal-color {
  color: #24A5A1 !important; }

.bg-teal,
.has-teal-background-color {
  background-color: #24A5A1; }

.btn-cyan {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-cyan:hover {
    color: #000000;
    background-color: #2fd3f4;
    border-color: #54dbf6; }
  .btn-check:focus + .btn-cyan, .btn-cyan:focus {
    color: #000000;
    background-color: #2fd3f4;
    border-color: #54dbf6;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-cyan,
  .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active,
  .show > .btn-cyan.dropdown-toggle {
    color: #000000;
    background-color: #3cd5f4;
    border-color: #48d8f5; }
    .btn-check:checked + .btn-cyan:focus,
    .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-cyan:disabled, .btn-cyan.disabled {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-outline-cyan {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-cyan:hover {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-cyan,
  .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-cyan:focus,
    .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.wp-block-button__link.has-cyan-background-color {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .wp-block-button__link.has-cyan-background-color:hover {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .wp-block-button__link.has-cyan-background-color, .wp-block-button__link.has-cyan-background-color:focus {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-cyan-background-color,
  .btn-check:active + .wp-block-button__link.has-cyan-background-color, .wp-block-button__link.has-cyan-background-color:active, .wp-block-button__link.has-cyan-background-color.active,
  .show > .wp-block-button__link.has-cyan-background-color.dropdown-toggle {
    color: #000000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .wp-block-button__link.has-cyan-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-cyan-background-color:focus, .wp-block-button__link.has-cyan-background-color:active:focus, .wp-block-button__link.has-cyan-background-color.active:focus,
    .show > .wp-block-button__link.has-cyan-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .wp-block-button__link.has-cyan-background-color:disabled, .wp-block-button__link.has-cyan-background-color.disabled {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.site-main .wp-block-button.is-style-outline .has-cyan-background-color,
.site-main .wp-block-button.is-style-outline .has-cyan-color {
  color: #0dcaf0;
  border-color: #0dcaf0;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-cyan-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-cyan-color:hover {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-cyan-background-color, .site-main .wp-block-button.is-style-outline .has-cyan-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-cyan-color,
  .site-main .wp-block-button.is-style-outline .has-cyan-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-cyan-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-cyan-background-color, .site-main .wp-block-button.is-style-outline .has-cyan-background-color:active, .site-main .wp-block-button.is-style-outline .has-cyan-background-color.active, .site-main .wp-block-button.is-style-outline .has-cyan-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-cyan-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-cyan-color,
  .site-main .wp-block-button.is-style-outline .has-cyan-color:active,
  .site-main .wp-block-button.is-style-outline .has-cyan-color.active,
  .site-main .wp-block-button.is-style-outline .has-cyan-color.dropdown-toggle.show {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-cyan-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-cyan-background-color:focus, .site-main .wp-block-button.is-style-outline .has-cyan-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-cyan-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-cyan-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-cyan-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-cyan-color:focus,
    .site-main .wp-block-button.is-style-outline .has-cyan-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-cyan-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-cyan-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-cyan-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-cyan-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-cyan-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-cyan-color.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.text-cyan,
.has-cyan-color {
  color: #0dcaf0 !important; }

.bg-cyan,
.has-cyan-background-color {
  background-color: #0dcaf0; }

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    color: #000000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .btn-white, .btn-white:focus {
    color: #000000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-white,
  .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #000000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .btn-white:focus,
    .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-white:disabled, .btn-white.disabled {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-check:checked + .btn-outline-white,
  .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-check:checked + .btn-outline-white:focus,
    .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white:disabled, .btn-outline-white.disabled {
    color: #ffffff;
    background-color: transparent; }

.wp-block-button__link.has-white-background-color {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff; }
  .wp-block-button__link.has-white-background-color:hover {
    color: #000000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color:focus {
    color: #000000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-white-background-color,
  .btn-check:active + .wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color:active, .wp-block-button__link.has-white-background-color.active,
  .show > .wp-block-button__link.has-white-background-color.dropdown-toggle {
    color: #000000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .wp-block-button__link.has-white-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-white-background-color:focus, .wp-block-button__link.has-white-background-color:active:focus, .wp-block-button__link.has-white-background-color.active:focus,
    .show > .wp-block-button__link.has-white-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .wp-block-button__link.has-white-background-color:disabled, .wp-block-button__link.has-white-background-color.disabled {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }

.site-main .wp-block-button.is-style-outline .has-white-background-color,
.site-main .wp-block-button.is-style-outline .has-white-color {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-white-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-white-color:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-white-background-color, .site-main .wp-block-button.is-style-outline .has-white-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-white-color,
  .site-main .wp-block-button.is-style-outline .has-white-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-white-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-white-background-color, .site-main .wp-block-button.is-style-outline .has-white-background-color:active, .site-main .wp-block-button.is-style-outline .has-white-background-color.active, .site-main .wp-block-button.is-style-outline .has-white-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-white-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-white-color,
  .site-main .wp-block-button.is-style-outline .has-white-color:active,
  .site-main .wp-block-button.is-style-outline .has-white-color.active,
  .site-main .wp-block-button.is-style-outline .has-white-color.dropdown-toggle.show {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-white-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-white-background-color:focus, .site-main .wp-block-button.is-style-outline .has-white-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-white-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-white-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-white-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-white-color:focus,
    .site-main .wp-block-button.is-style-outline .has-white-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-white-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-white-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-white-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-white-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-white-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-white-color.disabled {
    color: #ffffff;
    background-color: transparent; }

.text-white,
.has-white-color {
  color: #ffffff !important; }

.bg-white,
.has-white-background-color {
  background-color: #ffffff; }

.btn-gray {
  color: #ffffff;
  background-color: #6D6A6A;
  border-color: #6D6A6A; }
  .btn-gray:hover {
    color: #000000;
    background-color: #807d7d;
    border-color: #939090; }
  .btn-check:focus + .btn-gray, .btn-gray:focus {
    color: #000000;
    background-color: #807d7d;
    border-color: #939090;
    box-shadow: 0 0 0 0.25rem rgba(131, 128, 128, 0.5); }
  .btn-check:checked + .btn-gray,
  .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
  .show > .btn-gray.dropdown-toggle {
    color: #000000;
    background-color: #878383;
    border-color: #8d8a8a; }
    .btn-check:checked + .btn-gray:focus,
    .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(131, 128, 128, 0.5); }
  .btn-gray:disabled, .btn-gray.disabled {
    color: #ffffff;
    background-color: #6D6A6A;
    border-color: #6D6A6A; }

.btn-outline-gray {
  color: #6D6A6A;
  border-color: #6D6A6A; }
  .btn-outline-gray:hover {
    color: #ffffff;
    background-color: #6D6A6A;
    border-color: #6D6A6A; }
  .btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(109, 106, 106, 0.5); }
  .btn-check:checked + .btn-outline-gray,
  .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6D6A6A;
    border-color: #6D6A6A; }
    .btn-check:checked + .btn-outline-gray:focus,
    .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(109, 106, 106, 0.5); }
  .btn-outline-gray:disabled, .btn-outline-gray.disabled {
    color: #6D6A6A;
    background-color: transparent; }

.wp-block-button__link.has-gray-background-color {
  color: #ffffff;
  background-color: #6D6A6A;
  border-color: #6D6A6A; }
  .wp-block-button__link.has-gray-background-color:hover {
    color: #ffffff;
    background-color: #5d5a5a;
    border-color: #575555; }
  .btn-check:focus + .wp-block-button__link.has-gray-background-color, .wp-block-button__link.has-gray-background-color:focus {
    color: #ffffff;
    background-color: #5d5a5a;
    border-color: #575555;
    box-shadow: 0 0 0 0.25rem rgba(131, 128, 128, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-gray-background-color,
  .btn-check:active + .wp-block-button__link.has-gray-background-color, .wp-block-button__link.has-gray-background-color:active, .wp-block-button__link.has-gray-background-color.active,
  .show > .wp-block-button__link.has-gray-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #575555;
    border-color: #525050; }
    .btn-check:checked + .wp-block-button__link.has-gray-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-gray-background-color:focus, .wp-block-button__link.has-gray-background-color:active:focus, .wp-block-button__link.has-gray-background-color.active:focus,
    .show > .wp-block-button__link.has-gray-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(131, 128, 128, 0.5); }
  .wp-block-button__link.has-gray-background-color:disabled, .wp-block-button__link.has-gray-background-color.disabled {
    color: #ffffff;
    background-color: #6D6A6A;
    border-color: #6D6A6A; }

.site-main .wp-block-button.is-style-outline .has-gray-background-color,
.site-main .wp-block-button.is-style-outline .has-gray-color {
  color: #6D6A6A;
  border-color: #6D6A6A;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-gray-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-gray-color:hover {
    color: #ffffff;
    background-color: #6D6A6A;
    border-color: #6D6A6A; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-gray-background-color, .site-main .wp-block-button.is-style-outline .has-gray-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-gray-color,
  .site-main .wp-block-button.is-style-outline .has-gray-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(109, 106, 106, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-gray-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-gray-background-color, .site-main .wp-block-button.is-style-outline .has-gray-background-color:active, .site-main .wp-block-button.is-style-outline .has-gray-background-color.active, .site-main .wp-block-button.is-style-outline .has-gray-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-gray-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-gray-color,
  .site-main .wp-block-button.is-style-outline .has-gray-color:active,
  .site-main .wp-block-button.is-style-outline .has-gray-color.active,
  .site-main .wp-block-button.is-style-outline .has-gray-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6D6A6A;
    border-color: #6D6A6A; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-gray-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-gray-background-color:focus, .site-main .wp-block-button.is-style-outline .has-gray-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-gray-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-gray-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-gray-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-gray-color:focus,
    .site-main .wp-block-button.is-style-outline .has-gray-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-gray-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-gray-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(109, 106, 106, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-gray-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-gray-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-gray-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-gray-color.disabled {
    color: #6D6A6A;
    background-color: transparent; }

.text-gray,
.has-gray-color {
  color: #6D6A6A !important; }

.bg-gray,
.has-gray-background-color {
  background-color: #6D6A6A; }

.btn-gray-dark {
  color: #ffffff;
  background-color: #41403d;
  border-color: #41403d; }
  .btn-gray-dark:hover {
    color: #ffffff;
    background-color: #555350;
    border-color: #686762; }
  .btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
    color: #ffffff;
    background-color: #555350;
    border-color: #686762;
    box-shadow: 0 0 0 0.25rem rgba(94, 93, 90, 0.5); }
  .btn-check:checked + .btn-gray-dark,
  .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #5b5a56;
    border-color: #62605c; }
    .btn-check:checked + .btn-gray-dark:focus,
    .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(94, 93, 90, 0.5); }
  .btn-gray-dark:disabled, .btn-gray-dark.disabled {
    color: #ffffff;
    background-color: #41403d;
    border-color: #41403d; }

.btn-outline-gray-dark {
  color: #41403d;
  border-color: #41403d; }
  .btn-outline-gray-dark:hover {
    color: #ffffff;
    background-color: #41403d;
    border-color: #41403d; }
  .btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(65, 64, 61, 0.5); }
  .btn-check:checked + .btn-outline-gray-dark,
  .btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #41403d;
    border-color: #41403d; }
    .btn-check:checked + .btn-outline-gray-dark:focus,
    .btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(65, 64, 61, 0.5); }
  .btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
    color: #41403d;
    background-color: transparent; }

.wp-block-button__link.has-gray-dark-background-color {
  color: #ffffff;
  background-color: #41403d;
  border-color: #41403d; }
  .wp-block-button__link.has-gray-dark-background-color:hover {
    color: #ffffff;
    background-color: #373634;
    border-color: #343331; }
  .btn-check:focus + .wp-block-button__link.has-gray-dark-background-color, .wp-block-button__link.has-gray-dark-background-color:focus {
    color: #ffffff;
    background-color: #373634;
    border-color: #343331;
    box-shadow: 0 0 0 0.25rem rgba(94, 93, 90, 0.5); }
  .btn-check:checked + .wp-block-button__link.has-gray-dark-background-color,
  .btn-check:active + .wp-block-button__link.has-gray-dark-background-color, .wp-block-button__link.has-gray-dark-background-color:active, .wp-block-button__link.has-gray-dark-background-color.active,
  .show > .wp-block-button__link.has-gray-dark-background-color.dropdown-toggle {
    color: #ffffff;
    background-color: #343331;
    border-color: #31302e; }
    .btn-check:checked + .wp-block-button__link.has-gray-dark-background-color:focus,
    .btn-check:active + .wp-block-button__link.has-gray-dark-background-color:focus, .wp-block-button__link.has-gray-dark-background-color:active:focus, .wp-block-button__link.has-gray-dark-background-color.active:focus,
    .show > .wp-block-button__link.has-gray-dark-background-color.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(94, 93, 90, 0.5); }
  .wp-block-button__link.has-gray-dark-background-color:disabled, .wp-block-button__link.has-gray-dark-background-color.disabled {
    color: #ffffff;
    background-color: #41403d;
    border-color: #41403d; }

.site-main .wp-block-button.is-style-outline .has-gray-dark-background-color,
.site-main .wp-block-button.is-style-outline .has-gray-dark-color {
  color: #41403d;
  border-color: #41403d;
  background-color: transparent; }
  .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:hover,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color:hover {
    color: #ffffff;
    background-color: #41403d;
    border-color: #41403d; }
  .btn-check:focus + .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:focus, .btn-check:focus +
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color:focus {
    box-shadow: 0 0 0 0.25rem rgba(65, 64, 61, 0.5); }
  .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color,
  .btn-check:active + .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:active, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color.active, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color.dropdown-toggle.show, .btn-check:checked +
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color,
  .btn-check:active +
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color:active,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color.active,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color.dropdown-toggle.show {
    color: #ffffff;
    background-color: #41403d;
    border-color: #41403d; }
    .btn-check:checked + .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:focus,
    .btn-check:active + .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:focus, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:active:focus, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color.active:focus, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color.dropdown-toggle.show:focus, .btn-check:checked +
    .site-main .wp-block-button.is-style-outline .has-gray-dark-color:focus,
    .btn-check:active +
    .site-main .wp-block-button.is-style-outline .has-gray-dark-color:focus,
    .site-main .wp-block-button.is-style-outline .has-gray-dark-color:active:focus,
    .site-main .wp-block-button.is-style-outline .has-gray-dark-color.active:focus,
    .site-main .wp-block-button.is-style-outline .has-gray-dark-color.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(65, 64, 61, 0.5); }
  .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color:disabled, .site-main .wp-block-button.is-style-outline .has-gray-dark-background-color.disabled,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color:disabled,
  .site-main .wp-block-button.is-style-outline .has-gray-dark-color.disabled {
    color: #41403d;
    background-color: transparent; }

.text-gray-dark,
.has-gray-dark-color {
  color: #41403d !important; }

.bg-gray-dark,
.has-gray-dark-background-color {
  background-color: #41403d; }

.object-fit-cover {
  object-fit: cover;
  width: 100%;
  min-height: 100%; }

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.site-main {
  /*Some blocks have no default "normal" width so alignwide will be in-container (do nothing)*/ }
  .site-main .wp-block-button__link {
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .site-main .wp-block-button__link {
        transition: none; } }
    .btn-check:focus + .site-main .wp-block-button__link, .site-main .wp-block-button__link:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 148, 196, 0.25); }
  .site-main .wp-block-buttons {
    margin-left: -4px;
    margin-right: -4px; }
    .site-main .wp-block-buttons .wp-block-button {
      margin: 0;
      padding: 4px; }
  .site-main h1:not(:first-child), .site-main .h1:not(:first-child),
  .site-main .h1:not(:first-child) {
    padding-top: .25em; }
  .site-main h2:not(:first-child), .site-main .h2:not(:first-child),
  .site-main .h2:not(:first-child) {
    padding-top: .25em; }
  .site-main h3:not(:first-child), .site-main .h3:not(:first-child),
  .site-main .h3:not(:first-child) {
    padding-top: .25em; }
  .site-main h4:not(:first-child), .site-main .h4:not(:first-child),
  .site-main .h4:not(:first-child) {
    padding-top: .25em; }
  .site-main h5:not(:first-child), .site-main .h5:not(:first-child),
  .site-main .h5:not(:first-child) {
    padding-top: .25em; }
  .site-main h6:not(:first-child), .site-main .h6:not(:first-child),
  .site-main .h6:not(:first-child) {
    padding-top: .25em; }
  .site-main .display-1 {
    margin-bottom: 0.5em; }
    .site-main .display-1 strong {
      font-weight: 700; }
    .site-main .display-1:not(:first-child) {
      padding-top: .25em; }
  .site-main .display-2 {
    margin-bottom: 0.5em; }
    .site-main .display-2 strong {
      font-weight: 700; }
    .site-main .display-2:not(:first-child) {
      padding-top: .25em; }
  .site-main .display-3 {
    margin-bottom: 0.5em; }
    .site-main .display-3 strong {
      font-weight: 700; }
    .site-main .display-3:not(:first-child) {
      padding-top: .25em; }
  .site-main .display-4 {
    margin-bottom: 0.5em; }
    .site-main .display-4 strong {
      font-weight: 700; }
    .site-main .display-4:not(:first-child) {
      padding-top: .25em; }
  @media (max-width: 767.98px) {
    .site-main .wp-block-image .alignleft,
    .site-main .wp-block-image .align-right {
      display: block;
      float: none;
      margin: 0 auto; } }
  .site-main .blocks-gallery-grid .blocks-gallery-image figure,
  .site-main .blocks-gallery-grid .blocks-gallery-item figure,
  .site-main .wp-block-gallery .blocks-gallery-image figure,
  .site-main .wp-block-gallery .blocks-gallery-item figure {
    align-items: center; }
  .site-main .wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%; }
    .site-main .wp-caption img[class*="wp-image-"] {
      display: block;
      margin: 0; }
    .site-main .wp-caption .wp-caption-text {
      color: #6D6A6A;
      font-size: 0.8125rem;
      font-style: italic;
      line-height: 1.5;
      padding-top: 0.5em; }
  .site-main .entry-content li {
    line-height: 1.2; }
    .site-main .entry-content li + li {
      padding-top: .5em; }
  .site-main .alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .site-main .alignwide:not(.wp-block-media-text) {
    width: 100vw;
    margin-left: calc(50% - 50vw); }
  .site-main .has-light-green-background-color {
    background-color: #F6F8F1; }

html,
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast;
  font-size: 16px; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

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; }
  a:hover, a:focus, a:visited {
    text-decoration: none; }

svg,
img {
  max-width: 100%;
  height: auto; }

svg {
  fill: currentColor; }

.section-padding {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.section-heading {
  font-size: 1.875rem; }

.page-content {
  min-height: 300px; }

.tu-sheild-outline {
  pointer-events: none;
  background-image: url(../image/tu-sheild-outline.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 209px;
  width: 120px;
  pointer-events: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: red; }
  .carousel-indicators li.active {
    background-color: yellow; }

.home .site-header.sticky-top {
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: background-color 0.2s ease-in-out, width .2s, height .2s;
  background-color: transparent;
  box-shadow: none;
  border-bottom: none; }
  .home .site-header.sticky-top #navbarOffCanvas span {
    background: #ffffff; }
  .home .site-header.sticky-top.stuck {
    background-color: #ffffff;
    position: fixed;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.25);
    border-bottom: solid 1px #d8d8d8; }
    .home .site-header.sticky-top.stuck .site-logo {
      display: none; }
    .home .site-header.sticky-top.stuck .site-logo.color-logo {
      display: block; }
    .home .site-header.sticky-top.stuck #navbarOffCanvas span {
      background: #000000; }
    .home .site-header.sticky-top.stuck .site-logo {
      height: 50px;
      width: 135px; }
  .home .site-header.sticky-top .site-logo.color-logo {
    display: none; }
  .home .site-header.sticky-top .site-logo {
    display: block; }

.site-header.sticky-top {
  background-color: #ffffff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px #d8d8d8; }
  .site-header.sticky-top #navbarOffCanvas span {
    background: #000000; }
  .site-header.sticky-top .site-logo {
    height: 50px;
    width: 135px;
    transition: width .2s, height .2s; }
  .site-header.sticky-top .site-logo {
    display: none; }
  .site-header.sticky-top .color-logo {
    display: block; }

.entry-header .tu-sheild-outline {
  display: none; }

.has-header-image.site-main, .single-faculty .site-main {
  padding-top: 0; }
  .has-header-image.site-main .entry-header, .single-faculty .site-main .entry-header {
    position: relative;
    height: 150px;
    display: flex;
    align-items: end;
    padding-bottom: 1rem;
    margin-bottom: 4rem; }
    .has-header-image.site-main .entry-header .tu-sheild-outline, .single-faculty .site-main .entry-header .tu-sheild-outline {
      display: block;
      z-index: 1;
      right: 0;
      bottom: -30px; }
    .has-header-image.site-main .entry-header .header-image, .single-faculty .site-main .entry-header .header-image {
      background-size: cover;
      filter: grayscale(100%);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .has-header-image.site-main .entry-header .header-image-overlay, .single-faculty .site-main .entry-header .header-image-overlay {
      background-image: linear-gradient(248deg, rgba(120, 190, 32, 0.55) 0%, rgba(120, 190, 32, 0) 19%, rgba(116, 194, 158, 0) 38%, rgba(0, 119, 139, 0.85) 80%);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1; }
    .has-header-image.site-main .entry-header .entry-title, .single-faculty .site-main .entry-header .entry-title {
      color: #ffffff;
      z-index: 1;
      position: relative;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }

.foot-cta-image {
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: clip; }
  .foot-cta-image .foot-cta-overlay {
    background-image: linear-gradient(248deg, rgba(120, 190, 32, 0.55) 0%, rgba(120, 190, 32, 0) 19%, rgba(116, 194, 158, 0) 38%, rgba(0, 119, 139, 0.85) 80%);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .foot-cta-image .foot-cta-cont {
    position: relative;
    z-index: 1; }
    .foot-cta-image .foot-cta-cont p {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0;
      padding-top: 2rem;
      padding-bottom: 1rem; }
    .foot-cta-image .foot-cta-cont a {
      color: #ffffff;
      text-decoration: none;
      font-size: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 2rem;
      display: block; }
  .foot-cta-image .tu-sheild-outline {
    right: 0;
    top: -50px; }

footer {
  margin-top: auto;
  background-color: #21543f;
  padding-top: 3.5rem;
  padding-bottom: 2rem; }
  footer a {
    color: #ffffff;
    text-decoration: none; }
  footer ul {
    margin: 0 0 1rem 0;
    padding: 0;
    color: #ffffff;
    list-style: none;
    text-align: center; }
    footer ul li {
      line-height: 1.438rem;
      padding-bottom: .5rem; }
  footer .foot-sect-1 {
    order: 0; }
  footer .foot-sect-2 {
    display: none; }
  footer .foot-sect-3 {
    order: 3; }
  footer .foot-sect-4 {
    order: 4; }
  footer .social {
    order: 1; }
    footer .social li {
      display: inline-block;
      margin-right: 0.125rem;
      margin-left: 0.125rem; }

.site-main {
  padding-top: 2rem; }

.page-template-default.page-contact .site-main.content-area {
  background: #F6F8F1; }

.page-our-faculty .page-content,
.single-faculty .page-content {
  padding-bottom: 5rem; }

.faculty-nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .faculty-nav li {
    margin-bottom: 1rem; }
    .faculty-nav li a {
      text-decoration: none;
      color: #000000;
      font-size: 1.313rem; }
      .faculty-nav li a.active {
        font-weight: 700;
        color: #265D7F; }

.faculty-select {
  margin-bottom: 2rem; }

.faculty-bio-block {
  background-image: linear-gradient(transparent 40%, #265D7F 40%, #265D7F 100%);
  margin-bottom: 5rem;
  padding-bottom: 2rem; }
  .faculty-bio-block .faculty-bio-img {
    position: relative;
    text-align: center; }
    .faculty-bio-block .faculty-bio-img .bio-img-border {
      position: relative;
      display: inline-block;
      margin-bottom: 4rem; }
      .faculty-bio-block .faculty-bio-img .bio-img-border:after {
        position: absolute;
        content: '';
        width: 30%;
        height: 80%;
        bottom: -10%;
        right: -10%;
        border-bottom: solid #00BDE4 10px;
        border-right: solid #00BDE4 10px; }
  .faculty-bio-block .faculty-bio-name {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center; }
    .faculty-bio-block .faculty-bio-name h2, .faculty-bio-block .faculty-bio-name .h2 {
      color: #ffffff;
      margin-bottom: .5rem;
      font-size: 1.5rem; }
    .faculty-bio-block .faculty-bio-name p {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 0.875rem; }

.program-nav {
  margin-bottom: 5rem; }
  .program-nav .program-link {
    text-decoration: none; }
    .program-nav .program-link.active span {
      background: #0094C4;
      color: #ffffff;
      border: solid #0094C4 2px;
      font-weight: 700; }
    .program-nav .program-link span {
      color: #21543f;
      border: solid 2px #21543f;
      padding: 0.73rem 0rem;
      text-align: center;
      display: block;
      font-size: 0.875rem; }

.program-content p {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.program-content li {
  font-size: 1.125rem;
  line-height: 1.375rem; }

.external-news {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .external-news .external-news-link {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #d8d8d8;
    font-size: calc(1.325rem + 0.9vw); }
    .external-news .external-news-link:last-child {
      border-bottom: none; }
    .external-news .external-news-link .post-date {
      font-size: 0.85rem; }
    .external-news .external-news-link a {
      text-decoration: none; }

.home .content-area {
  padding-top: 0;
  padding-bottom: 0; }
  .home .content-area.site-main {
    background: none; }

.home-video-box {
  background-size: cover;
  overflow-x: clip;
  position: relative;
  margin-bottom: 1rem; }
  .home-video-box .tu-sheild-outline {
    bottom: -100px;
    right: 0;
    z-index: -1; }
  .home-video-box #home-video {
    filter: grayscale(100%);
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .home-video-box .video-wrap {
    position: relative;
    overflow: hidden; }
  .home-video-box .home-video-overlay {
    background-image: linear-gradient(248deg, rgba(120, 190, 32, 0.55) 0%, rgba(120, 190, 32, 0) 19%, rgba(116, 194, 158, 0) 38%, rgba(0, 119, 139, 0.85) 80%); }
  .home-video-box .video-cont-wrap {
    padding-top: 180px;
    padding-bottom: 40px; }
  .home-video-box .video-heading {
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.375rem;
    font-weight: bold; }
  .home-video-box .video-text {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.75rem; }

.fp-cont-lt-blue {
  background-color: #E2F3FA; }
  .fp-cont-lt-blue .infographic-heading {
    text-align: center;
    font-weight: 700; }
  .fp-cont-lt-blue .infographic-text {
    text-align: center;
    font-size: 0.938rem;
    line-height: 1.688rem; }
  .fp-cont-lt-blue .infographic-img {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem; }

.fp-cont-white .img-w-text {
  position: relative;
  width: fit-content;
  margin-bottom: 160px; }
  .fp-cont-white .img-w-text.left-col .img-text {
    right: 15%;
    left: 15%; }
    .fp-cont-white .img-w-text.left-col .img-text:after {
      border-bottom: solid #F2B96C 10px;
      border-right: solid #F2B96C 10px;
      right: -2rem;
      bottom: 2rem; }
  .fp-cont-white .img-w-text.right-col .img-text {
    right: 15%;
    left: 15%; }
    .fp-cont-white .img-w-text.right-col .img-text:after {
      border-bottom: solid #F2B96C 10px;
      border-left: solid #F2B96C 10px;
      left: -2rem;
      bottom: 2rem; }
  .fp-cont-white .img-w-text .img-text {
    background-color: #0094C4;
    color: #ffffff;
    position: absolute;
    bottom: -125px;
    padding: 4rem 2rem;
    font-weight: bold; }
    .fp-cont-white .img-w-text .img-text:after {
      position: absolute;
      content: '';
      width: 200px;
      height: 75px;
      bottom: 2rem; }

.fp-cont-white .img-w-text-cont p {
  font-size: 1.125rem;
  line-height: 2.5rem; }

.fp-cont-white .img-w-text-cont .img-w-text-cont-link {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 700;
  color: #0094C4;
  margin-top: 3rem;
  display: block;
  font-weight: 500; }

.fp-leadership-slider {
  position: relative;
  overflow-x: clip; }
  .fp-leadership-slider .carousel-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 200px;
    bottom: 2rem; }
    .fp-leadership-slider .carousel-nav .carousel-indicators {
      right: auto;
      left: 0;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      z-index: 1; }
      .fp-leadership-slider .carousel-nav .carousel-indicators li {
        text-indent: initial;
        height: auto;
        width: auto;
        background-color: transparent;
        display: none; }
        .fp-leadership-slider .carousel-nav .carousel-indicators li.active {
          display: block;
          font-weight: 700;
          border-top: none;
          border-bottom: none; }
        .fp-leadership-slider .carousel-nav .carousel-indicators li.total-count {
          display: block; }
    .fp-leadership-slider .carousel-nav .carousel-controls {
      position: relative;
      z-index: 1;
      justify-items: center;
      display: flex; }
      .fp-leadership-slider .carousel-nav .carousel-controls .carousel-control-prev {
        width: auto;
        opacity: 1;
        position: relative; }
        .fp-leadership-slider .carousel-nav .carousel-controls .carousel-control-prev .carousel-control-prev-icon {
          margin-left: 1rem;
          margin-right: 1rem;
          height: 1.1rem;
          width: 1.1rem;
          background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><%21--%21 Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons, Inc. --><path d=\"M447.1 256c0 13.25-10.76 24.01-24.01 24.01H83.9l132.7 126.6c9.625 9.156 9.969 24.41 .8125 33.94c-9.156 9.594-24.34 9.938-33.94 .8125l-176-168C2.695 268.9 .0078 262.6 .0078 256S2.695 243.2 7.445 238.6l176-168C193 61.51 208.2 61.85 217.4 71.45c9.156 9.5 8.812 24.75-.8125 33.94l-132.7 126.6h340.1C437.2 232 447.1 242.8 447.1 256z\"/></svg>"); }
      .fp-leadership-slider .carousel-nav .carousel-controls .carousel-control-next {
        width: auto;
        opacity: 1;
        position: relative; }
        .fp-leadership-slider .carousel-nav .carousel-controls .carousel-control-next .carousel-control-next-icon {
          margin-left: 1rem;
          margin-right: 1rem;
          height: 1.1rem;
          width: 1.1rem;
          background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><%21--%21 Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons, Inc. --><path d=\"M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z\"/></svg>"); }
  .fp-leadership-slider .tu-sheild-outline {
    right: -30px;
    z-index: 1;
    top: -90px; }
  .fp-leadership-slider .leadership-img {
    position: relative; }
    .fp-leadership-slider .leadership-img:after {
      background-image: linear-gradient(248deg, rgba(120, 190, 32, 0.55) 0%, rgba(120, 190, 32, 0) 19%, rgba(116, 194, 158, 0) 38%, rgba(0, 119, 139, 0.85) 80%);
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .fp-leadership-slider .leadership-img .leadership-bg-img {
      height: 380px;
      background-size: cover;
      filter: grayscale(100%); }
  .fp-leadership-slider .leadership-cont {
    background: #F6F8F1;
    padding-bottom: 5rem; }
    .fp-leadership-slider .leadership-cont .leadership-cont-wrap {
      padding: 2rem 1rem; }
      .fp-leadership-slider .leadership-cont .leadership-cont-wrap .slide-heading {
        color: #265D7F;
        font-size: 1.875rem;
        line-height: 2.5rem;
        font-weight: 400; }
      .fp-leadership-slider .leadership-cont .leadership-cont-wrap .slide-text {
        line-height: 1.875rem;
        margin-bottom: 2rem; }
      .fp-leadership-slider .leadership-cont .leadership-cont-wrap .slide-link {
        font-size: 1.5rem;
        font-weight: 700;
        text-decoration: none;
        color: #0094C4; }
  .fp-leadership-slider .carousel-control-prev,
  .fp-leadership-slider .carousel-control-next {
    color: #000000; }

.fp-leadership-video {
  background-color: #E2F3FA; }
  .fp-leadership-video .leadership-video-heading {
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.875rem; }
  .fp-leadership-video .leadership-video-box {
    width: 100%;
    padding-top: 1.5rem; }
  .fp-leadership-video .carousel-indicators {
    display: none; }
    .fp-leadership-video .carousel-indicators li {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      background-color: #d8d8d8;
      margin-left: .5rem;
      margin-right: .5rem; }
      .fp-leadership-video .carousel-indicators li.active {
        background-color: #78BE20; }
  .fp-leadership-video .leadership-video-text h3, .fp-leadership-video .leadership-video-text .h3 {
    color: #265D7F;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: solid #265D7F 1px;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem; }
  .fp-leadership-video .leadership-video-wrap {
    position: relative;
    width: fit-content;
    padding: 25px;
    margin-bottom: 3rem; }
    .fp-leadership-video .leadership-video-wrap .leadership-video-border:before {
      position: absolute;
      content: '';
      width: 200px;
      height: 75px;
      top: 0;
      left: 0;
      border-top: solid #00BDE4 10px;
      border-left: solid #00BDE4 10px; }
    .fp-leadership-video .leadership-video-wrap .leadership-video-border:after {
      position: absolute;
      content: '';
      width: 200px;
      height: 75px;
      bottom: 0;
      border-bottom: solid #00BDE4 10px;
      border-right: solid #00BDE4 10px;
      right: 0; }
    .fp-leadership-video .leadership-video-wrap .leadership-video-border .play-button {
      position: absolute;
      color: #ffffff;
      filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
      pointer-events: none;
      right: 40px;
      bottom: 30px;
      font-weight: 700; }
      .fp-leadership-video .leadership-video-wrap .leadership-video-border .play-button svg {
        width: 30px;
        display: inline-block;
        margin-left: 10px; }

.gform_wrapper .gfield_label, .gform_wrapper .gform-field-label--type-sub {
  color: #0094C4;
  font-weight: 700; }

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(90, 84, 79, 0.3);
  min-height: 50px; }

.gform_wrapper .submit-circle-arrow {
  color: #0094C4;
  border: none;
  box-shadow: none;
  background: none;
  font-weight: 700; }

#navbarOffCanvas {
  background-color: transparent;
  border-color: transparent; }
  #navbarOffCanvas span {
    display: block;
    width: 2rem;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s;
    position: relative; }
    #navbarOffCanvas span + span {
      margin-top: 6px; }
  #navbarOffCanvas.menu-open span:nth-child(1) {
    animation: ease 0.7s top forwards; }
  #navbarOffCanvas.menu-open span:nth-child(2) {
    animation: ease 0.7s scaled forwards; }
  #navbarOffCanvas.menu-open span:nth-child(3) {
    animation: ease 0.7s bottom forwards; }
  #navbarOffCanvas.menu-closed span:nth-child(1) {
    animation: ease 0.7s top-2 forwards; }
  #navbarOffCanvas.menu-closed span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards; }
  #navbarOffCanvas.menu-closed span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards; }

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0); }
  50% {
    top: calc(3px * 8);
    transform: rotate(0); }
  100% {
    top: calc(3px + 6px);
    transform: rotate(45deg); } }

@keyframes top-2 {
  0% {
    top: calc(3px + 6px);
    transform: rotate(45deg); }
  50% {
    top: calc(3px * 8);
    transform: rotate(0deg); }
  100% {
    top: 0;
    transform: rotate(0deg); } }

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0); }
  50% {
    bottom: calc(3px * 8);
    transform: rotate(0); }
  100% {
    bottom: calc(3px + 6px);
    transform: rotate(135deg); } }

@keyframes bottom-2 {
  0% {
    bottom: calc(3px + 6px);
    transform: rotate(135deg); }
  50% {
    bottom: calc(3px * 8);
    transform: rotate(0); }
  100% {
    bottom: 0;
    transform: rotate(0); } }

@keyframes scaled {
  50% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

@keyframes scaled-2 {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

#co-offcanvas {
  max-height: 100vh;
  overflow: scroll;
  max-width: 375px; }

.offcanvas-body {
  font-size: calc(1.275rem + 0.3vw);
  color: #2c2a2a; }
  .offcanvas-body .offcanvas-menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .offcanvas-body .offcanvas-menu a {
      font-size: calc(1.275rem + 0.3vw);
      padding: .75rem 0;
      font-weight: normal; }
  .offcanvas-body .co-hours .co-label {
    display: block; }
  .offcanvas-body .co-hours .co-hour + .co-hour {
    margin-top: 1rem; }
  .offcanvas-body .co-social a + a {
    margin-left: .5rem; }

.accordion {
  margin-bottom: 1rem;
  margin-top: 1rem;
  /* Custom style */ }
  .accordion .accordion-item {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: solid 1px #0094C4;
    border-radius: 0;
    background-color: initial; }
    .accordion .accordion-item:first-child {
      border-top: solid 1px #0094C4; }
    .accordion .accordion-item .accordion-header {
      text-transform: initial; }
    .accordion .accordion-item .accordion-box {
      margin-bottom: 30px; }
      .accordion .accordion-item .accordion-box .accordion-box-bg {
        padding: 1.5rem 2rem; }
      .accordion .accordion-item .accordion-box strong {
        font-size: 1.125rem; }
      .accordion .accordion-item .accordion-box p {
        margin-bottom: .5rem;
        line-height: 1.25rem; }
    .accordion .accordion-item .accordion-body li {
      font-size: 1rem; }
  .accordion .accordion-button {
    background: none;
    color: #0094C4;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 700; }
    .accordion .accordion-button img {
      max-width: 42px;
      height: auto;
      width: 100%;
      margin-right: 2rem; }
  .accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27teal%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z%27 clip-rule=%27evenodd%27/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
    border: solid;
    border-radius: 50%;
    padding: 1rem;
    background-position: center; }
  .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27teal%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z%27 clip-rule=%27evenodd%27/%3e%3c/svg%3e"); }


/*# sourceMappingURL=theme.css.map*/