@import url(//use.typekit.net/mpx6dbp.css);
@charset "UTF-8";
:root {
  --tc-primary: #071a43;
  --tc-primary-200: #b4b9d1;
  --tc-primary-600: #53587d;
  --tc-primary-800: #232d56;
  --tc-coral: #f79f88;
  --tc-coral-50: #fdece7;
  --tc-green: #86e588;
  --tc-green-50: #eafaea;
  --tc-green-100: #cbf4c9;
  --tc-light-blue: #7aaafa;
  --tc-light-blue-50: #e6effe;
  --tc-college-of-law: #89cff0;
  --tc-college-of-engineering: #0099cc;
  --tc-college-of-science: #f4c500;
  --tc-college-of-pharmacy: #9370db;
  --tc-college-of-business: #ef9f8d;
  --tc-college-of-medicine: #339999;
  --tc-black: #000000;
  --tc-white: #ffffff;
  --tc-off-white: #f7fff5;
  --tc-light-grey: #c1c1c1;
  --sc-light-blue: #7aaafa;
  --sc-light-blue-faded: #e6effe;
  --sc-green: #86e588;
  --sc-green-faded: #eafaea;
  --sc-coral: #f79f88;
  --sc-coral-faded: #fdece7;
  --sc-college-of-law: #89cff0;
  --sc-college-of-law-faded: #cae9f8;
  --sc-college-of-engineering: #0099cc;
  --sc-college-of-engineering-faded: #cae8f7;
  --sc-college-of-science: #f4c500;
  --sc-college-of-science-faded: #ffefc0;
  --sc-college-of-pharmacy: #9370db;
  --sc-college-of-pharmacy-faded: #dacbf3;
  --sc-college-of-business: #ef9f8d;
  --sc-college-of-business-faded: #fad2ca;
  --sc-college-of-medicine: #339999;
  --sc-college-of-medicine-faded: #d0e9e8;
  --ac-blue: #0d6efd;
  --ac-blue-faded: #e6f0ff;
  --ac-red: #c71000;
  --ac-red-faded: #fbe9eb;
  --ac-orange: #ff8c00;
  --ac-orange-faded: #fef3e6;
  --ac-green: #047857;
  --ac-green-faded: #e6fef7;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #071a43;
  --bs-primary-200: #b4b9d1;
  --bs-primary-600: #53587d;
  --bs-primary-800: #232d56;
  --bs-coral: #f79f88;
  --bs-coral-50: #fdece7;
  --bs-green: #86e588;
  --bs-green-50: #eafaea;
  --bs-green-100: #cbf4c9;
  --bs-light-blue: #7aaafa;
  --bs-light-blue-50: #e6effe;
  --bs-college-of-law: #89cff0;
  --bs-college-of-engineering: #0099cc;
  --bs-college-of-science: #f4c500;
  --bs-college-of-pharmacy: #9370db;
  --bs-college-of-business: #ef9f8d;
  --bs-college-of-medicine: #339999;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-off-white: #f7fff5;
  --bs-light-grey: #c1c1c1;
  --bs-primary-rgb: 7, 26, 67;
  --bs-primary-200-rgb: 180, 185, 209;
  --bs-primary-600-rgb: 83, 88, 125;
  --bs-primary-800-rgb: 35, 45, 86;
  --bs-coral-rgb: 247, 159, 136;
  --bs-coral-50-rgb: 253, 236, 231;
  --bs-green-rgb: 134, 229, 136;
  --bs-green-50-rgb: 234, 250, 234;
  --bs-green-100-rgb: 203, 244, 201;
  --bs-light-blue-rgb: 122, 170, 250;
  --bs-light-blue-50-rgb: 230, 239, 254;
  --bs-college-of-law-rgb: 137, 207, 240;
  --bs-college-of-engineering-rgb: 0, 153, 204;
  --bs-college-of-science-rgb: 244, 197, 0;
  --bs-college-of-pharmacy-rgb: 147, 112, 219;
  --bs-college-of-business-rgb: 239, 159, 141;
  --bs-college-of-medicine-rgb: 51, 153, 153;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-off-white-rgb: 247, 255, 245;
  --bs-light-grey-rgb: 193, 193, 193;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container-xxs {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xxs: 0px;
  --bs-breakpoint-xs: 320px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

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

@media (min-width: 0px) {
  .col-xxs {
    flex: 1 0 0;
  }
  .row-cols-xxs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
  .g-xxs-0,
  .gx-xxs-0 {
    --bs-gutter-x: 0;
  }
  .g-xxs-0,
  .gy-xxs-0 {
    --bs-gutter-y: 0;
  }
  .g-xxs-1,
  .gx-xxs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxs-1,
  .gy-xxs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxs-2,
  .gx-xxs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxs-2,
  .gy-xxs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxs-3,
  .gx-xxs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxs-3,
  .gy-xxs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxs-4,
  .gx-xxs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxs-4,
  .gy-xxs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxs-5,
  .gx-xxs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxs-5,
  .gy-xxs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 320px) {
  .col-xs {
    flex: 1 0 0;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.text-bg-primary-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-600 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-600-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-800 {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-800-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-coral {
  color: #000 !important;
  background-color: RGBA(var(--bs-coral-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-coral-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-coral-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light-blue {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-blue-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light-blue-50 {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-blue-50-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-college-of-law {
  color: #000 !important;
  background-color: RGBA(var(--bs-college-of-law-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-college-of-engineering {
  color: #000 !important;
  background-color: RGBA(var(--bs-college-of-engineering-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-college-of-science {
  color: #000 !important;
  background-color: RGBA(var(--bs-college-of-science-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-college-of-pharmacy {
  color: #000 !important;
  background-color: RGBA(var(--bs-college-of-pharmacy-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-college-of-business {
  color: #000 !important;
  background-color: RGBA(var(--bs-college-of-business-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-college-of-medicine {
  color: #000 !important;
  background-color: RGBA(var(--bs-college-of-medicine-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

.text-bg-off-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-off-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light-grey {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(6, 21, 54, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 21, 54, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-200 {
  color: RGBA(var(--bs-primary-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-200:hover, .link-primary-200:focus {
  color: RGBA(195, 199, 218, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(195, 199, 218, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-600 {
  color: RGBA(var(--bs-primary-600-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-600:hover, .link-primary-600:focus {
  color: RGBA(66, 70, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 70, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-800 {
  color: RGBA(var(--bs-primary-800-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-800-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-800:hover, .link-primary-800:focus {
  color: RGBA(28, 36, 69, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(28, 36, 69, var(--bs-link-underline-opacity, 1)) !important;
}

.link-coral {
  color: RGBA(var(--bs-coral-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-coral-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-coral:hover, .link-coral:focus {
  color: RGBA(249, 178, 160, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 178, 160, var(--bs-link-underline-opacity, 1)) !important;
}

.link-coral-50 {
  color: RGBA(var(--bs-coral-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-coral-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-coral-50:hover, .link-coral-50:focus {
  color: RGBA(253, 240, 236, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 240, 236, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green {
  color: RGBA(var(--bs-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green:hover, .link-green:focus {
  color: RGBA(158, 234, 160, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(158, 234, 160, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-50 {
  color: RGBA(var(--bs-green-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-50:hover, .link-green-50:focus {
  color: RGBA(238, 251, 238, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 251, 238, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-100 {
  color: RGBA(var(--bs-green-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-100:hover, .link-green-100:focus {
  color: RGBA(213, 246, 212, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(213, 246, 212, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light-blue {
  color: RGBA(var(--bs-light-blue-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light-blue:hover, .link-light-blue:focus {
  color: RGBA(149, 187, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(149, 187, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light-blue-50 {
  color: RGBA(var(--bs-light-blue-50-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-blue-50-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light-blue-50:hover, .link-light-blue-50:focus {
  color: RGBA(235, 242, 254, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 242, 254, var(--bs-link-underline-opacity, 1)) !important;
}

.link-college-of-law {
  color: RGBA(var(--bs-college-of-law-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-college-of-law-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-college-of-law:hover, .link-college-of-law:focus {
  color: RGBA(161, 217, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(161, 217, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-college-of-engineering {
  color: RGBA(var(--bs-college-of-engineering-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-college-of-engineering-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-college-of-engineering:hover, .link-college-of-engineering:focus {
  color: RGBA(51, 173, 214, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 173, 214, var(--bs-link-underline-opacity, 1)) !important;
}

.link-college-of-science {
  color: RGBA(var(--bs-college-of-science-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-college-of-science-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-college-of-science:hover, .link-college-of-science:focus {
  color: RGBA(246, 209, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 209, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-college-of-pharmacy {
  color: RGBA(var(--bs-college-of-pharmacy-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-college-of-pharmacy-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-college-of-pharmacy:hover, .link-college-of-pharmacy:focus {
  color: RGBA(169, 141, 226, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(169, 141, 226, var(--bs-link-underline-opacity, 1)) !important;
}

.link-college-of-business {
  color: RGBA(var(--bs-college-of-business-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-college-of-business-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-college-of-business:hover, .link-college-of-business:focus {
  color: RGBA(242, 178, 164, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 178, 164, var(--bs-link-underline-opacity, 1)) !important;
}

.link-college-of-medicine {
  color: RGBA(var(--bs-college-of-medicine-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-college-of-medicine-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-college-of-medicine:hover, .link-college-of-medicine:focus {
  color: RGBA(92, 173, 173, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(92, 173, 173, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

.link-off-white {
  color: RGBA(var(--bs-off-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-off-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-off-white:hover, .link-off-white:focus {
  color: RGBA(249, 255, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 255, 247, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

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

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

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

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

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

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

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

@media (min-width: 0px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 320px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .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: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

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

@media (min-width: 320px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #071a43;
  --bs-btn-border-color: #071a43;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.95, 22.1, 56.95);
  --bs-btn-hover-border-color: rgb(5.6, 20.8, 53.6);
  --bs-btn-focus-shadow-rgb: 44, 60, 95;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.6, 20.8, 53.6);
  --bs-btn-active-border-color: rgb(5.25, 19.5, 50.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #071a43;
  --bs-btn-disabled-border-color: #071a43;
}

.btn-primary-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #b4b9d1;
  --bs-btn-border-color: #b4b9d1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(191.25, 195.5, 215.9);
  --bs-btn-hover-border-color: rgb(187.5, 192, 213.6);
  --bs-btn-focus-shadow-rgb: 153, 157, 178;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(195, 199, 218.2);
  --bs-btn-active-border-color: rgb(187.5, 192, 213.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b4b9d1;
  --bs-btn-disabled-border-color: #b4b9d1;
}

.btn-primary-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #53587d;
  --bs-btn-border-color: #53587d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(70.55, 74.8, 106.25);
  --bs-btn-hover-border-color: rgb(66.4, 70.4, 100);
  --bs-btn-focus-shadow-rgb: 109, 113, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.4, 70.4, 100);
  --bs-btn-active-border-color: rgb(62.25, 66, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #53587d;
  --bs-btn-disabled-border-color: #53587d;
}

.btn-primary-800 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #232d56;
  --bs-btn-border-color: #232d56;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(29.75, 38.25, 73.1);
  --bs-btn-hover-border-color: rgb(28, 36, 68.8);
  --bs-btn-focus-shadow-rgb: 68, 77, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(28, 36, 68.8);
  --bs-btn-active-border-color: rgb(26.25, 33.75, 64.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #232d56;
  --bs-btn-disabled-border-color: #232d56;
}

.btn-coral {
  --bs-btn-color: #000;
  --bs-btn-bg: #f79f88;
  --bs-btn-border-color: #f79f88;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.2, 173.4, 153.85);
  --bs-btn-hover-border-color: rgb(247.8, 168.6, 147.9);
  --bs-btn-focus-shadow-rgb: 210, 135, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.6, 178.2, 159.8);
  --bs-btn-active-border-color: rgb(247.8, 168.6, 147.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f79f88;
  --bs-btn-disabled-border-color: #f79f88;
}

.btn-coral-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: #fdece7;
  --bs-btn-border-color: #fdece7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(253.3, 238.85, 234.6);
  --bs-btn-hover-border-color: rgb(253.2, 237.9, 233.4);
  --bs-btn-focus-shadow-rgb: 215, 201, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(253.4, 239.8, 235.8);
  --bs-btn-active-border-color: rgb(253.2, 237.9, 233.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fdece7;
  --bs-btn-disabled-border-color: #fdece7;
}

.btn-green {
  --bs-btn-color: #000;
  --bs-btn-bg: #86e588;
  --bs-btn-border-color: #86e588;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(152.15, 232.9, 153.85);
  --bs-btn-hover-border-color: rgb(146.1, 231.6, 147.9);
  --bs-btn-focus-shadow-rgb: 114, 195, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(158.2, 234.2, 159.8);
  --bs-btn-active-border-color: rgb(146.1, 231.6, 147.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #86e588;
  --bs-btn-disabled-border-color: #86e588;
}

.btn-green-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: #eafaea;
  --bs-btn-border-color: #eafaea;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(237.15, 250.75, 237.15);
  --bs-btn-hover-border-color: rgb(236.1, 250.5, 236.1);
  --bs-btn-focus-shadow-rgb: 199, 213, 199;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(238.2, 251, 238.2);
  --bs-btn-active-border-color: rgb(236.1, 250.5, 236.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eafaea;
  --bs-btn-disabled-border-color: #eafaea;
}

.btn-green-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #cbf4c9;
  --bs-btn-border-color: #cbf4c9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 245.65, 209.1);
  --bs-btn-hover-border-color: rgb(208.2, 245.1, 206.4);
  --bs-btn-focus-shadow-rgb: 173, 207, 171;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(213.4, 246.2, 211.8);
  --bs-btn-active-border-color: rgb(208.2, 245.1, 206.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #cbf4c9;
  --bs-btn-disabled-border-color: #cbf4c9;
}

.btn-light-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #7aaafa;
  --bs-btn-border-color: #7aaafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(141.95, 182.75, 250.75);
  --bs-btn-hover-border-color: rgb(135.3, 178.5, 250.5);
  --bs-btn-focus-shadow-rgb: 104, 145, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(148.6, 187, 251);
  --bs-btn-active-border-color: rgb(135.3, 178.5, 250.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7aaafa;
  --bs-btn-disabled-border-color: #7aaafa;
}

.btn-light-blue-50 {
  --bs-btn-color: #000;
  --bs-btn-bg: #e6effe;
  --bs-btn-border-color: #e6effe;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(233.75, 241.4, 254.15);
  --bs-btn-hover-border-color: rgb(232.5, 240.6, 254.1);
  --bs-btn-focus-shadow-rgb: 196, 203, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(235, 242.2, 254.2);
  --bs-btn-active-border-color: rgb(232.5, 240.6, 254.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e6effe;
  --bs-btn-disabled-border-color: #e6effe;
}

.btn-college-of-law {
  --bs-btn-color: #000;
  --bs-btn-bg: #89cff0;
  --bs-btn-border-color: #89cff0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(154.7, 214.2, 242.25);
  --bs-btn-hover-border-color: rgb(148.8, 211.8, 241.5);
  --bs-btn-focus-shadow-rgb: 116, 176, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(160.6, 216.6, 243);
  --bs-btn-active-border-color: rgb(148.8, 211.8, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #89cff0;
  --bs-btn-disabled-border-color: #89cff0;
}

.btn-college-of-engineering {
  --bs-btn-color: #000;
  --bs-btn-bg: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 168.3, 211.65);
  --bs-btn-hover-border-color: rgb(25.5, 163.2, 209.1);
  --bs-btn-focus-shadow-rgb: 0, 130, 173;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 173.4, 214.2);
  --bs-btn-active-border-color: rgb(25.5, 163.2, 209.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0099cc;
  --bs-btn-disabled-border-color: #0099cc;
}

.btn-college-of-science {
  --bs-btn-color: #000;
  --bs-btn-bg: #f4c500;
  --bs-btn-border-color: #f4c500;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(245.65, 205.7, 38.25);
  --bs-btn-hover-border-color: rgb(245.1, 202.8, 25.5);
  --bs-btn-focus-shadow-rgb: 207, 167, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.2, 208.6, 51);
  --bs-btn-active-border-color: rgb(245.1, 202.8, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f4c500;
  --bs-btn-disabled-border-color: #f4c500;
}

.btn-college-of-pharmacy {
  --bs-btn-color: #000;
  --bs-btn-bg: #9370db;
  --bs-btn-border-color: #9370db;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(163.2, 133.45, 224.4);
  --bs-btn-hover-border-color: rgb(157.8, 126.3, 222.6);
  --bs-btn-focus-shadow-rgb: 125, 95, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(168.6, 140.6, 226.2);
  --bs-btn-active-border-color: rgb(157.8, 126.3, 222.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #9370db;
  --bs-btn-disabled-border-color: #9370db;
}

.btn-college-of-business {
  --bs-btn-color: #000;
  --bs-btn-bg: #ef9f8d;
  --bs-btn-border-color: #ef9f8d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(241.4, 173.4, 158.1);
  --bs-btn-hover-border-color: rgb(240.6, 168.6, 152.4);
  --bs-btn-focus-shadow-rgb: 203, 135, 120;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(242.2, 178.2, 163.8);
  --bs-btn-active-border-color: rgb(240.6, 168.6, 152.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ef9f8d;
  --bs-btn-disabled-border-color: #ef9f8d;
}

.btn-college-of-medicine {
  --bs-btn-color: #000;
  --bs-btn-bg: #339999;
  --bs-btn-border-color: #339999;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(81.6, 168.3, 168.3);
  --bs-btn-hover-border-color: rgb(71.4, 163.2, 163.2);
  --bs-btn-focus-shadow-rgb: 43, 130, 130;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(91.8, 173.4, 173.4);
  --bs-btn-active-border-color: rgb(71.4, 163.2, 163.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #339999;
  --bs-btn-disabled-border-color: #339999;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-off-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7fff5;
  --bs-btn-border-color: #f7fff5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(248.2, 255, 246.5);
  --bs-btn-hover-border-color: rgb(247.8, 255, 246);
  --bs-btn-focus-shadow-rgb: 210, 217, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(248.6, 255, 247);
  --bs-btn-active-border-color: rgb(247.8, 255, 246);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7fff5;
  --bs-btn-disabled-border-color: #f7fff5;
}

.btn-light-grey {
  --bs-btn-color: #000;
  --bs-btn-bg: #c1c1c1;
  --bs-btn-border-color: #c1c1c1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(202.3, 202.3, 202.3);
  --bs-btn-hover-border-color: rgb(199.2, 199.2, 199.2);
  --bs-btn-focus-shadow-rgb: 164, 164, 164;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(205.4, 205.4, 205.4);
  --bs-btn-active-border-color: rgb(199.2, 199.2, 199.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c1c1c1;
  --bs-btn-disabled-border-color: #c1c1c1;
}

.btn-outline-primary {
  --bs-btn-color: #071a43;
  --bs-btn-border-color: #071a43;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #071a43;
  --bs-btn-hover-border-color: #071a43;
  --bs-btn-focus-shadow-rgb: 7, 26, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #071a43;
  --bs-btn-active-border-color: #071a43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #071a43;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #071a43;
  --bs-gradient: none;
}

.btn-outline-primary-200 {
  --bs-btn-color: #b4b9d1;
  --bs-btn-border-color: #b4b9d1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b4b9d1;
  --bs-btn-hover-border-color: #b4b9d1;
  --bs-btn-focus-shadow-rgb: 180, 185, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b4b9d1;
  --bs-btn-active-border-color: #b4b9d1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b4b9d1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b4b9d1;
  --bs-gradient: none;
}

.btn-outline-primary-600 {
  --bs-btn-color: #53587d;
  --bs-btn-border-color: #53587d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #53587d;
  --bs-btn-hover-border-color: #53587d;
  --bs-btn-focus-shadow-rgb: 83, 88, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #53587d;
  --bs-btn-active-border-color: #53587d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #53587d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #53587d;
  --bs-gradient: none;
}

.btn-outline-primary-800 {
  --bs-btn-color: #232d56;
  --bs-btn-border-color: #232d56;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #232d56;
  --bs-btn-hover-border-color: #232d56;
  --bs-btn-focus-shadow-rgb: 35, 45, 86;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #232d56;
  --bs-btn-active-border-color: #232d56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #232d56;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #232d56;
  --bs-gradient: none;
}

.btn-outline-coral {
  --bs-btn-color: #f79f88;
  --bs-btn-border-color: #f79f88;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f79f88;
  --bs-btn-hover-border-color: #f79f88;
  --bs-btn-focus-shadow-rgb: 247, 159, 136;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f79f88;
  --bs-btn-active-border-color: #f79f88;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f79f88;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f79f88;
  --bs-gradient: none;
}

.btn-outline-coral-50 {
  --bs-btn-color: #fdece7;
  --bs-btn-border-color: #fdece7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fdece7;
  --bs-btn-hover-border-color: #fdece7;
  --bs-btn-focus-shadow-rgb: 253, 236, 231;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fdece7;
  --bs-btn-active-border-color: #fdece7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fdece7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fdece7;
  --bs-gradient: none;
}

.btn-outline-green {
  --bs-btn-color: #86e588;
  --bs-btn-border-color: #86e588;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #86e588;
  --bs-btn-hover-border-color: #86e588;
  --bs-btn-focus-shadow-rgb: 134, 229, 136;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #86e588;
  --bs-btn-active-border-color: #86e588;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #86e588;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #86e588;
  --bs-gradient: none;
}

.btn-outline-green-50 {
  --bs-btn-color: #eafaea;
  --bs-btn-border-color: #eafaea;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eafaea;
  --bs-btn-hover-border-color: #eafaea;
  --bs-btn-focus-shadow-rgb: 234, 250, 234;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eafaea;
  --bs-btn-active-border-color: #eafaea;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eafaea;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eafaea;
  --bs-gradient: none;
}

.btn-outline-green-100 {
  --bs-btn-color: #cbf4c9;
  --bs-btn-border-color: #cbf4c9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cbf4c9;
  --bs-btn-hover-border-color: #cbf4c9;
  --bs-btn-focus-shadow-rgb: 203, 244, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cbf4c9;
  --bs-btn-active-border-color: #cbf4c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #cbf4c9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #cbf4c9;
  --bs-gradient: none;
}

.btn-outline-light-blue {
  --bs-btn-color: #7aaafa;
  --bs-btn-border-color: #7aaafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7aaafa;
  --bs-btn-hover-border-color: #7aaafa;
  --bs-btn-focus-shadow-rgb: 122, 170, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7aaafa;
  --bs-btn-active-border-color: #7aaafa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7aaafa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7aaafa;
  --bs-gradient: none;
}

.btn-outline-light-blue-50 {
  --bs-btn-color: #e6effe;
  --bs-btn-border-color: #e6effe;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6effe;
  --bs-btn-hover-border-color: #e6effe;
  --bs-btn-focus-shadow-rgb: 230, 239, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e6effe;
  --bs-btn-active-border-color: #e6effe;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e6effe;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e6effe;
  --bs-gradient: none;
}

.btn-outline-college-of-law {
  --bs-btn-color: #89cff0;
  --bs-btn-border-color: #89cff0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #89cff0;
  --bs-btn-hover-border-color: #89cff0;
  --bs-btn-focus-shadow-rgb: 137, 207, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #89cff0;
  --bs-btn-active-border-color: #89cff0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #89cff0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #89cff0;
  --bs-gradient: none;
}

.btn-outline-college-of-engineering {
  --bs-btn-color: #0099cc;
  --bs-btn-border-color: #0099cc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0099cc;
  --bs-btn-hover-border-color: #0099cc;
  --bs-btn-focus-shadow-rgb: 0, 153, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0099cc;
  --bs-btn-active-border-color: #0099cc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0099cc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0099cc;
  --bs-gradient: none;
}

.btn-outline-college-of-science {
  --bs-btn-color: #f4c500;
  --bs-btn-border-color: #f4c500;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4c500;
  --bs-btn-hover-border-color: #f4c500;
  --bs-btn-focus-shadow-rgb: 244, 197, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4c500;
  --bs-btn-active-border-color: #f4c500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f4c500;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f4c500;
  --bs-gradient: none;
}

.btn-outline-college-of-pharmacy {
  --bs-btn-color: #9370db;
  --bs-btn-border-color: #9370db;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9370db;
  --bs-btn-hover-border-color: #9370db;
  --bs-btn-focus-shadow-rgb: 147, 112, 219;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9370db;
  --bs-btn-active-border-color: #9370db;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9370db;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9370db;
  --bs-gradient: none;
}

.btn-outline-college-of-business {
  --bs-btn-color: #ef9f8d;
  --bs-btn-border-color: #ef9f8d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ef9f8d;
  --bs-btn-hover-border-color: #ef9f8d;
  --bs-btn-focus-shadow-rgb: 239, 159, 141;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ef9f8d;
  --bs-btn-active-border-color: #ef9f8d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ef9f8d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ef9f8d;
  --bs-gradient: none;
}

.btn-outline-college-of-medicine {
  --bs-btn-color: #339999;
  --bs-btn-border-color: #339999;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #339999;
  --bs-btn-hover-border-color: #339999;
  --bs-btn-focus-shadow-rgb: 51, 153, 153;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #339999;
  --bs-btn-active-border-color: #339999;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #339999;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #339999;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.btn-outline-off-white {
  --bs-btn-color: #f7fff5;
  --bs-btn-border-color: #f7fff5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7fff5;
  --bs-btn-hover-border-color: #f7fff5;
  --bs-btn-focus-shadow-rgb: 247, 255, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7fff5;
  --bs-btn-active-border-color: #f7fff5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f7fff5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7fff5;
  --bs-gradient: none;
}

.btn-outline-light-grey {
  --bs-btn-color: #c1c1c1;
  --bs-btn-border-color: #c1c1c1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c1c1c1;
  --bs-btn-hover-border-color: #c1c1c1;
  --bs-btn-focus-shadow-rgb: 193, 193, 193;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c1c1c1;
  --bs-btn-active-border-color: #c1c1c1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c1c1c1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c1c1c1;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

@media (min-width: 0px) {
  .dropdown-menu-xxs-start {
    --bs-position: start;
  }
  .dropdown-menu-xxs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxs-end {
    --bs-position: end;
  }
  .dropdown-menu-xxs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 320px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen-xxs-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xxs-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xxs-down .modal-header,
.modal-fullscreen-xxs-down .modal-footer {
  border-radius: 0;
}
.modal-fullscreen-xxs-down .modal-body {
  overflow-y: auto;
}

@media (max-width: 319.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (min-width: 0px) {
  .float-xxs-start {
    float: left !important;
  }
  .float-xxs-end {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
  .object-fit-xxs-contain {
    object-fit: contain !important;
  }
  .object-fit-xxs-cover {
    object-fit: cover !important;
  }
  .object-fit-xxs-fill {
    object-fit: fill !important;
  }
  .object-fit-xxs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxs-none {
    object-fit: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
  .d-xxs-inline-grid {
    display: inline-grid !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .justify-content-xxs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
  .order-xxs-first {
    order: -1 !important;
  }
  .order-xxs-0 {
    order: 0 !important;
  }
  .order-xxs-1 {
    order: 1 !important;
  }
  .order-xxs-2 {
    order: 2 !important;
  }
  .order-xxs-3 {
    order: 3 !important;
  }
  .order-xxs-4 {
    order: 4 !important;
  }
  .order-xxs-5 {
    order: 5 !important;
  }
  .order-xxs-last {
    order: 6 !important;
  }
  .m-xxs-0 {
    margin: 0 !important;
  }
  .m-xxs-1 {
    margin: 0.25rem !important;
  }
  .m-xxs-2 {
    margin: 0.5rem !important;
  }
  .m-xxs-3 {
    margin: 1rem !important;
  }
  .m-xxs-4 {
    margin: 1.5rem !important;
  }
  .m-xxs-5 {
    margin: 3rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mx-xxs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxs-0 {
    margin-top: 0 !important;
  }
  .mt-xxs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxs-3 {
    margin-top: 1rem !important;
  }
  .mt-xxs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxs-5 {
    margin-top: 3rem !important;
  }
  .mt-xxs-auto {
    margin-top: auto !important;
  }
  .me-xxs-0 {
    margin-right: 0 !important;
  }
  .me-xxs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxs-3 {
    margin-right: 1rem !important;
  }
  .me-xxs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxs-5 {
    margin-right: 3rem !important;
  }
  .me-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxs-auto {
    margin-bottom: auto !important;
  }
  .ms-xxs-0 {
    margin-left: 0 !important;
  }
  .ms-xxs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxs-3 {
    margin-left: 1rem !important;
  }
  .ms-xxs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxs-5 {
    margin-left: 3rem !important;
  }
  .ms-xxs-auto {
    margin-left: auto !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .p-xxs-1 {
    padding: 0.25rem !important;
  }
  .p-xxs-2 {
    padding: 0.5rem !important;
  }
  .p-xxs-3 {
    padding: 1rem !important;
  }
  .p-xxs-4 {
    padding: 1.5rem !important;
  }
  .p-xxs-5 {
    padding: 3rem !important;
  }
  .px-xxs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxs-0 {
    padding-top: 0 !important;
  }
  .pt-xxs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxs-3 {
    padding-top: 1rem !important;
  }
  .pt-xxs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxs-5 {
    padding-top: 3rem !important;
  }
  .pe-xxs-0 {
    padding-right: 0 !important;
  }
  .pe-xxs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxs-3 {
    padding-right: 1rem !important;
  }
  .pe-xxs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxs-5 {
    padding-right: 3rem !important;
  }
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxs-0 {
    padding-left: 0 !important;
  }
  .ps-xxs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxs-3 {
    padding-left: 1rem !important;
  }
  .ps-xxs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxs-5 {
    padding-left: 3rem !important;
  }
  .gap-xxs-0 {
    gap: 0 !important;
  }
  .gap-xxs-1 {
    gap: 0.25rem !important;
  }
  .gap-xxs-2 {
    gap: 0.5rem !important;
  }
  .gap-xxs-3 {
    gap: 1rem !important;
  }
  .gap-xxs-4 {
    gap: 1.5rem !important;
  }
  .gap-xxs-5 {
    gap: 3rem !important;
  }
  .row-gap-xxs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxs-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxs-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxs-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxs-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxs-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxs-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxs-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxs-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxs-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxs-5 {
    column-gap: 3rem !important;
  }
  .text-xxs-start {
    text-align: left !important;
  }
  .text-xxs-end {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 320px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.background-colour-primary,
.has-primary-background-color {
  background-color: #071a43;
  color: var(--tc-white);
}

.colour-primary {
  color: #071a43;
}

.svg-fill-primary path {
  stroke: #071a43;
  fill: #071a43;
}

.svg-fill-specific-primary path.custom-shape-item {
  stroke: #071a43;
  fill: #071a43;
}

.after-highlight-primary:after {
  background-color: #071a43;
}

.accent-button-highlight-primary svg {
  color: #071a43;
}

.border-colour-primary {
  border-color: #071a43 !important;
}

.bento-svg-primary .bento-fill-svg-part {
  stroke: #071a43;
  fill: #071a43;
}

.program-overview-block nav.nav-tabs .nav-link-primary.main-nav-link.active {
  background: #071a43;
  border: 2px solid #071a43;
}

.link-decoration-primary .text {
  text-decoration-color: #071a43 !important;
}

.background-hover-primary:hover .svg-wrapper {
  background: #071a43 !important;
}

.heading-graphic-adjustment-primary .top-shape {
  fill: #071a43;
  stroke: #071a43;
}
.heading-graphic-adjustment-primary .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-primary .logo-line {
  fill: #071a43 !important;
}

.background-colour-primary-200,
.has-primary-200-background-color {
  background-color: #b4b9d1;
  color: var(--tc-primary);
}

.colour-primary-200 {
  color: #b4b9d1;
}

.svg-fill-primary-200 path {
  stroke: #b4b9d1;
  fill: #b4b9d1;
}

.svg-fill-specific-primary-200 path.custom-shape-item {
  stroke: #b4b9d1;
  fill: #b4b9d1;
}

.after-highlight-primary-200:after {
  background-color: #b4b9d1;
}

.accent-button-highlight-primary-200 svg {
  color: #b4b9d1;
}

.border-colour-primary-200 {
  border-color: #b4b9d1 !important;
}

.bento-svg-primary-200 .bento-fill-svg-part {
  stroke: #b4b9d1;
  fill: #b4b9d1;
}

.program-overview-block nav.nav-tabs .nav-link-primary-200.main-nav-link.active {
  background: #b4b9d1;
  border: 2px solid #b4b9d1;
}

.link-decoration-primary-200 .text {
  text-decoration-color: #b4b9d1 !important;
}

.background-hover-primary-200:hover .svg-wrapper {
  background: #b4b9d1 !important;
}

.heading-graphic-adjustment-primary-200 .top-shape {
  fill: #b4b9d1;
  stroke: #b4b9d1;
}
.heading-graphic-adjustment-primary-200 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-primary-200 .logo-line {
  fill: #b4b9d1 !important;
}

.background-colour-primary-600,
.has-primary-600-background-color {
  background-color: #53587d;
  color: var(--tc-white);
}

.colour-primary-600 {
  color: #53587d;
}

.svg-fill-primary-600 path {
  stroke: #53587d;
  fill: #53587d;
}

.svg-fill-specific-primary-600 path.custom-shape-item {
  stroke: #53587d;
  fill: #53587d;
}

.after-highlight-primary-600:after {
  background-color: #53587d;
}

.accent-button-highlight-primary-600 svg {
  color: #53587d;
}

.border-colour-primary-600 {
  border-color: #53587d !important;
}

.bento-svg-primary-600 .bento-fill-svg-part {
  stroke: #53587d;
  fill: #53587d;
}

.program-overview-block nav.nav-tabs .nav-link-primary-600.main-nav-link.active {
  background: #53587d;
  border: 2px solid #53587d;
}

.link-decoration-primary-600 .text {
  text-decoration-color: #53587d !important;
}

.background-hover-primary-600:hover .svg-wrapper {
  background: #53587d !important;
}

.heading-graphic-adjustment-primary-600 .top-shape {
  fill: #53587d;
  stroke: #53587d;
}
.heading-graphic-adjustment-primary-600 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-primary-600 .logo-line {
  fill: #53587d !important;
}

.background-colour-primary-800,
.has-primary-800-background-color {
  background-color: #232d56;
  color: var(--tc-white);
}

.colour-primary-800 {
  color: #232d56;
}

.svg-fill-primary-800 path {
  stroke: #232d56;
  fill: #232d56;
}

.svg-fill-specific-primary-800 path.custom-shape-item {
  stroke: #232d56;
  fill: #232d56;
}

.after-highlight-primary-800:after {
  background-color: #232d56;
}

.accent-button-highlight-primary-800 svg {
  color: #232d56;
}

.border-colour-primary-800 {
  border-color: #232d56 !important;
}

.bento-svg-primary-800 .bento-fill-svg-part {
  stroke: #232d56;
  fill: #232d56;
}

.program-overview-block nav.nav-tabs .nav-link-primary-800.main-nav-link.active {
  background: #232d56;
  border: 2px solid #232d56;
}

.link-decoration-primary-800 .text {
  text-decoration-color: #232d56 !important;
}

.background-hover-primary-800:hover .svg-wrapper {
  background: #232d56 !important;
}

.heading-graphic-adjustment-primary-800 .top-shape {
  fill: #232d56;
  stroke: #232d56;
}
.heading-graphic-adjustment-primary-800 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-primary-800 .logo-line {
  fill: #232d56 !important;
}

.background-colour-coral,
.has-coral-background-color {
  background-color: #f79f88;
  color: var(--tc-primary);
}

.colour-coral {
  color: #f79f88;
}

.svg-fill-coral path {
  stroke: #f79f88;
  fill: #f79f88;
}

.svg-fill-specific-coral path.custom-shape-item {
  stroke: #f79f88;
  fill: #f79f88;
}

.after-highlight-coral:after {
  background-color: #f79f88;
}

.accent-button-highlight-coral svg {
  color: #f79f88;
}

.border-colour-coral {
  border-color: #f79f88 !important;
}

.bento-svg-coral .bento-fill-svg-part {
  stroke: #f79f88;
  fill: #f79f88;
}

.program-overview-block nav.nav-tabs .nav-link-coral.main-nav-link.active {
  background: #f79f88;
  border: 2px solid #f79f88;
}

.link-decoration-coral .text {
  text-decoration-color: #f79f88 !important;
}

.background-hover-coral:hover .svg-wrapper {
  background: #f79f88 !important;
}

.heading-graphic-adjustment-coral .top-shape {
  fill: #f79f88;
  stroke: #f79f88;
}
.heading-graphic-adjustment-coral .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-coral .logo-line {
  fill: #f79f88 !important;
}

.background-colour-coral-50,
.has-coral-50-background-color {
  background-color: #fdece7;
  color: var(--tc-primary);
}

.colour-coral-50 {
  color: #fdece7;
}

.svg-fill-coral-50 path {
  stroke: #fdece7;
  fill: #fdece7;
}

.svg-fill-specific-coral-50 path.custom-shape-item {
  stroke: #fdece7;
  fill: #fdece7;
}

.after-highlight-coral-50:after {
  background-color: #fdece7;
}

.accent-button-highlight-coral-50 svg {
  color: #fdece7;
}

.border-colour-coral-50 {
  border-color: #fdece7 !important;
}

.bento-svg-coral-50 .bento-fill-svg-part {
  stroke: #fdece7;
  fill: #fdece7;
}

.program-overview-block nav.nav-tabs .nav-link-coral-50.main-nav-link.active {
  background: #fdece7;
  border: 2px solid #fdece7;
}

.link-decoration-coral-50 .text {
  text-decoration-color: #fdece7 !important;
}

.background-hover-coral-50:hover .svg-wrapper {
  background: #fdece7 !important;
}

.heading-graphic-adjustment-coral-50 .top-shape {
  fill: #fdece7;
  stroke: #fdece7;
}
.heading-graphic-adjustment-coral-50 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-coral-50 .logo-line {
  fill: #fdece7 !important;
}

.background-colour-green,
.has-green-background-color {
  background-color: #86e588;
  color: var(--tc-primary);
}

.colour-green {
  color: #86e588;
}

.svg-fill-green path {
  stroke: #86e588;
  fill: #86e588;
}

.svg-fill-specific-green path.custom-shape-item {
  stroke: #86e588;
  fill: #86e588;
}

.after-highlight-green:after {
  background-color: #86e588;
}

.accent-button-highlight-green svg {
  color: #86e588;
}

.border-colour-green {
  border-color: #86e588 !important;
}

.bento-svg-green .bento-fill-svg-part {
  stroke: #86e588;
  fill: #86e588;
}

.program-overview-block nav.nav-tabs .nav-link-green.main-nav-link.active {
  background: #86e588;
  border: 2px solid #86e588;
}

.link-decoration-green .text {
  text-decoration-color: #86e588 !important;
}

.background-hover-green:hover .svg-wrapper {
  background: #86e588 !important;
}

.heading-graphic-adjustment-green .top-shape {
  fill: #86e588;
  stroke: #86e588;
}
.heading-graphic-adjustment-green .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-green .logo-line {
  fill: #86e588 !important;
}

.background-colour-green-50,
.has-green-50-background-color {
  background-color: #eafaea;
  color: var(--tc-primary);
}

.colour-green-50 {
  color: #eafaea;
}

.svg-fill-green-50 path {
  stroke: #eafaea;
  fill: #eafaea;
}

.svg-fill-specific-green-50 path.custom-shape-item {
  stroke: #eafaea;
  fill: #eafaea;
}

.after-highlight-green-50:after {
  background-color: #eafaea;
}

.accent-button-highlight-green-50 svg {
  color: #eafaea;
}

.border-colour-green-50 {
  border-color: #eafaea !important;
}

.bento-svg-green-50 .bento-fill-svg-part {
  stroke: #eafaea;
  fill: #eafaea;
}

.program-overview-block nav.nav-tabs .nav-link-green-50.main-nav-link.active {
  background: #eafaea;
  border: 2px solid #eafaea;
}

.link-decoration-green-50 .text {
  text-decoration-color: #eafaea !important;
}

.background-hover-green-50:hover .svg-wrapper {
  background: #eafaea !important;
}

.heading-graphic-adjustment-green-50 .top-shape {
  fill: #eafaea;
  stroke: #eafaea;
}
.heading-graphic-adjustment-green-50 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-green-50 .logo-line {
  fill: #eafaea !important;
}

.background-colour-green-100,
.has-green-100-background-color {
  background-color: #cbf4c9;
  color: var(--tc-primary);
}

.colour-green-100 {
  color: #cbf4c9;
}

.svg-fill-green-100 path {
  stroke: #cbf4c9;
  fill: #cbf4c9;
}

.svg-fill-specific-green-100 path.custom-shape-item {
  stroke: #cbf4c9;
  fill: #cbf4c9;
}

.after-highlight-green-100:after {
  background-color: #cbf4c9;
}

.accent-button-highlight-green-100 svg {
  color: #cbf4c9;
}

.border-colour-green-100 {
  border-color: #cbf4c9 !important;
}

.bento-svg-green-100 .bento-fill-svg-part {
  stroke: #cbf4c9;
  fill: #cbf4c9;
}

.program-overview-block nav.nav-tabs .nav-link-green-100.main-nav-link.active {
  background: #cbf4c9;
  border: 2px solid #cbf4c9;
}

.link-decoration-green-100 .text {
  text-decoration-color: #cbf4c9 !important;
}

.background-hover-green-100:hover .svg-wrapper {
  background: #cbf4c9 !important;
}

.heading-graphic-adjustment-green-100 .top-shape {
  fill: #cbf4c9;
  stroke: #cbf4c9;
}
.heading-graphic-adjustment-green-100 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-green-100 .logo-line {
  fill: #cbf4c9 !important;
}

.background-colour-light-blue,
.has-light-blue-background-color {
  background-color: #7aaafa;
  color: var(--tc-primary);
}

.colour-light-blue {
  color: #7aaafa;
}

.svg-fill-light-blue path {
  stroke: #7aaafa;
  fill: #7aaafa;
}

.svg-fill-specific-light-blue path.custom-shape-item {
  stroke: #7aaafa;
  fill: #7aaafa;
}

.after-highlight-light-blue:after {
  background-color: #7aaafa;
}

.accent-button-highlight-light-blue svg {
  color: #7aaafa;
}

.border-colour-light-blue {
  border-color: #7aaafa !important;
}

.bento-svg-light-blue .bento-fill-svg-part {
  stroke: #7aaafa;
  fill: #7aaafa;
}

.program-overview-block nav.nav-tabs .nav-link-light-blue.main-nav-link.active {
  background: #7aaafa;
  border: 2px solid #7aaafa;
}

.link-decoration-light-blue .text {
  text-decoration-color: #7aaafa !important;
}

.background-hover-light-blue:hover .svg-wrapper {
  background: #7aaafa !important;
}

.heading-graphic-adjustment-light-blue .top-shape {
  fill: #7aaafa;
  stroke: #7aaafa;
}
.heading-graphic-adjustment-light-blue .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-light-blue .logo-line {
  fill: #7aaafa !important;
}

.background-colour-light-blue-50,
.has-light-blue-50-background-color {
  background-color: #e6effe;
  color: var(--tc-primary);
}

.colour-light-blue-50 {
  color: #e6effe;
}

.svg-fill-light-blue-50 path {
  stroke: #e6effe;
  fill: #e6effe;
}

.svg-fill-specific-light-blue-50 path.custom-shape-item {
  stroke: #e6effe;
  fill: #e6effe;
}

.after-highlight-light-blue-50:after {
  background-color: #e6effe;
}

.accent-button-highlight-light-blue-50 svg {
  color: #e6effe;
}

.border-colour-light-blue-50 {
  border-color: #e6effe !important;
}

.bento-svg-light-blue-50 .bento-fill-svg-part {
  stroke: #e6effe;
  fill: #e6effe;
}

.program-overview-block nav.nav-tabs .nav-link-light-blue-50.main-nav-link.active {
  background: #e6effe;
  border: 2px solid #e6effe;
}

.link-decoration-light-blue-50 .text {
  text-decoration-color: #e6effe !important;
}

.background-hover-light-blue-50:hover .svg-wrapper {
  background: #e6effe !important;
}

.heading-graphic-adjustment-light-blue-50 .top-shape {
  fill: #e6effe;
  stroke: #e6effe;
}
.heading-graphic-adjustment-light-blue-50 .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-light-blue-50 .logo-line {
  fill: #e6effe !important;
}

.background-colour-college-of-law,
.has-college-of-law-background-color {
  background-color: #89cff0;
  color: var(--tc-primary);
}

.colour-college-of-law {
  color: #89cff0;
}

.svg-fill-college-of-law path {
  stroke: #89cff0;
  fill: #89cff0;
}

.svg-fill-specific-college-of-law path.custom-shape-item {
  stroke: #89cff0;
  fill: #89cff0;
}

.after-highlight-college-of-law:after {
  background-color: #89cff0;
}

.accent-button-highlight-college-of-law svg {
  color: #89cff0;
}

.border-colour-college-of-law {
  border-color: #89cff0 !important;
}

.bento-svg-college-of-law .bento-fill-svg-part {
  stroke: #89cff0;
  fill: #89cff0;
}

.program-overview-block nav.nav-tabs .nav-link-college-of-law.main-nav-link.active {
  background: #89cff0;
  border: 2px solid #89cff0;
}

.link-decoration-college-of-law .text {
  text-decoration-color: #89cff0 !important;
}

.background-hover-college-of-law:hover .svg-wrapper {
  background: #89cff0 !important;
}

.heading-graphic-adjustment-college-of-law .top-shape {
  fill: #89cff0;
  stroke: #89cff0;
}
.heading-graphic-adjustment-college-of-law .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-college-of-law .logo-line {
  fill: #89cff0 !important;
}

.background-colour-college-of-engineering,
.has-college-of-engineering-background-color {
  background-color: #0099cc;
  color: var(--tc-primary);
}

.colour-college-of-engineering {
  color: #0099cc;
}

.svg-fill-college-of-engineering path {
  stroke: #0099cc;
  fill: #0099cc;
}

.svg-fill-specific-college-of-engineering path.custom-shape-item {
  stroke: #0099cc;
  fill: #0099cc;
}

.after-highlight-college-of-engineering:after {
  background-color: #0099cc;
}

.accent-button-highlight-college-of-engineering svg {
  color: #0099cc;
}

.border-colour-college-of-engineering {
  border-color: #0099cc !important;
}

.bento-svg-college-of-engineering .bento-fill-svg-part {
  stroke: #0099cc;
  fill: #0099cc;
}

.program-overview-block nav.nav-tabs .nav-link-college-of-engineering.main-nav-link.active {
  background: #0099cc;
  border: 2px solid #0099cc;
}

.link-decoration-college-of-engineering .text {
  text-decoration-color: #0099cc !important;
}

.background-hover-college-of-engineering:hover .svg-wrapper {
  background: #0099cc !important;
}

.heading-graphic-adjustment-college-of-engineering .top-shape {
  fill: #0099cc;
  stroke: #0099cc;
}
.heading-graphic-adjustment-college-of-engineering .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-college-of-engineering .logo-line {
  fill: #0099cc !important;
}

.background-colour-college-of-science,
.has-college-of-science-background-color {
  background-color: #f4c500;
  color: var(--tc-primary);
}

.colour-college-of-science {
  color: #f4c500;
}

.svg-fill-college-of-science path {
  stroke: #f4c500;
  fill: #f4c500;
}

.svg-fill-specific-college-of-science path.custom-shape-item {
  stroke: #f4c500;
  fill: #f4c500;
}

.after-highlight-college-of-science:after {
  background-color: #f4c500;
}

.accent-button-highlight-college-of-science svg {
  color: #f4c500;
}

.border-colour-college-of-science {
  border-color: #f4c500 !important;
}

.bento-svg-college-of-science .bento-fill-svg-part {
  stroke: #f4c500;
  fill: #f4c500;
}

.program-overview-block nav.nav-tabs .nav-link-college-of-science.main-nav-link.active {
  background: #f4c500;
  border: 2px solid #f4c500;
}

.link-decoration-college-of-science .text {
  text-decoration-color: #f4c500 !important;
}

.background-hover-college-of-science:hover .svg-wrapper {
  background: #f4c500 !important;
}

.heading-graphic-adjustment-college-of-science .top-shape {
  fill: #f4c500;
  stroke: #f4c500;
}
.heading-graphic-adjustment-college-of-science .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-college-of-science .logo-line {
  fill: #f4c500 !important;
}

.background-colour-college-of-pharmacy,
.has-college-of-pharmacy-background-color {
  background-color: #9370db;
  color: var(--tc-primary);
}

.colour-college-of-pharmacy {
  color: #9370db;
}

.svg-fill-college-of-pharmacy path {
  stroke: #9370db;
  fill: #9370db;
}

.svg-fill-specific-college-of-pharmacy path.custom-shape-item {
  stroke: #9370db;
  fill: #9370db;
}

.after-highlight-college-of-pharmacy:after {
  background-color: #9370db;
}

.accent-button-highlight-college-of-pharmacy svg {
  color: #9370db;
}

.border-colour-college-of-pharmacy {
  border-color: #9370db !important;
}

.bento-svg-college-of-pharmacy .bento-fill-svg-part {
  stroke: #9370db;
  fill: #9370db;
}

.program-overview-block nav.nav-tabs .nav-link-college-of-pharmacy.main-nav-link.active {
  background: #9370db;
  border: 2px solid #9370db;
}

.link-decoration-college-of-pharmacy .text {
  text-decoration-color: #9370db !important;
}

.background-hover-college-of-pharmacy:hover .svg-wrapper {
  background: #9370db !important;
}

.heading-graphic-adjustment-college-of-pharmacy .top-shape {
  fill: #9370db;
  stroke: #9370db;
}
.heading-graphic-adjustment-college-of-pharmacy .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-college-of-pharmacy .logo-line {
  fill: #9370db !important;
}

.background-colour-college-of-business,
.has-college-of-business-background-color {
  background-color: #ef9f8d;
  color: var(--tc-primary);
}

.colour-college-of-business {
  color: #ef9f8d;
}

.svg-fill-college-of-business path {
  stroke: #ef9f8d;
  fill: #ef9f8d;
}

.svg-fill-specific-college-of-business path.custom-shape-item {
  stroke: #ef9f8d;
  fill: #ef9f8d;
}

.after-highlight-college-of-business:after {
  background-color: #ef9f8d;
}

.accent-button-highlight-college-of-business svg {
  color: #ef9f8d;
}

.border-colour-college-of-business {
  border-color: #ef9f8d !important;
}

.bento-svg-college-of-business .bento-fill-svg-part {
  stroke: #ef9f8d;
  fill: #ef9f8d;
}

.program-overview-block nav.nav-tabs .nav-link-college-of-business.main-nav-link.active {
  background: #ef9f8d;
  border: 2px solid #ef9f8d;
}

.link-decoration-college-of-business .text {
  text-decoration-color: #ef9f8d !important;
}

.background-hover-college-of-business:hover .svg-wrapper {
  background: #ef9f8d !important;
}

.heading-graphic-adjustment-college-of-business .top-shape {
  fill: #ef9f8d;
  stroke: #ef9f8d;
}
.heading-graphic-adjustment-college-of-business .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-college-of-business .logo-line {
  fill: #ef9f8d !important;
}

.background-colour-college-of-medicine,
.has-college-of-medicine-background-color {
  background-color: #339999;
  color: var(--tc-primary);
}

.colour-college-of-medicine {
  color: #339999;
}

.svg-fill-college-of-medicine path {
  stroke: #339999;
  fill: #339999;
}

.svg-fill-specific-college-of-medicine path.custom-shape-item {
  stroke: #339999;
  fill: #339999;
}

.after-highlight-college-of-medicine:after {
  background-color: #339999;
}

.accent-button-highlight-college-of-medicine svg {
  color: #339999;
}

.border-colour-college-of-medicine {
  border-color: #339999 !important;
}

.bento-svg-college-of-medicine .bento-fill-svg-part {
  stroke: #339999;
  fill: #339999;
}

.program-overview-block nav.nav-tabs .nav-link-college-of-medicine.main-nav-link.active {
  background: #339999;
  border: 2px solid #339999;
}

.link-decoration-college-of-medicine .text {
  text-decoration-color: #339999 !important;
}

.background-hover-college-of-medicine:hover .svg-wrapper {
  background: #339999 !important;
}

.heading-graphic-adjustment-college-of-medicine .top-shape {
  fill: #339999;
  stroke: #339999;
}
.heading-graphic-adjustment-college-of-medicine .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-college-of-medicine .logo-line {
  fill: #339999 !important;
}

.background-colour-black,
.has-black-background-color {
  background-color: #000000;
  color: var(--tc-primary);
}

.colour-black {
  color: #000000;
}

.svg-fill-black path {
  stroke: #000000;
  fill: #000000;
}

.svg-fill-specific-black path.custom-shape-item {
  stroke: #000000;
  fill: #000000;
}

.after-highlight-black:after {
  background-color: #000000;
}

.accent-button-highlight-black svg {
  color: #000000;
}

.border-colour-black {
  border-color: #000000 !important;
}

.bento-svg-black .bento-fill-svg-part {
  stroke: #000000;
  fill: #000000;
}

.program-overview-block nav.nav-tabs .nav-link-black.main-nav-link.active {
  background: #000000;
  border: 2px solid #000000;
}

.link-decoration-black .text {
  text-decoration-color: #000000 !important;
}

.background-hover-black:hover .svg-wrapper {
  background: #000000 !important;
}

.heading-graphic-adjustment-black .top-shape {
  fill: #000000;
  stroke: #000000;
}
.heading-graphic-adjustment-black .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-black .logo-line {
  fill: #000000 !important;
}

.background-colour-white,
.has-white-background-color {
  background-color: #ffffff;
  color: var(--tc-primary);
}

.colour-white {
  color: #ffffff;
}

.svg-fill-white path {
  stroke: #ffffff;
  fill: #ffffff;
}

.svg-fill-specific-white path.custom-shape-item {
  stroke: #ffffff;
  fill: #ffffff;
}

.after-highlight-white:after {
  background-color: #ffffff;
}

.accent-button-highlight-white svg {
  color: #ffffff;
}

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

.bento-svg-white .bento-fill-svg-part {
  stroke: #ffffff;
  fill: #ffffff;
}

.program-overview-block nav.nav-tabs .nav-link-white.main-nav-link.active {
  background: #ffffff;
  border: 2px solid #ffffff;
}

.link-decoration-white .text {
  text-decoration-color: #ffffff !important;
}

.background-hover-white:hover .svg-wrapper {
  background: #ffffff !important;
}

.heading-graphic-adjustment-white .top-shape {
  fill: #ffffff;
  stroke: #ffffff;
}
.heading-graphic-adjustment-white .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-white .logo-line {
  fill: #ffffff !important;
}

.background-colour-off-white,
.has-off-white-background-color {
  background-color: #f7fff5;
  color: var(--tc-primary);
}

.colour-off-white {
  color: #f7fff5;
}

.svg-fill-off-white path {
  stroke: #f7fff5;
  fill: #f7fff5;
}

.svg-fill-specific-off-white path.custom-shape-item {
  stroke: #f7fff5;
  fill: #f7fff5;
}

.after-highlight-off-white:after {
  background-color: #f7fff5;
}

.accent-button-highlight-off-white svg {
  color: #f7fff5;
}

.border-colour-off-white {
  border-color: #f7fff5 !important;
}

.bento-svg-off-white .bento-fill-svg-part {
  stroke: #f7fff5;
  fill: #f7fff5;
}

.program-overview-block nav.nav-tabs .nav-link-off-white.main-nav-link.active {
  background: #f7fff5;
  border: 2px solid #f7fff5;
}

.link-decoration-off-white .text {
  text-decoration-color: #f7fff5 !important;
}

.background-hover-off-white:hover .svg-wrapper {
  background: #f7fff5 !important;
}

.heading-graphic-adjustment-off-white .top-shape {
  fill: #f7fff5;
  stroke: #f7fff5;
}
.heading-graphic-adjustment-off-white .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-off-white .logo-line {
  fill: #f7fff5 !important;
}

.background-colour-light-grey,
.has-light-grey-background-color {
  background-color: #c1c1c1;
  color: var(--tc-primary);
}

.colour-light-grey {
  color: #c1c1c1;
}

.svg-fill-light-grey path {
  stroke: #c1c1c1;
  fill: #c1c1c1;
}

.svg-fill-specific-light-grey path.custom-shape-item {
  stroke: #c1c1c1;
  fill: #c1c1c1;
}

.after-highlight-light-grey:after {
  background-color: #c1c1c1;
}

.accent-button-highlight-light-grey svg {
  color: #c1c1c1;
}

.border-colour-light-grey {
  border-color: #c1c1c1 !important;
}

.bento-svg-light-grey .bento-fill-svg-part {
  stroke: #c1c1c1;
  fill: #c1c1c1;
}

.program-overview-block nav.nav-tabs .nav-link-light-grey.main-nav-link.active {
  background: #c1c1c1;
  border: 2px solid #c1c1c1;
}

.link-decoration-light-grey .text {
  text-decoration-color: #c1c1c1 !important;
}

.background-hover-light-grey:hover .svg-wrapper {
  background: #c1c1c1 !important;
}

.heading-graphic-adjustment-light-grey .top-shape {
  fill: #c1c1c1;
  stroke: #c1c1c1;
}
.heading-graphic-adjustment-light-grey .side-shape {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

.line-fill-light-grey .logo-line {
  fill: #c1c1c1 !important;
}

.college-of-medicine {
  background-color: var(--tc-college-of-medicine) !important;
}

.college-of-pharmacy {
  background-color: var(--tc-college-of-pharmacy) !important;
}

.college-of-engineering-advanced-computing,
.college-of-engineering {
  background-color: var(--tc-college-of-engineering) !important;
}

.college-of-science-general-studies,
.college-of-science {
  background-color: var(--tc-college-of-science) !important;
}

.college-of-law-international-relations,
.college-of-law {
  background-color: var(--tc-college-of-law) !important;
}

.college-of-business {
  background-color: var(--tc-college-of-business) !important;
}

.custom-button {
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  display: flex;
  line-height: 1;
  font-weight: 600;
  transition: 0.3s border, 0.3s background-color, 0.3s color;
}
@media (max-width: 475px) {
  .custom-button {
    width: 100%;
  }
}
.custom-button svg {
  flex-shrink: 0;
}
.custom-button svg path {
  transition: stroke 0.3s, fill 0.3s;
}
.custom-button.small {
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
  gap: 0.5rem;
}
.custom-button.small svg {
  width: 1rem;
  max-height: 1rem;
}
.custom-button.medium {
  font-size: 1rem;
  padding: 0.9rem 1.25rem;
  gap: 0.75rem;
}
.custom-button.medium svg {
  width: 1.125rem;
  max-height: 1.125rem;
}
.custom-button.large {
  font-size: 1rem;
  padding: 0.9rem 1.25rem;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .custom-button.large {
    font-size: 1.125rem;
    padding: 1.25rem 1.75rem;
    gap: 1rem;
  }
}
.custom-button.large svg {
  width: 1.125rem;
  max-height: 1.125rem;
}
@media (min-width: 576px) {
  .custom-button.large svg {
    width: 1.2rem;
    max-height: 1.25rem;
  }
}
.custom-button:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.custom-button--primary-primary {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid var(--tc-primary);
}
.custom-button--primary-primary .button-svg.svg-fill-primary path, .custom-button--primary-primary .button-svg.svg-fill-primary-600 path, .custom-button--primary-primary .button-svg.svg-fill-primary-800 path {
  fill: var(--tc-white);
  stroke: var(--tc-white);
}
.custom-button--primary-primary:hover {
  background: var(--tc-light-blue);
  color: var(--tc-primary);
}
.custom-button--primary-primary:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--primary-primary:focus, .custom-button--primary-primary:focus-visible, .custom-button--primary-primary:focus-within {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid var(--tc-light-blue);
  outline: 0;
}
.custom-button--primary-green {
  background: var(--tc-green);
  color: var(--tc-primary);
  border: 2px solid var(--tc-green);
}
.custom-button--primary-green:hover, .custom-button--primary-green:focus, .custom-button--primary-green:focus-within, .custom-button--primary-green:focus-visible {
  border: 2px solid var(--tc-primary);
}
.custom-button--primary-white {
  background: var(--tc-white);
  color: var(--tc-primary);
  border: 2px solid var(--tc-primary);
}
.custom-button--primary-white:hover {
  border: 2px solid var(--tc-white);
  background: var(--tc-primary);
  color: var(--tc-white);
}
.custom-button--primary-white:hover .button-svg path {
  fill: var(--tc-white);
  stroke: var(--tc-white);
}
.custom-button--primary-white:focus, .custom-button--primary-white:focus-visible, .custom-button--primary-white:focus-within {
  border: 2px solid var(--tc-light-blue);
  outline: 0;
}
.custom-button--secondary-light-blue {
  background: var(--tc-white);
  color: var(--tc-primary);
  border: 2px solid var(--tc-light-blue);
}
.custom-button--secondary-light-blue .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-light-blue:hover {
  border: 2px solid var(--tc-light-blue);
  background: var(--tc-light-blue);
  color: var(--tc-primary);
}
.custom-button--secondary-light-blue:focus, .custom-button--secondary-light-blue:focus-visible, .custom-button--secondary-light-blue:focus-within {
  background: var(--tc-light-blue-50);
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-primary-800 {
  background: var(--tc-primary-800);
  color: var(--tc-white);
  border: 2px solid var(--tc-primary-600);
}
.custom-button--secondary-primary-800 .button-svg path {
  fill: var(--tc-white);
  stroke: var(--tc-white);
}
.custom-button--secondary-primary-800:hover {
  border: 2px solid var(--tc-primary-800);
  background: var(--tc-primary-600);
  color: var(--tc-white);
}
.custom-button--secondary-primary-800:focus, .custom-button--secondary-primary-800:focus-visible, .custom-button--secondary-primary-800:focus-within {
  background: var(--tc-primary-800);
  border: 2px solid var(--tc-light-blue);
  outline: 0;
}
.custom-button--secondary-light-blue {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #7aaafa;
}
.custom-button--secondary-light-blue .button-svg path {
  fill: #7aaafa;
  stroke: #7aaafa;
}
.custom-button--secondary-light-blue:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-light-blue:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-light-blue:focus, .custom-button--secondary-light-blue:focus-visible, .custom-button--secondary-light-blue:focus-within {
  background: #e6effe;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-light-blue:focus .button-svg path, .custom-button--secondary-light-blue:focus-visible .button-svg path, .custom-button--secondary-light-blue:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-light-blue-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #e6effe;
}
.custom-button--secondary-light-blue-faded .button-svg path {
  fill: #e6effe;
  stroke: #e6effe;
}
.custom-button--secondary-light-blue-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-light-blue-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-light-blue-faded:focus, .custom-button--secondary-light-blue-faded:focus-visible, .custom-button--secondary-light-blue-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-light-blue-faded:focus .button-svg path, .custom-button--secondary-light-blue-faded:focus-visible .button-svg path, .custom-button--secondary-light-blue-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-green {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #86e588;
}
.custom-button--secondary-green .button-svg path {
  fill: #86e588;
  stroke: #86e588;
}
.custom-button--secondary-green:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-green:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-green:focus, .custom-button--secondary-green:focus-visible, .custom-button--secondary-green:focus-within {
  background: #eafaea;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-green:focus .button-svg path, .custom-button--secondary-green:focus-visible .button-svg path, .custom-button--secondary-green:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-green-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #eafaea;
}
.custom-button--secondary-green-faded .button-svg path {
  fill: #eafaea;
  stroke: #eafaea;
}
.custom-button--secondary-green-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-green-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-green-faded:focus, .custom-button--secondary-green-faded:focus-visible, .custom-button--secondary-green-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-green-faded:focus .button-svg path, .custom-button--secondary-green-faded:focus-visible .button-svg path, .custom-button--secondary-green-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-coral {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #f79f88;
}
.custom-button--secondary-coral .button-svg path {
  fill: #f79f88;
  stroke: #f79f88;
}
.custom-button--secondary-coral:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-coral:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-coral:focus, .custom-button--secondary-coral:focus-visible, .custom-button--secondary-coral:focus-within {
  background: #fdece7;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-coral:focus .button-svg path, .custom-button--secondary-coral:focus-visible .button-svg path, .custom-button--secondary-coral:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-coral-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #fdece7;
}
.custom-button--secondary-coral-faded .button-svg path {
  fill: #fdece7;
  stroke: #fdece7;
}
.custom-button--secondary-coral-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-coral-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-coral-faded:focus, .custom-button--secondary-coral-faded:focus-visible, .custom-button--secondary-coral-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-coral-faded:focus .button-svg path, .custom-button--secondary-coral-faded:focus-visible .button-svg path, .custom-button--secondary-coral-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-law {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #89cff0;
}
.custom-button--secondary-college-of-law .button-svg path {
  fill: #89cff0;
  stroke: #89cff0;
}
.custom-button--secondary-college-of-law:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-law:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-law:focus, .custom-button--secondary-college-of-law:focus-visible, .custom-button--secondary-college-of-law:focus-within {
  background: #cae9f8;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-law:focus .button-svg path, .custom-button--secondary-college-of-law:focus-visible .button-svg path, .custom-button--secondary-college-of-law:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-law-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #cae9f8;
}
.custom-button--secondary-college-of-law-faded .button-svg path {
  fill: #cae9f8;
  stroke: #cae9f8;
}
.custom-button--secondary-college-of-law-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-law-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-law-faded:focus, .custom-button--secondary-college-of-law-faded:focus-visible, .custom-button--secondary-college-of-law-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-law-faded:focus .button-svg path, .custom-button--secondary-college-of-law-faded:focus-visible .button-svg path, .custom-button--secondary-college-of-law-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-engineering {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #0099cc;
}
.custom-button--secondary-college-of-engineering .button-svg path {
  fill: #0099cc;
  stroke: #0099cc;
}
.custom-button--secondary-college-of-engineering:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-engineering:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-engineering:focus, .custom-button--secondary-college-of-engineering:focus-visible, .custom-button--secondary-college-of-engineering:focus-within {
  background: #cae8f7;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-engineering:focus .button-svg path, .custom-button--secondary-college-of-engineering:focus-visible .button-svg path, .custom-button--secondary-college-of-engineering:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-engineering-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #cae8f7;
}
.custom-button--secondary-college-of-engineering-faded .button-svg path {
  fill: #cae8f7;
  stroke: #cae8f7;
}
.custom-button--secondary-college-of-engineering-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-engineering-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-engineering-faded:focus, .custom-button--secondary-college-of-engineering-faded:focus-visible, .custom-button--secondary-college-of-engineering-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-engineering-faded:focus .button-svg path, .custom-button--secondary-college-of-engineering-faded:focus-visible .button-svg path, .custom-button--secondary-college-of-engineering-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-science {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #f4c500;
}
.custom-button--secondary-college-of-science .button-svg path {
  fill: #f4c500;
  stroke: #f4c500;
}
.custom-button--secondary-college-of-science:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-science:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-science:focus, .custom-button--secondary-college-of-science:focus-visible, .custom-button--secondary-college-of-science:focus-within {
  background: #ffefc0;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-science:focus .button-svg path, .custom-button--secondary-college-of-science:focus-visible .button-svg path, .custom-button--secondary-college-of-science:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-science-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #ffefc0;
}
.custom-button--secondary-college-of-science-faded .button-svg path {
  fill: #ffefc0;
  stroke: #ffefc0;
}
.custom-button--secondary-college-of-science-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-science-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-science-faded:focus, .custom-button--secondary-college-of-science-faded:focus-visible, .custom-button--secondary-college-of-science-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-science-faded:focus .button-svg path, .custom-button--secondary-college-of-science-faded:focus-visible .button-svg path, .custom-button--secondary-college-of-science-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-pharmacy {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #9370db;
}
.custom-button--secondary-college-of-pharmacy .button-svg path {
  fill: #9370db;
  stroke: #9370db;
}
.custom-button--secondary-college-of-pharmacy:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-pharmacy:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-pharmacy:focus, .custom-button--secondary-college-of-pharmacy:focus-visible, .custom-button--secondary-college-of-pharmacy:focus-within {
  background: #dacbf3;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-pharmacy:focus .button-svg path, .custom-button--secondary-college-of-pharmacy:focus-visible .button-svg path, .custom-button--secondary-college-of-pharmacy:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-pharmacy-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #dacbf3;
}
.custom-button--secondary-college-of-pharmacy-faded .button-svg path {
  fill: #dacbf3;
  stroke: #dacbf3;
}
.custom-button--secondary-college-of-pharmacy-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-pharmacy-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-pharmacy-faded:focus, .custom-button--secondary-college-of-pharmacy-faded:focus-visible, .custom-button--secondary-college-of-pharmacy-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-pharmacy-faded:focus .button-svg path, .custom-button--secondary-college-of-pharmacy-faded:focus-visible .button-svg path, .custom-button--secondary-college-of-pharmacy-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-business {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #ef9f8d;
}
.custom-button--secondary-college-of-business .button-svg path {
  fill: #ef9f8d;
  stroke: #ef9f8d;
}
.custom-button--secondary-college-of-business:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-business:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-business:focus, .custom-button--secondary-college-of-business:focus-visible, .custom-button--secondary-college-of-business:focus-within {
  background: #fad2ca;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-business:focus .button-svg path, .custom-button--secondary-college-of-business:focus-visible .button-svg path, .custom-button--secondary-college-of-business:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-business-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #fad2ca;
}
.custom-button--secondary-college-of-business-faded .button-svg path {
  fill: #fad2ca;
  stroke: #fad2ca;
}
.custom-button--secondary-college-of-business-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-business-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-business-faded:focus, .custom-button--secondary-college-of-business-faded:focus-visible, .custom-button--secondary-college-of-business-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-business-faded:focus .button-svg path, .custom-button--secondary-college-of-business-faded:focus-visible .button-svg path, .custom-button--secondary-college-of-business-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-medicine {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #339999;
}
.custom-button--secondary-college-of-medicine .button-svg path {
  fill: #339999;
  stroke: #339999;
}
.custom-button--secondary-college-of-medicine:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-medicine:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-medicine:focus, .custom-button--secondary-college-of-medicine:focus-visible, .custom-button--secondary-college-of-medicine:focus-within {
  background: #d0e9e8;
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-medicine:focus .button-svg path, .custom-button--secondary-college-of-medicine:focus-visible .button-svg path, .custom-button--secondary-college-of-medicine:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-medicine-faded {
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 2px solid #d0e9e8;
}
.custom-button--secondary-college-of-medicine-faded .button-svg path {
  fill: #d0e9e8;
  stroke: #d0e9e8;
}
.custom-button--secondary-college-of-medicine-faded:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-button--secondary-college-of-medicine-faded:hover .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}
.custom-button--secondary-college-of-medicine-faded:focus, .custom-button--secondary-college-of-medicine-faded:focus-visible, .custom-button--secondary-college-of-medicine-faded:focus-within {
  color: var(--tc-primary);
  outline: 0;
}
.custom-button--secondary-college-of-medicine-faded:focus .button-svg path, .custom-button--secondary-college-of-medicine-faded:focus-visible .button-svg path, .custom-button--secondary-college-of-medicine-faded:focus-within .button-svg path {
  fill: var(--tc-primary);
  stroke: var(--tc-primary);
}

body.rtl .custom-button svg.arrow-right, body.rtl .custom-button svg.arrow-left, body.rtl .custom-button svg.angle-right, body.rtl .custom-button svg.angle-left, body.rtl .custom-button svg.brain-arrow-curved-right {
  transform: scaleX(-1);
}

.contain {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: var(--contain-padding);
  padding-right: var(--contain-padding);
  width: 1504px;
}
@media (max-width: 475px) {
  .contain {
    padding-left: calc(var(--contain-padding) / 2);
    padding-right: calc(var(--contain-padding) / 2);
  }
}

html {
  scroll-behavior: smooth;
  accent-color: var(--tc-primary-800);
  --contain-margin: calc(
  	(
  			100vw - var(--scrollbar-width, 0.5rem) - 1504px + (var(
  							--contain-padding
  						) * 2)
  		) / 2
  );
  --contain-padding: 2rem;
}

body {
  background: var(--tc-off-white);
  color: var(--tc-primary);
  font-family: "soleil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
body.no-scroll {
  overflow: hidden;
}
body.rtl {
  direction: rtl;
}

a {
  color: var(--tc-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

.custom-tooltip {
  --bs-tooltip-opacity: 1;
  --bs-tooltip-bg: #53587d;
  --bs-tooltip-color: #ffffff;
}
.custom-tooltip--light {
  --bs-tooltip-bg: #ffffff;
  --bs-tooltip-color: #071a43;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 991.98px) {
  .hide-mobile {
    display: none;
  }
}
#custom-breadcrumbs {
  position: relative;
  color: var(--tc-primary);
  border-radius: 0.625rem;
  padding: 2rem 0;
  width: max-content;
  max-width: 100%;
  text-underline-offset: 1.5px;
  font-size: 1rem;
}
#custom-breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
#custom-breadcrumbs a {
  font-weight: 700;
}
#custom-breadcrumbs a .bread-wrapper {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
}
#custom-breadcrumbs a .bread-wrapper .bread-text {
  text-underline-offset: 1.5px;
  text-decoration: underline;
}
#custom-breadcrumbs a .bread-wrapper img {
  width: 1.125rem;
}
#custom-breadcrumbs a:hover {
  text-decoration: none;
}
#custom-breadcrumbs a:hover .bread-wrapper .bread-text {
  text-decoration: none;
}
#custom-breadcrumbs.with-background {
  background: var(--tc-white);
  padding: 0.5rem 1rem;
  margin: 2rem 0;
}

.standard-layout {
  position: relative;
  overflow: hidden;
}
.standard-layout.additional-heading-graphic:before {
  content: "";
  background-image: url(/app/themes/SSP-Theme/dist/images/variation-11.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 820px - 2rem);
  background-repeat: no-repeat;
  height: 400px;
  pointer-events: none;
  height: 400px;
  background-position: top right;
}

.custom-404-template {
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .custom-404-template {
    padding: 6rem 0;
  }
}
.custom-404-template {
  overflow: hidden;
}
.custom-404-template .wrapper-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.custom-404-template .wrapper-404 .overlay {
  position: relative;
  z-index: 1;
}
.custom-404-template .wrapper-404 .cta {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

button#ccc-icon {
  display: none;
}

.ccc-toggle-button {
  display: flex;
  position: fixed;
  right: 0.5rem;
  bottom: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
}
@media (min-width: 992px) {
  .ccc-toggle-button {
    bottom: 0.5rem;
  }
}
.ccc-toggle-button > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--tc-primary);
  border: 2px solid var(--tc-white);
  color: var(--tc-white);
  outline: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s background-color, 0.3s color;
}
.ccc-toggle-button > button:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.ccc-toggle-button > button > span {
  font-size: 1.5rem;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.custom-pagination nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.custom-pagination nav a {
  display: flex;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 700;
  text-decoration: none;
}
.custom-pagination nav a:hover {
  text-decoration: underline;
}
.custom-pagination nav a.current {
  background: var(--tc-light-blue-50);
  border-radius: 0.5rem;
}
.custom-pagination nav a.last, .custom-pagination nav a.first {
  display: none;
}
.custom-pagination nav a.previous, .custom-pagination nav a.next {
  width: 3.5rem;
  height: 3.5rem;
  background: var(--tc-primary);
  color: var(--tc-white);
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top {
  position: fixed;
  z-index: 5;
  right: 1rem;
  bottom: 1rem;
  width: 50px;
  height: 75px;
}
@media (min-width: 768px) {
  .back-to-top {
    width: 90px;
    height: 112px;
    right: 2rem;
    bottom: 2rem;
  }
}
.back-to-top {
  border-radius: 100px;
  background: var(--tc-primary);
  color: var(--tc-white);
  border: 1px solid var(--tc-white);
  box-shadow: 0px 4px 12px 0px rgba(7, 26, 67, 0.0784313725);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, border 0.3s, opacity 0.3s, color 0.3s;
  opacity: 0;
  pointer-events: none;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top span.text {
  font-size: 0.875rem;
}
.back-to-top:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
  border: 1px solid var(--tc-primary);
}
.back-to-top.light {
  border: 1px solid var(--tc-primary);
  background: var(--tc-white);
  color: var(--tc-primary);
}
.back-to-top.light:hover {
  border: 1px solid var(--tc-white);
  background: var(--tc-primary);
  color: var(--tc-white);
}

.pagination {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .pagination {
    gap: 1rem;
  }
}
.pagination button {
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 576px) {
  .pagination button {
    width: 2rem;
    height: 2rem;
  }
}
.pagination button {
  text-align: center;
  font-weight: 700;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.pagination button:disabled {
  opacity: 0.5;
}
.pagination button.active {
  background: var(--tc-light-blue-50);
  border-radius: 6px;
}
.pagination button:first-child, .pagination button:last-child {
  background: var(--tc-primary);
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 576px) {
  .pagination button:first-child, .pagination button:last-child {
    width: 62px;
    height: 62px;
  }
}
.pagination button:first-child, .pagination button:last-child {
  border-radius: 50%;
  color: var(--tc-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.custom-event-tag {
  background: var(--tc-green);
  border-radius: 100px;
  color: var(--tc-primary);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}
.custom-event-tag:hover {
  opacity: 0.8;
  color: var(--tc-primary);
  text-decoration: none !important;
}

.custom-swiper-navigation {
  display: flex;
  gap: 0.5rem;
}
.custom-swiper-navigation .custom-swiper-button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--tc-primary);
  color: var(--tc-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tc-primary);
  transition: 0.3s background-color, 0.3s color;
}
.custom-swiper-navigation .custom-swiper-button:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
.custom-swiper-navigation .custom-swiper-button.swiper-button-disabled {
  opacity: 0.7;
}

@media (min-width: 992px) {
  aside.custom-sidebar {
    flex-shrink: 0;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  aside.custom-sidebar {
    width: 460px;
  }
}
aside.custom-sidebar .aside-wrapper.archive-sidebar {
  margin-top: 0;
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar {
  margin-bottom: 3rem;
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-title .month-select,
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-title .year-select {
  background: var(--tc-off-grey);
  border-radius: 100px;
  padding: 0.5rem 1rem;
}
@media (max-width: 1439.98px) {
  aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-title .month-select,
  aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-title .year-select {
    font-size: 0.875rem !important;
  }
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-header {
  background-color: transparent;
  border: 0;
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table td,
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table tr,
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table th {
  border: 0;
  background-color: transparent;
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day:hover {
  background: var(--tc-off-grey);
  color: var(--tc-primary);
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day.today, aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day.event-added {
  position: relative;
  background: transparent;
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day.today:after, aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day.event-added:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: var(--tc-green);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day.event-added {
  color: var(--tc-white);
}
aside.custom-sidebar .aside-wrapper #sidebarCalendar .calendar-table .calendar-day.event-added:after {
  background: var(--tc-primary);
}
aside.custom-sidebar .aside-wrapper .sidebar-search {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  aside.custom-sidebar .aside-wrapper .sidebar-search {
    margin-bottom: 6rem;
  }
}
aside.custom-sidebar .aside-wrapper .sidebar-search .input-wrapper {
  position: relative;
  width: 100%;
}
aside.custom-sidebar .aside-wrapper .sidebar-search .input-wrapper input[type=search] {
  border: 2px solid var(--tc-primary);
  border-radius: 50px;
  background: var(--tc-white);
  width: 100%;
  padding: 1.5rem 3.5rem 1.5rem 2rem;
  font-size: 1rem;
}
aside.custom-sidebar .aside-wrapper .sidebar-search .input-wrapper button {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  color: var(--tc-primary);
  background: transparent;
  border: 0;
  box-shadow: none;
}
aside.custom-sidebar .aside-wrapper h2, aside.custom-sidebar .aside-wrapper .h2 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  aside.custom-sidebar .aside-wrapper h2, aside.custom-sidebar .aside-wrapper .h2 {
    margin-bottom: 2rem;
  }
}
aside.custom-sidebar .aside-wrapper .socials-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  aside.custom-sidebar .aside-wrapper .socials-wrapper {
    margin-left: auto;
  }
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li {
  list-style-type: none;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  width: 225px;
  text-decoration: none;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li a:hover {
  text-decoration: none !important;
  color: var(--tc-primary);
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li a:hover .text {
  text-decoration: underline;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li .text-wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li .text-wrapper .text {
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--tc-primary);
  color: var(--tc-primary);
  font-size: 2rem;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li .icon svg.non-fa-svg {
  max-width: 60%;
  text-decoration: none;
}
aside.custom-sidebar .aside-wrapper .socials-wrapper ul li .icon svg.non-fa-svg path {
  fill: var(--tc-primary);
}
aside.custom-sidebar .aside-wrapper .tags-output ul {
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  aside.custom-sidebar .aside-wrapper .tags-output ul {
    gap: 1.5rem 0.75rem;
  }
}
aside.custom-sidebar .aside-wrapper .tags-output ul {
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
aside.custom-sidebar .aside-wrapper .tags-output ul li {
  list-style-type: none;
}
aside.custom-sidebar .aside-wrapper .tags-output ul li a {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tc-primary);
  text-decoration: none;
  padding: 0.25rem 1rem;
  font-weight: 700;
  transition: 0.3s background-color, 0.3s color;
}
aside.custom-sidebar .aside-wrapper .tags-output ul li a:hover {
  background: var(--tc-primary);
  color: var(--tc-white);
}
aside.custom-sidebar .share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
aside.custom-sidebar .share .share-holder {
  position: relative;
}
aside.custom-sidebar .share .share-holder:hover .share-wrapper {
  display: flex;
}
aside.custom-sidebar .share .share-holder .share-button {
  border: 1px solid var(--tc-off-grey);
  background: transparent;
  color: var(--tc-primary);
  padding: 0.25rem 1rem;
  flex-shrink: 0;
}
aside.custom-sidebar .share .share-holder .share-button .share-text {
  padding-left: 0.25rem;
  margin-left: 0.25rem;
  border-left: 1px solid var(--tc-off-grey);
}
aside.custom-sidebar .share .share-holder .share-view {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: max-content;
}
aside.custom-sidebar .share .share-holder .share-wrapper {
  display: none;
  position: relative;
  gap: 0.5rem;
  background: var(--tc-primary);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
aside.custom-sidebar .share .share-holder .share-wrapper:after {
  content: "";
  width: 100%;
  position: absolute;
  background: transparent;
  height: 6px;
  left: 0;
  top: -6px;
}
aside.custom-sidebar .share .share-holder .share-wrapper:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--tc-primary);
  position: absolute;
  top: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
aside.custom-sidebar .share .share-text {
  font-weight: 700;
  font-size: 1rem;
  width: 232px;
  max-width: 100%;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "soleil", sans-serif;
  font-weight: 800;
}

body {
  font-family: "soleil", sans-serif;
  font-weight: 400;
}
body.rtl {
  font-family: "ibm-plex-arabic", sans-serif;
}
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl .h1,
body.rtl .h2,
body.rtl .h3,
body.rtl .h4,
body.rtl .h5,
body.rtl .h6 {
  font-family: "ibm-plex-arabic", sans-serif;
  font-weight: 800;
}

.display-xl,
.has-display-extralarge-font-size {
  font-weight: 800;
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .display-xl,
  .has-display-extralarge-font-size {
    font-size: 4.25rem;
  }
}
@media (min-width: 992px) {
  .display-xl,
  .has-display-extralarge-font-size {
    font-size: 4.5rem;
  }
}

.display-l,
.has-display-large-font-size {
  font-weight: 800;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .display-l,
  .has-display-large-font-size {
    font-size: 3.25rem;
  }
}
@media (min-width: 992px) {
  .display-l,
  .has-display-large-font-size {
    font-size: 4rem;
  }
}

.xb-h1,
.has-xb-hone-font-size {
  font-weight: 800;
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .xb-h1,
  .has-xb-hone-font-size {
    font-size: 2.4375rem;
  }
}
@media (min-width: 992px) {
  .xb-h1,
  .has-xb-hone-font-size {
    font-size: 3.5rem;
  }
}

.b-h1,
.has-b-hone-font-size {
  font-weight: 700;
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .b-h1,
  .has-b-hone-font-size {
    font-size: 2.4375rem;
  }
}
@media (min-width: 992px) {
  .b-h1,
  .has-b-hone-font-size {
    font-size: 3.5rem;
  }
}

.eyebrow,
.has-eyebrow {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .eyebrow,
  .has-eyebrow {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .eyebrow,
  .has-eyebrow {
    font-size: 1.5rem;
  }
}

.longer-h1,
.has-longer-hone-font-size {
  font-weight: 800;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .longer-h1,
  .has-longer-hone-font-size {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .longer-h1,
  .has-longer-hone-font-size {
    font-size: 2.5rem;
  }
}

.b-h2,
.has-b-htwo-font-size {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .b-h2,
  .has-b-htwo-font-size {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .b-h2,
  .has-b-htwo-font-size {
    font-size: 2.5625rem;
  }
}

.b-h3,
.has-b-hthree-font-size {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .b-h3,
  .has-b-hthree-font-size {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .b-h3,
  .has-b-hthree-font-size {
    font-size: 2rem;
  }
}

.b-h4,
.has-b-hfour-font-size {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .b-h4,
  .has-b-hfour-font-size {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .b-h4,
  .has-b-hfour-font-size {
    font-size: 1.5rem;
  }
}

.b-h5,
.has-b-hfive-font-size {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .b-h5,
  .has-b-hfive-font-size {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .b-h5,
  .has-b-hfive-font-size {
    font-size: 1.375rem;
  }
}

.b-h6,
.has-b-hsix-font-size {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .b-h6,
  .has-b-hsix-font-size {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .b-h6,
  .has-b-hsix-font-size {
    font-size: 1.125rem;
  }
}

.subtitle-xl,
.has-subtitle-xl {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .subtitle-xl,
  .has-subtitle-xl {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .subtitle-xl,
  .has-subtitle-xl {
    font-size: 1.5rem;
  }
}

.subtitle-l,
.has-subtitle-l {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .subtitle-l,
  .has-subtitle-l {
    font-size: 1.25rem;
  }
}

.subtitle-m,
.has-subtitle-m {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .subtitle-m,
  .has-subtitle-m {
    font-size: 1.125rem;
  }
}

.navigation-l,
.has-navigation-l {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .navigation-l,
  .has-navigation-l {
    font-size: 1.25rem;
  }
}

.navigation-m,
.has-navigation-m {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .navigation-m,
  .has-navigation-m {
    font-size: 1.125rem;
  }
}

.navigation-s,
.has-navigation-s {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .navigation-s,
  .has-navigation-s {
    font-size: 1rem;
  }
}

.url-m,
.has-url-m {
  font-size: 1rem;
}

.url-s,
.has-url-s {
  font-size: 0.875rem;
}

.category-l,
.has-category-l {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .category-l,
  .has-category-l {
    font-size: 1rem;
  }
}

.category-m,
.has-category-m {
  font-weight: 700;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .category-m,
  .has-category-m {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .category-m,
  .has-category-m {
    font-size: 0.8125rem;
  }
}

.quote-l,
.has-quote-l {
  font-weight: 800;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .quote-l,
  .has-quote-l {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .quote-l,
  .has-quote-l {
    font-size: 2.5rem;
  }
}

.quote-m,
.has-quote-m {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .quote-m,
  .has-quote-m {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .quote-m,
  .has-quote-m {
    font-size: 1.375rem;
  }
}

.intro-text-l,
.has-intro-text-l {
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .intro-text-l,
  .has-intro-text-l {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .intro-text-l,
  .has-intro-text-l {
    font-size: 1.375rem;
  }
}

.intro-text-m,
.has-intro-text-m {
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .intro-text-m,
  .has-intro-text-m {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .intro-text-m,
  .has-intro-text-m {
    font-size: 1.25rem;
  }
}

.intro-text-s,
.has-intro-text-s {
  font-weight: 600;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .intro-text-s,
  .has-intro-text-s {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .intro-text-s,
  .has-intro-text-s {
    font-size: 1.125rem;
  }
}

.caption-l,
.has-caption-l {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .caption-l,
  .has-caption-l {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .caption-l,
  .has-caption-l {
    font-size: 1.125rem;
  }
}

.caption-m,
.has-caption-m {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .caption-m,
  .has-caption-m {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .caption-m,
  .has-caption-m {
    font-size: 1rem;
  }
}

.body-l,
.has-body-l {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .body-l,
  .has-body-l {
    font-size: 1.125rem;
  }
}

.body-m,
.has-body-m {
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .body-m,
  .has-body-m {
    font-size: 1rem;
  }
}

.body-s,
.has-body-s {
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  body.mobile-triggered {
    overflow: hidden;
  }
  body.mobile-triggered .full-width-notification {
    display: none;
  }
  body.mobile-triggered header {
    position: sticky;
    top: 0;
    z-index: 5;
  }
  body.mobile-triggered header .secondary-wrapper {
    background: var(--tc-primary-800);
  }
  body.mobile-triggered .mega-menu-wrapper {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body.search-triggered header .secondary-wrapper {
    background: var(--tc-primary-800);
  }
}
header {
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  header #menu-trigger {
    display: none;
  }
}
@media (min-width: 576px) {
  header #search-trigger {
    display: none;
  }
}
header #menu-trigger,
header #search-trigger {
  border: 0;
  box-shadow: none;
  background: transparent;
  color: var(--tc-white);
  padding: 0;
  font-size: 0.875rem;
}
@media (min-width: 476px) {
  header #menu-trigger,
  header #search-trigger {
    font-size: 1.125rem;
  }
}
header #menu-trigger .svg-wrapper,
header #search-trigger .svg-wrapper {
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.25rem auto;
}
header #menu-trigger .icon.active .bars,
header #search-trigger .icon.active .bars {
  display: none;
}
header #menu-trigger .icon.inactive .times,
header #search-trigger .icon.inactive .times {
  display: none;
}
header #menu-trigger .icon svg,
header #search-trigger .icon svg {
  width: 100%;
}
header .search-popup {
  position: fixed;
  left: 0;
  top: 275px;
  height: calc(100dvh - 275px);
  background: var(--tc-primary);
  color: var(--tc-white);
  z-index: 10;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 475px) {
  header .search-popup {
    padding: 2rem;
  }
}
header .search-popup a {
  color: var(--tc-white);
  text-decoration-color: var(--tc-green);
}
header .search-popup .popup-title {
  margin-bottom: 1rem;
}
header .search-popup.active {
  display: block;
}
@media (min-width: 576px) {
  header .search-popup.active {
    display: none;
  }
}
header .search-popup.inactive {
  display: none;
}
@media (min-width: 576px) {
  header .search-popup {
    display: none;
  }
}
header #menu-trigger .icon.active .svg-wrapper {
  background: var(--tc-primary);
  color: var(--tc-green);
}
header .header-search {
  display: flex;
}
@media (min-width: 992px) {
  header .header-search.mobile-version {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .header-search.desktop-version {
    display: none;
  }
}
@media (max-width: 575.98px) {
  header .header-search.focused {
    height: 100%;
  }
  header .header-search.focused #search-trigger {
    display: none;
  }
  header .header-search.focused form {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: var(--tc-primary-800);
    top: 0;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }
}
@media (max-width: 575.98px) and (min-width: 475px) {
  header .header-search.focused form {
    padding: 0 2rem;
  }
}
@media (max-width: 575.98px) {
  header .header-search.focused form .input-wrapper {
    width: 100%;
  }
  header .header-search.focused form input[type=search] {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  header .header-search form {
    display: none;
  }
}
header .header-search form label {
  color: var(--tc-white);
}
@media (max-width: 991.98px) {
  header .header-search form.desktop-label {
    display: none;
  }
}
@media (min-width: 992px) {
  header .header-search form.mobile-label {
    display: none;
  }
}
header .header-search form .input-wrapper {
  position: relative;
}
header .header-search form .input-wrapper input[type=search] {
  border: 2px solid var(--tc-white);
  border-radius: 100px;
  box-shadow: none;
  background: transparent;
  width: 180px;
  font-size: 1rem;
  color: var(--tc-white);
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
header .header-search form .input-wrapper input[type=search]:focus {
  outline: 0;
}
@media (min-width: 476px) {
  header .header-search form .input-wrapper input[type=search] {
    font-size: 1.125rem;
    padding: 0.815rem 3rem 0.815rem 1rem;
  }
}
@media (min-width: 1200px) {
  header .header-search form .input-wrapper input[type=search] {
    width: 240px;
  }
}
header .header-search form .input-wrapper input[type=search]::placeholder {
  color: var(--tc-white);
}
@media (max-width: 575.98px) {
  header .header-search form .input-wrapper .header-search-field.desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  header .header-search form .input-wrapper .header-search-field.mobile {
    display: none;
  }
}
header .header-search form .input-wrapper button.submit-search {
  position: absolute;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--tc-white);
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  box-shadow: none;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  header .header-search form .input-wrapper button.submit-search {
    display: none;
  }
}
header .header-search form .input-wrapper button.close-search {
  position: absolute;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  background: var(--tc-primary);
  color: var(--tc-green);
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  box-shadow: none;
  border-radius: 50%;
}
@media (min-width: 576px) {
  header .header-search form .input-wrapper button.close-search {
    display: none;
  }
}
header .header-contain {
  display: flex;
  gap: 2rem;
}
@media (max-width: 475px) {
  header .header-contain {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem;
  }
}
header .header-contain .primary {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100px;
}
@media (min-width: 768px) {
  header .header-contain .primary {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  header .header-contain .primary {
    width: 125px;
  }
}
header .header-contain .primary .header-logo {
  padding-top: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  header .header-contain .primary .header-logo {
    padding-top: 0.625rem;
  }
}
header .header-contain .secondary {
  position: relative;
  flex-grow: 1;
  padding: 1rem 0 1.5rem 0;
}
header .header-contain .secondary .top-header-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  z-index: 3;
}
@media (min-width: 768px) {
  header .header-contain .secondary .top-header-wrapper {
    justify-content: flex-end;
    margin: 1rem 0;
    position: absolute;
    top: 0;
    right: 0;
    gap: 1rem;
    margin: 0 0 1.75rem 0;
  }
}
header .header-contain .secondary .top-header-wrapper a.top-button {
  position: relative;
  z-index: 2;
  transition: 0.3s background-color;
  background-color: var(--tc-primary-800);
  color: var(--tc-white);
  text-decoration: none;
  padding: 5.5px 10px;
  border-radius: 0.625rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  header .header-contain .secondary .top-header-wrapper a.top-button {
    padding: 5px 17px 9px 17px;
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 1rem;
  }
}
header .header-contain .secondary .top-header-wrapper a.top-button:hover {
  background-color: var(--tc-primary-600);
}
header .header-contain .secondary .top-header-wrapper .wpml-ls-current-language,
header .header-contain .secondary .top-header-wrapper .wpml-ls-display {
  display: none;
}
header .header-contain .secondary .top-header-wrapper .wpml-ls-legacy-list-horizontal {
  background-color: var(--tc-primary-800);
  transition: 0.3s background-color;
  display: flex;
  justify-self: flex-end;
  border-radius: 0.625rem;
  padding: 0 !important;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  header .header-contain .secondary .top-header-wrapper .wpml-ls-legacy-list-horizontal {
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 1rem;
  }
}
header .header-contain .secondary .top-header-wrapper .wpml-ls-legacy-list-horizontal a {
  color: var(--tc-white);
  padding: 5px 10px 9px 10px;
}
@media (min-width: 768px) {
  header .header-contain .secondary .top-header-wrapper .wpml-ls-legacy-list-horizontal a {
    padding: 5px 17px 13px 17px;
  }
}
header .header-contain .secondary .top-header-wrapper .wpml-ls-legacy-list-horizontal:hover {
  background-color: var(--tc-primary-600);
}
header .header-contain .secondary .primary-header-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  header .header-contain .secondary .primary-header-wrap {
    gap: 2.375rem;
  }
}
@media (min-width: 992px) {
  header .header-contain .secondary .primary-header-wrap .internal-menu-wrapper {
    min-height: 33px;
  }
}
header .header-contain .secondary .primary-header-wrap .header-title .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 576px) {
  header .header-contain .secondary .primary-header-wrap .header-title .title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  header .header-contain .secondary .primary-header-wrap .header-title .title {
    font-size: 1.5rem;
  }
}
header .header-contain .secondary .primary-header-wrap .header-title .title.white {
  color: var(--tc-white);
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  header .header-contain .secondary .primary-header-wrap .header-title .title.white {
    margin: 0;
  }
}
header .header-contain .secondary .primary-header-wrap .header-title .title .text {
  line-height: 1.25;
}
header .header-contain .secondary .primary-header-wrap .header-title .title .title-icon {
  width: 1.5rem;
  flex-shrink: 0;
}
header .header-contain .secondary .menu-wrapper {
  display: flex;
  gap: 1rem;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  header .header-contain .secondary .menu-wrapper {
    flex-direction: row;
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  header .header-contain .secondary .menu-wrapper {
    padding-top: 0;
    align-items: flex-end;
    justify-content: space-between;
  }
}
header .primary-wrapper {
  background: var(--tc-primary);
}
header .secondary-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  color: var(--tc-white);
  background: var(--tc-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1;
  height: 77px;
}
@media (min-width: 768px) {
  header .secondary-wrapper {
    margin-top: -77px;
  }
}
@media (max-width: 475px) {
  header .secondary-wrapper .secondary-contain {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header .secondary-wrapper .menu-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  header .secondary-wrapper .menu-wrapper.button-inactive .end {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  header .secondary-wrapper .menu-wrapper.button-inactive .end {
    width: 100%;
    justify-content: flex-end;
  }
  header .secondary-wrapper .menu-wrapper.button-inactive .end .mobile-triggers {
    width: 100%;
  }
  header .secondary-wrapper .menu-wrapper.button-inactive .end .header-search.mobile-version {
    flex-grow: 1;
  }
  header .secondary-wrapper .menu-wrapper.button-inactive .end .header-search.mobile-version form,
  header .secondary-wrapper .menu-wrapper.button-inactive .end .header-search.mobile-version input {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  header .secondary-wrapper .menu-wrapper.button-inactive {
    justify-content: flex-end;
  }
  header .secondary-wrapper .menu-wrapper.button-inactive .end {
    width: auto;
  }
}
@media (min-width: 768px) {
  header .secondary-wrapper .menu-wrapper {
    padding-left: calc(120px + 2rem);
  }
}
@media (min-width: 992px) {
  header .secondary-wrapper .menu-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  header .secondary-wrapper .menu-wrapper {
    padding-left: calc(125px + 2rem);
  }
}
header .secondary-wrapper .menu-wrapper .secondary-trigger-button {
  position: relative;
  z-index: 2;
  width: auto;
}
header .secondary-wrapper .menu-wrapper .start {
  display: none;
}
@media (min-width: 992px) {
  header .secondary-wrapper .menu-wrapper .start {
    display: flex;
    width: 100%;
  }
}
header .secondary-wrapper .menu-wrapper .start ul {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  header .secondary-wrapper .menu-wrapper .start ul {
    gap: 2rem;
  }
}
header .secondary-wrapper .menu-wrapper .start ul > li {
  position: relative;
  list-style-type: none;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  header .secondary-wrapper .menu-wrapper .start ul > li {
    font-size: 1.125rem;
  }
}
header .secondary-wrapper .menu-wrapper .start ul > li.menu-item-has-children:after {
  content: "";
  background: transparent;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
header .secondary-wrapper .menu-wrapper .start ul > li.menu-item-has-children .custom-chevron-rotation {
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  header .secondary-wrapper .menu-wrapper .start ul > li.menu-item-has-children .custom-chevron-rotation {
    display: none;
  }
}
header .secondary-wrapper .menu-wrapper .start ul > li a {
  display: flex;
  gap: 0.5rem;
  color: var(--tc-white);
  text-decoration: none;
  position: relative;
  z-index: 2;
}
header .secondary-wrapper .menu-wrapper .start ul > li a:hover {
  text-decoration: underline;
}
header .secondary-wrapper .menu-wrapper .start ul > li:hover .sub-menu {
  display: flex;
}
header .secondary-wrapper .menu-wrapper .start ul > li:hover .custom-chevron-rotation {
  transform: rotate(180deg);
}
header .secondary-wrapper .menu-wrapper .start ul .sub-menu {
  display: none;
  box-shadow: 0px 8px 20px 0px rgba(7, 26, 67, 0.1019607843);
  background: var(--tc-white);
  border-radius: 1rem;
  padding: 1.25rem;
  position: absolute;
  left: -1rem;
  bottom: -0.5rem;
  transform: translateY(100%);
  flex-direction: column;
  width: 250px;
}
header .secondary-wrapper .menu-wrapper .start ul .sub-menu li {
  font-size: 1rem;
  list-style-type: none;
}
header .secondary-wrapper .menu-wrapper .start ul .sub-menu li a {
  display: inline-flex;
  color: var(--tc-primary);
  font-weight: 700;
}
header .secondary-wrapper .menu-wrapper .end {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  header .secondary-wrapper .menu-wrapper .end {
    width: 100%;
  }
}
header .secondary-wrapper .menu-wrapper .end .mobile-triggers {
  display: flex;
  gap: 1rem;
  z-index: 2;
}
header .secondary-wrapper .menu-wrapper .end a.button-suffix {
  position: relative;
  background: var(--tc-primary);
  color: var(--tc-white);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
}
header .secondary-wrapper .menu-wrapper .end a.button-suffix:before {
  content: "";
  position: absolute;
  background: var(--tc-primary);
  mix-blend-mode: color-dodge;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
header .secondary-wrapper .menu-wrapper .end a.button-suffix:hover:before {
  opacity: 0.5;
}
header .secondary-wrapper .menu-wrapper .end a.button-suffix img {
  width: 1rem;
}
@media (min-width: 1200px) {
  header .secondary-wrapper .menu-wrapper .end a.button-suffix {
    font-size: 1.125rem;
    padding: 1.1rem 3rem;
  }
  header .secondary-wrapper .menu-wrapper .end a.button-suffix img {
    width: 27px;
  }
}
@media (min-width: 1440px) {
  header .secondary-wrapper .menu-wrapper .end a.button-suffix {
    font-size: 1.375rem;
  }
}

body.rtl header .custom-apply-arrow {
  transform: scaleX(-1);
}
body.rtl header .header-contain .secondary .top-header-wrapper {
  right: unset;
  left: 0;
}
body.rtl header .secondary-wrapper .menu-wrapper {
  padding-left: 0;
}
@media (min-width: 768px) {
  body.rtl header .secondary-wrapper .menu-wrapper {
    padding-right: calc(120px + 2rem);
  }
}
@media (min-width: 1200px) {
  body.rtl header .secondary-wrapper .menu-wrapper {
    padding-right: calc(125px + 2rem);
  }
}
body.rtl header .secondary-wrapper .menu-wrapper .start ul .sub-menu {
  left: unset;
  right: -1rem;
}
body.rtl header .header-search form .input-wrapper input[type=search] {
  padding: 0.815rem 1rem 0.815rem 3rem;
}
body.rtl header .header-search form .input-wrapper button.submit-search,
body.rtl header .header-search form .input-wrapper button.close-search {
  right: unset;
  left: 1.5rem;
}

@media (max-width: 991.98px) {
  .mega-menu-wrapper {
    display: none;
    position: fixed;
    overflow: auto;
    top: 229px;
    height: calc(100dvh - 209px);
    background: var(--tc-primary);
    width: 100%;
    left: 0;
    z-index: 5;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .mega-menu-wrapper {
    top: 275px;
    height: calc(100dvh - 275px);
  }
}
@media (max-width: 991.98px) {
  .mega-internal-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.quick-nav {
  color: var(--tc-white);
  background: var(--tc-primary);
  padding: 1.25rem;
}
@media (min-width: 476px) {
  .quick-nav {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .quick-nav {
    display: none;
  }
}
.quick-nav strong {
  display: block;
  margin-bottom: 0.5rem;
}
.quick-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.quick-nav ul.bubble-child-active li {
  opacity: 0.5;
  pointer-events: none;
}
.quick-nav ul.bubble-child-active li.bubble-active {
  pointer-events: all;
  opacity: 1;
}
.quick-nav ul.bubble-child-active li.bubble-active .icons-wrapper .custom-minus {
  display: flex;
}
.quick-nav ul.bubble-child-active li.bubble-active .icons-wrapper .custom-plus {
  display: none;
}
.quick-nav ul li {
  font-size: 1.125rem;
  list-style-type: none;
}
@media (max-width: 475px) {
  .quick-nav ul li {
    font-size: 1rem;
  }
}
.quick-nav ul li.menu-item-has-children {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.quick-nav ul li.menu-item-has-children .icons-wrapper .custom-minus {
  display: none;
}
.quick-nav ul li.menu-item-has-children .mobile-bubble-toggle {
  color: var(--tc-white);
  border: 2px solid white;
  background: transparent;
  border-radius: 100px;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quick-nav ul li.menu-item-has-children .parent-link,
.quick-nav ul li.menu-item-has-children .sub-menu {
  display: none;
}
.quick-nav ul li.menu-item-has-children.bubble-active .parent-link,
.quick-nav ul li.menu-item-has-children.bubble-active .sub-menu {
  display: flex;
}
.quick-nav ul li.menu-item-has-children.bubble-active li {
  opacity: 1 !important;
}
.quick-nav ul li a {
  color: var(--tc-white);
  border: 2px solid var(--tc-white);
  display: block;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s background-color, 0.3s color;
}
.quick-nav ul li a:hover {
  background: var(--tc-white);
  text-decoration: none;
  color: var(--tc-primary);
}

ul.mega-menu {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 476px) {
  ul.mega-menu {
    padding: 0 2rem 2rem 2rem;
  }
}
ul.mega-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  ul.mega-menu {
    gap: 1rem;
    padding: 0;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  ul.mega-menu {
    gap: 1.75rem;
  }
}
ul.mega-menu > li {
  list-style-type: none;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  ul.mega-menu > li {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  ul.mega-menu > li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  ul.mega-menu > li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  ul.mega-menu > li {
    border-bottom: 1px solid rgba(180, 185, 209, 0.2);
    width: 100%;
    padding: 2rem 0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  ul.mega-menu > li {
    padding: 1.5rem 0;
  }
}
ul.mega-menu > li:not(.menu-item-has-children) a:hover {
  text-decoration: underline;
}
ul.mega-menu > li a {
  color: var(--tc-white);
  text-decoration: none;
}
ul.mega-menu > li .sub-menu-trigger {
  background: transparent;
  padding: 0;
  color: var(--tc-white);
  height: auto;
  border: 0;
  box-shadow: none;
  font-size: 0.875rem;
  transition: transform 0.3s;
}
@media (max-width: 991.98px) {
  ul.mega-menu > li .sub-menu-trigger {
    width: 2.75rem;
    height: 2.75rem;
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  ul.mega-menu > li .sub-menu-trigger .desktop-icon {
    display: none;
  }
}
ul.mega-menu > li .sub-menu-trigger .mobile-icon {
  position: relative;
  z-index: 3;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  ul.mega-menu > li .sub-menu-trigger .mobile-icon {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-menu-trigger .mobile-icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  ul.mega-menu > li .sub-menu-trigger {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  ul.mega-menu > li.menu-item-has-children {
    padding: 1.05rem 0;
  }
}
@media (min-width: 992px) {
  ul.mega-menu > li.menu-item-has-children.parent-active .sub-menu-trigger {
    transform: rotate(180deg);
  }
}
ul.mega-menu > li.menu-item-has-children.parent-active > a:after {
  content: "";
}
ul.mega-menu > li.menu-item-has-children.parent-active > a:before {
  content: "";
  background: transparent;
  height: 4rem;
  width: calc(100% + 16px);
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  ul.mega-menu > li.menu-item-has-children:hover .sub-menu-trigger {
    transform: rotate(180deg);
  }
  ul.mega-menu > li.menu-item-has-children:hover > a:before {
    content: "";
    background: transparent;
    height: 4rem;
    width: calc(100% + 16px);
    top: 0;
    left: 0;
    position: absolute;
  }
  ul.mega-menu > li.menu-item-has-children:hover a:after {
    content: "";
  }
  ul.mega-menu > li.menu-item-has-children:hover .sub-wrapper {
    display: block;
  }
}
ul.mega-menu > li.menu-item-has-children a {
  position: relative;
}
ul.mega-menu > li.menu-item-has-children a:after {
  height: 5px;
  width: calc(100% + 14px);
  position: absolute;
  left: 0;
  top: 38px;
}
@media (min-width: 1200px) {
  ul.mega-menu > li.menu-item-has-children a:after {
    top: 52px;
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li.menu-item-has-children a:after {
    top: 55px;
  }
}
ul.mega-menu > li .sub-wrapper {
  display: none;
  z-index: 5;
  position: absolute;
  left: 0;
  box-shadow: 0px 4px 12px 0px rgba(17, 49, 88, 0.1215686275);
  border-radius: 0 0 0.625rem 0.625rem;
  width: 100%;
  padding: 1.25rem;
  top: 0;
  background: var(--tc-primary);
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper {
    background: var(--tc-white);
  }
}
ul.mega-menu > li .sub-wrapper.activated-by-button {
  display: block;
}
ul.mega-menu > li .sub-wrapper.activated-by-button .close-sub-menu-trigger {
  display: block !important;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper {
    top: 6.75rem;
  }
}
@media (min-width: 1200px) {
  ul.mega-menu > li .sub-wrapper {
    padding: 1.25rem 2rem;
    top: 7.5rem;
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper {
    padding: 2.5rem 3rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper {
    gap: 2rem;
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper {
    gap: 4rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .close-sub-menu-trigger {
  border: 0;
  box-shadow: 0;
  color: var(--tc-primary);
  transform: rotate(270deg);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .close-sub-menu-trigger:focus-visible {
  outline: 0;
  opacity: 0.5;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .close-sub-menu-trigger {
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper {
  display: grid;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper {
    width: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper {
    gap: 2rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper {
  padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper:not(:last-child) {
    border-right: 1px solid var(--tc-light-grey);
    padding: 0 1rem 1.25rem 0;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper h2.sub-title, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper .sub-title.h2 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: var(--tc-white);
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper h2.sub-title, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper .sub-title.h2 {
    color: var(--tc-primary);
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper h2.sub-title, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper .sub-title.h2 {
    font-size: 1.25rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper h2.sub-title .child-title-icon, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper .sub-title.h2 .child-title-icon {
  width: 2.5rem;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper h2.sub-title .child-title-icon, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper .sub-title.h2 .child-title-icon {
    display: none;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li {
  line-height: 1;
  list-style-type: none;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li {
    border-bottom: 1px solid rgba(180, 185, 209, 0.2);
    padding-bottom: 1rem;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li {
    font-size: 1.125rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li .block-chevron {
  display: none;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li a {
  color: var(--tc-white);
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li a {
    color: var(--tc-primary);
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.columns .child-items-wrapper .sub-menu-wrapper ul.sub-menu li a:hover {
  text-decoration: underline;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .child-items-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .child-items-wrapper {
    width: auto;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu {
    gap: 1.25rem 4rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li {
  list-style-type: none;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a {
  color: var(--tc-primary);
  background: var(--tc-white);
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a {
    color: var(--tc-white);
    background: var(--tc-primary);
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a {
  transition: 0.3s background-color;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a:hover {
  background: var(--tc-light-blue-50);
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a:hover {
    background: var(--tc-primary-800);
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a {
  display: flex;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  min-height: 85px;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0.625rem;
  height: 100%;
  font-size: 1rem;
  position: relative;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a {
    justify-content: space-between;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a .corner-highlight {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 63px;
  height: 63px;
  transition: 0.3s transform;
  transform-origin: top left;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper.blocks .sub-menu li a:hover .corner-highlight {
  transform: scale(1.1);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper {
  flex-shrink: 0;
  width: 100%;
  background: var(--tc-light-blue-50);
  border-radius: 0.625rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper {
    display: block;
  }
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper {
    width: 300px;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper h2, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .h2 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper h2, ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .h2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-cta {
    margin-top: 1rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-cta .mega-cta {
  width: 100%;
  font-size: 0.875rem;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image {
    display: none;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper {
  height: 0;
  padding-bottom: 42.44%;
  position: relative;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.type-video {
  background: var(--tc-primary);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.type-video .custom-video-player,
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.type-video video,
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.type-video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.default-image {
  background: var(--tc-white);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.default-image svg.default-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  height: auto;
  transition: transform 0.3s;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.default-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  height: auto;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.featured-image {
  background: var(--tc-primary);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.featured-image img:not(.brand-icon, .overlay-image) {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s, filter 0.3s;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper.using-white-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  height: auto;
  transition: transform 0.3s;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper .after-image .image-wrapper {
  border-radius: 0.625rem;
  overflow: hidden;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list {
    gap: 1rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list li {
  font-size: 1.125rem;
  list-style-type: none;
}
@media (max-width: 475px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list li {
    font-size: 1rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list li a {
  color: var(--tc-primary);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list li a {
    border: 1px solid var(--tc-primary);
    display: block;
    padding: 0.25rem 1rem;
    border-radius: 100px;
    transition: 0.3s background-color, 0.3s color;
  }
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.standard-list li a:hover {
    background: var(--tc-primary);
    text-decoration: none !important;
    color: var(--tc-white);
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li {
  list-style-type: none;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tc-primary);
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li a:hover .text {
  text-decoration: underline;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .text {
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .text {
    font-size: 1.125rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .icon-wrapper {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 1440px) {
  ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .icon-wrapper {
    width: 3rem;
    height: 3rem;
  }
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .icon-wrapper {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .icon-wrapper svg {
  max-width: 50%;
}
ul.mega-menu > li .sub-wrapper .internal-sub-wrapper .after-wrapper ul.icon-list li .icon-wrapper svg path {
  stroke: var(--tc-primary);
  fill: var(--tc-primary);
}

body.rtl .mega-menu .sub-menu-trigger svg,
body.rtl .mega-menu .block-chevron {
  transform: scaleX(-1);
}

.above-footer-blocks {
  display: grid;
}
@media (min-width: 768px) {
  .above-footer-blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.above-footer-blocks .block-item {
  padding: 1rem;
}
@media (min-width: 476px) {
  .above-footer-blocks .block-item {
    padding: 2rem;
  }
}
@media (min-width: 1504px) {
  .above-footer-blocks .block-item {
    padding: 4rem;
  }
}
.above-footer-blocks .block-item h2, .above-footer-blocks .block-item .h2 {
  line-height: 1;
  margin-bottom: 1.25rem;
  transform: translateX(-3px);
}
@media (min-width: 768px) {
  .above-footer-blocks .block-item h2, .above-footer-blocks .block-item .h2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .above-footer-blocks .block-item h2, .above-footer-blocks .block-item .h2 {
    transform: translateX(-4px);
  }
}
@media (min-width: 1200px) {
  .above-footer-blocks .block-item h2, .above-footer-blocks .block-item .h2 {
    transform: translateX(-5px);
  }
}
.above-footer-blocks .block-item ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .above-footer-blocks .block-item ul {
    gap: 1.5rem;
  }
}
.above-footer-blocks .block-item ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .above-footer-blocks .block-item ul li {
    font-size: 1rem;
    gap: 1rem;
  }
}
.above-footer-blocks .block-item ul li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .above-footer-blocks .block-item ul li a {
    font-size: 1.25rem;
  }
}
.above-footer-blocks .block-item ul li a:hover {
  text-decoration: underline;
}
.above-footer-blocks .block-item:nth-child(1) {
  padding-left: 1rem;
}
@media (min-width: 476px) {
  .above-footer-blocks .block-item:nth-child(1) {
    padding-left: 2rem;
  }
}
@media (min-width: 1504px) {
  .above-footer-blocks .block-item:nth-child(1) {
    padding-left: var(--contain-margin);
  }
}

@media (min-width: 1504px) {
  body.rtl .above-footer-blocks .block-item:nth-child(1) {
    padding-left: 4rem;
    padding-right: var(--contain-margin);
  }
}
body.rtl .above-footer-blocks .block-item ul li svg {
  transform: scaleX(-1);
}

footer {
  padding: 2.5rem 0;
  background: var(--tc-primary);
  color: var(--tc-white);
}
footer a {
  color: var(--tc-white);
}
@media (min-width: 768px) {
  footer {
    padding: 3rem 0;
  }
}
footer .top-wrapper {
  display: grid;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .top-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  footer .top-wrapper {
    gap: 5.5rem;
  }
}
footer .top-wrapper .top-internal-wrapper {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .top-wrapper .primary-column {
    grid-area: 1/1/2/3;
  }
  footer .top-wrapper .secondary-column {
    grid-area: 2/1/3/2;
  }
  footer .top-wrapper .tertiary-column {
    grid-area: 2/2/3/3;
  }
}
footer .primary-column {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .primary-column {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  footer .primary-column {
    flex-direction: column;
  }
}
footer .primary-column .logo-wrapper {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  footer .primary-column .logo-wrapper {
    gap: 2rem;
  }
}
footer .primary-column .logo-wrapper {
  align-items: center;
}
@media (max-width: 575.98px) {
  footer .primary-column .logo-wrapper img {
    width: 115px;
  }
}
footer .primary-column .logo-wrapper ul.footer-words {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  margin-bottom: 0;
  font-weight: 700;
}
footer .primary-column .logo-wrapper ul.footer-words li {
  line-height: 1;
  list-style-type: none;
}
footer .primary-column .address-wrapper h2, footer .primary-column .address-wrapper .h2 {
  margin-bottom: 1rem;
}
footer .primary-column .address-wrapper address {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .primary-column .address-wrapper address {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  footer .primary-column .address-wrapper address {
    width: auto;
  }
}
footer .primary-column .address-wrapper a {
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
  text-decoration: none;
}
footer .primary-column .address-wrapper a .text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
footer .primary-column .address-wrapper a:hover .text {
  text-decoration: none;
}
footer .primary-column .address-wrapper a svg {
  fill: var(--tc-green);
  color: var(--tc-green);
}
@media (max-width: 767.98px) {
  footer .primary-column .socials-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .primary-column .socials-wrapper h3, footer .primary-column .socials-wrapper .h3 {
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  footer .primary-column .socials-wrapper h3, footer .primary-column .socials-wrapper .h3 {
    font-size: 1.75rem;
  }
}
footer .primary-column .socials-wrapper h3, footer .primary-column .socials-wrapper .h3 {
  color: var(--tc-green);
  margin-bottom: 0.75rem;
}
footer .primary-column .socials-wrapper ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  footer .primary-column .socials-wrapper ul {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  footer .primary-column .socials-wrapper ul {
    gap: 1.5rem;
  }
}
footer .primary-column .socials-wrapper ul li {
  list-style-type: none;
}
footer .primary-column .socials-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 2px solid var(--tc-white);
  transition: 0.3s background-color, 0.3s color;
}
footer .primary-column .socials-wrapper ul li a img,
footer .primary-column .socials-wrapper ul li a svg.non-fa-svg {
  max-width: 60%;
  height: auto;
  transition: 0.3s fill;
}
footer .primary-column .socials-wrapper ul li a {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  footer .primary-column .socials-wrapper ul li a {
    width: 3.75rem;
    font-size: 2rem;
    height: 3.75rem;
    border-radius: 1.25rem;
  }
}
footer .primary-column .socials-wrapper ul li a:hover {
  background: var(--tc-white);
  color: var(--tc-primary);
}
footer .primary-column .socials-wrapper ul li a:hover img,
footer .primary-column .socials-wrapper ul li a:hover svg {
  fill: var(--tc-primary);
}
footer .secondary-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  footer .secondary-column {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  footer .secondary-column {
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  footer .secondary-column {
    gap: 3rem;
  }
}
footer .secondary-column h4, footer .secondary-column .h4 {
  color: var(--tc-green);
  margin-bottom: 1rem;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
@media (max-width: 575.98px) {
  footer .secondary-column .menu-wrapper:last-child {
    border-top: 2px solid rgba(255, 255, 255, 0.22);
    padding-top: 1.25rem;
    margin-top: 1.25rem;
  }
}
footer .secondary-column ul.footer-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  gap: 0.75rem;
}
footer .secondary-column ul.footer-menu li {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  footer .secondary-column ul.footer-menu li {
    font-size: 1.25rem;
  }
}
footer .secondary-column ul.footer-menu li {
  list-style-type: none;
}
footer .secondary-column ul.footer-menu li a {
  text-decoration: none;
}
footer .secondary-column ul.footer-menu li a:hover {
  text-decoration: underline;
}
footer .secondary-column ul.footer-menu .sub-menu {
  display: none;
}
@media (max-width: 575.98px) {
  footer .secondary-column ul.footer-menu#menu-footer-secondary-menu {
    padding-bottom: 1.25rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  }
}
footer .tertiary-column .app-wrapper {
  display: flex;
  gap: 1rem 0.5rem;
  flex-direction: column;
}
footer .tertiary-column .app-wrapper .links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .tertiary-column .app-wrapper .links {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer .tertiary-column .app-wrapper img {
  width: 150px;
}
@media (min-width: 1200px) {
  footer .tertiary-column .app-wrapper img {
    width: 220px;
  }
}
footer .tertiary-column .get-app {
  display: flex;
  justify-content: center;
  color: var(--tc-green);
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .tertiary-column .get-app {
    width: 150px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  footer .tertiary-column .get-app {
    width: 220px;
    font-size: 1.25rem;
  }
}
footer .tertiary-column .get-app {
  max-width: 100%;
  gap: 0.5rem;
}
footer .tertiary-column .get-app .icon {
  font-size: 1.25rem;
  color: var(--tc-white);
}
@media (min-width: 1200px) {
  footer .tertiary-column .get-app .icon {
    font-size: 2rem;
  }
}
footer .middle-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  footer .middle-wrapper {
    margin-top: 3rem;
  }
}
footer .middle-wrapper h3, footer .middle-wrapper .h3 {
  text-align: center;
  color: var(--tc-green);
  margin-bottom: 0;
}
footer .middle-wrapper .accreditations {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.25rem auto 0 auto;
  width: 290px;
  max-width: 100%;
}
@media (min-width: 576px) {
  footer .middle-wrapper .accreditations {
    width: 100%;
    gap: 1.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .middle-wrapper .accreditations .accred-item {
  height: 80px;
}
@media (min-width: 576px) {
  footer .middle-wrapper .accreditations .accred-item {
    height: 100px;
  }
}
footer .middle-wrapper .accreditations .accred-item {
  border-radius: 10px;
  background-color: var(--tc-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.125rem;
}
footer .middle-wrapper .accreditations .accred-item img {
  max-height: 70px;
}
@media (min-width: 576px) {
  footer .middle-wrapper .accreditations .accred-item img {
    max-height: 87px;
  }
}
footer .middle-wrapper .accreditations .accred-item img {
  width: auto;
}
footer hr {
  border-top: 2px solid var(--tc-green);
  opacity: 1;
  margin: 1.5rem 0 0 0;
}
@media (min-width: 576px) {
  footer hr {
    margin: 2.5rem 2rem 0 2rem;
  }
}
@media (min-width: 1504px) {
  footer hr {
    margin: 2.5rem 6rem 0 6rem;
  }
}
footer .bottom-wrapper {
  font-size: 1rem;
  display: grid;
  gap: 2.5rem 1rem;
  padding: 1.5rem 1rem 0 1rem;
}
@media (min-width: 476px) {
  footer .bottom-wrapper {
    padding: 1.5rem 2rem 0 2rem;
  }
}
@media (min-width: 1504px) {
  footer .bottom-wrapper {
    padding: 3rem 6rem 0 6rem;
  }
}
@media (min-width: 1231px) {
  footer .bottom-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1230px) {
  footer .bottom-wrapper .doc-menu {
    grid-area: 1/1/2/3;
  }
  footer .bottom-wrapper .copyright-text {
    grid-area: 2/1/3/2;
  }
  footer .bottom-wrapper .website-by {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 767.98px) {
  footer .bottom-wrapper .copyright-text {
    grid-area: 2/1/3/2;
  }
  footer .bottom-wrapper .doc-menu {
    grid-area: 1/1/2/2;
  }
  footer .bottom-wrapper .website-by {
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 767.98px) {
  footer .bottom-wrapper .copyright-text {
    text-align: center;
  }
}
footer .bottom-wrapper .doc-menu {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .bottom-wrapper .doc-menu {
    margin-bottom: 1rem;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1231px) {
  footer .bottom-wrapper .doc-menu {
    margin-bottom: 0;
  }
}
footer .bottom-wrapper .doc-menu li {
  list-style-type: none;
}
@media (min-width: 768px) {
  footer .bottom-wrapper .doc-menu li:not(:last-child):after {
    content: "-";
  }
}
footer .bottom-wrapper .doc-menu li:not(:last-child):after {
  display: inline-flex;
  margin: 0 0.25rem;
}
footer .bottom-wrapper .doc-menu li a {
  text-decoration: none;
  border: 1px solid var(--tc-white);
  padding: 0.5em 1em;
  border-radius: 100px;
  display: inline-flex;
}
@media (min-width: 768px) {
  footer .bottom-wrapper .doc-menu li a {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
footer .bottom-wrapper .doc-menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 1230px) {
  footer .bottom-wrapper .website-by {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  footer .bottom-wrapper .website-by {
    justify-content: center;
  }
}
footer .bottom-wrapper .website-by img {
  height: auto;
  width: 95px;
  transform: translateY(-10px);
}

.custom-events-home {
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .custom-events-home {
    padding: 4rem 0;
  }
}
.custom-events-home h1, .custom-events-home .h1 {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .custom-events-home h1, .custom-events-home .h1 {
    margin-bottom: 4rem;
  }
}
.custom-events-home .home-wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .custom-events-home .home-wrapper {
    flex-direction: row;
  }
}
.custom-events-home .home-wrapper ul.nav.nav-tabs {
  display: flex;
  border: 2px solid var(--tc-primary);
  margin: 0 0 2rem 0;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (min-width: 400px) {
  .custom-events-home .home-wrapper ul.nav.nav-tabs {
    border-radius: 100px;
    flex-direction: row;
    width: max-content;
  }
}
.custom-events-home .home-wrapper ul.nav.nav-tabs li {
  width: 100%;
}
@media (min-width: 400px) {
  .custom-events-home .home-wrapper ul.nav.nav-tabs li {
    width: 120px;
  }
}
@media (min-width: 576px) {
  .custom-events-home .home-wrapper ul.nav.nav-tabs li {
    width: 152px;
  }
}
.custom-events-home .home-wrapper ul.nav.nav-tabs li .item {
  color: var(--tc-primary);
  border: 0;
  border-radius: 0;
}
@media (min-width: 400px) {
  .custom-events-home .home-wrapper ul.nav.nav-tabs li .item {
    border-radius: 100px;
  }
}
.custom-events-home .home-wrapper ul.nav.nav-tabs li .item {
  font-weight: 700;
  margin: 0;
  width: 100%;
  text-align: center;
}
.custom-events-home .home-wrapper ul.nav.nav-tabs li .item.active {
  background: var(--tc-green);
}
.custom-events-home .home-wrapper ul.nav.nav-tabs li .item:after {
  content: none;
}
@media (min-width: 992px) {
  .custom-events-home .home-wrapper main {
    width: 949px;
  }
}
.custom-events-home .home-wrapper main .events-output {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.archive-navigation {
  padding: 2rem 0;
}

.custom-events-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: var(--tc-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.625rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .custom-events-card {
    flex-direction: row;
  }
}
.custom-events-card .image-holder {
  width: 100%;
}
@media (min-width: 576px) {
  .custom-events-card .image-holder {
    width: 336px;
    max-width: 37.33%;
    flex-shrink: 0;
  }
}
.custom-events-card .image-holder .image-wrapper {
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
}
.custom-events-card .image-holder .image-wrapper.type-video {
  background: var(--tc-primary);
}
.custom-events-card .image-holder .image-wrapper.type-video .custom-video-player,
.custom-events-card .image-holder .image-wrapper.type-video video,
.custom-events-card .image-holder .image-wrapper.type-video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}
.custom-events-card .image-holder .image-wrapper.default-image {
  background: var(--tc-white);
}
.custom-events-card .image-holder .image-wrapper.default-image svg.default-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  height: auto;
  transition: transform 0.3s;
}
.custom-events-card .image-holder .image-wrapper.default-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  height: auto;
}
.custom-events-card .image-holder .image-wrapper.featured-image {
  background: var(--tc-primary);
}
.custom-events-card .image-holder .image-wrapper.featured-image img:not(.brand-icon, .overlay-image) {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s, filter 0.3s;
}
.custom-events-card .image-holder .image-wrapper.using-white-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  height: auto;
  transition: transform 0.3s;
}
.custom-events-card .image-holder .image-wrapper {
  border-radius: 0.625rem;
  overflow: hidden;
}
.custom-events-card .image-holder .image-wrapper.default-image {
  background: var(--tc-primary);
}
.custom-events-card .image-holder .image-wrapper .overlay-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  pointer-events: none;
}
.custom-events-card .content-wrapper h2, .custom-events-card .content-wrapper .h2 {
  margin: 0.5rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.custom-events-card .content-wrapper h2 a, .custom-events-card .content-wrapper .h2 a {
  text-decoration: none;
}
.custom-events-card .content-wrapper h2 a:hover, .custom-events-card .content-wrapper .h2 a:hover {
  color: var(--tc-primary);
  text-decoration: underline;
}
.custom-events-card .content-wrapper .bottom-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.custom-events-card .content-wrapper .bottom-wrapper .details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.custom-events-card .content-wrapper .bottom-wrapper .details-wrapper .date-time-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  flex-wrap: wrap;
}
.custom-events-card .content-wrapper .bottom-wrapper .details-wrapper .location a {
  font-weight: 600;
  text-decoration-color: var(--tc-green);
}
.custom-events-card .content-wrapper .bottom-wrapper .details-wrapper .location a:hover {
  color: var(--tc-primary);
  text-decoration: none !important;
}
.custom-events-card .content-wrapper .bottom-wrapper .button-wrapper {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.custom-events-card .content-wrapper ul.categories {
  display: flex;
  padding: 0 1rem;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.custom-events-card .content-wrapper ul.categories li {
  font-size: 0.75rem;
  list-style-type: none;
}
.custom-events-card .content-wrapper ul.categories li a {
  display: flex;
  color: var(--tc-primary);
  border-radius: 100px;
  padding: 0.2rem 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
}
.custom-events-card .content-wrapper ul.categories li a.no-colour-set {
  background: var(--tc-light-blue-50);
}
.custom-events-card .content-wrapper ul.categories li a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.custom-events-single {
  position: relative;
}
.custom-events-single .title-wrapper {
  background: var(--tc-primary);
  color: var(--tc-white);
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .custom-events-single .title-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2.75rem 0 2rem 0;
  }
}
.custom-events-single .title-wrapper #custom-breadcrumbs {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .custom-events-single .title-wrapper .main-heading {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1440px) {
  .custom-events-single .title-wrapper .main-heading {
    width: calc(100% - 582px);
  }
}
.custom-events-single .title-wrapper .main-heading {
  max-width: 100%;
  padding-right: 2rem;
}
.custom-events-single .title-wrapper ul.categories {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 1rem 0;
}
.custom-events-single .title-wrapper ul.categories li {
  font-size: 0.75rem;
  list-style-type: none;
}
.custom-events-single .title-wrapper ul.categories li a {
  display: flex;
  color: var(--tc-primary);
  border-radius: 100px;
  padding: 0.2rem 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s opacity;
}
.custom-events-single .title-wrapper ul.categories li a.no-colour-set {
  background: var(--tc-light-blue-50);
}
.custom-events-single .title-wrapper ul.categories li a:hover {
  opacity: 0.7;
}
.custom-events-single .single-article-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column-reverse;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .custom-events-single .single-article-wrapper {
    flex-direction: row;
  }
}
.custom-events-single .single-article-wrapper main .main-content,
.custom-events-single .single-article-wrapper main .standfirst {
  max-width: 100%;
}
.custom-events-single .single-article-wrapper main .location-wrapper .name {
  font-weight: 700;
}
.custom-events-single .single-article-wrapper main .location-wrapper .name span {
  font-weight: 400;
}
.custom-events-single .single-article-wrapper main .location-wrapper .map-wrapper {
  height: 0;
}
.custom-events-single .single-article-wrapper aside.details-wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 400px;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .custom-events-single .single-article-wrapper aside.details-wrapper {
    width: 582px;
  }
}
.custom-events-single .single-article-wrapper aside.details-wrapper .internal {
  max-width: 100%;
  box-shadow: 0px 4px 12px 0px rgba(7, 26, 67, 0.0784313725);
  background: var(--tc-white);
}
@media (min-width: 992px) {
  .custom-events-single .single-article-wrapper aside.details-wrapper .internal {
    margin-top: calc((42px + 7.75rem) * -1);
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .custom-events-single .single-article-wrapper aside.details-wrapper .internal {
    width: 582px;
  }
}
.custom-events-single .single-article-wrapper aside.details-wrapper .custom-event-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .custom-event-buttons a {
  width: 100%;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .custom-share-buttons a {
  text-decoration: none;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .custom-share-buttons a:hover {
  text-decoration: none !important;
  color: var(--tc-white);
}
.custom-events-single .single-article-wrapper aside.details-wrapper .details-wrapper {
  display: flex;
  flex-direction: column;
  width: 325px;
  margin: 0 auto;
  max-width: 100%;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .details-content {
  padding: 2rem;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .details-content .date {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .details-content .time {
  margin-top: 0.5rem;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .details-content .name {
  display: flex;
  gap: 0 0.25rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  font-weight: 700;
}
.custom-events-single .single-article-wrapper aside.details-wrapper .details-content .name span {
  font-weight: 400;
}
.custom-events-single .carousel-output {
  position: relative;
  overflow: hidden;
  padding: 3.375rem 0;
}
.custom-events-single .carousel-output .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.custom-events-single .carousel-output .top-wrapper h2, .custom-events-single .carousel-output .top-wrapper .h2 {
  margin-bottom: 0;
  text-shadow: 0px 4px 4px rgba(19, 20, 21, 0.12);
}
.custom-events-single .carousel-output .news-swiper {
  overflow: visible !important;
}
.custom-events-single .article-search {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 992px) {
  .custom-events-single .article-search {
    padding: 7.25rem 0;
  }
}
.custom-events-single .article-search label {
  text-align: center;
  margin: 0;
}
.custom-events-single .article-search form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .custom-events-single .article-search form {
    gap: 2rem;
  }
}
.custom-events-single .article-search form {
  align-items: center;
  justify-content: center;
}
.custom-events-single .article-search form .input-wrapper {
  width: 950px;
  max-width: 100%;
  position: relative;
}
.custom-events-single .article-search form .input-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.25rem;
  font-size: 1.5rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.custom-events-single .article-search form .input-wrapper input {
  background: var(--tc-white);
  border-radius: 100px;
  border: 2px solid var(--tc-primary);
  padding: 1.75rem 5rem 1.75rem 3rem;
  width: 100%;
}
.custom-events-single .article-search form .input-wrapper input::placeholder {
  color: var(--tc-primary);
  text-overflow: ellipsis;
}
.custom-events-single .article-search .topics-output {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
  margin-top: 2.5rem;
}
.custom-events-single .article-search .topics-output .text {
  font-size: 1rem;
  font-weight: 700;
}
.custom-events-single .article-search .topics-output ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.custom-events-single .article-search .topics-output ul li {
  list-style-type: none;
}
.custom-events-single .article-search .topics-output ul li a {
  text-decoration-color: var(--tc-green);
}
.custom-events-single .view-other {
  position: relative;
  padding: 0 0 5rem 0;
  text-align: center;
}
.custom-events-single .view-other hr {
  opacity: 1;
  margin: 0 0 5rem 0;
  border-top: 1px solid var(--tc-off-grey);
}
.custom-events-single .view-other h2, .custom-events-single .view-other .h2 {
  margin-bottom: 2rem;
}
.custom-events-single .view-other ul {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.custom-events-single .view-other ul li {
  list-style-type: none;
}
.custom-events-single .view-other ul li a {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tc-primary);
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  transition: 0.3s background-color, 0.3s color;
}
.custom-events-single .view-other ul li a:hover {
  background: var(--tc-primary);
  color: var(--tc-white);
}
