@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
:root {
  --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-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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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-bg: #fff;
}

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

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

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

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

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

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

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],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

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

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@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: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1700px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 > * {
  -ms-flex-negative: 0;
  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);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-xxs {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxs-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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: 480px) {
  .col-xs {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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: 1500px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 374.98px) {
  .table-responsive-xxs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 479.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1699.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

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

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 375px) {
  .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: 480px) {
  .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: 1500px) {
  .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;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 375px) {
  .navbar-expand-xxs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxs .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxs .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xxs .offcanvas-top,
  .navbar-expand-xxs .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxs .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 480px) {
  .navbar-expand-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xs .offcanvas-top,
  .navbar-expand-xs .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xs .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1700px) {
  .navbar-expand-xxxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-expand-xxxl .offcanvas-top,
  .navbar-expand-xxxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    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;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .list-group-horizontal-xxs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 480px) {
  .list-group-horizontal-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1700px) {
  .list-group-horizontal-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

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

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 15px;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 374.98px) {
  .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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 479.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 {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

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

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

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

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

.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

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

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

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

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

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

@media (min-width: 375px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 480px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .float-xxs-start {
    float: left !important;
  }
  .float-xxs-end {
    float: right !important;
  }
  .float-xxs-none {
    float: 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-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
  .flex-xxs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xxs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxs-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxs-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxs-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxs-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxs-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxs-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxs-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxs-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxs-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .text-xxs-start {
    text-align: left !important;
  }
  .text-xxs-end {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 480px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: 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-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .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;
  }
  .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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .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;
  }
  .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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .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;
  }
  .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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .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;
  }
  .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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: 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-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --padding: 20px;
  --col-padding: 12px;
  --header-height: 70px;
  --primary-nav-height: 70px;
  --secondary-nav-height: 0;
  --notification-height: 65px;
  --search-height: 80px;
}
@media (min-width: 480px) {
  :root {
    --padding: 30px;
    --col-padding: 15px;
    --header-height: 70px;
    --primary-nav-height: 70px;
    --secondary-nav-height: 0;
  }
}
@media (min-width: 576px) {
  :root {
    --padding: 35px;
    --col-padding: 15px;
    --header-height: 70px;
    --primary-nav-height: 70px;
    --secondary-nav-height: 0;
  }
}
@media (min-width: 768px) {
  :root {
    --padding: 40px;
    --col-padding: 15px;
    --header-height: 70px;
    --primary-nav-height: 70px;
    --secondary-nav-height: 0;
  }
}
@media (min-width: 992px) {
  :root {
    --padding: 45px;
    --col-padding: 15px;
    --header-height: 125px;
    --primary-nav-height: 79px;
    --secondary-nav-height: 46px;
    --notification-height: 55px;
    --search-height: 150px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding: 50px;
    --col-padding: 20px;
    --header-height: 140px;
    --primary-nav-height: 85px;
    --secondary-nav-height: 55px;
  }
}
@media (min-width: 1500px) {
  :root {
    --padding: 55px;
    --col-padding: 20px;
    --header-height: 150px;
    --primary-nav-height: 95px;
    --secondary-nav-height: 55px;
  }
}
@media (min-width: 1700px) {
  :root {
    --padding: 60px;
    --col-padding: 25px;
    --header-height: 150px;
    --primary-nav-height: 95px;
    --secondary-nav-height: 55px;
  }
}

/*!
 * CSSizing v0.1 (https://cssizing.com/)
 * Copyright 2020-2021 The CSSizing Authors
 */
:root {
  --cs-screen-sizes: 9;
  --cs-screen-size-min: 0;
  --cs-screen-size-max: 9;
  --cs-screen-size-offset: 0;
  --cs-scale: 1;
  --cs-property-screen-sizes: var(--cs-screen-sizes);
  --cs-root-rems: 16;
  --cs-current-size: 1;
  --cs-exponential: var(--cs-1-exponential);
  --cs-1-exponential: 0;
  --cs-2-exponential: (var(--cs-1-exponential) + (var(--cs-property-screen-sizes) / 2) - (1 - var(--cs-screen-size-offset)));
  --cs-3-exponential: (var(--cs-2-exponential) + (var(--cs-property-screen-sizes) / 2) - (2 - var(--cs-screen-size-offset)));
  --cs-4-exponential: (var(--cs-3-exponential) + (var(--cs-property-screen-sizes) / 2) - (3 - var(--cs-screen-size-offset)));
  --cs-5-exponential: (var(--cs-4-exponential) + (var(--cs-property-screen-sizes) / 2) - (4 - var(--cs-screen-size-offset)));
  --cs-6-exponential: (var(--cs-5-exponential) + (var(--cs-property-screen-sizes) / 2) - (5 - var(--cs-screen-size-offset)));
  --cs-7-exponential: (var(--cs-6-exponential) + (var(--cs-property-screen-sizes) / 2) - (6 - var(--cs-screen-size-offset)));
  --cs-8-exponential: (var(--cs-7-exponential) + (var(--cs-property-screen-sizes) / 2) - (7 - var(--cs-screen-size-offset)));
  --cs-9-exponential: (var(--cs-8-exponential) + (var(--cs-property-screen-sizes) / 2) - (8 - var(--cs-screen-size-offset)));
}
:root .sizing_1 {
  --cs-current-size: 1;
  --cs-exponential: var(--cs-1-exponential);
}
:root .sizing_2 {
  --cs-current-size: 2;
  --cs-exponential: var(--cs-2-exponential);
}
@media (min-width: 375px) {
  :root {
    --cs-current-size: 2;
    --cs-exponential: var(--cs-2-exponential);
  }
}
:root .sizing_3 {
  --cs-current-size: 3;
  --cs-exponential: var(--cs-3-exponential);
}
@media (min-width: 480px) {
  :root {
    --cs-current-size: 3;
    --cs-exponential: var(--cs-3-exponential);
  }
}
:root .sizing_4 {
  --cs-current-size: 4;
  --cs-exponential: var(--cs-4-exponential);
}
@media (min-width: 576px) {
  :root {
    --cs-current-size: 4;
    --cs-exponential: var(--cs-4-exponential);
  }
}
:root .sizing_5 {
  --cs-current-size: 5;
  --cs-exponential: var(--cs-5-exponential);
}
@media (min-width: 768px) {
  :root {
    --cs-current-size: 5;
    --cs-exponential: var(--cs-5-exponential);
  }
}
:root .sizing_6 {
  --cs-current-size: 6;
  --cs-exponential: var(--cs-6-exponential);
}
@media (min-width: 992px) {
  :root {
    --cs-current-size: 6;
    --cs-exponential: var(--cs-6-exponential);
  }
}
:root .sizing_7 {
  --cs-current-size: 7;
  --cs-exponential: var(--cs-7-exponential);
}
@media (min-width: 1200px) {
  :root {
    --cs-current-size: 7;
    --cs-exponential: var(--cs-7-exponential);
  }
}
:root .sizing_8 {
  --cs-current-size: 8;
  --cs-exponential: var(--cs-8-exponential);
}
@media (min-width: 1500px) {
  :root {
    --cs-current-size: 8;
    --cs-exponential: var(--cs-8-exponential);
  }
}
:root .sizing_9 {
  --cs-current-size: 9;
  --cs-exponential: var(--cs-9-exponential);
}
@media (min-width: 1700px) {
  :root {
    --cs-current-size: 9;
    --cs-exponential: var(--cs-9-exponential);
  }
}

* {
  --cs-property-current-size: ((var(--cs-current-size) - 1) - var(--cs-screen-size-offset));
}

/* ---- Google Fonts ----*/
/*
Serif
*/
/*
Sans Serif
*/
/*
@mixin sansSerifSemiBold {
	@include sansSerifFontStack;
	font-weight: 600;
	font-style: normal;
}

@mixin sansSerifSemiBoldItalic {
	@include sansSerifFontStack;
	font-weight: 600;
	font-style: italic;
}
*/
/*
Cursive - Homemade Apple
*/
* {
  -webkit-font-smoothing: antialiased;
}

html, body {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  --cs-font-size-start: 12;
  --cs-font-size-end: 16;
  --cs-font-size-unit: 1px;
  --cs-font-size-increment: (var(--cs-font-size-end) - var(--cs-font-size-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-font-size: ((var(--cs-property-current-size) * var(--cs-font-size-increment)) + var(--cs-font-size-start));
  font-size: calc(var(--cs-font-size) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  --cs-letter-spacing-start: 0;
  --cs-letter-spacing-end: 0;
  --cs-letter-spacing-unit: 1px;
  --cs-letter-spacing-increment: (var(--cs-letter-spacing-end) - var(--cs-letter-spacing-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-letter-spacing: ((var(--cs-property-current-size) * var(--cs-letter-spacing-increment)) + var(--cs-letter-spacing-start));
  letter-spacing: calc(var(--cs-letter-spacing) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  margin: 0;
  padding: 0;
  color: #181818;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, p:last-child {
  margin-bottom: 0;
}
.busy_background h1, .busy_background .h1, .busy_background h2, .busy_background .h2, .busy_background h3, .busy_background .h3, .busy_background h4, .busy_background .h4, .busy_background h5, .busy_background .h5, .busy_background h6, .busy_background .h6, .busy_background p {
  text-shadow: 2px 2px 1px rgba(50, 50, 50, 0.65);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, p a {
  color: #331e54;
  text-decoration: none;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, p a:hover {
  color: #9683B2;
  text-decoration: none;
}
h1.no_margins, .no_margins.h1, h2.no_margins, .no_margins.h2, h3.no_margins, .no_margins.h3, h4.no_margins, .no_margins.h4, h5.no_margins, .no_margins.h5, h6.no_margins, .no_margins.h6, p.no_margins {
  margin-top: 0;
  margin-bottom: 0;
}

td, th, li, label, blockquote, form, .breadcrumb-item, .nav-item, .nav-parent, .page-link, .stat_number {
  --cs-font-size-start: 12;
  --cs-font-size-end: 16;
  --cs-font-size-unit: 1px;
  --cs-font-size-increment: (var(--cs-font-size-end) - var(--cs-font-size-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-font-size: ((var(--cs-property-current-size) * var(--cs-font-size-increment)) + var(--cs-font-size-start));
  font-size: calc(var(--cs-font-size) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  --cs-letter-spacing-start: 0;
  --cs-letter-spacing-end: 0;
  --cs-letter-spacing-unit: 1px;
  --cs-letter-spacing-increment: (var(--cs-letter-spacing-end) - var(--cs-letter-spacing-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-letter-spacing: ((var(--cs-property-current-size) * var(--cs-letter-spacing-increment)) + var(--cs-letter-spacing-start));
  letter-spacing: calc(var(--cs-letter-spacing) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
h1 a:after, .h1 a:after, h2 a:after, .h2 a:after, h3 a:after, .h3 a:after, h4 a:after, .h4 a:after, h5 a:after, .h5 a:after, h6 a:after, .h6 a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  h1 a:after, .h1 a:after, h2 a:after, .h2 a:after, h3 a:after, .h3 a:after, h4 a:after, .h4 a:after, h5 a:after, .h5 a:after, h6 a:after, .h6 a:after {
    display: none;
  }
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  text-decoration: none;
}
h1 a:hover:after, .h1 a:hover:after, h2 a:hover:after, .h2 a:hover:after, h3 a:hover:after, .h3 a:hover:after, h4 a:hover:after, .h4 a:hover:after, h5 a:hover:after, .h5 a:hover:after, h6 a:hover:after, .h6 a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
h1 a:after, .h1 a:after, h2 a:after, .h2 a:after, h3 a:after, .h3 a:after, h4 a:after, .h4 a:after, h5 a:after, .h5 a:after, h6 a:after, .h6 a:after {
  background-color: #9683B2;
  background: -webkit-gradient(linear, left top, right top, from(#9683B2), color-stop(50%, rgba(150, 131, 178, 0.35)), to(rgba(150, 131, 178, 0)));
  background: -o-linear-gradient(left, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  background: linear-gradient(to right, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@-webkit-keyframes hoverUnderline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@keyframes hoverUnderline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@-webkit-keyframes hoverUnderlineCenter {
  0% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@keyframes hoverUnderlineCenter {
  0% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
h1 a:hover:after, .h1 a:hover:after, h2 a:hover:after, .h2 a:hover:after, h3 a:hover:after, .h3 a:hover:after, h4 a:hover:after, .h4 a:hover:after, h5 a:hover:after, .h5 a:hover:after, h6 a:hover:after, .h6 a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
  animation: hoverUnderline 800ms;
}
@media print {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    page-break-after: avoid;
  }
}

a:empty {
  display: none;
}

h1, .h1 {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 27;
  --cs-font-size-end: 48;
  color: #331e54;
  line-height: 1.2;
  --cs-margin-top-start: 19.5;
  --cs-margin-top-end: 39;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media print {
  h1, .h1 {
    font-size: 48px !important;
  }
}
h1.sm, .h1.sm {
  --cs-font-size-start: 24;
  --cs-font-size-end: 41;
}
@media print {
  h1.sm, .h1.sm {
    font-size: 44px !important;
  }
}
h1.lg, .h1.lg {
  --cs-font-size-start: 27;
  --cs-font-size-end: 58;
}
@media print {
  h1.lg, .h1.lg {
    font-size: 60px !important;
  }
}
.reversed h1, .reversed .h1 {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}

h2, .h2 {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 24;
  --cs-font-size-end: 43;
  color: #331e54;
  line-height: 1.25;
  --cs-margin-top-start: 19.5;
  --cs-margin-top-end: 39;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.reversed h2, .reversed .h2 {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}

h3, .h3 {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 22;
  --cs-font-size-end: 33;
  color: #331e54;
  line-height: 1.3;
  --cs-margin-top-start: 19.5;
  --cs-margin-top-end: 39;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.reversed h3, .reversed .h3 {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}

h4, .h4 {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 19;
  --cs-font-size-end: 26;
  color: #331e54;
  line-height: 1.4;
  --cs-margin-top-start: 19.5;
  --cs-margin-top-end: 39;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.reversed h4, .reversed .h4 {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}

h5, .h5 {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 17;
  --cs-font-size-end: 20;
  color: #331e54;
  --cs-margin-top-start: 19.5;
  --cs-margin-top-end: 39;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.reversed h5, .reversed .h5 {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}

h6, .h6 {
  --cs-margin-top-start: 19.5;
  --cs-margin-top-end: 39;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 9.75;
  --cs-margin-bottom-end: 19.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 15;
  --cs-font-size-end: 16.5;
  --cs-letter-spacing-start: 1;
  --cs-letter-spacing-end: 2;
  color: #71A28A;
  text-transform: uppercase;
}
.reversed h6, .reversed .h6 {
  color: #FFFFFF;
}
h6 + h1, h6 + .h1, .h6 + .h1, h6 + h2, h6 + .h2, .h6 + .h2, h6 + h3, h6 + .h3, .h6 + .h3, h6 + h4, h6 + .h4, .h6 + .h4, h6 + h5, h6 + .h5, .h6 + .h5, .h6 + h1, .h6 + h2, .h6 + h3, .h6 + h4, .h6 + h5 {
  margin-top: 10px;
}
h6.lg, .h6.lg {
  --cs-font-size-start: 17;
  --cs-font-size-end: 22;
}
@media print {
  h6.lg, .h6.lg {
    font-size: 23px !important;
  }
}
h6.sm, .h6.sm {
  --cs-font-size-start: 14;
  --cs-font-size-end: 14;
  --cs-letter-spacing-start: 1;
  --cs-letter-spacing-end: 1;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 800;
  font-style: normal;
}
@media print {
  h6.sm, .h6.sm {
    font-size: 14px !important;
  }
}
h6.alt, .h6.alt {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 13;
  --cs-font-size-end: 14.5;
  --cs-letter-spacing-start: 0;
  --cs-letter-spacing-end: 0;
  text-transform: none;
  color: #9683B2;
  letter-spacing: 0;
}
@media print {
  h6.alt, .h6.alt {
    font-size: 15px !important;
  }
}
.reversed h6.alt, .reversed .h6.alt {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  color: #9683B2;
}
.busy_background h6.alt, .busy_background .h6.alt {
  color: #FFFFFF;
}
h6.alt.lg, .h6.alt.lg {
  --cs-font-size-start: 14;
  --cs-font-size-end: 17;
}
@media print {
  h6.alt.lg, .h6.alt.lg {
    font-size: 18px !important;
  }
}

p, .p {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  --cs-margin-top-start: 7.5;
  --cs-margin-top-end: 15;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 17.25;
  --cs-margin-bottom-end: 34.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media print {
  p, .p {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
p:first-child, .p:first-child {
  margin-top: 0;
}
p b, p strong, .p b, .p strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed p b, .reversed p strong, .reversed .p b, .reversed .p strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed p, .reversed .p {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
p.lg, .p.lg {
  --cs-font-size-start: 16;
  --cs-font-size-end: 21;
}
@media print {
  p.lg, .p.lg {
    font-size: 25px !important;
  }
}
p.sm, .p.sm {
  --cs-font-size-start: 13;
  --cs-font-size-end: 16;
  line-height: 1.7;
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media print {
  p.sm, .p.sm {
    font-size: 19px !important;
  }
}
.reversed p.sm, .reversed .p.sm {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  color: #B09CCD;
}
p.xs, .p.xs {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 12;
  --cs-font-size-end: 14;
}
@media print {
  p.xs, .p.xs {
    font-size: 15px !important;
  }
}
.reversed p.xs, .reversed .p.xs {
  color: #B09CCD;
}
p a, .p a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #331e54;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: inline;
}
p a:after, .p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  p a:after, .p a:after {
    display: none;
  }
}
p a:hover, .p a:hover {
  text-decoration: none;
}
p a:hover:after, .p a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
p a:after, .p a:after {
  background-color: #9683B2;
  background: -webkit-gradient(linear, left top, right top, from(#9683B2), color-stop(50%, rgba(150, 131, 178, 0.35)), to(rgba(150, 131, 178, 0)));
  background: -o-linear-gradient(left, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  background: linear-gradient(to right, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@keyframes hoverUnderline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@keyframes hoverUnderlineCenter {
  0% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
p a:hover:after, .p a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
  animation: hoverUnderline 800ms;
}
@media print {
  p a, .p a {
    background: transparent !important;
  }
}
p a:hover, .p a:hover {
  color: #9683B2;
}
.reversed p a, .reversed .p a {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.less_spacing p, .less_spacing .p {
  --cs-margin-top-start: 5.25;
  --cs-margin-top-end: 10.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 5.25;
  --cs-margin-bottom-end: 10.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}
ul.list-inline_dividers, ol.list-inline_dividers {
  margin: 20px 0;
}
ul.list-inline_dividers:first-child, ol.list-inline_dividers:first-child {
  margin-top: 0;
}
ul.list-inline_dividers:last-child, ol.list-inline_dividers:last-child {
  margin-bottom: 0;
}
ul.list-inline_dividers li, ol.list-inline_dividers li {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  --cs-font-size-start: 16;
  --cs-font-size-end: 21;
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 8px 0;
  padding-left: 25px;
}
@media print {
  ul.list-inline_dividers li, ol.list-inline_dividers li {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
ul.list-inline_dividers li:first-child, ol.list-inline_dividers li:first-child {
  margin-top: 0;
}
ul.list-inline_dividers li b, ul.list-inline_dividers li strong, ol.list-inline_dividers li b, ol.list-inline_dividers li strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed ul.list-inline_dividers li b, .reversed ul.list-inline_dividers li strong, .reversed ol.list-inline_dividers li b, .reversed ol.list-inline_dividers li strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed ul.list-inline_dividers li, .reversed ol.list-inline_dividers li {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
@media print {
  ul.list-inline_dividers li, ol.list-inline_dividers li {
    font-size: 25px !important;
  }
}
ul.list-inline_dividers li:last-child, ol.list-inline_dividers li:last-child {
  margin-bottom: 0;
}
ul.list-inline_dividers li:before, ol.list-inline_dividers li:before {
  content: "•";
  color: #9683B2;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
@media (min-width: 576px) {
  ul.list-inline_dividers li, ol.list-inline_dividers li {
    display: inline-block;
    margin: 4px 0;
  }
  ul.list-inline_dividers li:first-child, ol.list-inline_dividers li:first-child {
    padding-left: 0;
  }
  ul.list-inline_dividers li:first-child:before, ol.list-inline_dividers li:first-child:before {
    display: none;
  }
}
ul.list-inline_dividers.sm li, ol.list-inline_dividers.sm li {
  --cs-font-size-start: 13;
  --cs-font-size-end: 16;
  line-height: 1.7;
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  padding-left: 17px;
}
@media print {
  ul.list-inline_dividers.sm li, ol.list-inline_dividers.sm li {
    font-size: 19px !important;
  }
}
.reversed ul.list-inline_dividers.sm li, .reversed ol.list-inline_dividers.sm li {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  color: #B09CCD;
}
ul.list-inline_dividers.sm li:before, ol.list-inline_dividers.sm li:before {
  width: 17px;
  margin-left: -17px;
}
@media (min-width: 576px) {
  ul.list-inline_dividers.sm li:first-child, ol.list-inline_dividers.sm li:first-child {
    padding-left: 0;
  }
}

@media print {
  .userContent, .wysisyg, .tab-pane {
    display: table;
  }
}
.userContent ul:not(.tags), .userContent ol:not(.tags), .wysisyg ul:not(.tags), .wysisyg ol:not(.tags), .tab-pane ul:not(.tags), .tab-pane ol:not(.tags) {
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 26.25;
  --cs-margin-bottom-end: 52.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  padding-left: 25px;
}
@media (min-width: 576px) {
  .userContent ul:not(.tags), .userContent ol:not(.tags), .wysisyg ul:not(.tags), .wysisyg ol:not(.tags), .tab-pane ul:not(.tags), .tab-pane ol:not(.tags) {
    padding-left: 40px;
  }
}
.userContent ul:not(.tags):last-child, .userContent ol:not(.tags):last-child, .wysisyg ul:not(.tags):last-child, .wysisyg ol:not(.tags):last-child, .tab-pane ul:not(.tags):last-child, .tab-pane ol:not(.tags):last-child {
  margin-bottom: 0;
}
.userContent ul:not(.tags) li, .userContent ol:not(.tags) li, .wysisyg ul:not(.tags) li, .wysisyg ol:not(.tags) li, .tab-pane ul:not(.tags) li, .tab-pane ol:not(.tags) li {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  line-height: 1.3;
  --cs-margin-bottom-end: 28;
}
@media print {
  .userContent ul:not(.tags) li, .userContent ol:not(.tags) li, .wysisyg ul:not(.tags) li, .wysisyg ol:not(.tags) li, .tab-pane ul:not(.tags) li, .tab-pane ol:not(.tags) li {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
.userContent ul:not(.tags) li:first-child, .userContent ol:not(.tags) li:first-child, .wysisyg ul:not(.tags) li:first-child, .wysisyg ol:not(.tags) li:first-child, .tab-pane ul:not(.tags) li:first-child, .tab-pane ol:not(.tags) li:first-child {
  margin-top: 0;
}
.userContent ul:not(.tags) li b, .userContent ul:not(.tags) li strong, .userContent ol:not(.tags) li b, .userContent ol:not(.tags) li strong, .wysisyg ul:not(.tags) li b, .wysisyg ul:not(.tags) li strong, .wysisyg ol:not(.tags) li b, .wysisyg ol:not(.tags) li strong, .tab-pane ul:not(.tags) li b, .tab-pane ul:not(.tags) li strong, .tab-pane ol:not(.tags) li b, .tab-pane ol:not(.tags) li strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed .userContent ul:not(.tags) li b, .reversed .userContent ul:not(.tags) li strong, .reversed .userContent ol:not(.tags) li b, .reversed .userContent ol:not(.tags) li strong, .reversed .wysisyg ul:not(.tags) li b, .reversed .wysisyg ul:not(.tags) li strong, .reversed .wysisyg ol:not(.tags) li b, .reversed .wysisyg ol:not(.tags) li strong, .reversed .tab-pane ul:not(.tags) li b, .reversed .tab-pane ul:not(.tags) li strong, .reversed .tab-pane ol:not(.tags) li b, .reversed .tab-pane ol:not(.tags) li strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed .userContent ul:not(.tags) li, .reversed .userContent ol:not(.tags) li, .reversed .wysisyg ul:not(.tags) li, .reversed .wysisyg ol:not(.tags) li, .reversed .tab-pane ul:not(.tags) li, .reversed .tab-pane ol:not(.tags) li {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
.userContent ul:not(.tags) li a, .userContent ol:not(.tags) li a, .wysisyg ul:not(.tags) li a, .wysisyg ol:not(.tags) li a, .tab-pane ul:not(.tags) li a, .tab-pane ol:not(.tags) li a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #331e54;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-decoration: none;
}
.userContent ul:not(.tags) li a:after, .userContent ol:not(.tags) li a:after, .wysisyg ul:not(.tags) li a:after, .wysisyg ol:not(.tags) li a:after, .tab-pane ul:not(.tags) li a:after, .tab-pane ol:not(.tags) li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  .userContent ul:not(.tags) li a:after, .userContent ol:not(.tags) li a:after, .wysisyg ul:not(.tags) li a:after, .wysisyg ol:not(.tags) li a:after, .tab-pane ul:not(.tags) li a:after, .tab-pane ol:not(.tags) li a:after {
    display: none;
  }
}
.userContent ul:not(.tags) li a:hover, .userContent ol:not(.tags) li a:hover, .wysisyg ul:not(.tags) li a:hover, .wysisyg ol:not(.tags) li a:hover, .tab-pane ul:not(.tags) li a:hover, .tab-pane ol:not(.tags) li a:hover {
  text-decoration: none;
}
.userContent ul:not(.tags) li a:hover:after, .userContent ol:not(.tags) li a:hover:after, .wysisyg ul:not(.tags) li a:hover:after, .wysisyg ol:not(.tags) li a:hover:after, .tab-pane ul:not(.tags) li a:hover:after, .tab-pane ol:not(.tags) li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.userContent ul:not(.tags) li a:after, .userContent ol:not(.tags) li a:after, .wysisyg ul:not(.tags) li a:after, .wysisyg ol:not(.tags) li a:after, .tab-pane ul:not(.tags) li a:after, .tab-pane ol:not(.tags) li a:after {
  background-color: #9683B2;
  background: -webkit-gradient(linear, left top, right top, from(#9683B2), color-stop(50%, rgba(150, 131, 178, 0.35)), to(rgba(150, 131, 178, 0)));
  background: -o-linear-gradient(left, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  background: linear-gradient(to right, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@keyframes hoverUnderline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@keyframes hoverUnderlineCenter {
  0% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
.userContent ul:not(.tags) li a:hover:after, .userContent ol:not(.tags) li a:hover:after, .wysisyg ul:not(.tags) li a:hover:after, .wysisyg ol:not(.tags) li a:hover:after, .tab-pane ul:not(.tags) li a:hover:after, .tab-pane ol:not(.tags) li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
  animation: hoverUnderline 800ms;
}
.userContent ul:not(.tags) li a:hover, .userContent ol:not(.tags) li a:hover, .wysisyg ul:not(.tags) li a:hover, .wysisyg ol:not(.tags) li a:hover, .tab-pane ul:not(.tags) li a:hover, .tab-pane ol:not(.tags) li a:hover {
  color: #9683B2;
}
.reversed .userContent ul:not(.tags) li a, .reversed .userContent ol:not(.tags) li a, .reversed .wysisyg ul:not(.tags) li a, .reversed .wysisyg ol:not(.tags) li a, .reversed .tab-pane ul:not(.tags) li a, .reversed .tab-pane ol:not(.tags) li a {
  color: #B09CCD;
}
.userContent ul:not(.tags) li > ul, .userContent ol:not(.tags) li > ul, .wysisyg ul:not(.tags) li > ul, .wysisyg ol:not(.tags) li > ul, .tab-pane ul:not(.tags) li > ul, .tab-pane ol:not(.tags) li > ul {
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent ul:not(.tags) li > ul:last-child, .userContent ol:not(.tags) li > ul:last-child, .wysisyg ul:not(.tags) li > ul:last-child, .wysisyg ol:not(.tags) li > ul:last-child, .tab-pane ul:not(.tags) li > ul:last-child, .tab-pane ol:not(.tags) li > ul:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .userContent ul:not(.tags) li > ul:last-child, .userContent ol:not(.tags) li > ul:last-child, .wysisyg ul:not(.tags) li > ul:last-child, .wysisyg ol:not(.tags) li > ul:last-child, .tab-pane ul:not(.tags) li > ul:last-child, .tab-pane ol:not(.tags) li > ul:last-child {
    margin-bottom: 30px;
  }
}
.userContent ul:not(.tags) li > ul li:before, .userContent ol:not(.tags) li > ul li:before, .wysisyg ul:not(.tags) li > ul li:before, .wysisyg ol:not(.tags) li > ul li:before, .tab-pane ul:not(.tags) li > ul li:before, .tab-pane ol:not(.tags) li > ul li:before {
  content: "○";
  color: #331e54;
}
.userContent ul:not(.tags) li:before, .wysisyg ul:not(.tags) li:before, .tab-pane ul:not(.tags) li:before {
  content: "•";
  color: #331e54;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.userContent ol, .wysisyg ol, .tab-pane ol {
  counter-reset: item;
}
.userContent ol:not(.tags) li, .wysisyg ol:not(.tags) li, .tab-pane ol:not(.tags) li {
  list-style-type: none;
  counter-increment: item;
  position: relative;
}
.userContent ol:not(.tags) li:before, .wysisyg ol:not(.tags) li:before, .tab-pane ol:not(.tags) li:before {
  content: counter(item) ".";
  color: #331e54;
  font-weight: bold;
  left: -40px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.userContent ol:not(.tags) li li:before, .wysisyg ol:not(.tags) li li:before, .tab-pane ol:not(.tags) li li:before {
  content: counter(item, lower-alpha) ". ";
}
.userContent ol:not(.tags) li li li:before, .wysisyg ol:not(.tags) li li li:before, .tab-pane ol:not(.tags) li li li:before {
  content: counter(item, lower-roman) ". ";
}
.userContent table, .wysisyg table, .tab-pane table {
  width: 100%;
  --cs-margin-top-start: 15;
  --cs-margin-top-end: 30;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  border-top: 6px solid #9683B2;
}
.userContent table td, .userContent table th, .wysisyg table td, .wysisyg table th, .tab-pane table td, .tab-pane table th {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  padding: 15px 10px;
  border-bottom: 1px solid #DAD9D7;
}
@media print {
  .userContent table td, .userContent table th, .wysisyg table td, .wysisyg table th, .tab-pane table td, .tab-pane table th {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
.userContent table td:first-child, .userContent table th:first-child, .wysisyg table td:first-child, .wysisyg table th:first-child, .tab-pane table td:first-child, .tab-pane table th:first-child {
  margin-top: 0;
}
.userContent table td b, .userContent table td strong, .userContent table th b, .userContent table th strong, .wysisyg table td b, .wysisyg table td strong, .wysisyg table th b, .wysisyg table th strong, .tab-pane table td b, .tab-pane table td strong, .tab-pane table th b, .tab-pane table th strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed .userContent table td b, .reversed .userContent table td strong, .reversed .userContent table th b, .reversed .userContent table th strong, .reversed .wysisyg table td b, .reversed .wysisyg table td strong, .reversed .wysisyg table th b, .reversed .wysisyg table th strong, .reversed .tab-pane table td b, .reversed .tab-pane table td strong, .reversed .tab-pane table th b, .reversed .tab-pane table th strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed .userContent table td, .reversed .userContent table th, .reversed .wysisyg table td, .reversed .wysisyg table th, .reversed .tab-pane table td, .reversed .tab-pane table th {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
.reversed .userContent table td, .reversed .userContent table th, .reversed .wysisyg table td, .reversed .wysisyg table th, .reversed .tab-pane table td, .reversed .tab-pane table th {
  border-bottom-color: rgba(150, 131, 178, 0.5);
}
@media (min-width: 992px) {
  .userContent table td, .userContent table th, .wysisyg table td, .wysisyg table th, .tab-pane table td, .tab-pane table th {
    padding: 20px;
  }
}
.userContent table td a, .userContent table th a, .wysisyg table td a, .wysisyg table th a, .tab-pane table td a, .tab-pane table th a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #331e54;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: inline;
  text-decoration: none;
}
.userContent table td a:after, .userContent table th a:after, .wysisyg table td a:after, .wysisyg table th a:after, .tab-pane table td a:after, .tab-pane table th a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  .userContent table td a:after, .userContent table th a:after, .wysisyg table td a:after, .wysisyg table th a:after, .tab-pane table td a:after, .tab-pane table th a:after {
    display: none;
  }
}
.userContent table td a:hover, .userContent table th a:hover, .wysisyg table td a:hover, .wysisyg table th a:hover, .tab-pane table td a:hover, .tab-pane table th a:hover {
  text-decoration: none;
}
.userContent table td a:hover:after, .userContent table th a:hover:after, .wysisyg table td a:hover:after, .wysisyg table th a:hover:after, .tab-pane table td a:hover:after, .tab-pane table th a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.userContent table td a:after, .userContent table th a:after, .wysisyg table td a:after, .wysisyg table th a:after, .tab-pane table td a:after, .tab-pane table th a:after {
  background-color: #9683B2;
  background: -webkit-gradient(linear, left top, right top, from(#9683B2), color-stop(50%, rgba(150, 131, 178, 0.35)), to(rgba(150, 131, 178, 0)));
  background: -o-linear-gradient(left, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  background: linear-gradient(to right, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@keyframes hoverUnderline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@keyframes hoverUnderlineCenter {
  0% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
.userContent table td a:hover:after, .userContent table th a:hover:after, .wysisyg table td a:hover:after, .wysisyg table th a:hover:after, .tab-pane table td a:hover:after, .tab-pane table th a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
  animation: hoverUnderline 800ms;
}
.reversed .userContent table td a, .reversed .userContent table th a, .reversed .wysisyg table td a, .reversed .wysisyg table th a, .reversed .tab-pane table td a, .reversed .tab-pane table th a {
  color: #B09CCD;
}
.userContent table td a:hover, .userContent table th a:hover, .wysisyg table td a:hover, .wysisyg table th a:hover, .tab-pane table td a:hover, .tab-pane table th a:hover {
  color: #9683B2;
}
.reversed .userContent table td a:hover, .reversed .userContent table th a:hover, .reversed .wysisyg table td a:hover, .reversed .wysisyg table th a:hover, .reversed .tab-pane table td a:hover, .reversed .tab-pane table th a:hover {
  color: #cbbede;
}
.userContent table th, .wysisyg table th, .tab-pane table th {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 900;
  font-style: normal;
}
@media (max-width: 767px) {
  .userContent table.table_mobile_block table, .userContent table.table_mobile_block tr, .userContent table.table_mobile_block td, .wysisyg table.table_mobile_block table, .wysisyg table.table_mobile_block tr, .wysisyg table.table_mobile_block td, .tab-pane table.table_mobile_block table, .tab-pane table.table_mobile_block tr, .tab-pane table.table_mobile_block td {
    display: block !important;
  }
  .userContent table.table_mobile_block td, .wysisyg table.table_mobile_block td, .tab-pane table.table_mobile_block td {
    border-bottom: none;
    padding: 10px;
  }
  .userContent table.table_mobile_block tr, .wysisyg table.table_mobile_block tr, .tab-pane table.table_mobile_block tr {
    border-bottom: 1px solid #DAD9D7;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .userContent table.table_mobile_block tr:first-child, .wysisyg table.table_mobile_block tr:first-child, .tab-pane table.table_mobile_block tr:first-child {
    padding-top: 20px;
  }
}
.userContent > div, .wysisyg > div, .tab-pane > div {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  --cs-margin-top-start: 7.5;
  --cs-margin-top-end: 15;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media print {
  .userContent > div, .wysisyg > div, .tab-pane > div {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
.userContent > div:first-child, .wysisyg > div:first-child, .tab-pane > div:first-child {
  margin-top: 0;
}
.userContent > div b, .userContent > div strong, .wysisyg > div b, .wysisyg > div strong, .tab-pane > div b, .tab-pane > div strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed .userContent > div b, .reversed .userContent > div strong, .reversed .wysisyg > div b, .reversed .wysisyg > div strong, .reversed .tab-pane > div b, .reversed .tab-pane > div strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed .userContent > div, .reversed .wysisyg > div, .reversed .tab-pane > div {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
.userContent > div:first-child, .wysisyg > div:first-child, .tab-pane > div:first-child {
  margin-top: 0;
}
.userContent > div:last-child, .wysisyg > div:last-child, .tab-pane > div:last-child {
  margin-bottom: 0;
}

blockquote {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #181818;
  position: relative;
  border: none;
}
@media print {
  blockquote {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
blockquote:first-child {
  margin-top: 0;
}
blockquote b, blockquote strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed blockquote b, .reversed blockquote strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed blockquote {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
blockquote.cursive {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  font-family: "Homemade Apple", cursive;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 23;
  --cs-font-size-end: 35;
  line-height: 1.5;
}
blockquote.cursive:before, blockquote.cursive:after {
  font-family: "Homemade Apple", cursive;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}
blockquote.cursive:before {
  margin-right: 5px;
  margin-top: -5px;
}
@media (min-width: 992px) {
  blockquote.cursive:before {
    margin-right: 10px;
    margin-top: -10px;
  }
}
blockquote.sm {
  --cs-font-size-start: 13;
  --cs-font-size-end: 16;
  line-height: 1.7;
}
@media print {
  blockquote.sm {
    font-size: 19px !important;
  }
}
blockquote.lg {
  --cs-font-size-start: 16;
  --cs-font-size-end: 21;
}
@media print {
  blockquote.lg {
    font-size: 25px !important;
  }
}
blockquote.xl {
  --cs-font-size-start: 19;
  --cs-font-size-end: 26;
}
@media print {
  blockquote.xl {
    font-size: 26px !important;
  }
}
blockquote:before, blockquote:after {
  font-family: "Homemade Apple", cursive;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
}
blockquote:before {
  content: '"';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 3px;
}
.text-center blockquote:before {
  position: relative;
  right: auto;
  left: -3px;
  top: -3px;
  margin-right: 0;
  margin-top: 0;
}
blockquote:after {
  content: '"';
}
.reversed blockquote {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.userContent blockquote {
  padding-left: 25px;
  max-width: 1000px;
  border-left: 6px solid #9683B2;
  --cs-margin-top-start: 22.5;
  --cs-margin-top-end: 45;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media (min-width: 768px) {
  .userContent blockquote {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .userContent blockquote {
    padding-left: 40px;
  }
}
.userContent blockquote:first-child {
  margin-top: 0;
}
.userContent blockquote:last-child {
  margin-bottom: 0;
}
.userContent blockquote:before {
  right: calc(100% - 25px);
}
@media (min-width: 768px) {
  .userContent blockquote:before {
    right: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .userContent blockquote:before {
    right: calc(100% - 40px);
  }
}
.userContent blockquote:before, .userContent blockquote:after {
  display: none;
}
@media print {
  blockquote {
    page-break-inside: avoid;
  }
}

.stat_number {
  --cs-margin-top-start: 5.25;
  --cs-margin-top-end: 10.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 9.75;
  --cs-margin-bottom-end: 19.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 27;
  --cs-font-size-end: 45;
  color: #331e54;
  line-height: 1;
}
.stat_number.lg {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 9.75;
  --cs-margin-bottom-end: 19.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  --cs-font-size-start: 33;
  --cs-font-size-end: 62;
}
.stat_number.xl {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 9.75;
  --cs-margin-bottom-end: 19.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  --cs-font-size-start: 36;
  --cs-font-size-end: 90;
}
.stat_number.sm {
  --cs-margin-top-start: 12;
  --cs-margin-top-end: 24;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 9.75;
  --cs-margin-bottom-end: 19.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  --cs-font-size-start: 24;
  --cs-font-size-end: 30;
}
.reversed .stat_number {
  color: #9683B2;
}

.name {
  font-family: "Homemade Apple", cursive;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 19;
  --cs-font-size-end: 26;
  --cs-font-size-unit: 1px;
  --cs-font-size-increment: (var(--cs-font-size-end) - var(--cs-font-size-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-font-size: ((var(--cs-property-current-size) * var(--cs-font-size-increment)) + var(--cs-font-size-start));
  font-size: calc(var(--cs-font-size) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  --cs-letter-spacing-start: 0;
  --cs-letter-spacing-end: 0;
  --cs-letter-spacing-unit: 1px;
  --cs-letter-spacing-increment: (var(--cs-letter-spacing-end) - var(--cs-letter-spacing-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-letter-spacing: ((var(--cs-property-current-size) * var(--cs-letter-spacing-increment)) + var(--cs-letter-spacing-start));
  letter-spacing: calc(var(--cs-letter-spacing) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  color: #181818;
  line-height: 1.3;
}
.reversed .name {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}

.container, .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
@media (min-width: 480px) {
  .container, .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 576px) {
  .container, .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 768px) {
  .container, .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 992px) {
  .container, .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 1200px) {
  .container, .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 1500px) {
  .container, .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}
@media (min-width: 1700px) {
  .container, .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 375px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1340px;
    max-width: none;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1440px;
    max-width: none;
  }
}
@media print {
  .container {
    width: auto;
    max-width: none !important;
    padding: 0 !important;
  }
}
main .container .container {
  max-width: none;
  width: auto;
  padding: 0 var(--bs-gutter-x);
}

.container-fluid, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

.row {
  margin-top: 0;
}
.row .accordionView, .row > * {
  padding-top: calc(var(--bs-gutter-y) / 2);
  padding-bottom: calc(var(--bs-gutter-y) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  margin-top: 0;
  position: relative;
}
.row .accordionView.no_padding, .row > *.no_padding {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.row .accordionView.no_vertical_padding, .row > *.no_vertical_padding {
  --bs-gutter-y: 0!important;
}
.row .accordionView > .grid_col, .row > * > .grid_col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.row .accordionView > .columns, .row > * > .columns {
  --bs-gutter-y: 0!important;
}
.row.no_vertical_padding {
  --bs-gutter-y: 0!important;
}
.row.no_bottom_padding > .accordionView, .row.no_bottom_padding > [class^=col] {
  padding-bottom: 0 !important;
}
.row.no_top_padding > .accordionView, .row.no_top_padding > [class^=col] {
  padding-top: 0 !important;
}
.row.no-gutters {
  --bs-gutter-x: 0!important;
}
.row.less_gutter {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
@media (min-width: 1200px) {
  .row.less_gutter {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}
@media (min-width: 1700px) {
  .row.less_gutter {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
.row.row_spacing {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 26.25;
  --cs-margin-bottom-end: 52.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.row.row_spacing:last-child {
  margin-bottom: 0;
}
.row.col_spacing > .accordionView, .row.col_spacing > [class^=col] {
  --cs-margin-top-start: 30;
  --cs-margin-top-end: 60;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

@media print {
  .content_container .row .col-lg-1, .content_container .row .col-lg-10, .content_container .row .col-lg-11, .content_container .row .col-lg-12, .content_container .row .col-lg-2, .content_container .row .col-lg-3, .content_container .row .col-lg-4, .content_container .row .col-lg-5, .content_container .row .col-lg-6, .content_container .row .col-lg-7, .content_container .row .col-lg-8, .content_container .row .col-lg-9 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
  }
}

.spacing {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 30;
  --cs-margin-bottom-end: 60;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  width: 100%;
  min-height: 1px;
}
.section_imageBg .spacing {
  min-height: 0;
  margin: 0 !important;
}
.spacing.vr_x1 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 6;
  --cs-margin-bottom-end: 12;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x2 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 12;
  --cs-margin-bottom-end: 24;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x3 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 18;
  --cs-margin-bottom-end: 36;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x4 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 24;
  --cs-margin-bottom-end: 48;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x5 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 30;
  --cs-margin-bottom-end: 60;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x6 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 36;
  --cs-margin-bottom-end: 72;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x7 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 42;
  --cs-margin-bottom-end: 84;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x8 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 48;
  --cs-margin-bottom-end: 96;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x9 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 54;
  --cs-margin-bottom-end: 108;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.spacing.vr_x10 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 60;
  --cs-margin-bottom-end: 120;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.icon {
  display: block;
  width: 100%;
  position: relative;
}
.icon:before {
  content: "";
  padding-bottom: 100%;
  display: block;
  width: 100%;
}
.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reversed .icon svg {
  fill: #B09CCD;
}
.icon.icon_purple svg {
  fill: #331e54;
}
.icon.icon_gold svg {
  fill: #ecac00;
}
.icon.icon_purple_light svg {
  fill: #9683B2;
}
.icon.icon_purple_extra_light svg {
  fill: #B09CCD;
}
.icon.icon_green svg {
  fill: #71A28A;
}
.icon.icon_green svg {
  fill: #71A28A;
}
.icon.icon_black svg {
  fill: #181818;
}
.icon.icon_white svg {
  fill: #FFFFFF;
}

ul.link_list {
  margin-top: 25px;
}
@media (min-width: 576px) {
  ul.link_list {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  ul.link_list {
    margin-top: 0;
  }
}
ul.link_list li {
  color: #C8C8C8;
  margin-bottom: 20px;
}
@media (min-height: 667px) {
  ul.link_list li {
    margin-bottom: 22px;
  }
}
@media (min-width: 480px) {
  ul.link_list li {
    margin-bottom: 22px;
  }
}
@media (min-width: 576px) {
  ul.link_list li {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
  ul.link_list li {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  ul.link_list li {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  ul.link_list li {
    margin-bottom: 20px;
  }
}
ul.link_list li:last-child {
  margin-bottom: 0;
}
ul.link_list li a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  font-size: 17px;
  color: #331e54;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
ul.link_list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  ul.link_list li a:after {
    display: none;
  }
}
ul.link_list li a:hover {
  text-decoration: none;
}
ul.link_list li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
@media (min-height: 667px) {
  ul.link_list li a {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  ul.link_list li a {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  ul.link_list li a {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  ul.link_list li a {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  ul.link_list li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  ul.link_list li a {
    font-size: 17px;
  }
}
@media (min-width: 1500px) {
  ul.link_list li a {
    font-size: 18px;
  }
}
ul.link_list li.muted a {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
}
ul.link_list li.label {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 15;
  --cs-font-size-end: 16.5;
  --cs-letter-spacing-start: 1;
  --cs-letter-spacing-end: 2;
  color: #71A28A;
  text-transform: uppercase;
  --cs-font-size-start: 14;
  --cs-font-size-end: 14;
  --cs-letter-spacing-start: 1;
  --cs-letter-spacing-end: 1;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 800;
  font-style: normal;
  color: #598770;
}
.reversed ul.link_list li.label {
  color: #FFFFFF;
}
ul.link_list li.label + h1, ul.link_list li.label + .h1, ul.link_list li.label + h2, ul.link_list li.label + .h2, ul.link_list li.label + h3, ul.link_list li.label + .h3, ul.link_list li.label + h4, ul.link_list li.label + .h4, ul.link_list li.label + h5, ul.link_list li.label + .h5 {
  margin-top: 10px;
}
@media print {
  ul.link_list li.label {
    font-size: 14px !important;
  }
}
ul.link_list li.thumbnail a {
  display: block;
  font-size: 18px;
}
@media (min-width: 375px) {
  ul.link_list li.thumbnail a {
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  ul.link_list li.thumbnail a {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  ul.link_list li.thumbnail a {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  ul.link_list li.thumbnail a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  ul.link_list li.thumbnail a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  ul.link_list li.thumbnail a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  ul.link_list li.thumbnail a {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  ul.link_list li.thumbnail .photo {
    padding-bottom: 40%;
    margin-bottom: 10px;
  }
}

hr {
  margin: 0;
  --cs-margin-top-start: 22.5;
  --cs-margin-top-end: 45;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  border: none;
  height: 1px;
  width: 100%;
  background-color: #DAD9D7;
  opacity: 1;
}
hr.dotted {
  background-color: transparent !important;
  height: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5NjgzQjI7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
  background-position: center left;
  background-size: 285px 5px;
}
.reversed hr.dotted {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNCMDlDQ0Q7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNCMDlDQ0Q7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNCMDlDQ0Q7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
}
hr.sm {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5NjgzQjI7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 285px 5px;
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 18.75;
  --cs-margin-bottom-end: 37.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  background-color: transparent !important;
  height: 5px;
}
.section_dark hr {
  background-color: #C8C8C8;
}
@media print {
  .section_dark hr {
    background-color: #FFFFFF;
  }
}
.reversed hr {
  background-color: #9683B2;
}
.text-center hr {
  background-position: center;
}
@media (min-width: 480px) {
  .text-xs-start hr {
    background-position: left;
  }
}
@media (min-width: 576px) {
  .text-sm-start hr {
    background-position: left;
  }
}
@media (min-width: 768px) {
  .text-md-start hr {
    background-position: left;
  }
}
@media (min-width: 992px) {
  .text-lg-start hr {
    background-position: left;
  }
}
@media (min-width: 1200px) {
  .text-xl-start hr {
    background-position: left;
  }
}
@media (min-width: 1500px) {
  .text-xxl-start hr {
    background-position: left;
  }
}
@media (min-width: 480px) {
  .text-xs-center hr {
    background-position: center;
  }
}
@media (min-width: 576px) {
  .text-sm-center hr {
    background-position: center;
  }
}
@media (min-width: 768px) {
  .text-md-center hr {
    background-position: center;
  }
}
@media (min-width: 992px) {
  .text-lg-center hr {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .text-xl-center hr {
    background-position: center;
  }
}
@media (min-width: 1500px) {
  .text-xxl-center hr {
    background-position: center;
  }
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}
.columns hr {
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.border_dotted {
  position: relative;
}
.border_dotted:before, .border_dotted:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5NjgzQjI7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
  background-position: center left;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .border_dotted:before, .border_dotted:after {
    background-image: none;
    border-top: 5px dotted #9683B2;
  }
}
.border_dotted:before {
  top: 0;
}
.border_dotted:after {
  bottom: 0;
}
.reversed .border_dotted {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNCMDlDQ0Q7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
}

.background_purple {
  background-color: #331e54 !important;
}

.background_white {
  background-color: #FFFFFF !important;
}

.ambient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambient .fluid_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.ambient .fluid_video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ambient .fluid_video .mejs__controls, .ambient .fluid_video .mejs__offscreen, .ambient .fluid_video .mejs__layers {
  display: none;
}
.ambient .fluid_video .mejs__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
}
.ambient .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-color: #eeeeee;
  background-size: cover;
  background-position: center;
}
.ambient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0;
}

.svg_definitions {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.section_imageBg .cta_feature_container, .background_image .cta_feature_container {
  height: 100%;
}
.section_imageBg .cta_feature_container .cta_feature, .background_image .cta_feature_container .cta_feature {
  border: none;
  background-color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  height: 100%;
}
@media (min-width: 992px) {
  .section_imageBg .cta_feature_container .cta_feature, .background_image .cta_feature_container .cta_feature {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .section_imageBg .cta_feature_container .cta_feature, .background_image .cta_feature_container .cta_feature {
    max-width: 665px;
  }
}
.section_imageBg .cta_feature_container .cta_feature.background_purple, .background_image .cta_feature_container .cta_feature.background_purple {
  background-color: #331e54;
}
.section_imageBg .cta_feature_container .cta_feature.background_purple:before, .section_imageBg .cta_feature_container .cta_feature.background_purple:after, .background_image .cta_feature_container .cta_feature.background_purple:before, .background_image .cta_feature_container .cta_feature.background_purple:after {
  background-color: #331e54;
}
.section_imageBg .cta_feature_container .cta_feature .content_cta, .background_image .cta_feature_container .cta_feature .content_cta {
  margin: 0;
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
  padding: 15px 20px;
}
@media (min-width: 375px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    padding: 25px 25px 20px 25px;
  }
}
@media (min-width: 414px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    padding: 30px 30px 20px 30px;
  }
}
@media (min-width: 1200px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    padding: 35px 40px;
  }
}
@media (min-width: 1500px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    padding: 40px 50px;
  }
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
  padding-bottom: 7%;
  margin-top: -32px;
}
@media (min-width: 480px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -45px;
  }
}
@media (min-width: 576px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -55px;
  }
}
@media (min-width: 992px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -70px;
  }
}
@media (min-width: 1500px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -75px;
  }
}
@media (min-width: 1700px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container, .background_image .grid.align-items-start > .grid_col > .cta_feature_container {
    margin-top: -85px;
  }
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:before, .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:after, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:before, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:before, .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:after, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:before, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:after {
  bottom: -6px;
  width: 50%;
  height: 100%;
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:before, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:after, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature:after {
  right: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media (min-width: 480px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 55px;
  }
}
@media (min-width: 1700px) {
  .section_imageBg .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-start > .grid_col > .cta_feature_container .cta_feature {
    margin-bottom: 60px;
  }
}
.section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
  padding-top: 7%;
  margin-bottom: -32px;
}
@media (min-width: 480px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -45px;
  }
}
@media (min-width: 576px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -50px;
  }
}
@media (min-width: 768px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -55px;
  }
}
@media (min-width: 992px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -60px;
  }
}
@media (min-width: 1200px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -70px;
  }
}
@media (min-width: 1500px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -75px;
  }
}
@media (min-width: 1700px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container, .background_image .grid.align-items-end > .grid_col > .cta_feature_container {
    margin-bottom: -85px;
  }
}
.section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  margin-top: 20px;
}
.section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:before, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:after, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:before, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:before, .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:after, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:before, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:after {
  top: -6px;
  width: 50%;
  height: 100%;
}
.section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:before, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:after, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature:after {
  right: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
@media (min-width: 480px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 30px;
  }
}
@media (min-width: 576px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 50px;
  }
}
@media (min-width: 1500px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 55px;
  }
}
@media (min-width: 1700px) {
  .section_imageBg .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature, .background_image .grid.align-items-end > .grid_col > .cta_feature_container .cta_feature {
    margin-top: 60px;
  }
}

@media print {
  .grid {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .cta_feature_container {
    height: 100%;
  }
}

.cta_feature {
  border: 1px solid #DAD9D7;
  position: relative;
  background-color: #FFFFFF;
  padding: 20px;
  height: 100%;
}
.cta_feature.background_purple {
  border-color: #9683B2;
}
.background_purple .cta_feature {
  background-color: #331e54;
  border-color: rgba(150, 131, 178, 0.25);
}
@media (min-width: 375px) {
  .cta_feature {
    padding: 25px;
  }
}
@media (min-width: 414px) {
  .cta_feature {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .cta_feature {
    padding: 35px 40px;
  }
}
@media (min-width: 992px) {
  .cta_feature {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cta_feature {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .cta_feature {
    padding: 50px 50px;
  }
}

.cta_feature .content_cta {
  padding-top: 30px;
  position: relative;
  max-width: 900px;
}
@media (min-width: 768px) {
  .cta_feature .content_cta {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .cta_feature .content_cta {
    padding-top: 45px;
  }
}
@media (min-width: 1500px) {
  .cta_feature .content_cta {
    padding-top: 50px;
  }
}
.cta_feature .content_cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #9683B2;
  z-index: 1;
}
.cta_feature .content_cta p {
  --cs-margin-top-start: 7.5;
  --cs-margin-top-end: 15;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 12.75;
  --cs-margin-bottom-end: 25.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.photo {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
}
.photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0.2;
}

.color_overlay {
  position: relative;
}
.color_overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0.2;
}
.color_overlay.color_overlay_green {
  background-color: #71A28A;
}
.color_overlay.color_overlay_heavy:after {
  opacity: 0.8;
}

.fade_right, .fade_left {
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(7%, rgba(0, 0, 0, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
  mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(7%, rgba(0, 0, 0, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
}
.fade_right.fade_left, .fade_left.fade_left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
}

.fade_top, .fade_bottom {
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(7%, rgba(0, 0, 0, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(7%, rgba(0, 0, 0, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
}
.fade_top.fade_bottom, .fade_bottom.fade_bottom {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(7%, rgba(0, 0, 0, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(7%, rgba(0, 0, 0, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.95)));
  mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.05) 7%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95) 75%);
}

.filmstrip {
  overflow: hidden;
  border-top: 3px solid #FFFFFF;
  min-height: 0 !important;
}
.filmstrip .row {
  margin-right: -1.5px;
  margin-left: -1.5px;
}
.filmstrip .col {
  padding-left: 1.5px;
  padding-right: 1.5px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 3px solid #FFFFFF;
}
.filmstrip .col .photo {
  width: 100%;
}
.filmstrip .col .photo:nth-child(odd):after {
  opacity: 0.2;
}
.filmstrip.aspect_2by1 .photo, .filmstrip.aspect_2_1 .photo {
  padding-bottom: 70%;
}
@media (min-width: 576px) {
  .filmstrip.aspect_2by1 .photo, .filmstrip.aspect_2_1 .photo {
    padding-bottom: 50%;
  }
}
.filmstrip.aspect_3by2 .photo, .filmstrip.aspect_3_2 .photo {
  padding-bottom: 66%;
}
@media (min-width: 576px) {
  .filmstrip.aspect_3by2 .photo, .filmstrip.aspect_3_2 .photo {
    padding-bottom: 66%;
  }
}

.link {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #331e54;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  margin: 10px 0;
  display: inline-block;
}
.reversed .link {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .link {
    font-size: 16px;
  }
}
.link:hover {
  text-decoration: none;
  color: #71A28A;
}
.link:hover:before {
  -webkit-transform: translateY(-30%) scaleY(1.1) translateX(5px) rotate(-30deg);
  -ms-transform: translateY(-30%) scaleY(1.1) translateX(5px) rotate(-30deg);
  transform: translateY(-30%) scaleY(1.1) translateX(5px) rotate(-30deg);
}
.link:hover:after {
  -webkit-transform: translateY(30%) scaleY(1.1) translateX(5px) rotate(30deg);
  -ms-transform: translateY(30%) scaleY(1.1) translateX(5px) rotate(30deg);
  transform: translateY(30%) scaleY(1.1) translateX(5px) rotate(30deg);
}
.link:before {
  content: "";
  height: 75%;
  width: 3px;
  background-color: #71A28A;
  -webkit-transform: translateY(-20%) rotate(-30deg);
  -ms-transform: translateY(-20%) rotate(-30deg);
  transform: translateY(-20%) rotate(-30deg);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.link:after {
  content: "";
  height: 75%;
  width: 3px;
  background-color: #71A28A;
  -webkit-transform: translateY(20%) rotate(30deg);
  -ms-transform: translateY(20%) rotate(30deg);
  transform: translateY(20%) rotate(30deg);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.dropdown_content .divider_link {
  margin-bottom: 0;
  margin-top: 10px;
}
.divider_link div[class^=col], .divider_link div[class*=col] {
  padding-top: 0;
}
.divider_link hr {
  margin: 0;
}

.alumni_shield {
  width: 38px;
  height: 38px;
  background-color: #331e54;
  border-radius: 100%;
  position: relative;
  border: 1px solid #FFFFFF;
}
@media (min-width: 576px) {
  .alumni_shield {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .alumni_shield {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .alumni_shield {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .alumni_shield {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1500px) {
  .alumni_shield {
    width: 65px;
    height: 65px;
  }
}
.alumni_shield:before {
  content: "";
  width: 65%;
  height: 65%;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2Mi4ycHgiIGhlaWdodD0iNjlweCIgdmlld0JveD0iMCAwIDYyLjIgNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYyLjIgNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNFQ0FDMDA7fQ0KPC9zdHlsZT4NCjx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMC45LDIuN0wzLDguNFYzM2MwLjIsMTMuNSw4LDI1LjcsMjAuMSwzMS41YzIuNCwxLjQsNS4xLDIuNCw3LjgsM2MyLjctMC42LDUuMy0xLjUsNy44LTIuNw0KCUM1MC40LDU5LjEsNTkuMSw0Ni41LDU5LjEsMzNWOC40TDMwLjksMi43eiBNNTMuMywyMC41bC0xLjUtMWMtMywwLTQsMS41LTQsNC45djIxLjhoLTMuNEwyMi42LDI4Ljl2OS45YzAsMy41LDAuNSw0LjksNCw0LjloMXYzDQoJSDExLjh2LTIuNWgxYzMuNSwwLDQuNC0xLjUsNC40LTVWMjUuNUw3LjgsMThoOS40bDI1LjIsMTkuOFYyNS41YzAtMy41LTAuNS00LjktNC00LjloLTF2LTNoMTUuOVYyMC41eiIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.alumni_shield.sm {
  width: 40px;
  height: 40px;
}
.news_item {
  padding: 40px;
  position: relative;
  min-height: 500px;
  display: block;
}
.news_item .news_content {
  position: relative;
  z-index: 1;
  max-width: 550px;
}

.card_container {
  height: 100%;
  overflow: hidden;
}
.mixedFormatBlockList_twig .card_container {
  max-width: 500px;
}

.card {
  height: 100%;
  border-radius: 0;
  border: none;
  position: relative;
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 675px;
  overflow: hidden;
}
.section_dark .card {
  border: 1px solid #DAD9D7;
}
.section_dark .card:before {
  display: none;
}
.reversed .card {
  background-color: transparent;
}
.reversed .card:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.card-columns .card:after {
  display: none;
}
.card:hover {
  text-decoration: none;
}
.card:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(200, 200, 200, 0.6);
}
.card:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.card:focus {
  outline: none;
}
.card:focus .card-body::after {
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
}
.card .card-subtitle {
  margin-bottom: 10px;
}
.card .card-img-top {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card .card-img-top {
    display: none;
  }
}
.card .card-body {
  padding: 30px 15px;
  position: relative;
}
@media (min-width: 375px) {
  .card .card-body {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .card .card-body {
    padding: 35px 25px;
  }
}
@media (min-width: 1200px) {
  .card .card-body {
    padding: 35px 25px;
  }
}
.card .card-body:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: none;
}
.card .card-body.less_padding {
  padding: 20px 15px 23px 15px;
}
@media (min-width: 480px) {
  .card .card-body.less_padding {
    padding: 25px 15px 28px 15px;
  }
}
@media (min-width: 768px) {
  .card .card-body.less_padding {
    padding: 25px 20px 28px 20px;
  }
}
@media (min-width: 1200px) {
  .card .card-body.less_padding {
    padding: 25px 25px 28px 25px;
  }
}
.card .card-body .card-title {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media (max-width: 767px) {
  .card .card-body .card-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .card .card-body .card-title {
    margin-bottom: 20px;
  }
}
.card .card-body .card-title:last-child {
  margin-bottom: 0;
}
.card .card-body .categories_container {
  position: relative;
  width: 100%;
}
.card .card-body .categories {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.card .card-body p {
  margin-top: 0;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .card .card-body p {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .card .card-body p {
    margin-bottom: 22px;
  }
}
.card .card-body p:last-of-type {
  margin-bottom: 0;
}
.card .card-body h1, .card .card-body .h1, .card .card-body h2, .card .card-body .h2, .card .card-body h3, .card .card-body .h3 {
  margin-top: 0;
}
.card .card-body h6, .card .card-body .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .card .card-body h6, .card .card-body .h6 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1500px) {
  .card .card-body h6, .card .card-body .h6 {
    margin-bottom: 13px;
  }
}
.card .card-body h6:last-child, .card .card-body .h6:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.card .card-body h6:first-child, .card .card-body .h6:first-child {
  margin-top: 0;
}
.card .card-body .icon_text {
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.card .card-body .date {
  --cs-margin-top-start: 12;
  --cs-margin-top-end: 24;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 0;
  --cs-margin-bottom-end: 0;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.card .card-body .icon_text .icon {
  width: 35px;
}
@media (min-width: 576px) {
  .card .card-body .icon_text .icon {
    width: 38px;
  }
}
@media (min-width: 992px) {
  .card .card-body .icon_text .icon {
    width: 42px;
  }
}
@media (min-width: 1200px) {
  .card .card-body .icon_text .icon {
    width: 45px;
  }
}
.card .card-body .icon_text .text {
  padding-left: 12px;
}
.card .card-body .link {
  margin: 0;
  position: relative;
  top: 2px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .card .card-body .link {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .card .card-body .link {
    margin-top: 13px;
  }
}
.card.card_link .card-body, .card.crumb .card-body {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .card.card_link .card-body, .card.crumb .card-body {
    padding-right: 40px;
  }
}
.card.card_link .card-title:after, .card.crumb .card-title:after {
  display: none;
}
.card.card_link .card-title > *:after, .card.crumb .card-title > *:after {
  display: none;
}
.card.card_story .card-title {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.card.ref_bio .card_image {
  padding-bottom: 100%;
}
.card.card_bio {
  text-align: center;
}
.card.card_bio:before {
  display: block !important;
}
.section_dark .card.card_bio:before {
  display: none !important;
}
.card.card_bio.card-snack-new:before {
  display: none !important;
}
.card.card_bio.card-snack-new::after {
  display: none;
}
.card.card_bio .card-body {
  padding-top: 20px;
}
.card.card_bio .person_image_container {
  max-width: 300px;
}
.card.card_bio .person_image_container .person_image {
  position: relative;
}
.card.card_bio .person_image_container .alumni_shield {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .card.card_bio .person_image_container .alumni_shield {
    right: 10px;
  }
}
.card.card_bio.card_horizontal .person_image_container {
  max-width: 330px;
}
@media (min-width: 1200px) {
  .card.card_bio.card_horizontal .card-body {
    margin: 0;
  }
}
.card.card_bio.crumb .person_image_container {
  width: 110px;
}
@media (min-width: 480px) {
  .card.card_bio.crumb .person_image_container {
    width: 120px;
  }
}
@media (min-width: 576px) {
  .card.card_bio.crumb .person_image_container {
    width: 130px;
  }
}
.card.card_horizontal {
  max-width: none;
}
.card.card_horizontal .row {
  height: 100%;
}
.card.card_horizontal .accordionView, .card.card_horizontal .col, .card.card_horizontal .col-1, .card.card_horizontal .col-10, .card.card_horizontal .col-11, .card.card_horizontal .col-12, .card.card_horizontal .col-2, .card.card_horizontal .col-3, .card.card_horizontal .col-4, .card.card_horizontal .col-5, .card.card_horizontal .col-6, .card.card_horizontal .col-7, .card.card_horizontal .col-8, .card.card_horizontal .col-9, .card.card_horizontal .col-auto, .card.card_horizontal .col-lg, .card.card_horizontal .col-lg-1, .card.card_horizontal .col-lg-10, .card.card_horizontal .col-lg-11, .card.card_horizontal .col-lg-12, .card.card_horizontal .col-lg-2, .card.card_horizontal .col-lg-3, .card.card_horizontal .col-lg-4, .card.card_horizontal .col-lg-5, .card.card_horizontal .col-lg-6, .card.card_horizontal .col-lg-7, .card.card_horizontal .col-lg-8, .card.card_horizontal .col-lg-9, .card.card_horizontal .col-lg-auto, .card.card_horizontal .col-md, .card.card_horizontal .col-md-1, .card.card_horizontal .col-md-10, .card.card_horizontal .col-md-11, .card.card_horizontal .col-md-12, .card.card_horizontal .col-md-2, .card.card_horizontal .col-md-3, .card.card_horizontal .col-md-4, .card.card_horizontal .col-md-5, .card.card_horizontal .col-md-6, .card.card_horizontal .col-md-7, .card.card_horizontal .col-md-8, .card.card_horizontal .col-md-9, .card.card_horizontal .col-md-auto, .card.card_horizontal .col-sm, .card.card_horizontal .col-sm-1, .card.card_horizontal .col-sm-10, .card.card_horizontal .col-sm-11, .card.card_horizontal .col-sm-12, .card.card_horizontal .col-sm-2, .card.card_horizontal .col-sm-3, .card.card_horizontal .col-sm-4, .card.card_horizontal .col-sm-5, .card.card_horizontal .col-sm-6, .card.card_horizontal .col-sm-7, .card.card_horizontal .col-sm-8, .card.card_horizontal .col-sm-9, .card.card_horizontal .col-sm-auto, .card.card_horizontal .col-xl, .card.card_horizontal .col-xl-1, .card.card_horizontal .col-xl-10, .card.card_horizontal .col-xl-11, .card.card_horizontal .col-xl-12, .card.card_horizontal .col-xl-2, .card.card_horizontal .col-xl-3, .card.card_horizontal .col-xl-4, .card.card_horizontal .col-xl-5, .card.card_horizontal .col-xl-6, .card.card_horizontal .col-xl-7, .card.card_horizontal .col-xl-8, .card.card_horizontal .col-xl-9, .card.card_horizontal .col-xl-auto {
  padding-top: 0;
  padding-bottom: 0;
}
.card.card_horizontal .card_image {
  height: 100%;
}
@media (min-width: 768px) {
  .card.card_horizontal .card_image {
    padding-bottom: 75%;
  }
}
@media (min-width: 768px) {
  .card.card_horizontal .card_image.person_image_container {
    width: 100%;
    padding: 25px 0 25px 25px;
  }
  .card.card_horizontal .card_image.person_image_container .person_image {
    overflow: hidden;
    position: relative;
  }
  .card.card_horizontal .card_image.person_image_container .person_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #331e54;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.35s ease all;
    -o-transition: 0.35s ease all;
    transition: 0.35s ease all;
  }
  .card.card_horizontal .card_image.person_image_container .person_image_shield {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .card.card_horizontal.department_chair .card_image.person_image_container {
    margin: 0 30px 0 auto;
  }
}
.card.card_horizontal .card-body {
  padding: 25px 0 25px 25px;
  position: relative;
  margin: 0 auto;
}
.card.card_horizontal .card-body.card-style-new {
  padding: 0 15px 20px 15px;
}
@media (min-width: 375px) {
  .card.card_horizontal .card-body {
    padding: 25px 20px;
  }
  .card.card_horizontal .card-body.card-style-new {
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  .card.card_horizontal .card-body {
    padding: 30px 20px;
  }
  .card.card_horizontal .card-body.card-style-new {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .card.card_horizontal .card-body {
    text-align: left;
    padding: 35px 25px;
  }
  .card.card_horizontal .card-body.card-style-new {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .card.card_horizontal .card-body {
    padding: 38px 25px;
    max-width: 580px;
  }
  .card.card_horizontal .card-body.card-style-new {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .card.card_horizontal .card-body {
    padding: 42px 25px;
  }
  .card.card_horizontal .card-body.card-style-new {
    padding: 0 25px;
  }
}
@media (min-width: 1500px) {
  .card.card_horizontal .card-body {
    padding: 45px 30px;
    max-width: 630px;
  }
  .card.card_horizontal .card-body.card-style-new {
    padding: 0 30px;
  }
}
@media (min-width: 1700px) {
  .card.card_horizontal .card-body {
    max-width: 700px;
  }
}
.card.card_horizontal .card-body:after {
  display: none;
}
.card.card_horizontal .card-body .btn {
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 0;
  --cs-margin-bottom-end: 0;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.card.card_horizontal .link {
  margin-top: 17px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .card.card_horizontal .link {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .card.card_horizontal .link {
    margin-top: 22px;
    margin-bottom: 11px;
  }
}
.card.card_horizontal.card_sm .card_image {
  padding-bottom: 40%;
}
@media (min-width: 992px) {
  .card.card_horizontal.card_sm .card-body {
    padding: 30px 20px 30px 0;
  }
}
@media (min-width: 1500px) {
  .card.card_horizontal.card_sm .card-body {
    padding: 40px 30px 40px 0;
  }
}
.card .card_image {
  padding-bottom: 55%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  background-color: #9683B2;
  display: block;
}
.card .card_image .card-img-top.base_template {
  opacity: 1;
}
.card .card_image.person_image_container {
  width: 140px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  background-color: transparent;
  background-image: none !important;
}
@media (min-width: 480px) {
  .card .card_image.person_image_container {
    width: 155px;
  }
}
@media (min-width: 576px) {
  .card .card_image.person_image_container {
    width: 175px;
  }
}
.card .card_image.person_image_container:after {
  display: none;
}
.card .card_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(200, 200, 200, 0.6);
  pointer-events: none;
}
.card .card_image.aspect_4by3 {
  padding-bottom: 75%;
}
.card .date_tag {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  padding: 11px 15px 3px 15px;
  z-index: 10;
  min-width: 65px;
}
@media (min-width: 992px) {
  .card .date_tag {
    min-width: 75px;
  }
}
.card .date_tag:before, .card .date_tag:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(98%, rgb(255, 255, 255)), color-stop(98%, rgb(255, 255, 255)), color-stop(99%, #c8c8c8), color-stop(99%, #c8c8c8));
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 98%, #c8c8c8 99%, #c8c8c8 99%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 98%, #c8c8c8 99%, #c8c8c8 99%);
}
.card .date_tag:before {
  border-left: 1px solid rgba(200, 200, 200, 0.6);
}
.card .date_tag:after {
  border-right: 1px solid rgba(200, 200, 200, 0.6);
  right: -1px;
  width: calc(50% + 1px);
}
.card .date_tag.sm {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.card .date_tag h1, .card .date_tag .h1, .card .date_tag h2, .card .date_tag .h2, .card .date_tag h3, .card .date_tag .h3, .card .date_tag h4, .card .date_tag .h4, .card .date_tag h5, .card .date_tag .h5, .card .date_tag h6, .card .date_tag .h6, .card .date_tag p {
  margin-bottom: 0;
  margin-top: 0;
}
.card .date_tag .day {
  display: inline-block;
}
.card .date_tag .day_divider {
  width: 8px;
  height: 4px;
  margin: 0 7px;
  background-color: #331e54;
  position: relative;
  top: 7px;
}
@media (min-width: 992px) {
  .card.card_background {
    max-width: none;
  }
}
.card.card_background:after {
  display: none;
}
.card.card_background .date {
  left: 40px;
}
.card.card_background .card-body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 40% 20px 25px 20px;
  max-width: 550px;
  padding-top: 30%;
}
@media (min-width: 375px) {
  .card.card_background .card-body {
    padding: 40% 20px 25px 20px;
  }
}
@media (min-width: 576px) {
  .card.card_background .card-body {
    padding: 40% 20px 30px 20px;
  }
}
@media (min-width: 768px) {
  .card.card_background .card-body {
    padding: 40% 25px 25px 25px;
  }
}
@media (min-width: 992px) {
  .card.card_background .card-body {
    padding: 20% 30px 35px 30px;
  }
}
@media (min-width: 1500px) {
  .card.card_background .card-body {
    padding: 20% 30px 35px 30px;
  }
}
.card.card_background .card-body:after {
  display: none;
}
.card.degreeRow {
  max-width: 100%;
}
.card.degreeRow:before {
  display: none;
}
.card.degreeRow:after {
  content: "";
  height: 1px;
  background-color: #C8C8C8;
}
.card.degreeRow .card-title {
  margin: 0;
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .card.degreeRow .card-title {
    padding: 15px 0;
  }
}
.card.card_download .download_link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 35px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (hover: none) {
  .card.card_download .download_link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.card.card_download .download_link:hover {
  -webkit-transform: translateY(0) scale(1.1);
  -ms-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
.card.card_download:before {
  height: 120px;
  top: auto;
  bottom: 0;
  background: -o-linear-gradient(85deg, #331e54 0%, rgba(51, 30, 84, 0.75) 35%, rgba(51, 30, 84, 0.4) 55%, rgba(51, 30, 84, 0) 75%);
  background: linear-gradient(5deg, #331e54 0%, rgba(51, 30, 84, 0.75) 35%, rgba(51, 30, 84, 0.4) 55%, rgba(51, 30, 84, 0) 75%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  pointer-events: none;
}
@media (hover: none) {
  .card.card_download:before {
    opacity: 1;
  }
}
.card.card_download:hover .download_link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.card.card_download:hover .download_link:hover {
  -webkit-transform: translateY(0) scale(1.1);
  -ms-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
.card.card_download:hover:before {
  opacity: 1;
}

.col-leader .card::after {
  display: block !important;
}
.col-leader .card {
  padding-bottom: 20px;
}

.card.expandable {
  max-width: none;
}
.card.expandable:after {
  height: 1px;
  background-color: rgba(200, 200, 200, 0.6);
}
.card.expandable .card-header {
  position: relative;
  padding: 20px 42px 17px 15px;
  text-decoration: none;
  background-color: rgba(218, 217, 215, 0.25);
  border-radius: 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
@media (min-width: 480px) {
  .card.expandable .card-header {
    padding: 25px 45px 21px 15px;
  }
}
@media (min-width: 768px) {
  .card.expandable .card-header {
    padding: 25px 45px 21px 20px;
  }
}
@media (min-width: 1200px) {
  .card.expandable .card-header {
    padding: 25px 45px 21px 25px;
  }
}
.card.expandable .card-header .card-title {
  margin: 0;
}
.card.expandable .card-header .card_plus {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .card.expandable .card-header .card_plus {
    right: 15px;
  }
}
.card.expandable .card-header .card_plus:before, .card.expandable .card-header .card_plus:after {
  content: "";
  background-color: #71A28A;
  position: absolute;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.card.expandable .card-header .card_plus:before {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card.expandable .card-header .card_plus:after {
  height: 100%;
  width: 3px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  opacity: 0;
}
.card.expandable .card-header:hover .card_plus {
  -webkit-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}
.card.expandable .card-header.collapsed .card_plus:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}

a.card {
  text-decoration: none;
}
a.card:hover {
  text-decoration: none;
}
a.card:hover::after {
  background-color: #B09CCD;
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
}
a.card:hover .card-body {
  color: #71A28A;
}
a.card:hover .card-body .card_arrow:before {
  -webkit-transform: translateY(-50%) translateX(8px) rotate(-30deg);
  -ms-transform: translateY(-50%) translateX(8px) rotate(-30deg);
  transform: translateY(-50%) translateX(8px) rotate(-30deg);
}
a.card:hover .card-body .card_arrow:after {
  -webkit-transform: translateY(50%) translateX(8px) rotate(30deg);
  -ms-transform: translateY(50%) translateX(8px) rotate(30deg);
  transform: translateY(50%) translateX(8px) rotate(30deg);
}
a.card .card-body {
  position: relative;
}
a.card .card-body h1, a.card .card-body .h1, a.card .card-body h2, a.card .card-body .h2, a.card .card-body h3, a.card .card-body .h3, a.card .card-body h4, a.card .card-body .h4, a.card .card-body h5, a.card .card-body .h5 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  display: block;
}
a.card .card-body h1:after, a.card .card-body .h1:after, a.card .card-body h2:after, a.card .card-body .h2:after, a.card .card-body h3:after, a.card .card-body .h3:after, a.card .card-body h4:after, a.card .card-body .h4:after, a.card .card-body h5:after, a.card .card-body .h5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  a.card .card-body h1:after, a.card .card-body .h1:after, a.card .card-body h2:after, a.card .card-body .h2:after, a.card .card-body h3:after, a.card .card-body .h3:after, a.card .card-body h4:after, a.card .card-body .h4:after, a.card .card-body h5:after, a.card .card-body .h5:after {
    display: none;
  }
}
a.card .card-body h1:hover, a.card .card-body .h1:hover, a.card .card-body h2:hover, a.card .card-body .h2:hover, a.card .card-body h3:hover, a.card .card-body .h3:hover, a.card .card-body h4:hover, a.card .card-body .h4:hover, a.card .card-body h5:hover, a.card .card-body .h5:hover {
  text-decoration: none;
}
a.card .card-body h1:hover:after, a.card .card-body .h1:hover:after, a.card .card-body h2:hover:after, a.card .card-body .h2:hover:after, a.card .card-body h3:hover:after, a.card .card-body .h3:hover:after, a.card .card-body h4:hover:after, a.card .card-body .h4:hover:after, a.card .card-body h5:hover:after, a.card .card-body .h5:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
a.card .card-body h1:after, a.card .card-body .h1:after, a.card .card-body h2:after, a.card .card-body .h2:after, a.card .card-body h3:after, a.card .card-body .h3:after, a.card .card-body h4:after, a.card .card-body .h4:after, a.card .card-body h5:after, a.card .card-body .h5:after {
  background-color: #9683B2;
  background: -webkit-gradient(linear, left top, right top, from(#9683B2), color-stop(50%, rgba(150, 131, 178, 0.35)), to(rgba(150, 131, 178, 0)));
  background: -o-linear-gradient(left, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  background: linear-gradient(to right, #9683B2 0%, rgba(150, 131, 178, 0.35) 50%, rgba(150, 131, 178, 0) 100%);
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@keyframes hoverUnderline {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@keyframes hoverUnderlineCenter {
  0% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  51% {
    -webkit-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
a.card .card-body h1:hover:after, a.card .card-body .h1:hover:after, a.card .card-body h2:hover:after, a.card .card-body .h2:hover:after, a.card .card-body h3:hover:after, a.card .card-body .h3:hover:after, a.card .card-body h4:hover:after, a.card .card-body .h4:hover:after, a.card .card-body h5:hover:after, a.card .card-body .h5:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-animation: hoverUnderline 800ms;
  animation: hoverUnderline 800ms;
}
a.card .card-body .card_arrow:before, a.card .card-body .card_arrow:after {
  content: "";
  height: 17px;
  width: 3px;
  background-color: #71A28A;
  position: absolute;
  right: 12px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media (min-width: 1200px) {
  a.card .card-body .card_arrow:before, a.card .card-body .card_arrow:after {
    right: 24px;
  }
}
a.card .card-body .card_arrow:before {
  -webkit-transform: translateY(-50%) rotate(-30deg);
  -ms-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
  top: calc(50% - 7px);
}
a.card .card-body .card_arrow:after {
  -webkit-transform: translateY(50%) rotate(30deg);
  -ms-transform: translateY(50%) rotate(30deg);
  transform: translateY(50%) rotate(30deg);
  bottom: calc(50% - 7px);
}
a.card.card_bio h1:after, a.card.card_bio .h1:after, a.card.card_bio h2:after, a.card.card_bio .h2:after, a.card.card_bio h3:after, a.card.card_bio .h3:after, a.card.card_bio h4:after, a.card.card_bio .h4:after, a.card.card_bio h5:after, a.card.card_bio .h5:after, a.card.program_simple h1:after, a.card.program_simple .h1:after, a.card.program_simple h2:after, a.card.program_simple .h2:after, a.card.program_simple h3:after, a.card.program_simple .h3:after, a.card.program_simple h4:after, a.card.program_simple .h4:after, a.card.program_simple h5:after, a.card.program_simple .h5:after {
  left: 50%;
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(150, 131, 178, 0)), color-stop(50%, #9683b2), to(rgba(150, 131, 178, 0)));
  background: -o-linear-gradient(left, rgba(150, 131, 178, 0) 0%, #9683b2 50%, rgba(150, 131, 178, 0) 100%);
  background: linear-gradient(to right, rgba(150, 131, 178, 0) 0%, #9683b2 50%, rgba(150, 131, 178, 0) 100%);
}
a.card.card_bio h1:hover:after, a.card.card_bio .h1:hover:after, a.card.card_bio h2:hover:after, a.card.card_bio .h2:hover:after, a.card.card_bio h3:hover:after, a.card.card_bio .h3:hover:after, a.card.card_bio h4:hover:after, a.card.card_bio .h4:hover:after, a.card.card_bio h5:hover:after, a.card.card_bio .h5:hover:after, a.card.program_simple h1:hover:after, a.card.program_simple .h1:hover:after, a.card.program_simple h2:hover:after, a.card.program_simple .h2:hover:after, a.card.program_simple h3:hover:after, a.card.program_simple .h3:hover:after, a.card.program_simple h4:hover:after, a.card.program_simple .h4:hover:after, a.card.program_simple h5:hover:after, a.card.program_simple .h5:hover:after {
  left: 50%;
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  -webkit-animation: hoverUnderlineCenter 800ms;
  animation: hoverUnderlineCenter 800ms;
}

.card-style-new a:not(.link)::after {
  content: none;
}
.card-style-new .link {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  top: 0;
}
.card-style-new .link::before, .card-style-new .link::after {
  height: 9px;
  width: 2px;
  right: 10px;
  background-color: #331e54;
}
.card-style-new .link::after {
  -webkit-transform: translateY(-1px) rotate(45deg);
  -ms-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
.card-style-new .link::before {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.card-style-new .card-title {
  font-size: 1.25rem;
  margin-bottom: 0 !important;
}
.card-style-new .card-title span {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  display: block;
}
.card-style-new .link_arrowRight {
  font-size: 0.75rem;
  letter-spacing: normal;
}
.card-style-new h6, .card-style-new .h6 {
  font-size: 1rem;
  margin-bottom: 16px;
}
.card-style-new.group-bio {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.card-style-new.group-bio h6, .card-style-new.group-bio .h6 {
  color: white;
}
.card-style-new.group-bio .link {
  color: white;
}
.card-style-new.group-bio .link::before, .card-style-new.group-bio .link::after {
  background-color: white;
}

.col-new-bio:hover .group-bio {
  opacity: 1;
}
.col-new-bio .card_image {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

@media (min-width: 768px) {
  .card-snack-new .col-new-bio .card_image.person_image_container {
    padding: 0 16px;
  }
}
@media (min-width: 1500px) {
  .card-snack-new .col-new-bio .card_image.person_image_container {
    padding: 0 25px;
  }
}

.card-columns, .column_count, .column_count_ul ul {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 576px) {
  .card-columns, .column_count, .column_count_ul ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .card-columns, .column_count, .column_count_ul ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.card-columns .card, .column_count .card, .column_count_ul ul .card {
  margin-bottom: 30px;
}

.column_count_ul ul {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.column_count_ul ul li {
  display: inline-block;
  width: 100%;
}

.sidebar_columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 480px) {
  .sidebar_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .sidebar_columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .sidebar_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.background_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 30;
  --cs-margin-bottom-end: 60;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.background_row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.person_image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  border: 1px solid #C8C8C8;
  position: relative;
}
.person_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}

.gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: 0;
}

.gradient_purple {
  z-index: 0;
  background-color: #331e54;
}
.gradient_purple:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  background: -o-linear-gradient(80deg, #281741 0%, rgba(40, 23, 65, 0.65) 70%, rgba(40, 23, 65, 0.4) 100%);
  background: linear-gradient(10deg, #281741 0%, rgba(40, 23, 65, 0.65) 70%, rgba(40, 23, 65, 0.4) 100%);
  z-index: 0;
  opacity: 0.85 !important;
}
.gradient_purple.hero:after, .gradient_purple.section_imageBg:after {
  background: -o-linear-gradient(85deg, #331e54 0%, rgba(51, 30, 84, 0.85) 28%, rgba(51, 30, 84, 0.4) 55%, rgba(51, 30, 84, 0.3) 100%) !important;
  background: linear-gradient(5deg, #331e54 0%, rgba(51, 30, 84, 0.85) 28%, rgba(51, 30, 84, 0.4) 55%, rgba(51, 30, 84, 0.3) 100%) !important;
}

.gradient_green {
  background-color: #71A28A;
}
.gradient_green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  background: -o-linear-gradient(80deg, #598770 0%, rgba(89, 135, 112, 0.45) 70%, rgba(99, 151, 125, 0.25) 100%);
  background: linear-gradient(10deg, #598770 0%, rgba(89, 135, 112, 0.45) 70%, rgba(99, 151, 125, 0.25) 100%);
  z-index: 1;
}

.gradient_dark_green {
  background-color: #71A28A;
}
.gradient_dark_green:after {
  background: -o-linear-gradient(80deg, #3a594a 0%, rgba(58, 89, 74, 0.45) 70%, rgba(79, 120, 100, 0.25) 100%);
  background: linear-gradient(10deg, #3a594a 0%, rgba(58, 89, 74, 0.45) 70%, rgba(79, 120, 100, 0.25) 100%);
}

.gradient_grey {
  background-color: #C8C8C8;
}
.gradient_grey:after {
  background: -o-linear-gradient(80deg, #afafaf 0%, rgba(175, 175, 175, 0.45) 70%, rgba(187, 187, 187, 0.25) 100%);
  background: linear-gradient(10deg, #afafaf 0%, rgba(175, 175, 175, 0.45) 70%, rgba(187, 187, 187, 0.25) 100%);
}

.gradient_grey {
  background-color: #888888;
}
.gradient_grey:after {
  background: -o-linear-gradient(80deg, #6f6f6f 0%, rgba(111, 111, 111, 0.45) 70%, rgba(123, 123, 123, 0.25) 100%);
  background: linear-gradient(10deg, #6f6f6f 0%, rgba(111, 111, 111, 0.45) 70%, rgba(123, 123, 123, 0.25) 100%);
}

.gradient_dark_grey {
  background-color: #888888;
}
.gradient_dark_grey:after {
  background: -o-linear-gradient(80deg, #484848 0%, rgba(72, 72, 72, 0.45) 70%, rgba(105, 105, 105, 0.25) 100%);
  background: linear-gradient(10deg, #484848 0%, rgba(72, 72, 72, 0.45) 70%, rgba(105, 105, 105, 0.25) 100%);
}

.gradient_black {
  background-color: #181818;
}
.gradient_black:after {
  background: -o-linear-gradient(80deg, #181818 0%, rgba(24, 24, 24, 0.45) 70%, rgba(24, 24, 24, 0.25) 100%);
  background: linear-gradient(10deg, #181818 0%, rgba(24, 24, 24, 0.45) 70%, rgba(24, 24, 24, 0.25) 100%);
}

.gradient_blue {
  background-color: #5F9BAF;
}
.gradient_blue:after {
  background: -o-linear-gradient(80deg, #30535f 0%, rgba(48, 83, 95, 0.45) 70%, rgba(70, 122, 139, 0.25) 100%);
  background: linear-gradient(10deg, #30535f 0%, rgba(48, 83, 95, 0.45) 70%, rgba(70, 122, 139, 0.25) 100%);
}

.gradient_purple_light {
  background-color: #9683B2;
}
.gradient_purple_light:after {
  background: -o-linear-gradient(80deg, #7b649e 0%, rgba(123, 100, 158, 0.45) 70%, rgba(137, 115, 168, 0.25) 100%);
  background: linear-gradient(10deg, #7b649e 0%, rgba(123, 100, 158, 0.45) 70%, rgba(137, 115, 168, 0.25) 100%);
}

a .gradient_purple:after, a .gradient_green:after, a .gradient:after {
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
a:hover .gradient_purple:after, a:hover .gradient_green:after, a:hover .gradient:after {
  height: 200%;
}

a.card_background h1:after, a.card_background .h1:after, a.card_background h2:after, a.card_background .h2:after, a.card_background h3:after, a.card_background .h3:after, a.card_background h4:after, a.card_background .h4:after, a.card_background h5:after, a.card_background .h5:after {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0))) !important;
  background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%) !important;
  background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%) !important;
}

.crown {
  width: 70px;
  margin: 0 auto 10px auto;
}
@media (min-width: 768px) {
  .crown {
    width: 80px;
    margin: 0 auto 20px auto;
  }
}
.section_cta .crown {
  margin-top: -20px;
}
@media (min-width: 576px) {
  .section_cta .crown {
    margin-top: -30px;
  }
}
@media (min-width: 576px) {
  .section_cta .crown {
    margin-top: -40px;
  }
}

.background_purple .angles_top:before, .background_purple .angles_top:after, .background_purple .angles_bottom:before, .background_purple .angles_bottom:after, .background_purple .angles_left:before, .background_purple .angles_left:after, .background_purple .angles_right:before, .background_purple .angles_right:after, .background_purple.angles_top:before, .background_purple.angles_top:after, .background_purple.angles_bottom:before, .background_purple.angles_bottom:after, .background_purple.angles_left:before, .background_purple.angles_left:after, .background_purple.angles_right:before, .background_purple.angles_right:after {
  background-color: #331e54;
}

.angles_top {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.angles_top:before, .angles_top:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.angles_top:before, .angles_top:after {
  top: -6px;
  width: 50%;
  height: 100%;
}
.angles_top:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.angles_top:after {
  right: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.angles_bottom {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.angles_bottom:before, .angles_bottom:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.angles_bottom:before, .angles_bottom:after {
  bottom: -6px;
  width: 50%;
  height: 100%;
}
.angles_bottom:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.angles_bottom:after {
  right: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.angles_left {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.angles_left:before, .angles_left:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.angles_left:before, .angles_left:after {
  left: 0;
  width: 100%;
  height: 50%;
}
.angles_left:before {
  top: 0;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  height: calc(50% + 1px);
}
.angles_left:after {
  bottom: 0;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.angles_right {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.angles_right:before, .angles_right:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.angles_right:before, .angles_right:after {
  right: 0;
  width: 100%;
  height: 50%;
}
.angles_right:before {
  top: 0;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  height: calc(50% + 1px);
}
.angles_right:after {
  bottom: 0;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.angles_inset_top {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.angles_inset_top:before, .angles_inset_top:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1000;
}
.angles_inset_top:before, .angles_inset_top:after {
  bottom: 100%;
  width: 50%;
  height: 100%;
}
.angles_inset_top:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.angles_inset_top:after {
  right: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.angles_inset_bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 5%;
}
.angles_inset_bottom:before, .angles_inset_bottom:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1000;
}
.angles_inset_bottom:before, .angles_inset_bottom:after {
  top: 100%;
  width: 50%;
  height: 100%;
}
.angles_inset_bottom:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.angles_inset_bottom:after {
  right: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.angles_inset_left {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.angles_inset_left:before, .angles_inset_left:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1000;
}
.angles_inset_left:before, .angles_inset_left:after {
  right: 100%;
  width: 100%;
  height: 50%;
}
.angles_inset_left:before {
  height: calc(50% + 1px);
  top: 0;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.angles_inset_left:after {
  bottom: 0;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.angles_inset_right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.angles_inset_right:before, .angles_inset_right:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1000;
}
.angles_inset_right:before, .angles_inset_right:after {
  left: 100%;
  width: 100%;
  height: 50%;
}
.angles_inset_right:before {
  height: calc(50% + 1px);
  top: 0;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.angles_inset_right:after {
  bottom: 0;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.angles_inset_reversed_top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 7%;
}
.angles_inset_reversed_top:before, .angles_inset_reversed_top:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
}
.angles_inset_reversed_top:before, .angles_inset_reversed_top:after {
  bottom: 100%;
  width: 50%;
  height: 100%;
}
.angles_inset_reversed_top:before {
  left: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.angles_inset_reversed_top:after {
  right: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.angles_inset_reversed_bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 7%;
}
.angles_inset_reversed_bottom:before, .angles_inset_reversed_bottom:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
}
.angles_inset_reversed_bottom:before, .angles_inset_reversed_bottom:after {
  top: 100%;
  width: 50%;
  height: 100%;
}
.angles_inset_reversed_bottom:before {
  left: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.angles_inset_reversed_bottom:after {
  right: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.angles_inset_reversed_left {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.angles_inset_reversed_left:before, .angles_inset_reversed_left:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
}
.angles_inset_reversed_left:before, .angles_inset_reversed_left:after {
  right: 100%;
  width: 100%;
  height: 50%;
}
.angles_inset_reversed_left:before {
  top: 0;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.angles_inset_reversed_left:after {
  bottom: 0;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.angles_inset_reversed_right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.angles_inset_reversed_right:before, .angles_inset_reversed_right:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
}
.angles_inset_reversed_right:before, .angles_inset_reversed_right:after {
  left: 100%;
  width: 100%;
  height: 50%;
}
.angles_inset_reversed_right:before {
  top: 0;
  -webkit-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  transform: skewX(12deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.angles_inset_reversed_right:after {
  bottom: 0;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.illustration {
  width: 200px;
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .illustration {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .illustration {
    width: 275px;
  }
}
@media (min-width: 1500px) {
  .illustration {
    width: 300px;
  }
}
.illustration img, .illustration svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  display: block;
}
.text-center .illustration {
  margin: 0 auto;
}
.illustration svg {
  fill: #7b649e;
}

.illustration_container {
  background-color: #FFFFFF;
  position: relative;
}
.illustration_container.circle {
  border-radius: 100%;
}
.illustration_container.circle .illustration {
  border-radius: 100%;
  padding-bottom: 100%;
}

.unw_shield {
  width: 100%;
  padding-bottom: 115%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.unw_shield:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0.7;
}
.reversed .unw_shield:after {
  background-color: #71A28A;
  opacity: 0.6;
}
.reversed .unw_shield .illustration_container svg {
  fill: #71A28A;
}
.unw_shield .shield_stroke {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%) scaleX(0.9) scaleY(0.92);
  -ms-transform: translateY(-50%) translateX(-50%) scaleX(0.9) scaleY(0.92);
  transform: translateY(-50%) translateX(-50%) scaleX(0.9) scaleY(0.92);
}
.unw_shield .illustration_container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-52%) translateX(-50%);
  -ms-transform: translateY(-52%) translateX(-50%);
  transform: translateY(-52%) translateX(-50%);
  padding: 4.5%;
  z-index: 1;
  width: 65%;
}
.unw_shield .illustration_container .illustration {
  width: 100%;
  position: relative;
}
.unw_shield .illustration_container img, .unw_shield .illustration_container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.unw_shield .illustration_container svg {
  fill: #331e54;
}
.unw_shield .shield_shape_overlay {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.01);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.01);
  transform: translateY(-50%) translateX(-50%) scale(1.01);
}
.unw_shield .shield_shape_overlay path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 2px;
}
.background_purple .unw_shield .shield_shape_overlay path {
  fill: #331e54;
  stroke: #331e54;
}
.stat {
  max-width: 350px;
  margin: 0 auto;
}
.stat p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.reversed .stat p {
  color: #FFFFFF;
}

.stats [class^=col], .stats [class*=col] {
  position: relative;
}
.stats [class^=col]:after, .stats [class*=col]:after {
  content: "";
  height: 5px;
  right: -7.5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 60px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcxMCAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5NjgzQjI7c3Ryb2tlLXdpZHRoOjMwLjI5MzQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTowLDc0LjM1MDY7fTwvc3R5bGU+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjkiIHkxPSIxNSIgeDI9IjE3MjYuOSIgeTI9IjE1Ii8+PC9zdmc+);
  background-position: center left;
  background-size: cover;
  display: none;
}
@media (min-width: 576px) {
  .stats [class^=col]:after, .stats [class*=col]:after {
    display: block;
    right: -30px;
  }
}
.stats [class^=col] .stat, .stats [class*=col] .stat {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
}
.stats [class^=col]:nth-child(even):after, .stats [class*=col]:nth-child(even):after {
  display: none;
}
@media (min-width: 1200px) {
  .stats [class^=col]:nth-child(even):after, .stats [class*=col]:nth-child(even):after {
    display: block;
  }
}
.stats [class^=col]:last-child:after, .stats [class*=col]:last-child:after {
  display: none;
}

.grid_items {
  --cs-margin-top-start: 30;
  --cs-margin-top-end: 60;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 0;
  --cs-margin-bottom-end: 0;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.grid_items > div[class^=col], .grid_items > div[class*=" col"] {
  padding-top: 0;
  padding-bottom: 0;
}
.grid_items > div[class^=col] .grid_item, .grid_items > div[class*=" col"] .grid_item {
  height: 100%;
}
.grid_items > div[class^=col] .grid_item > .row, .grid_items > div[class*=" col"] .grid_item > .row {
  height: 100%;
}
.grid_items > div[class^=col] .grid_item .photo, .grid_items > div[class*=" col"] .grid_item .photo {
  height: 100%;
}
.grid_items > div[class^=col] .grid_item .grid_content, .grid_items > div[class*=" col"] .grid_item .grid_content {
  padding: 15px 0 15px 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .grid_items > div[class^=col] .grid_item .grid_content, .grid_items > div[class*=" col"] .grid_item .grid_content {
    padding: 30px 20px;
    padding-bottom: 36px;
  }
}
.grid_items > div[class^=col] .grid_item .grid_content:after, .grid_items > div[class*=" col"] .grid_item .grid_content:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.grid_items > div[class^=col] .grid_item .grid_content .link:after, .grid_items > div[class^=col] .grid_item .grid_content .link:before, .grid_items > div[class*=" col"] .grid_item .grid_content .link:after, .grid_items > div[class*=" col"] .grid_item .grid_content .link:before {
  background-color: #9683B2;
}
.grid_items > div[class^=col] .grid_item .grid_content .link:hover, .grid_items > div[class*=" col"] .grid_item .grid_content .link:hover {
  color: #9683B2;
}
.grid_items > div[class^=col]:nth-child(2) .grid_item .grid_content:after, .grid_items > div[class*=" col"]:nth-child(2) .grid_item .grid_content:after {
  background-color: #ecac00;
}
.grid_items > div[class^=col]:nth-child(2) .grid_item .grid_content .link:after, .grid_items > div[class^=col]:nth-child(2) .grid_item .grid_content .link:before, .grid_items > div[class*=" col"]:nth-child(2) .grid_item .grid_content .link:after, .grid_items > div[class*=" col"]:nth-child(2) .grid_item .grid_content .link:before {
  background-color: #ecac00;
}
.grid_items > div[class^=col]:nth-child(2) .grid_item .grid_content .link:hover, .grid_items > div[class*=" col"]:nth-child(2) .grid_item .grid_content .link:hover {
  color: #ecac00;
}
.grid_items > div[class^=col]:nth-child(3) .grid_item .grid_content:after, .grid_items > div[class*=" col"]:nth-child(3) .grid_item .grid_content:after {
  background-color: #C8C8C8;
}
.grid_items > div[class^=col]:nth-child(3) .grid_item .grid_content .link:after, .grid_items > div[class^=col]:nth-child(3) .grid_item .grid_content .link:before, .grid_items > div[class*=" col"]:nth-child(3) .grid_item .grid_content .link:after, .grid_items > div[class*=" col"]:nth-child(3) .grid_item .grid_content .link:before {
  background-color: #C8C8C8;
}
.grid_items > div[class^=col]:nth-child(3) .grid_item .grid_content .link:hover, .grid_items > div[class*=" col"]:nth-child(3) .grid_item .grid_content .link:hover {
  color: #C8C8C8;
}
.grid_items > div[class^=col]:nth-child(4) .grid_item .grid_content:after, .grid_items > div[class*=" col"]:nth-child(4) .grid_item .grid_content:after {
  background-color: #71A28A;
}
.grid_items > div[class^=col]:nth-child(4) .grid_item .grid_content .link:after, .grid_items > div[class^=col]:nth-child(4) .grid_item .grid_content .link:before, .grid_items > div[class*=" col"]:nth-child(4) .grid_item .grid_content .link:after, .grid_items > div[class*=" col"]:nth-child(4) .grid_item .grid_content .link:before {
  background-color: #71A28A;
}
.grid_items > div[class^=col]:nth-child(4) .grid_item .grid_content .link:hover, .grid_items > div[class*=" col"]:nth-child(4) .grid_item .grid_content .link:hover {
  color: #71A28A;
}
.grid_items > div[class^=col]:nth-child(5) .grid_item .grid_content:after, .grid_items > div[class*=" col"]:nth-child(5) .grid_item .grid_content:after {
  background-color: #ecac00;
}
.grid_items > div[class^=col]:nth-child(5) .grid_item .grid_content .link:after, .grid_items > div[class^=col]:nth-child(5) .grid_item .grid_content .link:before, .grid_items > div[class*=" col"]:nth-child(5) .grid_item .grid_content .link:after, .grid_items > div[class*=" col"]:nth-child(5) .grid_item .grid_content .link:before {
  background-color: #ecac00;
}
.grid_items > div[class^=col]:nth-child(5) .grid_item .grid_content .link:hover, .grid_items > div[class*=" col"]:nth-child(5) .grid_item .grid_content .link:hover {
  color: #ecac00;
}

.background_texture, .section_dark {
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
}
.background_texture:before, .background_texture:after, .section_dark:before, .section_dark:after {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 1200px;
  width: 25%;
  top: 0;
  background-image: url(/assets/media/images/bg_texture_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.background_texture:before, .section_dark:before {
  left: 0;
  background-position: top left;
}
.background_texture:after, .section_dark:after {
  right: 0;
  background-image: url(/assets/media/images/bg_texture_4.jpg);
  background-position: bottom right;
}
@media print {
  .background_texture:before, .background_texture:after, .section_dark:before, .section_dark:after {
    display: none;
  }
}
.background_texture > .container:before, .section_dark > .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.03);
  background-image: url(/assets/media/images/texture/asfalt-dark.png);
  background-size: 233px 175px !important;
  z-index: 1;
  pointer-events: none;
}
@media print {
  .background_texture > .container:before, .section_dark > .container:before {
    display: none;
  }
}
.background_texture > .container .row, .section_dark > .container .row {
  position: relative;
  z-index: 10;
}

.section_purple_texture {
  position: relative;
  z-index: 0;
  background-color: #331e54;
}
.section_purple_texture:before, .section_purple_texture:after {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 1200px;
  width: 30%;
  top: 0;
  background-image: url(/assets/media/images/bg_texture_purple_left_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.section_purple_texture:before {
  left: 0;
  background-position: center left;
}
.section_purple_texture:after {
  right: 0;
  background-image: url(/assets/media/images/bg_texture_purple_right_3.jpg);
  background-position: center right;
}
.section_purple_texture > * {
  position: relative;
  z-index: 1;
}

section.section_dark {
  border-top: 1px solid #DAD9D7;
  border-bottom: 1px solid #DAD9D7;
}

.background_icon {
  position: absolute;
  top: -40%;
  right: -18%;
  width: 60%;
  opacity: 0.07;
}

.background_img {
  background-color: #9683B2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.background_img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background_img img {
    display: none;
  }
}
.hero .background_img img {
  opacity: 1;
}
@media print {
  .background_img img {
    opacity: 1;
  }
}

.nav_breadcrumb {
  background-color: #291245;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .nav_breadcrumb {
    display: block;
  }
}
@media print {
  .nav_breadcrumb {
    display: none;
  }
}
.nav_breadcrumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #211330;
}

.breadcrumb, .sub_nav {
  padding: 10px 0 15px 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  .breadcrumb, .sub_nav {
    padding: 12px 0 17px 0;
  }
}
@media (min-width: 1200px) {
  .breadcrumb, .sub_nav {
    padding: 15px 0 20px 0;
  }
}
@media (min-width: 1500px) {
  .breadcrumb, .sub_nav {
    padding: 18px 0 22px 0;
  }
}
.breadcrumb .breadcrumb-item, .breadcrumb .nav-item, .sub_nav .breadcrumb-item, .sub_nav .nav-item {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 12;
  --cs-font-size-end: 15;
  color: rgba(51, 30, 84, 0.4);
  padding-left: 15px;
  padding-top: 3px;
}
.reversed .breadcrumb .breadcrumb-item, .reversed .breadcrumb .nav-item, .reversed .sub_nav .breadcrumb-item, .reversed .sub_nav .nav-item {
  color: #B09CCD;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .nav-item a, .sub_nav .breadcrumb-item a, .sub_nav .nav-item a {
  color: #331e54;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:after, .breadcrumb .nav-item a:after, .sub_nav .breadcrumb-item a:after, .sub_nav .nav-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  .breadcrumb .breadcrumb-item a:after, .breadcrumb .nav-item a:after, .sub_nav .breadcrumb-item a:after, .sub_nav .nav-item a:after {
    display: none;
  }
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .nav-item a:hover, .sub_nav .breadcrumb-item a:hover, .sub_nav .nav-item a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover:after, .breadcrumb .nav-item a:hover:after, .sub_nav .breadcrumb-item a:hover:after, .sub_nav .nav-item a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.breadcrumb .breadcrumb-item a:after, .breadcrumb .nav-item a:after, .sub_nav .breadcrumb-item a:after, .sub_nav .nav-item a:after {
  bottom: -10%;
}
.reversed .breadcrumb .breadcrumb-item a, .reversed .breadcrumb .nav-item a, .reversed .sub_nav .breadcrumb-item a, .reversed .sub_nav .nav-item a {
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before, .breadcrumb .nav-item + .breadcrumb-item:before, .sub_nav .breadcrumb-item + .breadcrumb-item:before, .sub_nav .nav-item + .breadcrumb-item:before {
  content: ">";
  padding-right: 15px;
  position: relative;
  top: -2px;
}
.breadcrumb .breadcrumb-icon .icon, .sub_nav .breadcrumb-icon .icon {
  display: block;
  width: 20px;
  fill: #B09CCD;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.breadcrumb .breadcrumb-icon:hover .icon, .sub_nav .breadcrumb-icon:hover .icon {
  fill: #FFFFFF;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta svg, .cta .cta_icon {
  display: block;
}
.cta .cta_icon {
  margin: 0 auto 20px auto;
  width: 100px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}
.cta .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cta svg {
  margin: 0 auto 10px auto;
  width: 120px;
  fill: #FFFFFF;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  stroke: #FFFFFF;
  stroke-width: 1px;
  stroke-dasharray: 125;
  stroke-dashoffset: -125;
  stroke-linecap: butt;
}
.cta svg path {
  fill: inherit;
}
.cta .btn:hover + .icon_container svg {
  fill: #FFFFFF;
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 2;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.icon_text {
  --cs-margin-top-start: 18.75;
  --cs-margin-top-end: 37.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 18.75;
  --cs-margin-bottom-end: 37.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media (max-width: 767px) {
  .icon_text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .icon_text {
    min-width: 300px;
  }
}
.icon_text:last-child {
  margin-bottom: 0;
}
.icon_text:first-child {
  margin-top: 0;
}
.icon_text .icon {
  width: 50px;
}
@media (min-width: 576px) {
  .icon_text .icon {
    width: 55px;
  }
}
@media (min-width: 992px) {
  .icon_text .icon {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .icon_text .icon {
    width: 65px;
  }
}
.icon_text .text {
  max-width: 400px;
  padding-left: 10px;
  text-align: left;
}
@media (min-width: 375px) {
  .icon_text .text {
    padding-left: 15px;
  }
}
@media (min-width: 1500px) {
  .icon_text .text {
    padding-left: 20px;
  }
}
@media (min-width: 1700px) {
  .icon_text .text {
    padding-left: 25px;
  }
}
.icon_text h1, .icon_text .h1, .icon_text h2, .icon_text .h2, .icon_text h3, .icon_text .h3, .icon_text h4, .icon_text .h4, .icon_text h5, .icon_text .h5, .icon_text h6, .icon_text .h6, .icon_text p {
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 3.75;
  --cs-margin-bottom-end: 7.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.icon_text .link {
  margin-top: 20px;
}
.icon_text.sm {
  --cs-margin-top-start: 12;
  --cs-margin-top-end: 24;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 12;
  --cs-margin-bottom-end: 24;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.icon_text.sm:last-child {
  margin-bottom: 0;
}
.icon_text.sm:first-child {
  margin-top: 0;
}
.icon_text.sm .icon {
  width: 45px;
}
.icon_text.sm .text {
  padding-left: 20px;
}

.iconArray {
  display: none;
}

.userContent {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 17.25;
  --cs-margin-bottom-end: 34.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent:first-child {
  margin-top: 0;
}
.userContent:last-child {
  margin-bottom: 0;
}

.grid + .userContent {
  --cs-margin-top-start: 17.25;
  --cs-margin-top-end: 34.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 17.25;
  --cs-margin-bottom-end: 34.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.grid + .userContent:last-child {
  margin-bottom: 0;
}

.row > .userContent {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row > .userContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1700px) {
  .row > .userContent {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.content > .userContent:first-child {
  padding-top: var(--col-padding);
}
.content > .userContent:last-child {
  padding-bottom: var(--col-padding);
}

.sponsor_grid {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 26.25;
  --cs-margin-bottom-end: 52.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.sponsor_grid:last-child {
  margin-bottom: 0;
}

.sponsors {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #DAD9D7;
  background: #FFFFFF;
}
.sponsors .sponsor {
  display: block;
  padding: 30px;
  width: 100%;
}
.sponsors .sponsor a {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.sponsors .sponsor a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sponsors .sponsor img {
  display: block;
  width: 100%;
}

.share_container {
  --cs-margin-top-start: 15;
  --cs-margin-top-end: 30;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.share_container:first-child {
  margin-top: 0;
}
.share_container:last-child {
  margin-bottom: 0;
}

.share {
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .share {
    padding: 10px 40px;
  }
}
@media print {
  .share {
    display: none;
  }
}

.social_links a {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 32px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .social_links a {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .social_links a {
    width: 45px;
  }
}
.social_links a.lg {
  width: 40px;
}
@media (min-width: 480px) {
  .social_links a.lg {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .social_links a.lg {
    width: 57px;
  }
}
.social_links a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.social_links a:hover svg {
  fill: #71A28A;
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  stroke-width: 5;
}
.social_links a svg {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  stroke: #71A28A;
  stroke-width: 1px;
  stroke-dasharray: 125;
  stroke-dashoffset: -125;
  stroke-linecap: butt;
}

.location_map_address {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .location_map_address {
    padding-top: 0;
  }
}

/*
.map {
	border: 1px solid color(grey_light);
	padding: 15px;
}
*/
.carouselView {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 30px;
}
@media print {
  .carouselView {
    display: none;
  }
}
.carouselView .carouselView-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #331e54;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  padding: 12px;
  margin-right: 10px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.carouselView .carouselView-btn:focus {
  outline: none;
}
.carouselView .carouselView-btn:hover {
  background-color: #9683B2;
}
.carouselView .carouselView-btn.carouselView-btn_previous .icon {
  right: 2px;
}
.carouselView .carouselView-btn.carouselView-btn_next .icon {
  left: 2px;
}
.carouselView .carouselView-item {
  margin-left: 0 !important;
  float: left;
  position: relative;
  width: 100%;
}
.carouselView .carouselView-inner {
  overflow: hidden;
}
.carouselView .carouselView-inner .carouselView-item-img, .carouselView .carouselView-inner .carouselView-item-img > * {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.carouselView .carouselView-inner .carouselView-item-img {
  position: relative;
  overflow: hidden;
}
.carouselView .carouselView-inner .carouselView-item-bd h4, .carouselView .carouselView-inner .carouselView-item-bd .h4 {
  margin-top: 25px;
}
.carouselView .carouselView-inner .carouselView-item-bd p {
  margin-top: 25px;
}
.carouselView .carouselView-inner .carouselView-item-bd h6, .carouselView .carouselView-inner .carouselView-item-bd .h6 {
  margin-top: 15px;
}
.carouselView .controls {
  margin-bottom: 20px;
}

.tags {
  margin: 30px 0;
}
.tags .list_label {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tags .list_label {
    display: inline-block;
    margin-bottom: 0;
  }
}
.tags .list-inline-item {
  margin: 0;
}
.tags .list-inline-item:first-child {
  margin-right: 10px;
}

.program_tags {
  margin: 10px 0;
}
.program_tags:last-child {
  margin-bottom: 0;
}
.program_tags .program_tag {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #331e54;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  border-right: 2px solid #DAD9D7;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .program_tags .program_tag {
    font-size: 12px;
    padding: 0 14px;
  }
}
.reversed .program_tags .program_tag, .bite_isActive .program_tags .program_tag {
  border-right-color: #9683B2;
  color: #FFFFFF;
}
.reversed .program_tags .program_tag .program_text, .bite_isActive .program_tags .program_tag .program_text {
  color: #FFFFFF;
}
.program_tags .program_tag:first-child {
  padding-left: 0;
}
.program_tags .program_tag:last-child {
  padding-right: 0;
  border-right: none;
}
.program_tags .program_tag.program_tag_major {
  color: #331e54;
}
.program_tags .program_tag.program_tag_minor {
  color: #B09CCD;
}
.program_tags .program_tag.program_tag_masters {
  color: #ecac00;
}
.program_tags .program_tag.program_tag_associates {
  color: #CF7600;
}
.program_tags .program_tag.program_tag_certificate {
  color: #71A28A;
}
.program_tags .program_tag .program_text {
  color: #181818;
}
.program_tags .program_tag .program_icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  margin-right: 7px;
}
.program_tags .program_tag .program_icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDg2LjIgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4Ni4yIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNDIuNywwTDAsOC42djM3LjljLTAuNCwyMC44LDEyLjcsNDAuMSwzMC44LDQ5LjFjNCwyLDcuNiwzLjMsMTIsNC40YzQuNC0xLDguMS0yLjQsMTItNC4zYzE4LjEtOC45LDMxLjYtMjguNCwzMS40LTQ5LjJWOC42TDQyLjcsMHoiLz48L3N2Zz4=);
  background-size: cover;
  -webkit-transform: scale(1.1) translateY(-5%);
  -ms-transform: scale(1.1) translateY(-5%);
  transform: scale(1.1) translateY(-5%);
}
.program_tags .program_tag .program_icon svg {
  display: block;
  width: 16px;
  position: relative;
  top: -1px;
  height: 19px;
}
@media (min-width: 992px) {
  .program_tags .program_tag .program_icon svg {
    width: 18px;
    height: 21px;
  }
}
.program_tags .program_tag .program_icon svg path {
  fill: currentColor;
}

.quote {
  max-width: 950px;
  margin: 40px auto;
  position: relative;
}
@media print {
  .quote {
    max-width: 900px;
    display: table;
    page-break-inside: avoid;
  }
}
.quote:first-child {
  margin-top: 0;
}
.quote:last-child {
  margin-bottom: 0;
}
.quote:before, .quote:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6px;
  width: 50px;
  background-color: #9683B2;
  z-index: 1;
  display: none;
}
.quote:before {
  top: 0;
}
.quote:after {
  bottom: 0;
}
.quote .quote_inner {
  padding: 15px 8%;
}
@media (min-width: 768px) {
  .quote .quote_inner {
    padding: 20px 8%;
  }
}
@media (min-width: 1200px) {
  .quote .quote_inner {
    padding: 25px 8%;
  }
}
.quote .quote_inner blockquote {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 3.75;
  --cs-margin-bottom-end: 7.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.quote .name {
  margin-bottom: 0;
}
.quote .name:before {
  content: "~";
  display: block;
  color: #9683B2;
  font-size: 40px;
}
.quote .quote_author_photo {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .quote .quote_author_photo {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .quote .quote_author_photo {
    margin-top: 20px;
  }
}
.quote .quote_author_photo:before {
  content: "~";
  display: block;
  color: #9683B2;
  font-family: "Homemade Apple", cursive;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 19;
  --cs-font-size-end: 26;
  --cs-font-size-unit: 1px;
  --cs-font-size-increment: (var(--cs-font-size-end) - var(--cs-font-size-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-font-size: ((var(--cs-property-current-size) * var(--cs-font-size-increment)) + var(--cs-font-size-start));
  font-size: calc(var(--cs-font-size) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  --cs-letter-spacing-start: 0;
  --cs-letter-spacing-end: 0;
  --cs-letter-spacing-unit: 1px;
  --cs-letter-spacing-increment: (var(--cs-letter-spacing-end) - var(--cs-letter-spacing-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-letter-spacing: ((var(--cs-property-current-size) * var(--cs-letter-spacing-increment)) + var(--cs-letter-spacing-start));
  letter-spacing: calc(var(--cs-letter-spacing) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
  color: #181818;
  line-height: 1.3;
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 40px;
}
.reversed .quote .quote_author_photo:before {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.quote .quote_author_photo .name:before {
  display: none;
}
.quote .quote_author_photo .quote_author {
  margin: 0;
}
.quote .quote_author {
  margin: 0 auto;
  max-width: 400px;
}
.quote .quote_author h6, .quote .quote_author .h6 {
  margin-top: 0;
}
.quote .quote_image {
  width: 140px;
  margin: 0 auto 35px auto;
  border-radius: 100%;
  position: relative;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .quote .quote_image {
    width: 160px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .quote .quote_image {
    width: 50%;
    max-width: 200px;
    margin-bottom: 65px;
  }
}
@media (min-width: 1500px) {
  .quote .quote_image {
    max-width: 220px;
  }
}
.quote .quote_image .person_image {
  border: 2px solid #FFFFFF;
}
.quote .quote_image:before {
  content: "";
  width: 145%;
  height: 145%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTA4MCAxMDgwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDgwIDEwODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojOTY4M0IyO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MDEuNCwxNjUuOGMwLjIsNC40LDAuNCw4LjcsMC42LDEzLjFjMC4xLDEuNi0xLjIsMi45LTIuNywzbDAsMEg0OTljLTEuNSwwLTIuOC0xLjItMi45LTIuOGMtMC4yLTQuNC0wLjQtOC43LTAuNi0xMy4xYy0wLjEtMS42LDEtMywyLjYtMy4xczMsMSwzLjEsMi42QzUwMS4zLDE2NS43LDUwMS4zLDE2NS43LDUwMS40LDE2NS44eiBNNTAyLjUsMTk0LjdjLTAuMS0xLjYtMS40LTIuOC0zLTIuOGMtMS42LDAuMS0yLjgsMS40LTIuOCwzbDAsMGMwLjMsOC43LDAuNiwxNy40LDAuOCwyNi4xYzAuMiw2LjQsMC40LDEyLjcsMC42LDE5LjFjMCwxLjUsMS4zLDIuOCwyLjksMi44aDAuMWMxLjYsMCwyLjgtMS40LDIuOC0zbDAsMGMtMC4yLTYuNC0wLjQtMTIuNy0wLjYtMTkuMUM1MDMuMSwyMTIuMSw1MDIuOCwyMDMuNCw1MDIuNSwxOTQuN0w1MDIuNSwxOTQuN3ogTTUwMS41LDI1MS43Yy0xLjYsMC4xLTIuOCwxLjQtMi44LDNsMCwwYzEuMSwyOC41LDIuNCw1MC4zLDQuMiw3MC41YzAuMSwxLjUsMS40LDIuNiwyLjksMi42aDAuM2MxLjYtMC4xLDIuNy0xLjUsMi42LTMuMWMtMS44LTIwLjEtMy4xLTQxLjctNC4yLTcwLjJDNTA0LjQsMjUyLjksNTAzLjEsMjUxLjYsNTAxLjUsMjUxLjdMNTAxLjUsMjUxLjdMNTAxLjUsMjUxLjd6IE01NjguNywxOTUuOWMtMS42LTAuMy0zLjEsMC43LTMuNCwyLjNsMCwwYy0xLjEsNS45LTIuMywxMi40LTMuNSwxOS4xYy0xMS44LTAuOC0yMy43LTAuOS0zNS41LTAuM2wwLjMsNy4yYzExLjMtMC41LDIyLjctMC41LDM0LDAuMmMtMC42LDMuOS0xLjIsNy43LTEuNywxMS42Yy0wLjIsMS42LDAuOSwzLDIuNSwzLjJsMCwwaDAuNGMxLjQsMCwyLjYtMS4xLDIuOC0yLjVjMC41LTQsMS4xLTgsMS44LTEyYzkuNCwwLjgsMTguOCwxLjksMjguMSwzLjVsMS4yLTcuMWMtOS4zLTEuNi0xOC44LTIuOC0yOC4yLTMuNWMxLjEtNi41LDIuMy0xMi43LDMuMy0xOC41QzU3MS4yLDE5Ny43LDU3MC4yLDE5Ni4yLDU2OC43LDE5NS45TDU2OC43LDE5NS45eiBNNTU5LjYsMjUwLjhjLTEuNi0wLjItMywwLjktMy4zLDIuNGwwLDBjLTIuMiwxNS4yLTQuOSwzMS40LTguNiw1Mi41Yy0xLjMsNy4zLTIuNiwxNC41LTMuOSwyMS44bC0wLjgsNC4zYy0wLjcsNC4xLTEuMSw4LjMtMS41LDEyLjNjLTAuNSw0LjYtMC45LDguOS0xLjcsMTMuMWMtMC4zLDEuNiwwLjcsMy4xLDIuMywzLjRsMCwwYzAuMiwwLDAuNCwwLjEsMC42LDAuMWMxLjQsMCwyLjUtMSwyLjgtMi4zYzAuOS00LjUsMS40LTkuMiwxLjgtMTMuN2MwLjQtMy45LDAuOC04LDEuNS0xMS45bDAuOC00LjNjMS4zLTcuMywyLjYtMTQuNSwzLjktMjEuOGMzLjYtMjEuMSw2LjMtMzcuNCw4LjYtNTIuN0M1NjIuMiwyNTIuNCw1NjEuMSwyNTEsNTU5LjYsMjUwLjhDNTU5LjYsMjUwLjgsNTU5LjUsMjUwLjgsNTU5LjYsMjUwLjhMNTU5LjYsMjUwLjh6IE02MDkuOSwyNjIuMWMtMS41LTAuNC0zLjEsMC40LTMuNiwxLjlsMCwwbC0xMiw0MWMtMC40LDEuNSwwLjQsMy4xLDIsMy42bDAsMGMwLjMsMC4xLDAuNSwwLjEsMC44LDAuMWMxLjMsMCwyLjQtMC44LDIuOC0yLjFsMTItNDFDNjEyLjMsMjY0LjIsNjExLjQsMjYyLjYsNjA5LjksMjYyLjFDNjA5LjksMjYyLjEsNjA5LjgsMjYyLjEsNjA5LjksMjYyLjFMNjA5LjksMjYyLjF6IE03MjAsMTU0LjJjMS40LDAuNywzLjEsMC4xLDMuOC0xLjNjNi4xLTEyLjQsMTIuMi0yNC44LDE4LjItMzcuMmM3LjMtMTQuOSwxNC44LTMwLjQsMjIuMy00NS41YzAuNi0xLjUsMC0zLjItMS41LTMuOGMtMS40LTAuNi0zLTAuMS0zLjcsMS4zYy03LjUsMTUuMi0xNSwzMC42LTIyLjMsNDUuNmMtNiwxMi40LTEyLjEsMjQuOC0xOC4yLDM3LjJDNzE4LDE1MS44LDcxOC42LDE1My41LDcyMCwxNTQuMkw3MjAsMTU0LjJ6IE03MDQuOCwxODQuN2MxLjQsMC43LDMuMSwwLjIsMy45LTEuM2wwLDBjMi4yLTQuMyw0LjQtOC43LDYuNS0xM2MwLjctMS40LDAtMy4yLTEuNC0zLjhzLTMtMC4xLTMuNywxLjJjLTIuMSw0LjMtNC4zLDguNi02LjUsMTIuOUM3MDIuOCwxODIuMiw3MDMuNCwxODMuOSw3MDQuOCwxODQuN0w3MDQuOCwxODQuN0w3MDQuOCwxODQuN3ogTTc1MC4xLDI0OGMtMi4xLDMuMS00LjMsNi4xLTYuNSw5LjFjLTAuOSwxLjMtMC42LDMuMSwwLjcsNGMwLjUsMC40LDEuMSwwLjUsMS43LDAuNWMwLjksMCwxLjgtMC40LDIuMy0xLjJjMi4yLTMuMSw0LjMtNi4xLDYuNS05LjJjMC45LTEuMywwLjYtMy4xLTAuNy00Qzc1Mi44LDI0Ni40LDc1MSwyNDYuNyw3NTAuMSwyNDhMNzUwLjEsMjQ4TDc1MC4xLDI0OHogTTgzMy4xLDI2OS42YzAuNywwLDEuNS0wLjMsMi0wLjhsOS44LTljMS4yLTEuMSwxLjItMi45LDAuMi00LjFjLTEuMS0xLjItMi45LTEuMi00LjEtMC4ybDAsMGwtOS44LDljLTEuMiwxLjEtMS4zLDIuOS0wLjIsNC4xQzgzMS41LDI2OS4zLDgzMi4zLDI2OS42LDgzMy4xLDI2OS42TDgzMy4xLDI2OS42eiBNNzAxLjcsMzkxLjZjOS45LTkuNCwxOS41LTE4LjEsMjguNy0yNi41YzYtNS41LDExLjctMTAuNiwxNy40LTE1LjljMS4xLTEuMSwxLjEtMywwLTQuMWMtMS4xLTEtMi43LTEuMS0zLjktMC4xYy01LjcsNS4zLTExLjMsMTAuNC0xNy40LDE1LjljLTkuMyw4LjQtMTguOSwxNy4yLTI4LjgsMjYuNmMtMS4yLDEuMS0xLjIsMi45LTAuMiw0LjFjMC42LDAuNiwxLjMsMC45LDIuMiwwLjlDNzAwLjUsMzkyLjQsNzAxLjIsMzkyLjEsNzAxLjcsMzkxLjZMNzAxLjcsMzkxLjZ6IE05MzMuNCwyNzEuNGMwLjYsMCwxLjMtMC4yLDEuOC0wLjZjMTIuOS0xMC4xLDI0LjgtMTkuNCwzNi4yLTI4LjVjMS4yLTEsMS40LTIuOCwwLjQtNHMtMi44LTEuNC00LTAuNGwwLDBjLTExLjQsOS4xLTIzLjIsMTguNC0zNi4xLDI4LjVjLTEuMywxLTEuNSwyLjgtMC41LDRDOTMxLjcsMjcwLjksOTMyLjYsMjcxLjQsOTMzLjQsMjcxLjRMOTMzLjQsMjcxLjR6IE04NDIuMiwzMzcuOWMxLDEuMywyLjcsMS41LDQsMC42bDQuOC0zLjZjMjAuNS0xNS40LDQxLjYtMzEuNCw2Mi4zLTQ3LjJjMS4yLTEsMS40LTIuOCwwLjQtNC4xYy0xLTEuMi0yLjctMS40LTMuOS0wLjVjLTIwLjcsMTUuOS00MS44LDMxLjgtNjIuMyw0Ny4ybC00LjgsMy42Qzg0MS41LDMzNC44LDg0MS4zLDMzNi42LDg0Mi4yLDMzNy45TDg0Mi4yLDMzNy45eiBNODI2LjEsMzQ2LjVjLTE4LjUsMTQtMzIuNywyNC44LTQ2LDM1Yy0xLjMsMS0xLjUsMi44LTAuNSw0YzAuNSwwLjcsMS40LDEuMSwyLjMsMS4xYzAuNiwwLDEuMy0wLjIsMS44LTAuNmMxMy4zLTEwLjIsMjcuNS0yMSw0NS45LTM1YzEuMi0xLDEuNC0yLjgsMC40LTQuMUM4MjguOSwzNDUuOSw4MjcuMywzNDUuNiw4MjYuMSwzNDYuNUw4MjYuMSwzNDYuNXogTTY5MSw0NTMuMmMwLjUsMC44LDEuNCwxLjMsMi40LDEuMmMwLjYsMCwxLjEtMC4yLDEuNi0wLjVjMTIuNy04LjcsMjQuMi0xOC4xLDM1LjQtMjcuM2MxMi42LTEwLjMsMjQuNS0yMCwzNy45LTI4LjljMS40LTAuOCwxLjgtMi42LDEtNHMtMi42LTEuOC00LTFjLTAuMSwwLTAuMSwwLjEtMC4yLDAuMWMtMTMuNyw5LTI2LjIsMTkuMy0zOC40LDI5LjJjLTExLjEsOS4xLTIyLjUsMTguNS0zNSwyN0M2OTAuNSw0NTAuMSw2OTAuMSw0NTEuOSw2OTEsNDUzLjJ6IE05NjguNCwzNTUuMmMtMjguOCwxMy01NywyNS45LTc4LjMsMzUuOGMtMS40LDAuNy0yLjEsMi40LTEuNCwzLjhjMC41LDEsMS41LDEuNywyLjYsMS43YzAuNCwwLDAuOC0wLjEsMS4yLTAuM2MyMS4zLTkuOSw0OS41LTIyLjgsNzguMy0zNS44YzEuNC0wLjcsMi4xLTIuNCwxLjQtMy44Uzk2OS45LDM1NC42LDk2OC40LDM1NS4yTDk2OC40LDM1NS4yeiBNODY2LDQwOC4yYzAuNCwwLDAuOC0wLjEsMS4yLTAuM2w5LjYtNC41YzEuNS0wLjYsMi4yLTIuMywxLjYtMy44cy0yLjMtMi4yLTMuOC0xLjZjLTAuMSwwLTAuMiwwLjEtMC4yLDAuMWwtOS42LDQuNWMtMS40LDAuNy0yLjEsMi40LTEuNCwzLjhDODYzLjksNDA3LjUsODY0LjksNDA4LjIsODY2LDQwOC4yTDg2Niw0MDguMnogTTc2Mi4yLDQ1My4xYy0wLjctMS40LTIuNC0yLjEtMy44LTEuNGwwLDBsLTU0LjksMjUuMmMtMS40LDAuNy0yLjEsMi40LTEuNCwzLjhjMC41LDEsMS41LDEuNywyLjYsMS43YzAuNCwwLDAuOC0wLjEsMS4yLTAuM2w1NC45LTI1LjJDNzYyLjIsNDU2LjIsNzYyLjksNDU0LjUsNzYyLjIsNDUzLjFMNzYyLjIsNDUzLjF6IE05NDYuNSw0OTYuM2MtMS42LTAuMy0zLjEsMC43LTMuNCwyLjNjLTAuMywxLjYsMC43LDMuMSwyLjMsMy40YzAuMiwwLDAuNSwwLjEsMC43LDAuMWMyLDAuMiw0LjEsMC4zLDYuMiwwLjNjNy0wLjEsMTMuOS0wLjcsMjAuOC0xLjhjOC4zLTEuMSwxNi45LTIuMiwyNS41LTEuN2MxLjYsMC4xLDIuOS0xLjEsMy0yLjdzLTEuMS0yLjktMi43LTNsMCwwYy05LjEtMC41LTE4LDAuNi0yNi42LDEuN0M5NjMuMyw0OTUuOSw5NTQuOSw0OTcsOTQ2LjUsNDk2LjN6IE05MDUuNyw1MDEuOWMwLjEsMS41LDEuNCwyLjcsMi45LDIuN2gwLjJjNC40LTAuMyw4LjktMC42LDEzLjMtMWMxLjYtMC4yLDIuNy0xLjYsMi42LTMuMmMtMC4yLTEuNS0xLjUtMi43LTMtMi42Yy00LjQsMC40LTguOCwwLjctMTMuMiwxQzkwNi44LDQ5OC45LDkwNS42LDUwMC4zLDkwNS43LDUwMS45TDkwNS43LDUwMS45eiBNNzY5LjksNTA1LjZjLTIyLjMsMS40LTQyLjEsMy02MC40LDUuMmMtMS42LDAuMi0yLjcsMS42LTIuNSwzLjJjMC4yLDEuNCwxLjQsMi41LDIuOSwyLjVoMC4zYzE4LjItMi4xLDM3LjgtMy44LDYwLjEtNS4yYzEuNi0wLjEsMi44LTEuNSwyLjctM2wwLDBDNzcyLjgsNTA2LjgsNzcxLjUsNTA1LjUsNzY5LjksNTA1LjZMNzY5LjksNTA1LjZ6IE0xMDYxLjEsNTk0LjRjLTEyLjEtMS4zLTI1LjEtMy4yLTQwLjktNS44Yy0xLjYtMC4zLTMuMSwwLjgtMy4zLDIuM2MtMC4zLDEuNiwwLjgsMy4xLDIuMywzLjNjMTUuOSwyLjcsMjksNC41LDQxLjIsNS45aDAuM2MxLjYsMCwyLjktMS4zLDIuOS0yLjlDMTA2My42LDU5NS44LDEwNjIuNSw1OTQuNiwxMDYxLjEsNTk0LjRMMTA2MS4xLDU5NC40eiBNOTUwLjUsNTc2LjNjLTEuNi0wLjMtMy4xLDAuOC0zLjMsMi4zYy0wLjMsMS42LDAuOCwzLjEsMi4zLDMuM2MxMC41LDEuOCwyMSwzLjcsMzEuNSw1LjZjMC4yLDAsMC4zLDAuMSwwLjUsMGMxLjYsMCwyLjktMS4zLDIuOC0yLjljMC0xLjQtMS0yLjUtMi4zLTIuOEM5NzEuNSw1ODAsOTYxLDU3OC4xLDk1MC41LDU3Ni4zeiBNNzg0LjksNTQ4LjNjLTkuNS0wLjMtMTguMy0yLjMtMjcuNy00LjNjLTcuMi0xLjctMTQuNC0zLTIxLjctNGMtMS42LTAuMS0zLDEtMy4xLDIuNmMtMC4xLDEuNSwwLjksMi45LDIuNSwzLjFjNy4xLDAuOSwxNC4yLDIuMiwyMS4yLDMuOWM5LjIsMiwxOC43LDQuMSwyOC43LDQuNWgwLjFjMS42LTAuMSwyLjgtMS40LDIuOC0zQzc4Ny41LDU0OS41LDc4Ni40LDU0OC40LDc4NC45LDU0OC4zTDc4NC45LDU0OC4zeiBNOTQxLjcsNjQ5LjZjMS42LDAsMi45LTEuMywyLjgtMi45YzAtMS4zLTAuOS0yLjQtMi4xLTIuN2MtNS43LTEuNS0xMS40LTIuOS0xNy4xLTQuNGM0LjMtMTUuNyw3LjYtMzEuNiwxMC4xLTQ3LjZsLTcuMS0xLjFjLTIuNCwxNS44LTUuOCwzMS41LTEwLDQ2LjlsLTQuMS0xLjFjLTEuNS0wLjQtMy4xLDAuNS0zLjUsMi4xczAuNSwzLjEsMi4xLDMuNWw0LDFjLTMuNSwxMi4zLTcuNiwyNC40LTEyLjMsMzYuMmw2LjcsMi42YzQuOC0xMiw4LjktMjQuNCwxMi41LTM3YzUuNywxLjUsMTEuNSwyLjksMTcuMiw0LjRDOTQxLjIsNjQ5LjYsOTQxLjQsNjQ5LjYsOTQxLjcsNjQ5LjZ6IE04MDQuMiw2MTMuNGMxMy4xLDMuNywyNi4yLDcuMywzOS45LDExYy0wLjMsMS4yLTAuNywyLjQtMSwzLjZsNywxLjhjMC4zLTEuMiwwLjYtMi40LDEtMy42YzEzLjQsMy42LDI3LjQsNy4yLDQyLjUsMTEuMWMwLjIsMC4xLDAuNSwwLjEsMC43LDAuMWMxLjYsMCwyLjktMS4zLDIuOC0yLjljMC0xLjMtMC45LTIuNC0yLjEtMi43Yy0xNS4xLTMuOS0yOS4xLTcuNS00Mi41LTExLjFjMC43LTIuNSwxLjMtNSwxLjktNy41bC03LTEuN2MtMC42LDIuNC0xLjIsNC45LTEuOSw3LjNjLTEzLjYtMy42LTI2LjctNy4yLTM5LjgtMTAuOWMtMS41LTAuNS0zLjEsMC4zLTMuNiwxLjhzMC4zLDMuMSwxLjgsMy42QzgwNC4xLDYxMy40LDgwNC4yLDYxMy41LDgwNC4yLDYxMy40TDgwNC4yLDYxMy40eiBNNzU2LjQsNTk3LjhjLTAuNCwxLjUsMC41LDMuMSwyLDMuNWwyOS43LDcuOGMwLjIsMC4xLDAuNSwwLjEsMC43LDAuMWMxLjYsMCwyLjktMS4zLDIuOS0yLjljMC0xLjMtMC45LTIuNC0yLjEtMi44bC0yOS42LTcuOEM3NTguNSw1OTUuNCw3NTYuOSw1OTYuMyw3NTYuNCw1OTcuOEw3NTYuNCw1OTcuOEw3NTYuNCw1OTcuOHogTTEwMDksNzU5LjVjLTEyLjgtNy40LTI2LjUtMTMuMi0zOS43LTE4LjhjLTkuMy0zLjktMTguOS04LTI4LTEyLjZjLTEuNC0wLjctMy4xLTAuMS0zLjksMS4zYy0wLjcsMS40LTAuMSwzLjEsMS4zLDMuOWwwLDBjOS4zLDQuNywxOSw4LjgsMjguNCwxMi44YzEzLjEsNS41LDI2LjYsMTEuMywzOS4xLDE4LjVjMC40LDAuMiwwLjksMC40LDEuNCwwLjRjMS42LDAsMi45LTEuMywyLjktMi45QzEwMTAuNSw3NjEsMTAwOS45LDc2MCwxMDA5LDc1OS41TDEwMDksNzU5LjV6IE05MjIuMiw3MjQuN2MxLjYsMCwyLjktMS4zLDIuOS0yLjljMC0xLjEtMC42LTIuMS0xLjYtMi42Yy03LjctMy44LTE1LjUtNy43LTIzLjQtMTEuNmwzLjMtNy4ybDEuMy0zYzAuOC0xLjgsMS42LTMuNywyLjQtNS41bC02LjYtMi44Yy0wLjgsMS44LTEuNiwzLjYtMi40LDUuNGwtNC41LDkuOWMtMjUuNi0xMi42LTUyLjMtMjUuNS03OS42LTM4LjJjLTEuNS0wLjYtMy4yLDAtMy44LDEuNWMtMC42LDEuNCwwLDMuMSwxLjQsMy43YzM4LDE3LjYsNzUsMzUuOCwxMDkuMyw1Mi45QzkyMS40LDcyNC42LDkyMS44LDcyNC43LDkyMi4yLDcyNC43TDkyMi4yLDcyNC43eiBNNzk2LjQsNjYzLjljMS42LDAsMi45LTEuMywyLjktMi45YzAtMS4xLTAuNi0yLjEtMS42LTIuNmMtMTEuNi02LTIzLjMtMTEuNC0zNC43LTE2LjdjLTUuNi0yLjYtMTEuMS01LjItMTYuNi03LjhjLTEuNC0wLjctMy4xLTAuMi0zLjksMS4yYy0wLjcsMS40LTAuMiwzLjEsMS4yLDMuOWMwLjEsMCwwLjEsMC4xLDAuMiwwLjFjNS41LDIuNiwxMSw1LjIsMTYuNiw3LjhjMTEuMyw1LjMsMjIuOSwxMC43LDM0LjUsMTYuNkM3OTUuNSw2NjMuOCw3OTYsNjYzLjksNzk2LjQsNjYzLjlMNzk2LjQsNjYzLjl6IE05NjMuNiw4NDguNGwtNzcuNy01NS44Yy0xLjMtMC45LTMuMS0wLjYtNCwwLjdzLTAuNiwzLjEsMC43LDRsNzcuNyw1NS44YzEuMywwLjksMy4xLDAuNSw0LTAuOEM5NjUuMSw4NTEsOTY0LjgsODQ5LjMsOTYzLjYsODQ4LjR6IE04NzAuOCw3ODEuOGMtMjMuNS0xNy43LTQ3LjctMzQuOS03MC42LTUxYzguNC0xMS40LDE2LTIzLjQsMjIuOS0zNS44bC02LjMtMy41Yy05LjcsMTcuNS0yMSwzNC4xLTMzLjcsNDkuNWw1LjUsNC42YzIuOC0zLjMsNS41LTYuOCw4LjEtMTAuMmMyMi45LDE2LjIsNDcuMiwzMy40LDcwLjYsNTFjMS4zLDEsMy4xLDAuNyw0LTAuNlM4NzIuMSw3ODIuNyw4NzAuOCw3ODEuOEw4NzAuOCw3ODEuOHogTTc4Miw3MThjLTIwLjQtMTQuMy00MC4zLTI4LjQtNjAuMy00My4yYy0xLjMtMC45LTMuMS0wLjYtNCwwLjdzLTAuNiwzLDAuNiwzLjljMjAuMSwxNC44LDQwLjksMjkuNCw2MC40LDQzLjJjMC41LDAuMywxLjEsMC41LDEuNywwLjVjMS42LDAsMi45LTEuMywyLjktMi45Qzc4My4yLDcxOS40LDc4Mi44LDcxOC41LDc4Miw3MTh6IE03MTMsNzMzYzguMSw4LDE1LjcsMTUuNSwyMi44LDIzLjJjMC41LDAuNiwxLjMsMC45LDIuMSwwLjljMC43LDAsMS40LTAuMywxLjktMC44YzEuMi0xLjEsMS4zLTIuOSwwLjItNC4xYy03LjItNy44LTE0LjgtMTUuNC0yMy0yMy40cy0xNi40LTE2LjEtMjQuMS0yNC42Yy0xLjEtMS4yLTIuOS0xLjMtNC4xLTAuMnMtMS4zLDIuOS0wLjIsNC4xQzY5Ni41LDcxNi44LDcwNC45LDcyNS4xLDcxMyw3MzN6IE04MzAuNSw5NjAuN2MtMTIuOS0xNi44LTI1LjItMzIuNy0zNy41LTUxLjFjLTcuNC0xMC43LTE1LjItMjAtMjIuNy0yOWMtMi40LTIuOC00LjctNS42LTctOC41YzYuNy00LjcsMTMuNC05LjcsMjAuMS0xNS4xbC00LjUtNS42Yy02LjcsNS4zLTEzLjQsMTAuNC0yMC4xLDE1LjFjLTYuMS03LjYtMTEuNi0xNS42LTE2LjUtMjRjLTAuOC0xLjQtMi42LTEuOS0zLjktMS4xcy0xLjksMi42LTEuMSwzLjlsMCwwYzUsOC41LDEwLjYsMTYuNywxNi44LDI0LjRjLTguMSw1LjUtMTYuMywxMC42LTI0LjQsMTUuMWwzLjUsNi4zYzguNC00LjcsMTYuOS0xMCwyNS40LTE1LjdjMi40LDIuOSw0LjgsNS45LDcuMyw4LjhjNy40LDguOSwxNS4xLDE4LjEsMjIuMywyOC41YzEyLjQsMTguNiwyNC43LDM0LjUsMzcuNyw1MS40YzMuMiw0LjEsNi40LDguMyw5LjYsMTIuNWMxLDEuMiwyLjksMS4zLDQuMSwwLjNjMS4xLTEsMS4zLTIuNiwwLjUtMy44QzgzNi44LDk2OC45LDgzMy42LDk2NC44LDgzMC41LDk2MC43eiBNNzMwLjYsODI2LjhjLTIxLjctMzEuMS00NC4zLTYwLjgtNjkuNC05My42Yy0xLTEuMi0yLjgtMS40LTQuMS0wLjRjLTEuMiwxLTEuNCwyLjctMC41LDMuOWMxOC42LDI0LjMsMzUuOCw0Nyw1Mi4zLDY5LjdjLTIuNywxLjctNS40LDMuNC04LjMsNS4xbDMuNyw2LjJjMy0xLjgsNi0zLjYsOC44LTUuNGM0LjMsNS45LDguNSwxMS45LDEyLjcsMTcuOWMwLjksMS4zLDIuNywxLjcsNCwwLjhDNzMxLjIsODI5LjksNzMxLjUsODI4LjIsNzMwLjYsODI2LjhMNzMwLjYsODI2LjhMNzMwLjYsODI2Ljh6IE03MTIsOTQ1LjVjLTIuNy02LjUtNS40LTEzLjItOS0yMC4zYy0wLjEtMC4xLTAuMS0wLjItMC4yLTAuM2MtMy4xLTQuOC02LTkuOC04LjUtMTQuOWM0LTEuNyw3LjktMy4zLDExLjYtNWwtMS41LTMuM2wxLjUsMy4ybDUuNy0yLjdsLTMuMS02LjVsLTUuNywyLjdjLTMuOCwxLjctNy43LDMuNC0xMS44LDVjLTIuNS01LjQtNC43LTEwLjgtNi45LTE2LjJjLTQuOC0xMS43LTkuOC0yMy44LTE2LjgtMzQuOWMtMC44LTEuMy0yLjYtMS44LTQtMC45Yy0xLjMsMC44LTEuOCwyLjYtMC45LDRjNi43LDEwLjYsMTEuMywyMiwxNi4zLDM0YzIuMiw1LjMsNC41LDEwLjgsNi45LDE2LjFjLTMuNSwxLjMtNywyLjctMTAuNSwzLjljLTMuMiwxLjItNi41LDIuMi05LjcsMy4yYy0xLjUsMC41LTIuOSwwLjktNC4zLDEuNGMtMS41LDAuNS0zLjEsMC45LTQuNiwxLjNsLTIuNiwwLjdjLTIuNSwwLjctNC44LDEuMy03LjEsMS44bDEuNSw3YzIuNS0wLjUsNS0xLjIsNy41LTEuOWwyLjUtMC43YzEuNi0wLjQsMy4yLTAuOSw0LjgtMS40YzEuNC0wLjUsMi45LTAuOSw0LjMtMS40YzMuMy0xLDYuOC0yLjEsMTAtMy4zYzMuOC0xLjMsNy41LTIuNywxMS4yLTQuMmMyLjcsNS41LDUuNywxMC44LDksMTUuOGMzLjQsNi44LDYuMSwxMy40LDguNywxOS43YzMuMSw4LDYuNywxNS45LDEwLjcsMjMuNWMwLjUsMC45LDEuNSwxLjUsMi41LDEuNWMwLjUsMCwxLTAuMSwxLjQtMC4zYzEuNC0wLjgsMS45LTIuNSwxLjItMy45bDAsMEM3MTguNSw5NjEsNzE1LDk1My4zLDcxMiw5NDUuNXogTTYwOS43LDczNi42Yy0xLjQsMC43LTIsMi40LTEuMywzLjhjMi40LDQuOCw0LjgsMTAsNy41LDE1LjdjMC41LDEsMS41LDEuNywyLjYsMS43YzAuNCwwLDAuOC0wLjEsMS4yLTAuM2MxLjQtMC43LDIuMS0yLjQsMS40LTMuOGwwLDBjLTIuNy01LjgtNS4yLTExLTcuNS0xNS44QzYxMi45LDczNi41LDYxMS4xLDczNS45LDYwOS43LDczNi42eiBNNTczLjMsODM5LjZoMC4zYzEuNi0wLjIsMi43LTEuNiwyLjUtMy4yYy0xLjMtMTEuMy0yLjUtMjIuOS0zLjMtMzQuNGMtMC4xLTEuNi0xLjQtMi44LTMtMi44cy0yLjgsMS40LTIuOCwzYzAsMC4xLDAsMC4yLDAsMC4yYzAuOSwxMS42LDIsMjMuMiwzLjMsMzQuNkM1NzAuNiw4MzguNiw1NzEuOCw4MzkuNyw1NzMuMyw4MzkuNkw1NzMuMyw4MzkuNnogTTU2OC44LDc4NC42YzEuNi0wLjEsMi44LTEuNCwyLjctM2MtMC41LTkuMy0wLjctMTguNS0wLjgtMjcuM2MwLjEtMS42LTEuMS0yLjktMi43LTNzLTIuOSwxLjEtMywyLjdjMCwwLjEsMCwwLjIsMCwwLjNjMC4xLDguOCwwLjMsMTguMSwwLjgsMjcuNUM1NjUuOSw3ODMuMyw1NjcuMSw3ODQuNSw1NjguOCw3ODQuNkw1NjguOCw3ODQuNnogTTQ5OS41LDkzNy41Yy0xLjYtMC4yLTMsMC45LTMuMiwyLjVsMCwwbC0xLjEsNy45Yy01LjQsMzguNy0xMC45LDc4LjYtMTcuNSwxMTcuN2MtMC4zLDEuNiwwLjgsMy4xLDIuMywzLjRjMCwwLDAsMCwwLjEsMGMwLjIsMCwwLjMsMCwwLjUsMGMxLjQsMCwyLjYtMSwyLjgtMi40YzYuNy0zOS4yLDEyLjItNzkuMiwxNy42LTExNy45bDEuMS03LjlDNTAyLjIsOTM5LjIsNTAxLjEsOTM3LjgsNDk5LjUsOTM3LjVDNDk5LjUsOTM3LjYsNDk5LjUsOTM3LjYsNDk5LjUsOTM3LjV6IE01MTcuOCw4MTVjLTEuNi0wLjMtMywwLjgtMy4zLDIuNGwwLDBjLTAuOCw1LjItMS43LDEwLjUtMi41LDE1LjdjLTQuMywyNi41LTguNyw1NC0xMS45LDgxLjJjLTAuMiwxLjYsMSwzLDIuNSwzLjJoMC4zYzEuNCwwLDIuNi0xLDIuOS0yLjRjMy4xLTI3LjEsNy41LTU0LjQsMTEuOC04MC45YzAuOC01LjIsMS43LTEwLjUsMi41LTE1LjdDNTIwLjQsODE2LjksNTE5LjQsODE1LjQsNTE3LjgsODE1QzUxNy44LDgxNSw1MTcuOCw4MTUsNTE3LjgsODE1eiBNNTIzLjIsNzk4LjljMS44LTExLjUsMy4yLTIxLjgsNC41LTMxLjRjMC4yLTEuNi0xLTMtMi41LTMuMnMtMi45LDAuOS0zLjIsMi40Yy0xLjIsOS42LTIuNywxOS44LTQuNSwzMS4zYy0wLjIsMS42LDAuOCwzLDIuNCwzLjNjMC4xLDAsMC4zLDAsMC40LDBDNTIxLjcsODAxLjMsNTIyLjksODAwLjMsNTIzLjIsNzk4LjlMNTIzLjIsNzk4Ljl6IE00NjkuMiw4MDguMWMwLjMsMC4xLDAuNiwwLjEsMC45LDAuMWMxLjMsMCwyLjQtMC44LDIuOC0yYzUuNC0xNy43LDEwLjUtMzQsMTUuNS00OS43YzAuNC0xLjUtMC41LTMuMS0yLTMuNWMtMS40LTAuNC0zLDAuNC0zLjUsMS44Yy01LDE1LjgtMTAuMSwzMi4xLTE1LjYsNDkuOEM0NjYuOCw4MDYuMSw0NjcuNiw4MDcuNyw0NjkuMiw4MDguMUw0NjkuMiw4MDguMXogTTM3NS43LDg5My40Yy0xLjUtMC42LTMuMSwwLTMuOCwxLjVsMCwwYy04LjUsMTkuNy0xOC4yLDM5LjQtMjcuNiw1OC41Yy05LjcsMTkuNy0xOS42LDQwLjEtMjguNyw2MC45Yy0wLjcsMS40LTAuMSwzLjIsMS4zLDMuOXMzLjIsMC4xLDMuOS0xLjNjMC0wLjEsMC4xLTAuMiwwLjEtMC4zYzktMjAuNywxOC45LTQxLDI4LjYtNjAuN2M5LjQtMTkuMSwxOS4xLTM4LjksMjcuNy01OC43QzM3Ny44LDg5NS43LDM3Ny4xLDg5NC4xLDM3NS43LDg5My40TDM3NS43LDg5My40eiBNNDE1LjIsODE2YzAuOC0xLjQsMC40LTMuMS0wLjktNGMtMS40LTAuOC0zLjEtMC40LTQsMC45Yy0wLjEsMC4yLTAuMiwwLjUtMC4zLDAuN2wtMC45LDJjLTEuMywyLjktMi42LDUuOS0zLjksOC44bC02LjQtMy4yYy0xLjctMC44LTMuMy0xLjctNC45LTIuNmwtMi44LTEuNWwtMy4zLDYuNGwyLjcsMS41YzEuNywwLjksMy40LDEuOCw1LjEsMi43bDYuNywzLjNjLTYuNiwxNC45LTEzLjUsMjkuOS0yMS4yLDQ0LjNjLTAuOCwxLjQtMC40LDMuMSwxLDMuOXMzLjEsMC40LDMuOS0xYzAtMC4xLDAuMS0wLjIsMC4xLTAuM2MxMC40LTE5LjYsMTkuNC00MC4yLDI4LjItNjBMNDE1LjIsODE2eiBNNDE5LDgwMC40YzEuNCwwLjYsMy4xLDAsMy44LTEuNGwwLDBjNS43LTEyLjgsMTMuNC0yOS41LDIyLjItNDUuN2MwLjgtMS40LDAuNC0zLjEtMS00Yy0xLjQtMC44LTMuMS0wLjQtNCwxYzAsMC4xLTAuMSwwLjEtMC4xLDAuMmMtOC45LDE2LjMtMTYuNiwzMy4yLTIyLjQsNDYuMUM0MTYuOSw3OTgsNDE3LjYsNzk5LjcsNDE5LDgwMC40eiBNMzI1LjMsODI1LjRjLTEuMy0wLjktMy4xLTAuNi00LDAuN2wwLDBjLTExLDE1LjUtMjIuMiwzMS0zMyw0NS45Yy0yMC41LDI4LjItNDEuNiw1Ny4yLTYxLjEsODcuNGMtMC45LDEuMy0wLjUsMy4xLDAuOSw0czMuMSwwLjUsNC0wLjljMTkuNC0zMCw0MC41LTU5LjEsNjAuOS04Ny4xYzEwLjktMTUsMjIuMS0zMC40LDMzLjEtNDZDMzI2LjksODI4LjEsMzI2LjYsODI2LjMsMzI1LjMsODI1LjRMMzI1LjMsODI1LjR6IE0zNjQuOCw3NjguMmMwLjUsMC4zLDEsMC41LDEuNiwwLjVjMSwwLDEuOS0wLjUsMi40LTEuM2M0LjYtNyw5LjctMTMuNiwxNS4xLTIwYzEtMS4yLDAuOC0zLTAuNC00LjFjLTEuMi0xLTIuOS0wLjgtMy45LDAuM2MtNS42LDYuNS0xMC43LDEzLjQtMTUuNSwyMC41QzM2My4xLDc2NS41LDM2My41LDc2Ny4zLDM2NC44LDc2OC4yTDM2NC44LDc2OC4yeiBNMjc1LDc4NS44Yy0xLjEtMS4xLTIuOS0xLjEtNC4xLDBjLTYuNCw2LjYtMTMuMywxMy0yMCwxOS40Yy0zLjktNC4zLTcuNy04LjYtMTEuMy0xM2wtNS42LDQuNmMzLjcsNC41LDcuNiw4LjksMTEuNiwxMy4zbC0wLjgsMC43Yy01LjYsNS4yLTEwLjksMTAuMS0xNiwxNWMtMS4xLDEuMS0xLjIsMi45LTAuMSw0LjFjMC41LDAuNiwxLjMsMC45LDIuMSwwLjljMC43LDAsMS41LTAuMywyLTAuOGM1LTQuOSwxMC4zLTkuOCwxNS45LTE1bDAuNy0wLjdjNS4zLDUuNywxMC45LDExLjIsMTYuNiwxNi42bDQuOS01LjJjLTUuNi01LjMtMTEuMS0xMC44LTE2LjMtMTYuM2M2LjktNi40LDEzLjgtMTIuOSwyMC4zLTE5LjZDMjc2LjEsNzg4LjUsMjc2LDc4Ni44LDI3NSw3ODUuOHogTTM0Mi40LDcyNC4xYzAuNywwLDEuNC0wLjMsMi0wLjhjNi4zLTUuOCwxMi42LTExLjYsMTguOS0xNy40YzEuMS0xLjEsMS4xLTMsMC00LjFzLTIuNy0xLjEtMy45LTAuMmMtNi4zLDUuOC0xMi42LDExLjYtMTguOSwxNy41Yy0xLjIsMS4xLTEuMiwyLjktMC4yLDQuMUMzNDAuOCw3MjMuNywzNDEuNiw3MjQuMSwzNDIuNCw3MjQuMUwzNDIuNCw3MjQuMXogTTEyNi40LDgyNi4yQzExNCw4MzUuNiwxMDQsODQzLjUsOTQuOCw4NTFjLTEuMiwxLTEuNCwyLjgtMC40LDQuMWMwLjUsMC43LDEuNCwxLjEsMi4yLDEuMWMwLjcsMCwxLjMtMC4yLDEuOC0wLjdjOS4yLTcuNSwxOS4yLTE1LjMsMzEuNS0yNC43YzEuMy0xLDEuNS0yLjgsMC42LTRDMTI5LjQsODI1LjUsMTI3LjYsODI1LjIsMTI2LjQsODI2LjJMMTI2LjQsODI2LjJMMTI2LjQsODI2LjJ6IE0zMjAuNyw2NzkuMWMtMS0xLjItMi44LTEuNC00LTAuNWMtOS43LDcuNi0xOS43LDE1LTI5LjQsMjIuM2MtNC42LDMuNS05LjMsNy0xNCwxMC41Yy0xLjEtMS43LTIuMi0zLjQtMy4zLTUuMWwtMS41LTIuNGwtNS42LTkuNWMtMS4yLTItMi4yLTMuOS0zLjMtNi4xYy0wLjYtMS4yLTEuMi0yLjMtMS44LTMuNGwtMC45LTEuN2MtMC41LTEtMS4xLTItMS41LTNsLTIuMy01Yy0wLjUtMS0wLjktMi0xLjQtM2MtMS4xLTIuMy0yLjEtNC41LTMtNi45bC0yLjQtNS44YzMuOC0xLjksNy43LTMuOCwxMS41LTUuNWMyLjctMS4zLDUuNC0yLjUsNy45LTMuOGMxMi4zLTYuMSwyNC43LTExLjgsMzQuMS0xNi4xYzEuNC0wLjcsMi0yLjQsMS4zLTMuOWMtMC43LTEuNC0yLjMtMi0zLjctMS40Yy05LjQsNC4zLTIxLjgsMTAuMS0zNC4yLDE2LjJjLTIuNSwxLjItNS4xLDIuNS03LjgsMy43Yy0zLjcsMS43LTcuNSwzLjUtMTEuMiw1LjRsLTMuMy05LjJsLTYuOCwyLjRsMy42LDEwLjNjLTEuNywxLTMuNCwyLjEtNSwzLjJjLTEuMywwLjktMS42LDIuNy0wLjcsNGMwLjUsMC44LDEuNCwxLjIsMi4zLDEuMmMwLjYsMCwxLjItMC4yLDEuNi0wLjVjMS4yLTAuOSwyLjYtMS43LDMuOS0yLjVsMiw0LjljMSwyLjUsMi4xLDUsMy4yLDcuM2MwLjUsMSwwLjksMS45LDEuNCwyLjlsMi4zLDVjMC41LDEuMSwxLjEsMi4yLDEuNywzLjNjMC4zLDAuNSwwLjYsMS4xLDAuOSwxLjdjMC42LDEuMSwxLjIsMi4yLDEuOCwzLjRjMS4xLDIuMSwyLjIsNC4zLDMuNSw2LjRsNS43LDkuNmwxLjYsMi41YzEuMiwxLjgsMi40LDMuNywzLjYsNS42Yy0xMC4xLDcuNy0yMC4yLDE1LjYtMjkuOSwyMy44Yy0xLjMsMS0xLjUsMi44LTAuNSw0YzEsMS4zLDIuOCwxLjUsNCwwLjVjMC4xLDAsMC4xLTAuMSwwLjItMC4xYzkuNS04LDE5LjUtMTUuOCwyOS40LTIzLjRjMS4zLDEuOSwyLjYsMy43LDQsNS42bDAsMGwxLjYsMi4zYzEuMywxLjgsMi42LDMuNiw0LDUuM2w1LjUtNC42Yy0xLjMtMS42LTIuNS0zLjItMy43LTQuOWMtMC42LTAuOC0xLjEtMS42LTEuNy0yLjNsLTIuOSwyLjFsMi45LTIuMmMtMS40LTEuOC0yLjctMy43LTQtNS42YzQuOC0zLjYsOS41LTcuMiwxNC4yLTEwLjdjOS43LTcuMywxOS43LTE0LjgsMjkuNS0yMi40QzMyMS41LDY4Mi4xLDMyMS43LDY4MC40LDMyMC43LDY3OS4xeiBNMzgyLjEsMTY1LjFjMC41LDEsMS41LDEuNiwyLjYsMS42YzAuNSwwLDAuOS0wLjEsMS4zLTAuM2MxLjQtMC43LDItMi41LDEuMi0zLjljLTkuOC0xOS4xLTE3LjQtMzUuOS0yNS44LTU1LjRjLTAuNi0xLjUtMi4zLTIuMS0zLjgtMS41cy0yLjEsMi4zLTEuNSwzLjhDMzY0LjYsMTI5LDM3Mi4yLDE0NiwzODIuMSwxNjUuMUwzODIuMSwxNjUuMXogTTM5My40LDE4Mi40Yy0xLjUsMC42LTIuMSwyLjMtMS41LDMuOGMxLDIuNCwyLDQuNywzLjEsNy4xYzAuNSwxLDEuNSwxLjcsMi42LDEuN2MwLjQsMCwwLjgtMC4xLDEuMi0wLjJjMS41LTAuNiwyLjEtMi4zLDEuNS0zLjhsMCwwYy0xLTIuMy0yLTQuNy0zLTdDMzk2LjYsMTgyLjQsMzk0LjksMTgxLjgsMzkzLjQsMTgyLjRMMzkzLjQsMTgyLjRMMzkzLjQsMTgyLjR6IE0yNTYuNiwxNDMuMWMxLDEuMiwyLjgsMS41LDQsMC41czEuNS0yLjgsMC41LTRjLTguMS0xMC4yLTE1LjEtMTkuNC0yMS42LTI4Yy0wLjktMS4zLTIuNy0xLjYtNC0wLjdzLTEuNiwyLjctMC43LDRjMCwwLjEsMC4xLDAuMSwwLjEsMC4yQzI0MS40LDEyMy43LDI0OC41LDEzMi45LDI1Ni42LDE0My4xeiBNMjg1LjYsMTc5LjNjMTYuMSwyMCwzMi44LDQwLjgsNDguNyw2MS42YzAuOSwxLjMsMi43LDEuNiw0LDAuNmMxLjMtMC45LDEuNi0yLjcsMC42LTRsLTAuMS0wLjFjLTE1LjktMjAuOS0zMi42LTQxLjYtNDguOC02MS43Yy00LjYtNS43LTkuMy0xMS41LTEzLjktMTcuM2MtMS0xLjItMi45LTEuMy00LjEtMC4zYy0xLjEsMS0xLjMsMi43LTAuNCwzLjlDMjc2LjMsMTY3LjgsMjgwLjksMTczLjYsMjg1LjYsMTc5LjN6IE0zNDkuOCwyNjAuN2MwLjUsMC43LDEuNCwxLjEsMi4yLDEuMWMwLjcsMCwxLjMtMC4yLDEuOC0wLjZjMS4yLTEsMS40LTIuOCwwLjUtNGMtMS45LTIuMy0zLjYtNC41LTUuMS02LjZjLTEtMS4yLTIuOC0xLjUtNC0wLjVjLTEuMiwwLjktMS40LDIuNy0wLjYsMy45QzM0Ni4xLDI1Ni4xLDM0Ny45LDI1OC4zLDM0OS44LDI2MC43eiBNMjQ5LjEsMjQwLjVjLTEuMSwxLjEtMS4xLDMsMC4xLDQuMWw5LjMsOWMxLjEsMS4xLDMsMS4xLDQuMS0wLjFzMS4xLTMtMC4xLTQuMWwwLDBsLTkuMy05QzI1MiwyMzkuNCwyNTAuMiwyMzkuNCwyNDkuMSwyNDAuNUwyNDkuMSwyNDAuNXogTTMyOC45LDMxNC4yYy0xLjEtMS4xLTMtMS4xLTQuMSwwcy0xLjEsMywwLDQuMWwwLjEsMC4xbDYuNyw2LjNjMC41LDAuNSwxLjMsMC44LDIsMC44YzEuNiwwLDIuOS0xLjIsMi45LTIuOGMwLTAuOC0wLjMtMS42LTAuOS0yLjJMMzI4LjksMzE0LjJ6IE0zNjkuNywzNTMuMmMtNi4yLTYuMS0xMi44LTEyLjQtMjAuOC0yMC4xYy0xLjItMS4xLTMtMS4xLTQuMSwwLjFzLTEuMSwzLDAuMSw0LjFjOCw3LjYsMTQuNiwxNCwyMC44LDIwYzEuMiwxLDMuMSwwLjgsNC0wLjRDMzcwLjYsMzU1LjgsMzcwLjUsMzU0LjMsMzY5LjcsMzUzLjJMMzY5LjcsMzUzLjJ6IE0xMTEuNCwyMzguNWMxNC44LDEwLjUsMzAuMSwyMC44LDQ1LDMwLjdjMjAuMSwxMy41LDQwLjksMjcuNSw2MC40LDQxLjljMC41LDAuNCwxLjEsMC42LDEuNywwLjVjMS42LDAsMi45LTEuMywyLjktMi45YzAtMC45LTAuNC0xLjgtMS4yLTIuM2MtMTkuNi0xNC40LTQwLjUtMjguNC02MC42LTQyYy0xNC44LTkuOS0zMC4xLTIwLjItNDQuOS0zMC43Yy0xLjMtMC45LTMuMS0wLjUtNCwwLjlDMTA5LjksMjM2LDExMC4yLDIzNy42LDExMS40LDIzOC41TDExMS40LDIzOC41eiBNMjUzLjEsMzM2YzEuMywxLDMuMSwwLjcsNC0wLjVjMS0xLjMsMC43LTMuMS0wLjUtNGMtMC4xLTAuMS0wLjItMC4xLTAuMi0wLjJjLTMuMy0yLjItNi41LTQuNS05LjgtNi43Yy0xLjMtMC45LTMuMS0wLjUtNCwwLjljLTAuOCwxLjMtMC41LDMsMC43LDMuOUMyNDYuNiwzMzEuNiwyNDkuOCwzMzMuOCwyNTMuMSwzMzZMMjUzLjEsMzM2eiBNMjY3LjIsMzQ1LjhsOS41LDYuNmMtMC43LDEtMS40LDEuOS0yLDIuOGwzLDJsLTMtMmwtNCw2bDYsNGw0LTZjMC43LTEsMS4zLTEuOSwyLTIuOGM0LjUsMy4xLDksNi4yLDEzLjUsOS40YzIwLjgsMTQuNSw0Mi4zLDI5LjQsNjMuNiw0My44YzEuMywwLjksMy4xLDAuNSw0LTAuOHMwLjUtMy4xLTAuOC00Yy0yMS4zLTE0LjQtNDIuOC0yOS4zLTYzLjYtNDMuOGwtMTMuNS05LjNjMTEuNi0xNS44LDI0LjYtMzAuNCwzOS00My43bC00LjktNS4zYy0wLjksMC44LTEuNywxLjYtMi42LDIuNWMwLjItMS0wLjEtMS45LTAuOC0yLjZjLTE0LTEzLjMtMjktMjcuNy00My43LTQzYy0xLjEtMS4xLTIuOS0xLjItNC4xLTAuMWMtMS4xLDEuMS0xLjIsMi45LTAuMSw0LjFsMCwwYzE0LjgsMTUuNCwyOS44LDI5LjgsNDMuOSw0My4yYzAuNSwwLjUsMS4zLDAuOCwyLDAuOGMwLjEsMCwwLjIsMCwwLjQsMGMtMTIuOCwxMi40LTI0LjUsMjUuOC0zNSw0MC4xbC05LjYtNi42Yy0xLjQtMC44LTMuMS0wLjQtNCwxQzI2NS45LDM0My4zLDI2Ni4xLDM0NC45LDI2Ny4yLDM0NS44TDI2Ny4yLDM0NS44eiBNNzAsMzIzLjdjMTQuMyw2LjgsMjguNywxMy44LDQyLjcsMjAuNmMxOS44LDkuNyw0MC40LDE5LjcsNjAuMywyOC45YzAuNCwwLjIsMC44LDAuMywxLjIsMC4zYzEuNiwwLDIuOS0xLjMsMi45LTIuOGMwLTEuMS0wLjYtMi4yLTEuNy0yLjZjLTE5LjktOS4zLTQwLjQtMTkuMi02MC4yLTI4LjljLTE0LTYuOC0yOC41LTEzLjgtNDIuNy0yMC42Yy0xLjUtMC42LTMuMiwwLjEtMy44LDEuNkM2OC4yLDMyMS40LDY4LjcsMzIzLDcwLDMyMy43eiBNMjkzLjcsNDc3LjZjMS42LDAsMi45LTEuMywyLjktMi45YzAtMS4zLTAuOS0yLjQtMi4yLTIuOGMtMTkuMi00LjgtMzkuMi05LjgtNTkuNC0xNC43YzAuNC0xLjIsMC43LTIuNSwxLjEtMy43YzAuMy0wLjgsMC41LTEuNywwLjgtMi41bC0zLjQtMWwzLjQsMWM0LTEzLjcsOC45LTI3LDE0LjYtNDAuMWw3LjEsMy40YzE3LjksOC42LDM1LjgsMTcuMSw1My43LDI1LjdjMC40LDAuMiwwLjgsMC4zLDEuMiwwLjNjMS42LDAsMi45LTEuMywyLjktMi45YzAtMS4xLTAuNi0yLjEtMS42LTIuNmMtMTcuOS04LjYtMzUuOC0xNy4xLTUzLjctMjUuN2wtNy4xLTMuNGMyLjgtNiw1LjctMTEuOCw4LjgtMTcuM2wtNi4zLTMuNWMtMy4xLDUuNy02LjEsMTEuNi04LjksMTcuN2MtMTguMy04LjctMzYuNi0xNy41LTU0LjktMjYuM2MtMS40LTAuNy0zLjEtMC4xLTMuOCwxLjNzLTAuMSwzLjEsMS4zLDMuOGwwLDBjMTguMyw4LjgsMzYuNiwxNy42LDU0LjksMjYuM2MtNS45LDEzLjQtMTAuOSwyNy4xLTE1LjEsNDEuMmwwLDBjLTAuMiwwLjgtMC41LDEuNi0wLjcsMi40Yy0wLjQsMS40LTAuOCwyLjctMS4yLDQuMWMtMTIuNC0zLTI0LjgtNi0zNy4zLTljLTEuNS0wLjQtMy4xLDAuNi0zLjUsMi4xczAuNiwzLjEsMi4xLDMuNWwwLDBjMzUsOC40LDcwLjQsMTcuMiwxMDMuNiwyNS41QzI5My4yLDQ3Ny42LDI5My41LDQ3Ny42LDI5My43LDQ3Ny42eiBNMzA5LjUsNDc5LjZjLTAuNSwxLjUsMC4yLDMuMSwxLjcsMy43bDAsMGM1LjQsMS45LDExLDMuMywxNi43LDQuMWgwLjRjMS42LDAuMSwyLjktMS4yLDMtMi44YzAtMS41LTEuMS0yLjgtMi41LTIuOWMtNS4zLTAuNy0xMC41LTItMTUuNi0zLjhDMzExLjcsNDc3LjMsMzEwLjEsNDc4LjEsMzA5LjUsNDc5LjZDMzA5LjYsNDc5LjYsMzA5LjYsNDc5LjYsMzA5LjUsNDc5LjZMMzA5LjUsNDc5LjZ6IE02OC4zLDQ4Ny44Yy0xOS41LTMtMzUuNC01LjMtNDkuOS03LjRjLTEuNi0wLjItMywxLTMuMiwyLjVzMC45LDIuOSwyLjQsMy4yYzE0LjUsMiwzMC4zLDQuNCw0OS44LDcuM2MwLjEsMCwwLjMsMCwwLjQsMGMxLjYsMCwyLjktMS4zLDIuOC0yLjlDNzAuNyw0ODkuMSw2OS43LDQ4OCw2OC4zLDQ4Ny44TDY4LjMsNDg3Ljh6IE0xMTIuOSw0OTcuNWMtMC4yLDEuNiwwLjgsMywyLjQsMy4zYzIyLjUsMy41LDQ2LjYsNy4yLDcxLDEwLjZoMC40YzEuNiwwLDIuOS0xLjIsMi45LTIuOGMwLTEuNS0xLjEtMi43LTIuNS0yLjljLTI0LjQtMy41LTQ4LjQtNy4yLTcxLTEwLjZDMTE0LjUsNDk0LjksMTEzLjEsNDk2LDExMi45LDQ5Ny41TDExMi45LDQ5Ny41eiBNMjc1LDUyNC45aDAuNGMxLjYsMCwyLjktMS4zLDIuOS0yLjljMC0xLjQtMS4xLTIuNi0yLjUtMi44Yy0xNS4xLTIuMi0zMi40LTQuOC01MC40LTcuNmMwLjgtOS4yLDItMTguMywzLjctMjcuNWwtNy4xLTEuM2MtMS43LDkuMi0yLjksMTguNC0zLjcsMjcuNmwtOC42LTEuNGMtMS42LTAuMy0zLjEsMC43LTMuNCwyLjJjLTAuMywxLjUsMC43LDMuMSwyLjIsMy40YzAuMSwwLDAuMSwwLDAuMiwwbDksMS41Yy0wLjksMTEuOS0xLDIzLjktMC41LDM1LjhsNy4yLTAuM2MtMC41LTExLjQtMC40LTIyLjksMC40LTM0LjNDMjQyLjgsNTIwLjIsMjYwLDUyMi44LDI3NSw1MjQuOXogTTIyMy44LDU4MS41YzEuNi0wLjIsMi43LTEuNywyLjUtMy4ycy0xLjUtMi42LTMtMi41Yy0yMi4xLDIuMS00NC4xLDMuMi02NS4zLDQuM2MtMjUuMSwxLjMtNTEsMi43LTc2LjksNS41Yy0xLjYsMC4xLTIuOCwxLjUtMi42LDMuMWMwLjEsMS41LDEuNCwyLjcsMywyLjdoMC4zYzI1LjctMi45LDUxLjYtNC4yLDc2LjYtNS41QzE3OS41LDU4NC43LDIwMS41LDU4My41LDIyMy44LDU4MS41eiBNMjQyLDU3NC41Yy0xLjYsMC4xLTIuOCwxLjUtMi42LDMuMWMwLjEsMS41LDEuMywyLjYsMi44LDIuN2gwLjFjMTAuMy0wLjUsMjEuMi0xLjIsMzQuNC0yLjFjMS42LTAuMiwyLjctMS42LDIuNS0zLjJjLTAuMi0xLjUtMS40LTIuNi0yLjktMi41QzI2My4yLDU3My4zLDI1Mi4zLDU3NCwyNDIsNTc0LjVMMjQyLDU3NC41eiBNMTA1LjMsNzI1LjFjMC40LDEuMSwxLjUsMS44LDIuNywxLjhjMC4zLDAsMC43LTAuMSwxLTAuMmMyMy05LDQ0LjgtMjAuMiw2Ni0zMWMxMi41LTYuNCwyNS40LTEzLDM4LjQtMTkuMWMxLjQtMC43LDItMi41LDEuMy0zLjlzLTIuMy0xLjktMy43LTEuM2MtMTMuMSw2LjItMjYuMSwxMi44LTM4LjYsMTkuMmMtMjEsMTAuOC00Mi44LDIxLjktNjUuNSwzMC44QzEwNS40LDcyMiwxMDQuNyw3MjMuNiwxMDUuMyw3MjUuMXogTTQxMC43LDM3Ni43bC0zLDMuN2wxMS4yLDlsMy0zLjdMNDEwLjcsMzc2Ljd6IE00MDAuMSwzNjguMmwtMywzLjhsNS45LDQuN2wzLTMuOEw0MDAuMSwzNjguMnogTTcyNy41LDU2OEw3MjcuNSw1NjhMNzI3LjUsNTY4eiBNMjIzLjQsNDc1LjFsNywxLjVjMC42LTIuOSwxLjMtNS43LDItOC42YzAuNC0xLjYsMC44LTMuMSwxLjEtNC43bC03LTEuNmMtMC40LDEuNi0wLjgsMy4xLTEuMSw0LjdDMjI0LjcsNDY5LjMsMjI0LDQ3Mi4yLDIyMy40LDQ3NS4xeiBNMjczLjUsMzY5LjhsLTYuMi0zLjdsLTcsMTEuOGw2LjIsMy43TDI3My41LDM2OS44eiBNMzQxLjEsMjk0LjRsLTQuNC01LjdsLTEuOSwxLjRjLTEuMiwwLjktMi40LDEuOS0zLjcsMi45bC01LjEsNC41bDQuOCw1LjRsNS00LjVjMS4xLTAuOSwyLjMtMS44LDMuNC0yLjdMMzQxLjEsMjk0LjR6IE0zNTEuMywyODYuNUwzNTEuMywyODYuNWM0LjEtMyw4LjMtNiwxMi41LTguOGM2LjQsNy41LDEyLjQsMTUuMywxOCwyMy41YzAuNSwwLjgsMS40LDEuMywyLjQsMS4zYzAuNiwwLDEuMS0wLjIsMS42LTAuNWMxLjMtMC45LDEuNy0yLjcsMC44LTRsMCwwYy01LjYtOC4xLTExLjUtMTYtMTcuOS0yMy41YzE2LjQtMTAuNiwzMy43LTE5LjYsNTEuNy0yN2M2LjIsMTIuOSwxMi40LDI2LjEsMTguMSwzOS4zYzAuNSwxLDEuNSwxLjcsMi42LDEuN2MwLjQsMCwwLjgtMC4xLDEuMS0wLjJjMS41LTAuNiwyLjEtMi4zLDEuNS0zLjhjLTUuNy0xMy4xLTExLjktMjYuMi0xOC0zOWMxLjctMC43LDMuNC0xLjQsNS4xLTJsLTIuNS02LjhjLTEuOSwwLjctMy45LDEuNS01LjgsMi4ybC0xLjUtM2MtNC4zLTktOC44LTE4LjMtMTMuMS0yNy42Yy0wLjctMS40LTIuNC0yLTMuOS0xLjNjLTEuNCwwLjctMiwyLjMtMS40LDMuN2M0LjMsOS4yLDguOCwxOC42LDEzLjEsMjcuNmwxLjMsMi42Yy0xOS4yLDcuOS0zNy42LDE3LjYtNTQuOSwyOWMtMC4zLDAuMS0wLjYsMC4zLTAuOSwwLjVjLTAuMSwwLjEtMC4yLDAuMi0wLjIsMC4yYy00LjgsMy4yLTkuNiw2LjUtMTQuMywxMGwyLjEsMi45bC0yLjItMi44bC01LjcsNC40bDQuNCw1LjdMMzUxLjMsMjg2LjV6IE0zODQuOCw4MTMuN2MtMC45LTAuNS0xLjgtMS0yLjctMS41Yy0xLjgtMS0zLjUtMi01LjItMy4xbC0xLjksM2wxLjktMy4xYy04LjUtNS4xLTE2LjctMTAuNi0yNC42LTE2LjJjMS44LTIuOCwzLjctNS43LDUuNy04LjhjMC45LTEuMywwLjUtMy4xLTAuOC00cy0zLjEtMC41LTQsMC44bC0wLjEsMC4xYy0xLjksMy0zLjcsNS44LTUuNSw4LjVjLTIuMi0xLjctNC41LTMuMy02LjYtNWMtMTEuMS04LjctMjEuNi0xOC4xLTMxLjQtMjguMmM2LjItNi4xLDEyLjgtMTIuMywxOS44LTE4LjljMS4yLTEuMSwxLjItMi45LDAuMS00LjFjLTEuMS0xLjItMi45LTEuMi00LjEtMC4xbDAsMGMtMTUuNSwxNC42LTI5LDI3LjctNDEuMyw0MC4xYy0xLjIsMS0xLjMsMi45LTAuMyw0YzEsMS4yLDIuOSwxLjMsNCwwLjNjMC4xLTAuMSwwLjItMC4yLDAuMy0wLjNjNS4xLTUuMiwxMC41LTEwLjUsMTYuMS0xNmMxMC4xLDEwLjMsMjAuOCwyMCwzMi4yLDI4LjljMi4zLDEuOCw0LjcsMy41LDcsNS4zYy0zLjUsNS4zLTcuNCwxMC40LTExLjQsMTUuM2MtMSwxLjItMC44LDMuMSwwLjUsNGMxLjIsMC45LDIuOSwwLjgsMy45LTAuNGM0LjItNSw3LjktMTAuMSwxMS43LTE1LjZjOCw1LjcsMTYuMywxMS4yLDI0LjgsMTYuNGwwLDBsMCwwbDAsMGMxLjgsMS4xLDMuNywyLjIsNS41LDMuMmwyLjYsMS41TDM4NC44LDgxMy43eiBNMjg0LjksNzM5LjRjMS44LDIuMywzLjYsNC40LDUuOCw2LjlsNS44LDYuNmw1LjQtNC43bC01LjgtNi43Yy0yLjEtMi40LTMuOC00LjQtNS41LTYuNUwyODQuOSw3MzkuNHogTTIzMS4yLDYzNy43bDYuOS0yLjJjLTEuNC00LjMtMi41LTguOS0zLjUtMTMuM2wtMC44LTMuNWwtNywxLjdsMC44LDMuNUMyMjguNiw2MjguNSwyMjkuNyw2MzMuMiwyMzEuMiw2MzcuN0wyMzEuMiw2MzcuN3ogTTIyNS4yLDYxMy4xbDcuMS0xLjNsLTEuNy05LjFsLTcuMSwxLjNMMjI1LjIsNjEzLjF6IE01ODMuMyw4NjEuM2MyLjEtMC4zLDQuMi0wLjUsNi40LTAuOWwtMS03LjFjLTIuMSwwLjMtNC4yLDAuNi02LjMsMC44bC0zLjQsMC40bC05LjksMWwwLjcsNy4ybDIuMy0wLjJjMy42LDM3LjgsNS42LDczLjgsNy42LDExMS45YzAuNiwxMC43LDEuMSwyMS41LDEuOCwzMi4zYzAuMSwxLjUsMS40LDIuNywyLjksMi43aDAuMmMxLjYtMC4xLDIuOC0xLjQsMi43LTNjLTAuNi0xMC44LTEuMi0yMS42LTEuOC0zMi4zYy0xLjktMzYuNS00LTc0LjItNy42LTExMi4ybDEuOS0wLjJMNTgzLjMsODYxLjN6IE01NTQuNCw4NTYuMmwtMy43LDAuMWwwLjIsNy4ybDMuNy0wLjFjMi4zLDAsNC41LTAuMSw2LjgtMC4ybC0wLjMtNy4yQzU1OC44LDg1Ni4yLDU1Ni42LDg1Ni4yLDU1NC40LDg1Ni4yeiBNNjk0LjMsODIzLjNMNjk0LjMsODIzLjNsNS42LTMuMWwtMy41LTYuM2wtNS42LDMuMWwxLjgsMy4xbC0xLjgtMy4xYy0xMC44LDYuMy0yMiwxMS44LTMzLjUsMTYuN2MwLjYtMC45LDAuNy0yLDAuMi0yLjljLTkuMS0xNy41LTE3LjUtMzUuOS0yNS42LTUzLjZsLTIuOC02LjJjLTAuNy0xLjQtMi40LTItMy45LTEuM2MtMS4zLDAuNy0xLjksMi4zLTEuNCwzLjdsMi44LDYuMmM4LjEsMTcuOCwxNi41LDM2LjIsMjUuNyw1My45YzAuNCwwLjgsMS4xLDEuMywyLDEuNWMtMi42LDEuMS01LjIsMi4xLTcuOCwzLjFjLTguMiwzLjItMTYuNyw1LjgtMjMuMiw3LjdjLTkuNSwyLjYtMTYuOCw0LjMtMjMuOCw1LjdsMS4zLDcuMWM3LjItMS4zLDE0LjctMy4xLDI0LjUtNS44YzYuNi0yLDE1LjMtNC42LDIzLjgtNy45QzY2NC43LDgzOC45LDY3OS45LDgzMS43LDY5NC4zLDgyMy4zeiBNNzczLjQsNzUyLjJjLTAuOSwxLTEuOCwyLTIuOCwzbDUuNCw0LjhjMC45LTEsMS44LTIsMi43LTNjMS44LTIsMy43LTQsNS41LTYuMWwtNS41LTQuNkM3NzYuOSw3NDguMiw3NzUuMSw3NTAuMiw3NzMuNCw3NTIuMkw3NzMuNCw3NTIuMnogTTc1Ny43LDc3OC4xYzcuOSw3LjksMTUuNiwxNi4yLDIzLjcsMjQuOWMxMi4zLDEzLjMsMjUuMSwyNy4xLDM5LjMsMzkuOGMwLjUsMC41LDEuMiwwLjcsMS45LDAuN2MwLjgsMCwxLjYtMC40LDIuMS0xYzEuMS0xLjIsMS0zLTAuMi00LjFjLTE0LTEyLjUtMjYuNy0yNi4yLTM4LjktMzkuNGMtOC04LjctMTUuNy0xNy0yMy43LTI0LjljMi0xLjksNC0zLjgsNS45LTUuOGwwLDBsMCwwbDAsMGwwLDBjMS41LTEuNSwzLTMsNC40LTQuNWwtMi41LTIuNmwtMi43LTIuNGMtMS40LDEuNS0yLjgsMi45LTQuMyw0LjNsMi41LDIuNmwtMi41LTIuNWMtMiwyLTQsMy45LTYsNS45Yy0xLjItMS4xLTIuMy0yLjItMy40LTMuM2MtMS4xLTEuMS0yLjktMS4yLTQuMS0wLjFzLTEuMiwyLjktMC4xLDQuMWMwLjEsMC4xLDAuMSwwLjEsMC4yLDAuMmMxLjEsMSwyLjEsMiwzLjIsM2MtMTEuMywxMC4zLTIzLjMsMTkuNy0zNS45LDI4LjNsNC4xLDUuOUM3MzMuNiw3OTguNCw3NDYsNzg4LjcsNzU3LjcsNzc4LjF6IE04NTkuNyw0OTQuOGMtMC41LTMuNi0xLTcuMy0xLjYtMTFMODUxLDQ4NWMwLjYsMy42LDEuMSw3LjMsMS42LDEwLjhjMC4zLDIsMC42LDQsMC45LDZsLTIyLjEsMC45bC0xNy4yLDAuN2MtMS42LDAuMS0yLjgsMS41LTIuNywzLjFjMC4xLDEuNSwxLjMsMi42LDIuOCwyLjdoMC4xbDE3LjItMC43YzIwLjEtMC44LDQwLjktMS42LDYxLjQtMi45YzEuNi0wLjEsMi44LTEuNSwyLjYtMy4xYy0wLjEtMS41LTEuMy0yLjYtMi44LTIuNmgtMC4yYy0xMi43LDAuOC0yNS42LDEuNC0zOC4zLDEuOWw2LjMtMC45Qzg2MC4yLDQ5OC44LDg1OS45LDQ5Ni44LDg1OS43LDQ5NC44TDg1OS43LDQ5NC44eiBNODM0LjMsNDI0LjhsNS40LDE0LjlsNC42LDE1LjJsMy44LDE1LjRsMSw1LjNsNy4xLTEuNGwtMS4xLTUuNGwtMy45LTE1LjhsLTQuNy0xNS42bC01LjQtMTUuMmwtMC44LTEuOWwxMC4zLTQuOGMxLjQtMC43LDItMi41LDEuMi0zLjljLTAuNy0xLjMtMi4zLTEuOS0zLjYtMS4zbC0xMC4xLDQuN2wtMy4zLTcuOGwtNy4xLTE0LjZsLTYuNSwzLjJsNywxNC40bDMuNCw3LjljLTIwLjEsOS4zLTM5LDE4LTU4LjMsMjYuOGMtMS40LDAuNy0xLjksMi41LTEuMiwzLjljMC43LDEuMywyLjIsMS45LDMuNiwxLjNjMTkuMy04LjgsMzguMS0xNy41LDU4LjItMjYuN0w4MzQuMyw0MjQuOHogTTgzOC4zLDY0My4zbDYuOCwyLjJsMi44LTguNmwtNi44LTIuMkw4MzguMyw2NDMuM3ogTTg2Mi43LDU0OS43bDAuMS0xMi42YzAtMS4yLDAtMi40LDAtMy43bC0wLjctMTYuMWwtMy42LDAuMmwzLjYtMC4zbC0wLjgtOWwtNy4yLDAuN2wwLjgsOC45bDAuNywxNS44YzAsMS4xLDAsMi4yLDAsMy40bC0wLjEsMTIuNGwtMC42LDEwLjVsLTMwLjctNS4xYy0xLjYtMC4zLTMuMSwwLjctMy40LDIuM2MtMC4zLDEuNiwwLjcsMy4xLDIuMywzLjRjMC4xLDAsMC4xLDAsMC4yLDBsMzEuMyw1LjJjLTAuMSwxLTAuMiwyLTAuMywzbC0xLjIsMTIuNGMtMC4zLDIuMy0wLjcsNC41LTEsNi44Yy0wLjIsMS4zLTAuNCwyLjUtMC42LDMuOGwtMC44LDUuMmMtMC4yLDEuMS0wLjQsMi4yLTAuNywzLjJjLTAuMSwwLjYtMC4zLDEuMy0wLjQsMS45bDcsMS40bDAuNC0xLjhjMC4yLTEuMiwwLjUtMi4zLDAuNy0zLjZsMC44LTUuM2MwLjItMS4yLDAuNC0yLjUsMC42LTMuN2MwLjQtMi4zLDAuNy00LjYsMS4xLTdsMS4zLTEyLjVjMC4xLTAuOCwwLjItMS43LDAuMy0yLjZjMTguNSwzLjEsMzUuMiw2LDUxLDguN2MwLjIsMCwwLjMsMCwwLjUsMGMxLjYsMCwyLjktMS4zLDIuOS0yLjljMC0xLjQtMS0yLjYtMi40LTIuOGMtMTYtMi43LTMyLjktNS42LTUxLjYtOC44TDg2Mi43LDU0OS43eiBNNjE3LjEsMjI1LjdsLTQuOC0xLjFjLTIuOS0wLjctNS44LTEuNC04LjgtMmwtMS41LDdjMi45LDAuNiw1LjcsMS4yLDguNiwxLjlsNC43LDEuMWwtNC4xLDE0LjJjLTAuNCwxLjUsMC40LDMuMSwyLDMuNmwwLDBjMC4zLDAuMSwwLjUsMC4xLDAuOCwwLjFjMS4zLDAsMi40LTAuOCwyLjgtMi4xbDQuMy0xNC43djAuMmMxLjUsMC40LDIuOSwwLjgsNC40LDEuMmwyLjUsMC43bDAsMGwxMi4zLDMuNmwxOCw2LjVsMTAuMyw0LjVjLTYuNSwxMy4zLTEyLjgsMjYuNi0xOSwzOS43bC0zLjIsNi43Yy0wLjYsMS41LDAuMSwzLjIsMS42LDMuOGMxLjQsMC42LDIuOSwwLDMuNi0xLjNsMy4yLTYuN2M2LjItMTMuMiwxMi41LTI2LjYsMTkuMS0zOS45bDIsMC45bDE1LjMsNy43bDMuMi02LjRsLTE1LjQtNy43bC0yLTAuOWM1LjEtMTAuNCwxMC40LTIwLjcsMTUuOC0zMC44YzAuNy0xLjQsMC4yLTMuMi0xLjMtMy45Yy0xLjQtMC43LTMtMC4yLTMuOCwxLjFjLTUuNSwxMC4yLTEwLjgsMjAuNy0xNiwzMS4ybC0xMC43LTQuNmwtMTguNC02LjdMNjMwLDIyOWwtMSwzLjRsMS0zLjRsLTIuNC0wLjdjLTEuNS0wLjQtMi45LTAuOS00LjQtMS4zbDE5LTY0LjlsNi40LDEuN2MxLjQsMC40LDIuOCwwLjksNC4yLDEuM2wyLjQsMC44bDIuMi02LjlsLTIuMy0wLjhjLTEuNS0wLjUtMy0xLTQuNi0xLjRsLTYuMy0xLjdMNjQ4LDE0MmMwLjUtMS41LTAuMy0zLjEtMS44LTMuN2MtMS41LTAuNS0zLjEsMC4zLTMuNywxLjhjMCwwLjEtMC4xLDAuMi0wLjEsMC4zbC0yNi41LDkwLjhMNjE3LjEsMjI1Ljd6IE03MTMuMywyNjZsLTExLjktN2wtMy42LDYuMmwxMS45LDdMNzEzLjMsMjY2eiBNNzIwLjMsMjc5LjRjMS42LDEuMSwzLjEsMi4yLDQuNiwzLjNjLTQuMSw1LjQtOC4yLDEwLjktMTIuMiwxNi4yYy0xNC4xLDE4LjYtMjguNiwzNy44LTQyLDU3LjRjLTAuOSwxLjMtMC41LDMuMSwwLjgsNGMwLjUsMC4zLDEsMC41LDEuNiwwLjVjMSwwLDEuOC0wLjUsMi40LTEuM2MxMy4zLTE5LjUsMjcuOC0zOC42LDQxLjgtNTcuMmM0LTUuMyw4LjEtMTAuOCwxMi4yLTE2LjJjMTQuMywxMC43LDI3LjUsMjIuNiwzOS43LDM1LjZsLTEwLjksMTAuMWMtMS4yLDEuMS0xLjIsMi45LTAuMiw0LjFjMS4xLDEuMiwyLjksMS4yLDQuMSwwLjJsNTcuMS01Mi42YzEuMi0xLDEuNC0yLjgsMC40LTQuMWMtMS0xLjItMi44LTEuNC00LjEtMC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMmwtNDAuOSwzNy42Yy0xMi40LTEzLjMtMjYtMjUuNS00MC43LTM2LjVjMC45LTEuMiwxLjgtMi40LDIuNy0zLjZjMS0xLjIsMC44LTMtMC40LTQuMXMtMy0wLjgtNC4xLDAuNGMtMC4xLDAuMS0wLjEsMC4xLTAuMiwwLjJsLTIuNywzLjZjLTEuNi0xLjItMy4yLTIuMy00LjktMy41bC0yLDNsMi0zbC02LTQuMWwtNCw2TDcyMC4zLDI3OS40eiBNNzg2LjUsMzMwLjRsLTQuNS01LjJsLTUuNCw0LjdsNC40LDUuMWMwLjksMS4xLDEuOCwyLjMsMi43LDMuNWwxLjUsMmw1LjctNC40bC0xLjUtMS45Qzc4OC40LDMzMi45LDc4Ny41LDMzMS42LDc4Ni41LDMzMC40TDc4Ni41LDMzMC40eiBNNzg4LjYsMzQ1bDQuNCw1LjhsNS43LTQuM2wtNC40LTUuOEw3ODguNiwzNDV6IE00MzguNCwyMzMuMmwyLjMsNi44YzEuOS0wLjYsMy43LTEuMiw1LjYtMS44bDMtMC45bDguOC0yLjVsLTItNi45bC04LjksMi42Yy0xLDAuMy0yLDAuNi0zLjEsMUM0NDIuMiwyMzIsNDQwLjMsMjMyLjUsNDM4LjQsMjMzLjJ6IE00NzQuOCwyMzAuN2wtMS42LTdsLTMuMywwLjhjLTIuMSwwLjUtNC4xLDAuOS02LjIsMS40bDEuNyw3YzItMC41LDQtMC45LDYtMS40TDQ3NC44LDIzMC43eiBNMjM2LjMsNzg4LjJjLTEuOS0yLjQtMy44LTQuOC01LjctNy4zbC01LjcsNC40YzEuOSwyLjUsMy44LDQuOSw1LjgsNy40TDIzNi4zLDc4OC4yeiBNMjI1LjUsNzczLjlsLTIuOSwyLjFMMjI1LjUsNzczLjljLTIuNi0zLjYtNS4yLTcuMi03LjctMTAuOGMzLjItMi43LDYuMy01LjQsOS41LTguMWMxLjItMSwxLjQtMi44LDAuNC00cy0yLjgtMS40LTQtMC40Yy0wLjEsMC0wLjEsMC4xLTAuMiwwLjFjLTMsMi42LTYsNS4xLTksNy42Yy0xMy0xOS4zLTI0LjItMzkuNy0zMy41LTYxbC02LjYsMi45YzkuNiwyMS45LDIxLjIsNDIuOSwzNC42LDYyLjhjLTE0LDExLjUtMjgsMjIuMi00MS4zLDMyLjJjLTEuMywxLTEuNSwyLjgtMC42LDRjMC41LDAuNywxLjQsMS4xLDIuMywxLjFjMC42LDAsMS4yLTAuMiwxLjctMC42YzEzLjMtMTAsMjcuMi0yMC43LDQxLjEtMzIuMWMyLjQsMy41LDQuOSw3LDcuNCwxMC40bDAsMGwyLjksNGw1LjgtNC4yTDIyNS41LDc3My45eiBNNDM5LjIsOTE5bDAuNS0xLjZjNi4zLTIxLjQsMTIuNy00My4zLDE5LjItNjUuMWMxMi44LDMuNSwyNS44LDYuMywzOSw4LjNsMS4xLTcuMWMtMTIuOC0xLjktMjUuNS00LjYtMzgtOGMyLjEtNy4xLDQuMi0xNC4yLDYuNC0yMS4yYzAuNC0xLjUtMC41LTMuMS0yLTMuNXMtMywwLjQtMy41LDEuOWMtMi4xLDcuMS00LjMsMTQuMi02LjQsMjEuNGMtMTMuNi00LTI2LjktOC44LTM5LjgtMTQuNWwtMi45LDYuNkM0MjYsODQyLDQzOS42LDg0Nyw0NTMuNCw4NTFjLTYuNSwyMS44LTEyLjksNDMuNy0xOS4yLDY1LjFsLTAuNSwxLjdsLTUuMy0xLjVsLTIsNi45bDUuMywxLjVsLTIuNSw4LjRjLTAuNCwxLjUsMC40LDMuMSwyLDMuNmMxLjUsMC40LDMuMS0wLjQsMy42LTJsMi41LTguNWwyLDAuNWMyLjEsMC41LDQuMSwxLjEsNi4yLDEuNmwxLjctN2MtMi0wLjUtNC4xLTEtNi4xLTEuNkw0MzkuMiw5MTl6IE00MTEsOTEwbC0yLjQsNi44bDMuNSwxLjJjMi4xLDAuOCw0LjIsMS41LDYuMywyLjJsMi4zLTYuOGMtMi4xLTAuNy00LjEtMS40LTYuMi0yLjJMNDExLDkxMHogTTQ1Ny45LDkyMy40bC0xLjUsN2MyNy4xLDUuNSw1NC44LDguMyw4Mi41LDguMWM1LjIsMCwxMC41LTAuMSwxNS44LTAuM2wtMC4yLTcuMkM1MTkuOSw5MzIuMiw0ODcuNCw5MjkuNyw0NTcuOSw5MjMuNEw0NTcuOSw5MjMuNHogTTcxNyw4OTEuN2wtMy44LDJsMy4zLDYuNGwzLjgtMS45YzIuMy0xLjIsNC43LTIuNCw3LTMuNmwtMy40LTYuM0M3MjEuNSw4ODkuMyw3MTkuMiw4OTAuNSw3MTcsODkxLjd6IE02MzIuOSw5MjFjLTEuNCwwLjMtMi44LDAuNS00LjIsMC44bDEuNCw3bDQuMi0wLjhjMi42LTAuNSw1LjEtMSw3LjctMS42bC0xLjUtN0M2MzcuOSw5MjAsNjM1LjQsOTIwLjUsNjMyLjksOTIxeiBNNjE3LjYsOTIzLjZsMS4xLDcuMWw2LjMtMWwtMS4xLTcuMUw2MTcuNiw5MjMuNnogTTg5MS42LDcyNC44bDQuNS04LjdsLTYuNC0zLjNsLTQuNSw4LjdMODkxLjYsNzI0Ljh6IE05MzAuNiw0OTguNGMwLjQsNC41LDAuOCw5LjMsMSwxNC41bDcuMi0wLjRjLTAuMy01LjQtMC42LTEwLjItMS4xLTE0LjhMOTMwLjYsNDk4LjR6IE05MzkuMiw1MjYuNWwtMC4xLTcuOGwtNy4yLDAuMWwwLjEsNy44TDkzOS4yLDUyNi41eiBNOTEzLjUsNDE5LjNjNy44LDIzLDEzLjIsNDYuNywxNi4yLDcwLjhsNy4yLTAuOGMtMy0yNC42LTguNS00OC44LTE2LjUtNzIuM0w5MTMuNSw0MTkuM3ogTTc5NC42LDI0My4zYzMuNCwyLjksNyw2LjEsMTAuOSw5LjhsNC45LTUuM2MtNC0zLjctNy43LTYuOS0xMS4xLTkuOUw3OTQuNiwyNDMuM3ogTTgyMC42LDI1Ny41TDgxNSwyNTJsLTUsNS4xbDUuNiw1LjRMODIwLjYsMjU3LjV6IE03MzEuMiwxOTAuNWwtMy41LDYuM2MxNC4yLDcuOCwyNy45LDE2LjYsNDEsMjYuMWMtMC40LDEuMiwwLDIuNiwxLjEsMy4zYzAuNSwwLjMsMSwwLjUsMS42LDAuNXMxLjItMC4yLDEuNy0wLjZjNS4yLDMuOCwxMC4yLDcuOCwxNS4xLDExLjhsNC42LTUuNWMtNS00LjItMTAuMi04LjItMTUuNS0xMi4xYzIwLjItMjkuMyw0Mi01OC4yLDYzLjItODYuMWw1LjgtNy43YzEtMS4zLDAuNy0zLjEtMC42LTRjLTEuMy0xLTMuMS0wLjctNCwwLjZsMCwwbC01LjgsNy42Yy0yMS4yLDI3LjktNDMsNTYuOC02My4zLDg2LjJDNzU5LjQsMjA3LjIsNzQ1LjUsMTk4LjQsNzMxLjIsMTkwLjVMNzMxLjIsMTkwLjV6IE00NDIuMywxNjAuN2w0LjktMS4ybC0xLjgtN2MtMS42LDAuNC0zLjIsMC44LTQuOSwxLjJjLTMsMC43LTYsMS41LTguOSwyLjNsMS45LDYuOUM0MzYuNSwxNjIuMSw0MzkuNCwxNjEuNCw0NDIuMywxNjAuN3ogTTQ1Ny40LDE1Ny4xYzAuOS0wLjIsMS44LTAuMywyLjYtMC41bC0wLjctMy41bDAuNywzLjVjMjIuOS00LjcsNDYuMS03LjQsNjkuNS03LjlsLTAuMS03LjJjLTkuNiwwLjItMTkuMywwLjgtMjkuMSwxLjhjLTAuMS04LjctMC45LTE3LjgtMS42LTI2LjZjLTEtMTIuOC0yLjEtMjYuMS0xLjUtMzguOGMwLTEuNi0xLjItMi45LTIuOC0yLjljLTEuNSwwLTIuOCwxLjEtMi45LDIuNmMtMC42LDEzLjEsMC40LDI2LjUsMS41LDM5LjVjMC43LDkuMywxLjQsMTguMSwxLjYsMjYuN2MtMTEuOSwxLjMtMjMuOSwzLjItMzUuOSw1LjdsMCwwbC0yLjUsMC41Yy0xLjYsMC4zLTMuMywwLjYtNC45LDFsMS42LDdDNDU0LjQsMTU3LjcsNDU1LjksMTU3LjQsNDU3LjQsMTU3LjFMNDU3LjQsMTU3LjF6IE0zNjEuMSwxOTEuNGMyMC43LTEwLjcsNDIuNC0xOS41LDY0LjgtMjYuMmwtMi4xLTYuOWMtMjIuOCw2LjgtNDQuOSwxNS43LTY2LjEsMjYuN0wzNjEuMSwxOTEuNHogTTU1MS43LDE0MS42bC0xNC4xLTAuMXY3LjJsMTQuMSwwLjFWMTQxLjZ6IE02NzAsMTYzLjJsLTcuMS0yLjNsLTIuMiw2LjlsNy4xLDIuM0w2NzAsMTYzLjJ6IE01NzMuMywxNTAuMWMtMS4yLDcuOS0yLjQsMTUuOS0zLjQsMjMuOWMtMC4yLDEuNiwwLjksMywyLjUsMy4ybDAsMGgwLjRjMS40LDAsMi43LTEuMSwyLjgtMi41YzEuMS04LjEsMi4yLTE2LjEsMy40LTI0LjFjMTguNSwxLjgsMzYuOSw1LDU0LjksOS40bDEuNy03Yy0xOC4zLTQuNS0zNi44LTcuNy01NS42LTkuNWMyLjItMTQuMiw0LjQtMjguMiw2LjYtNDJjNC4yLTI1LjksOC41LTUyLjYsMTEuOS03OS4yYzAuMy0xLjYtMC44LTMuMS0yLjQtMy4zYy0xLjYtMC4zLTMuMSwwLjgtMy4zLDIuNGMwLDAuMSwwLDAuMSwwLDAuMmMtMy40LDI2LjQtNy43LDUzLjEtMTEuOSw3OWMtMi4yLDEzLjktNC41LDI4LjEtNi43LDQyLjNjLTMtMC4zLTYuMS0wLjUtOS4xLTAuN2wtMC4yLDMuNmwwLjItMy42bC03LjQtMC40bC0wLjQsNy4ybDcuNCwwLjRDNTY3LjYsMTQ5LjcsNTcwLjUsMTQ5LjksNTczLjMsMTUwLjFMNTczLjMsMTUwLjF6IE0xODcuNywzNDkuNmMtMC42LDEuMi0xLjIsMi40LTEuOCwzLjZjLTEuMSwyLjItMi4zLDQuNC0zLjMsNi43bDYuNSwzLjFjMS0yLjIsMi4xLTQuMywzLjItNi41YzAuNi0xLjIsMS4yLTIuNCwxLjgtMy41bDUuNC0xMGwtNi4zLTMuNEwxODcuNywzNDkuNnogTTIwOC4zLDMyOC40bDIuMy0zLjZsLTYuMS0zLjhjLTAuOCwxLjItMS41LDIuNC0yLjMsMy42Yy0xLjQsMi4yLTIuOCw0LjQtNC4yLDYuNmw2LjEsMy43QzIwNS41LDMzMi43LDIwNi45LDMzMC42LDIwOC4zLDMyOC40TDIwOC4zLDMyOC40eiBNMTU0LjQsNDM3LjJsLTE0LjEtMy42Yy0xLjYtMC4zLTMuMSwwLjctMy40LDIuM2MtMC4zLDEuNCwwLjYsMi45LDIsMy4zbDE0LjEsMy42Yy0zLjEsMTIuMS02LDI0LjktOC43LDM4LjVsNy4xLDEuNGMyLjctMTMuNSw1LjUtMjYuMSw4LjYtMzguMWwxMC45LDIuOGMwLjIsMC4xLDAuNSwwLjEsMC43LDAuMWMxLjYsMCwyLjktMS4zLDIuOS0yLjljMC0xLjMtMC45LTIuNS0yLjItMi44bC0xMC45LTIuN2M1LjgtMjIsMTMuMi00My41LDIyLjMtNjQuNGwtNi42LTIuOUMxNjcuOSwzOTIuOSwxNjAuMyw0MTQuOCwxNTQuNCw0MzcuMnogTTE2OC4zLDY4NS40YzAuNywxLjgsMS40LDMuNiwyLjEsNS40bDYuNi0yLjdjLTAuNy0xLjctMS40LTMuNS0yLjEtNS4ybC00LjMtMTEuNGwtNi44LDIuNWwzLjEsOC41TDE2OC4zLDY4NS40eiBNMTU4LjYsNjU3LjdsMi45LDlsNi45LTIuMmwtMi45LTlMMTU4LjYsNjU3Ljd6Ii8+PC9zdmc+);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.quote .top_burst {
  margin: 0 auto 20px auto;
  width: 60%;
  max-width: 280px;
}
.quote .top_burst:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOTY1LjQgMzY2LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2NS40IDM2Ni44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6Izk2ODNCMjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzE5LjEsMjM1LjFsMi40LDIuMmMyLjMsMi4xLDQuNSw0LjIsNi42LDYuMmw0LjMtNC4zYy0yLjEtMi4xLTQuNC00LjMtNi44LTYuNWwtMi40LTIuMmMtMS41LTEuNC0zLTIuOC00LjUtNC4xbC0zLjksNC42QzcxNi4zLDIzMi41LDcxNy43LDIzMy44LDcxOS4xLDIzNS4xeiBNNzMxLjUsMjQ2LjlsNC4yLTQuM2wtMi4yLTIuMmwtNC4yLDQuM0w3MzEuNSwyNDYuOXogTTc3MS4zLDI5My45bDQuOS0zLjVjLTExLjYtMTYuMi0yNC41LTMxLjQtMzguNC00NS43bC00LjMsNC4yQzc0Ny4yLDI2Mi45LDc1OS45LDI3OCw3NzEuMywyOTMuOXogTTcxMi44LDIyOS41bDMuOS00LjVjLTEwLjktOS41LTIyLjQtMTguMy0zNC40LTI2LjRsLTMuNCw1QzY5MC44LDIxMS41LDcwMi4xLDIyMC4yLDcxMi44LDIyOS41TDcxMi44LDIyOS41eiBNNjc1LjgsMjAxLjVsMy4zLTUuMWwtMy4yLTJsLTMuMyw1LjFMNjc1LjgsMjAxLjV6IE02MjcuMSwxNzUuNGMxNS4zLDYuNiwzMC4xLDE0LjQsNDQuMiwyMy4zbDMuMi01LjFjLTE0LjQtOS4xLTI5LjQtMTctNDUtMjMuN0w2MjcuMSwxNzUuNHogTTQ4NS44LDE0NC4yYzIuNCwwLDQuOCwwLjEsNy40LDAuMmMxLjQsMC4xLDIuOCwwLjEsNC4yLDAuMmw1LjgsMC4yYzEuMywwLjEsMi41LDAuMiwzLjcsMC4zbDIuMSwwLjJsMC41LTZsLTItMC4yYy0xLjMtMC4xLTIuNi0wLjItMy45LTAuM2wtNS45LTAuMmMtMS40LDAtMi43LTAuMS00LjEtMC4yYy0yLjYtMC4xLTUuMi0wLjMtNy44LTAuMkw0ODUuOCwxNDQuMnogTTUxNS40LDEzOS44bC00LTAuM2wtMC41LDZsNCwwLjNMNTE1LjQsMTM5Ljh6IE01OTMuOCwxNTUuOWMtMjQuMy03LjctNDkuMi0xMy03NC41LTE1LjdsLTAuNiw2YzI0LjksMi43LDQ5LjUsNy45LDczLjMsMTUuNUw1OTMuOCwxNTUuOXogTTQ4Mi41LDE0NC4ydi02Yy0xOC41LTAuMS0zNywxLjMtNTUuMyw0bDAuOSw1LjlDNDQ2LjEsMTQ1LjQsNDY0LjMsMTQ0LjEsNDgyLjUsMTQ0LjJ6IE00MjMuMywxNDlsLTEtNS45bC00LjgsMC45bDEsNS45TDQyMy4zLDE0OXogTTQxNi43LDE1MC4ybC0xLjEtNS45Yy0yMS4zLDQtNDIuMiwxMC4yLTYyLjMsMTguNWwyLjMsNS42QzM3NS4zLDE2MC4yLDM5NS43LDE1NC4yLDQxNi43LDE1MC4yTDQxNi43LDE1MC4yeiBNMjU0LjEsMjI4LjhsMi42LTIuMmMyLTEuOCw0LjMtMy43LDctNS43bC0zLjctNC44Yy0yLjgsMi4xLTUuMiw0LjEtNy4zLDUuOWwtMi41LDIuMWMtMS41LDEuMy0zLjEsMi42LTQuNiw0bDQsNC41QzI1MS4xLDIzMS4zLDI1Mi42LDIzMC4xLDI1NC4xLDIyOC44eiBNMjY3LjQsMjE4bC0zLjctNC43bC0yLjUsMS45bDMuNyw0LjdMMjY3LjQsMjE4eiBNMzE5LjcsMTg0LjZsLTIuOC01LjNjLTE3LjgsOS4yLTM0LjgsMjAtNTAuOCwzMi4xbDMuNiw0LjhDMjg1LjQsMjA0LjMsMzAyLjIsMTkzLjcsMzE5LjcsMTg0LjZMMzE5LjcsMTg0LjZ6IE0yMTcuNSwyNjQuOWM5LjQtMTAuOCwxOS41LTIxLDMwLjItMzAuNWwtNC00LjVjLTEwLjksOS43LTIxLjEsMjAuMS0zMC43LDMxTDIxNy41LDI2NC45eiBNMjA3LjksMjY2LjlsNC42LDMuOWwyLjUtMi45bC00LjYtMy45TDIwNy45LDI2Ni45eiBNMTc3LjIsMzA5LjdsNS4yLDMuMWM4LjgtMTQuMywxOC41LTI4LDI5LjMtNDAuOWwtNC42LTMuOUMxOTYuMSwyODEuMiwxODYuMSwyOTUuMiwxNzcuMiwzMDkuN3ogTTQ3OS45LDMxOC42aDZ2LTcuMmgtNkw0NzkuOSwzMTguNnogTTQ3OS45LDMyMC40aDZ2LTEuMmgtNkw0NzkuOSwzMjAuNHogTTQ3OS45LDM0NWg2di0yMy40aC02VjM0NXogTTQ3OS45LDMxMC40aDZ2LTE3aC02TDQ3OS45LDMxMC40eiBNNDc5LjksMjkxLjloNnYtMS41aC02TDQ3OS45LDI5MS45eiBNNDg2LDI2OS45aC02djE5LjloNlYyNjkuOXogTTQ4MCwyMDUuNWg2di02LjhoLTZMNDgwLDIwNS41eiBNNDgwLDIwNy4yaDZ2LTEuMmgtNlYyMDcuMnogTTQ4MCwyMzAuMWg2di0yMS45aC02VjIzMC4xeiBNNDgwLDE5Ny44aDZ2LTE1LjloLTZMNDgwLDE5Ny44eiBNNDgwLDE4MC41aDZ2LTEuNGgtNlYxODAuNXogTTQ4MCwxNzguNmg2di0xOC43aC02VjE3OC42eiBNNDc5LjcsNzkuNmg2VjY4LjZoLTZWNzkuNnogTTQ3OS43LDgyLjRoNnYtMmgtNlY4Mi40eiBNNDc5LjksMTE5LjhoNmwtMC4yLTM1LjZoLTZMNDc5LjksMTE5Ljh6IE00NzkuNyw2N2g2bC0wLjEtMjUuOWgtNkw0NzkuNyw2N3ogTTQ3OS42LDM4LjhoNnYtMi40aC02VjM4Ljh6IE00ODUuNiwzNS41bC0wLjEtMzAuM2gtNmwwLjEsMzAuM0g0ODUuNnogTTYyNi4xLDM1Mi4zbDQuMyw0LjJsMS0xbC00LjMtNC4yTDYyNi4xLDM1Mi4zeiBNNjQ1LjcsMzQxLjJsLTQuMy00LjJsLTEzLjcsMTMuOWw0LjMsNC4yTDY0NS43LDM0MS4yeiBNNjg3LjgsMjkxLjZsNC4yLDQuM2w0LjktNC43bC00LjItNC4zTDY4Ny44LDI5MS42eiBNNjg2LjUsMjkyLjhsNC4yLDQuM2wwLjgtMC44bC00LjItNC4zTDY4Ni41LDI5Mi44eiBNNjcwLDMwOC43bDQuMiw0LjNsMTUuOC0xNS4ybC00LjEtNC40TDY3MCwzMDguN3ogTTY5My4zLDI4Ni4ybDQuMiw0LjNsMTEuNC0xMWwtNC4yLTQuM0w2OTMuMywyODYuMnogTTcwNS43LDI3NC4xbDQuMiw0LjNsMS0xbC00LjItNC4zTDcwNS43LDI3NC4xeiBNNzI0LjcsMjY0LjJsLTQuMi00LjNsLTEzLjQsMTIuOWw0LjIsNC4zTDcyNC43LDI2NC4yeiBNNzkzLjgsMTk0LjdsLTQuMy00LjJsLTguNiw4LjlsNC4zLDQuMkw3OTMuOCwxOTQuN3ogTTc4NC40LDIwNC4zbC00LjMtNC4ybC0xLjUsMS41bDQuMyw0LjJMNzg0LjQsMjA0LjN6IE03ODEuNSwyMDcuM2wtNC4zLTQuMmMtOS4xLDkuMy0xOC42LDE4LjktMjguMSwyOC40bDQuMyw0LjNDNzYzLDIyNi4yLDc3Mi41LDIxNi42LDc4MS41LDIwNy4zTDc4MS41LDIwNy4zeiBNODE1LjIsMTcyLjVsLTQuMy00LjJsLTIwLjEsMjFsNC4zLDQuMkw4MTUuMiwxNzIuNXogTTgxOC44LDE2OC43bC00LjQtNC4ybC0xLjgsMS45bDQuNCw0LjJMODE4LjgsMTY4Ljd6IE04NDIuOCwxNDMuMmwtNC4zLTQuMWwtMjMuMywyNC44bDQuNCw0LjFMODQyLjgsMTQzLjJ6IE0xNjMuMSwxODMuN2w0LjItNC4zbC04LjktOC43bC00LjIsNC4zTDE2My4xLDE4My43eiBNMTUzLjQsMTc0LjNsNC4yLTQuM2wtMS41LTEuNGwtNC4yLDQuM0wxNTMuNCwxNzQuM3ogTTE1MC40LDE3MS40bDQuMi00LjNjLTguNC04LjItMTguNC0xOC0yOC41LTI4LjFsLTQuMyw0LjJDMTMyLjEsMTUzLjQsMTQyLjEsMTYzLjIsMTUwLjQsMTcxLjR6IE0xODQuOSwyMDUuM2w0LjMtNC4zbC0yMC43LTIwLjRsLTQuMiw0LjNMMTg0LjksMjA1LjN6IE0xODguNiwyMDlsNC4zLTQuM2wtMS44LTEuOGwtNC4zLDQuM0wxODguNiwyMDl6IE0yMTIuOSwyMzQuMWw0LjQtNC4xYy03LjEtNy42LTE0LjgtMTUuNi0yMy43LTI0LjZsLTQuMyw0LjJDMTk4LjIsMjE4LjYsMjA1LjksMjI2LjYsMjEyLjksMjM0LjFMMjEyLjksMjM0LjF6IE0yNTguNCwyODBsNC43LDQuOGw0LjMtNC4ybC00LjctNC44TDI1OC40LDI4MHogTTI1Ny4yLDI3OC44bDAuOCwwLjhsNC4zLTQuMmwtMC44LTAuOEwyNTcuMiwyNzguOHogTTI0MS4zLDI2Mi41bDE1LjIsMTUuNWw0LjMtNC4ybC0xNS4yLTE1LjVMMjQxLjMsMjYyLjV6IE0yNjMuOCwyODUuNWwxMSwxMS4zbDQuMy00LjJsLTExLTExLjNMMjYzLjgsMjg1LjV6IE0yNzUuOCwyOTcuOGwxLDFsNC4zLTQuMmwtMS0xTDI3NS44LDI5Ny44eiBNMjc3LjIsMjk5LjJsMTIuOSwxMy4ybDQuMy00LjJMMjgxLjUsMjk1TDI3Ny4yLDI5OS4yeiBNMzM1LjUsMzU4LjRsMC44LDAuOGw0LjMtNC4ybC0wLjgtMC44TDMzNS41LDM1OC40eiBNMzE5LjIsMzQxLjlsMTUuNSwxNS43bDQuMy00LjJsLTE1LjUtMTUuN0wzMTkuMiwzNDEuOXogTTU2My42LDI3NS4xbDUuNiwyLjFsMi41LTYuNmwtNS42LTIuMUw1NjMuNiwyNzUuMXogTTU2MywyNzYuN2w1LjYsMi4xbDAuNC0xLjFsLTUuNi0yLjFMNTYzLDI3Ni43eiBNNTYwLjIsMzAxLjNsOC4xLTIxLjRsLTUuNi0yLjFsLTgsMjEuNEw1NjAuMiwzMDEuM3ogTTU2Ni41LDI2Ny41bDUuNiwyLjFsNS45LTE1LjVsLTUuNi0yLjFMNTY2LjUsMjY3LjV6IE01NzIuOSwyNTAuNWw1LjYsMi4xbDAuNS0xLjRsLTUuNi0yLjFMNTcyLjksMjUwLjV6IE01NzMuNiwyNDguNmw1LjYsMi4xbDYuOS0xOC4ybC01LjYtMi4xTDU3My42LDI0OC42eiBNNjI5LjIsMTIwLjNsLTUuNi0yLjFsLTYuMSwxNi40bDUuNywyLjFMNjI5LjIsMTIwLjN6IE02MjIuNiwxMzhsLTUuNi0yLjFsLTEsMi44bDUuNiwyLjFMNjIyLjYsMTM4eiBNNjIwLjYsMTQzLjVsLTUuNi0yLjFjLTcuNCwxOS42LTE0LjEsMzYuNy0yMC42LDUyLjNsNS42LDIuM0M2MDYuNCwxODAuMiw2MTMuMiwxNjMuMSw2MjAuNiwxNDMuNUw2MjAuNiwxNDMuNXogTTY0NC4xLDc5LjVsLTUuNy0yLjFsLTE0LDM4LjVsNS43LDIuMUw2NDQuMSw3OS41eiBNNjQ2LjYsNzIuNmwtNS43LTIuMWwtMS4zLDMuNGw1LjcsMi4xTDY0Ni42LDcyLjZ6IE02NjMuOSwyNi4zbC01LjYtMi4yYy02LjIsMTYuMy0xMi4yLDMyLjYtMTYuNyw0NWw1LjcsMi4xQzY1MS42LDU4LjksNjU3LjYsNDIuNiw2NjMuOSwyNi4zeiBNMjcuNiwzMzIuMWwyLjMtNS42bC00LjQtMS44bC0yLjMsNS41TDI3LjYsMzMyLjF6IE0yMi44LDMzMC4xbDIuMy01LjZsLTAuNy0wLjNsLTIuMyw1LjZMMjIuOCwzMzAuMXogTTIzLjcsMzIzLjljLTQuNy0xLjktOS40LTMuOS0xNC02bC0yLjQsNS41YzQuNywyLjEsOS40LDQuMSwxNC4xLDZMMjMuNywzMjMuOXogTTM4LjYsMzM2LjRsMi4yLTUuNmwtMTAuMy00LjFsLTIuMiw1LjZMMzguNiwzMzYuNHogTTQwLjUsMzM3LjJsMi4yLTUuNmwtMC45LTAuM2wtMi4yLDUuNkw0MC41LDMzNy4yeiBNNTMsMzQxLjlsMi4xLTUuNkw0MywzMzEuN2wtMi4xLDUuNkw1MywzNDEuOXogTTgyNi40LDM0MC43bDIuNSw1LjVsMy40LTEuNWwtMi41LTUuNUw4MjYuNCwzNDAuN3ogTTgyNS42LDM0MS4xbDIuNSw1LjVsMC42LTAuM2wtMi41LTUuNUw4MjUuNiwzNDEuMXogTTgxNC4xLDM0Ni4ybDIuNSw1LjVsMTAuOS01bC0yLjUtNS41TDgxNC4xLDM0Ni4yeiBNODMwLjMsMzM4LjlsMi41LDUuNWw3LjktMy42bC0yLjYtNS40TDgzMC4zLDMzOC45eiBNODQyLjEsMzQwLjJsLTIuNS01LjVsLTAuNywwLjNsMi41LDUuNUw4NDIuMSwzNDAuMnogTTg0Mi40LDM0MC4xbDkuMy00LjJsLTIuNS01LjVsLTkuMyw0LjJMODQyLjQsMzQwLjF6IE05MjQuNywzMDIuNWwtMi41LTUuNWwtMy42LDEuNmwyLjUsNS41TDkyNC43LDMwMi41eiBNOTIwLjksMzA0LjJsLTIuNS01LjVsLTAuNiwwLjNsMi41LDUuNUw5MjAuOSwzMDQuMnogTTkxOS43LDMwNC44bC0yLjUtNS41bC0xMS41LDUuMmwyLjUsNS41TDkxOS43LDMwNC44eiBNOTMzLjYsMjk4LjRsLTIuNS01LjVsLTguNCwzLjhsMi41LDUuNUw5MzMuNiwyOTguNHogTTkzNS4xLDI5Ny43bC0yLjUtNS41bC0wLjgsMC4zbDIuNSw1LjVMOTM1LjEsMjk3Ljd6IE05NDUuMiwyOTMuMWwtMi41LTUuNWwtOS44LDQuNWwyLjUsNS41TDk0NS4yLDI5My4xeiBNMzA1LjQsMTE1bDUuNS0yLjRsLTcuMy0xNi40bC01LjUsMi41TDMwNS40LDExNXogTTI5Ny41LDk3LjFsNS41LTIuNWwtMS4zLTIuOGwtNS41LDIuNUwyOTcuNSw5Ny4xeiBNMzAwLjUsODkuMmMtOS4xLTIwLjMtMTYuOS0zNy4xLTI0LjQtNTIuN2wtNS40LDIuNmM3LjQsMTUuNSwxNS4yLDMyLjMsMjQuMyw1Mi42TDMwMC41LDg5LjJ6IE0zMjMuNiwxNTUuOGw1LjUtMi40TDMxMiwxMTQuOGwtNS41LDIuNEwzMjMuNiwxNTUuOHogTTMyNi42LDE2Mi43bDUuNS0yLjVsLTEuNS0zLjRsLTUuNSwyLjRMMzI2LjYsMTYyLjd6IE0zNDcuNiwyMDlsNS41LTIuNmMtNi4xLTEzLjItMTIuNi0yNy40LTIwLjMtNDQuOWwtNS41LDIuNUMzMzUsMTgxLjUsMzQxLjUsMTk1LjcsMzQ3LjYsMjA5TDM0Ny42LDIwOXogTTM3Mi42LDI2N2wyLjYsNi4ybDUuNi0yLjNsLTIuNi02LjJMMzcyLjYsMjY3eiBNMzc3LjksMjY0LjJsLTAuNC0xLjFsLTUuNiwyLjNsMC40LDEuMUwzNzcuOSwyNjQuMnogTTM2My42LDI0NC4yYzIuNSw2LjYsNS4yLDEzLjQsOCwyMC4ybDUuNi0yLjNjLTIuOC02LjgtNS40LTEzLjUtNy45LTIwLjFMMzYzLjYsMjQ0LjJ6IE0zNzUuNiwyNzQuMWw2LjIsMTQuNWw1LjUtMi40bC02LjItMTQuNUwzNzUuNiwyNzQuMXogTTM4Mi4zLDI4OS45bDAuNiwxLjNsNS41LTIuNGwtMC42LTEuM0wzODIuMywyODkuOXogTTM4My4xLDI5MS43bDcuNSwxNi44bDUuNS0yLjVsLTcuNS0xNi44TDM4My4xLDI5MS43eiIvPjwvc3ZnPg==);
  background-size: cover;
  background-position: center;
  padding-bottom: 37%;
  width: 100%;
  display: block;
}
@media print {
  .quote .top_burst {
    display: none;
  }
}
.quote p {
  margin: 0;
}

main iframe {
  border: 1px solid #C8C8C8 !important;
  padding: 10px;
  --cs-margin-top-start: 22.5;
  --cs-margin-top-end: 45;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
main iframe:first-child {
  margin-top: 0;
}
main iframe:last-child {
  margin-bottom: 0;
}
main .powr-social-feed {
  margin: 0 -25px;
}
main .powr-social-feed iframe {
  border: none !important;
}

.userContent img, .wysisyg img {
  --cs-margin-top-start: 22.5;
  --cs-margin-top-end: 45;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  background-color: #fff;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: block;
  width: 100%;
  height: auto !important;
}
.userContent img:first-child, .wysisyg img:first-child {
  margin-top: 0;
}
.userContent img:last-child, .wysisyg img:last-child {
  margin-bottom: 0;
}
@media print {
  .userContent img, .wysisyg img {
    max-width: 300px;
  }
}
.reversed .userContent img, .reversed .wysisyg img {
  background-color: #331e54;
}
.userContent .caption img, .wysisyg .caption img {
  margin-bottom: 20px;
}
.userContent .caption h4, .userContent .caption .h4, .wysisyg .caption h4, .wysisyg .caption .h4 {
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 3.75;
  --cs-margin-bottom-end: 7.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent .caption h4:first-child, .userContent .caption .h4:first-child, .wysisyg .caption h4:first-child, .wysisyg .caption .h4:first-child {
  margin-top: 0;
}
.userContent .caption h4:last-child, .userContent .caption .h4:last-child, .wysisyg .caption h4:last-child, .wysisyg .caption .h4:last-child {
  margin-bottom: 0;
}
.userContent .caption h6, .userContent .caption .h6, .wysisyg .caption h6, .wysisyg .caption .h6 {
  --cs-margin-top-start: 11.25;
  --cs-margin-top-end: 22.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent .caption h6:first-child, .userContent .caption .h6:first-child, .wysisyg .caption h6:first-child, .wysisyg .caption .h6:first-child {
  margin-top: 0;
}
.userContent .caption h6:last-child, .userContent .caption .h6:last-child, .wysisyg .caption h6:last-child, .wysisyg .caption .h6:last-child {
  margin-bottom: 0;
}
.userContent .caption p, .wysisyg .caption p {
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 3.75;
  --cs-margin-bottom-end: 7.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent .caption p:first-child, .wysisyg .caption p:first-child {
  margin-top: 0;
}
.userContent .caption p:last-child, .wysisyg .caption p:last-child {
  margin-bottom: 0;
}
.userContent .border, .wysisyg .border {
  padding: 20px;
  border: 1px solid #C8C8C8 !important;
  background-color: #fff;
}
@media print {
  .userContent .border, .wysisyg .border {
    padding: 0 !important;
    border: none !important;
  }
}
.reversed .userContent .border, .reversed .wysisyg .border {
  border-color: #9683B2 !important;
}
.userContent a:hover > img, .wysisyg a:hover > img {
  border-color: #9683B2;
}
.userContent > div.btn, .wysisyg > div.btn {
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 11.25;
  --cs-margin-bottom-end: 22.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent figure, .wysisyg figure {
  --cs-margin-top-start: 22.5;
  --cs-margin-top-end: 45;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.userContent figure:first-child, .wysisyg figure:first-child {
  margin-top: 0;
}
.userContent figure:last-child, .wysisyg figure:last-child {
  margin-bottom: 0;
}
.userContent figure a, .wysisyg figure a {
  display: block;
}

.section_imageBg .userContent img, .section_imageBg .wysisyg img {
  border: none;
  background-color: transparent;
}

.pagination_controls {
  --cs-margin-top-start: 15;
  --cs-margin-top-end: 30;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.pagination_controls p {
  margin: 20px 0 !important;
}

.pagination {
  border-radius: 0;
}
.pagination .page-item {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #331e54;
}
.pagination .page-item.active .page-link:hover {
  color: #FFFFFF;
  background-color: #331e54;
}
.pagination .page-item .page-link {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 15;
  --cs-font-size-end: 16.5;
  --cs-letter-spacing-start: 1;
  --cs-letter-spacing-end: 2;
  color: #71A28A;
  text-transform: uppercase;
  --cs-font-size-start: 17;
  --cs-font-size-end: 22;
  padding: 7px 12px 11px 12px;
  border: 1px solid #71A28A;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.reversed .pagination .page-item .page-link {
  color: #FFFFFF;
}
.pagination .page-item .page-link + h1, .pagination .page-item .page-link + .h1, .pagination .page-item .page-link + h2, .pagination .page-item .page-link + .h2, .pagination .page-item .page-link + h3, .pagination .page-item .page-link + .h3, .pagination .page-item .page-link + h4, .pagination .page-item .page-link + .h4, .pagination .page-item .page-link + h5, .pagination .page-item .page-link + .h5 {
  margin-top: 10px;
}
@media print {
  .pagination .page-item .page-link {
    font-size: 23px !important;
  }
}
@media (min-width: 375px) {
  .pagination .page-item .page-link {
    padding: 7px 15px 11px 15px;
  }
}
@media (min-width: 576px) {
  .pagination .page-item .page-link {
    padding: 7px 15px 11px 15px;
  }
}
.pagination .page-item .page-link:hover {
  color: #FFFFFF;
  background-color: #71A28A;
}
.pagination .page-item.pagination_ellipsis span {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 15;
  --cs-font-size-end: 16.5;
  --cs-letter-spacing-start: 1;
  --cs-letter-spacing-end: 2;
  color: #71A28A;
  text-transform: uppercase;
  --cs-font-size-start: 17;
  --cs-font-size-end: 22;
  padding: 7px 6px 11px 6px;
  display: block;
}
.reversed .pagination .page-item.pagination_ellipsis span {
  color: #FFFFFF;
}
.pagination .page-item.pagination_ellipsis span + h1, .pagination .page-item.pagination_ellipsis span + .h1, .pagination .page-item.pagination_ellipsis span + h2, .pagination .page-item.pagination_ellipsis span + .h2, .pagination .page-item.pagination_ellipsis span + h3, .pagination .page-item.pagination_ellipsis span + .h3, .pagination .page-item.pagination_ellipsis span + h4, .pagination .page-item.pagination_ellipsis span + .h4, .pagination .page-item.pagination_ellipsis span + h5, .pagination .page-item.pagination_ellipsis span + .h5 {
  margin-top: 10px;
}
@media print {
  .pagination .page-item.pagination_ellipsis span {
    font-size: 23px !important;
  }
}
@media (min-width: 375px) {
  .pagination .page-item.pagination_ellipsis span {
    padding: 7px 8px 11px 8px;
  }
}
@media (min-width: 576px) {
  .pagination .page-item.pagination_ellipsis span {
    padding: 7px 15px 11px 15px;
  }
}
.pagination .page-item.pagination_prev .page-link, .pagination .page-item.pagination_next .page-link {
  /*
  padding: 5px 0;
  margin: 10px 10px;
  @include h6Small;
  @include linkHover;
  border: none;
  */
}
.filter_bar {
  --cs-margin-top-start: -15;
  --cs-margin-top-end: -30;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 22.5;
  --cs-margin-bottom-end: 45;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  position: relative;
}
.filter_bar:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DAD9D7;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.filter_bar input[type=search] {
  min-width: 350px;
}
.filter_bar #filters .content {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #DAD9D7;
}
@media (min-width: 576px) {
  .filter_bar #filters .content {
    padding: 40px;
  }
}
.filter_bar #filters .content .date_filters p {
  margin: 10px 0;
}
.filter_bar #filters .content .categories {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (min-width: 576px) {
  .filter_bar #filters .content .categories {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.filter_bar #filters .content .btn_row {
  border-top: 1px solid #DAD9D7;
  padding-top: 20px;
  margin-top: 20px;
}
.filter_bar .btn_simple {
  margin: 0 0 20px 0;
}

.bite:not(.snack) .program_detailed_card {
  display: none;
}

.snack .program_simple_card, .blocks .program_simple_card {
  display: none;
}

.mix-bite_degree:focus {
  outline: none;
}

.btn_row.btn_row_spacing {
  --cs-margin-top-start: 15;
  --cs-margin-top-end: 30;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 0;
  --cs-margin-bottom-end: 0;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.program_card {
  display: none;
}
.blocks .program_card {
  display: block;
}
.program_card h5, .program_card .h5 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 6;
  --cs-margin-bottom-end: 12;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.program_card h6, .program_card .h6 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.featured_content .program_simple_card {
  display: none;
}
.featured_content .program_card {
  display: block;
}
@media print {
  .featured_content {
    display: none;
  }
}

.program_simple_card .card {
  cursor: pointer;
  background-color: #FFFFFF;
}
.program_simple_card .card .card-body {
  padding: 20px 12px 20px 12px;
}
@media (min-width: 480px) {
  .program_simple_card .card .card-body {
    padding: 30px 12px 24px 12px;
  }
}
@media (min-width: 768px) {
  .program_simple_card .card .card-body {
    padding: 30px 13px 24px 13px;
  }
}
@media (min-width: 1200px) {
  .program_simple_card .card .card-body {
    padding: 30px 15px 24px 15px;
  }
}
.program_simple_card .card .card-body:before, .program_simple_card .card .card-body:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.bite_isActive .program_simple_card .card .card-body {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  background-color: #331e54;
  position: relative;
}
.bite_isActive .program_simple_card .card .card-body h1, .bite_isActive .program_simple_card .card .card-body .h1, .bite_isActive .program_simple_card .card .card-body h2, .bite_isActive .program_simple_card .card .card-body .h2, .bite_isActive .program_simple_card .card .card-body h3, .bite_isActive .program_simple_card .card .card-body .h3, .bite_isActive .program_simple_card .card .card-body h4, .bite_isActive .program_simple_card .card .card-body .h4, .bite_isActive .program_simple_card .card .card-body h5, .bite_isActive .program_simple_card .card .card-body .h5, .bite_isActive .program_simple_card .card .card-body h6, .bite_isActive .program_simple_card .card .card-body .h6, .bite_isActive .program_simple_card .card .card-body p {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.bite_isActive .program_simple_card .card .card-body:before, .bite_isActive .program_simple_card .card .card-body:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: -1;
}
.bite_isActive .program_simple_card .card .card-body:before, .bite_isActive .program_simple_card .card .card-body:after {
  bottom: -6px;
  width: 50%;
  height: 100%;
}
.bite_isActive .program_simple_card .card .card-body:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.bite_isActive .program_simple_card .card .card-body:after {
  right: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.bite_isActive .program_simple_card .card .card-body:before, .bite_isActive .program_simple_card .card .card-body:after {
  background-color: #331e54;
  display: block;
}
.bite_isActive .program_simple_card .card .card-body:after {
  left: auto;
}
.bite-degreeTypes-extra {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.venue_intro {
  padding: 40px 0 30px 0;
}

.search_degrees .filter_bar {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}

.nav-tabs {
  border-bottom: 3px solid #9683B2;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .nav-tabs {
    border-bottom: 6px solid #9683B2;
  }
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .nav-tabs .nav-item {
    margin-bottom: -6px;
  }
}
.nav-tabs .nav-item .nav-link {
  padding: 10px 2px 10px 6px;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-top-color: #9683B2;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  color: #331e54;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 10px 3px 10px 8px;
  }
}
@media (min-width: 480px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 4px 10px 9px;
  }
}
@media (min-width: 576px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 12px 10px 14px 15px;
  }
}
@media (min-width: 992px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 17px;
    letter-spacing: 2px;
    padding: 13px 15px 15px 20px;
  }
}
@media (min-width: 1500px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 15px 20px 17px 25px;
  }
}
@media (min-width: 1700px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 19px;
  }
}
.nav-tabs .nav-item .nav-link:hover {
  color: #9683B2;
}
.nav-tabs .nav-item .nav-link:focus {
  outline: none;
}
.nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  z-index: -1;
  border-right: 1px solid #9683B2;
  height: calc(100% - 3px);
}
@media (min-width: 992px) {
  .nav-tabs .nav-item .nav-link:before {
    height: calc(100% - 6px);
  }
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #331e54;
  color: #FFFFFF;
  border-color: #331e54;
}
.nav-tabs .nav-item .nav-link.active:before {
  background-color: #331e54;
  border-right-color: #331e54;
  height: 100%;
}
.nav-tabs .nav-item.current .nav-link {
  background-color: #331e54;
  color: #FFFFFF;
  border-color: #331e54;
}
.nav-tabs .nav-item.current .nav-link:before {
  background-color: #331e54;
  border-right-color: #331e54;
  height: 100%;
}

.reversed .nav-tabs .nav-item .nav-link {
  color: #FFFFFF;
  border-top-color: #9683B2;
}
.reversed .nav-tabs .nav-item .nav-link:before {
  background-color: #331e54;
  border-right-color: #9683B2;
}
.reversed .nav-tabs .nav-item .nav-link:hover {
  color: #9683B2;
}
.reversed .nav-tabs .nav-item .nav-link.active {
  background-color: #331e54;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.reversed .nav-tabs .nav-item.current .nav-link {
  background-color: #FFFFFF;
  color: #331e54;
  border-color: #FFFFFF;
}
.reversed .nav-tabs .nav-item.current .nav-link:before {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.tab-content {
  border: 1px solid #9683B2;
  border-top: none;
}
.reversed .tab-content {
  border-color: #9683B2;
}
.section_dark .tab-content {
  border-color: #C8C8C8;
}
.tab-content .tab-pane {
  padding: 20px;
}
@media (min-width: 576px) {
  .tab-content .tab-pane {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .tab-content .tab-pane {
    padding: 40px;
  }
}
.tab-content .tab-pane.current {
  display: block;
  opacity: 1;
}
.section_dark .tab-content .tab-pane {
  background-color: #FFFFFF;
}

.hero_program {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .hero_program .hero_content {
    padding-right: 30px;
  }
}

.program_credits {
  width: 430px;
  padding: 30px 25px 30px 25px;
  min-height: 240px;
  margin-top: 120px;
}
@media (min-width: 1200px) {
  .program_credits {
    padding: 30px 30px 30px 30px;
  }
}
.program_credits.angles_top {
  padding: 5px 25px 30px 25px;
}
@media (min-width: 1200px) {
  .program_credits.angles_top {
    padding: 5px 25px 30px 25px;
  }
}
.program_credits.angles_bottom {
  padding: 30px 25px 15px 25px;
}
@media (min-width: 1200px) {
  .program_credits.angles_bottom {
    padding: 30px 30px 15px 30px;
  }
}
.program_credits h2, .program_credits .h2 {
  margin-bottom: 0;
}
.program_credits h5, .program_credits .h5 {
  margin-top: 0;
}
.program_credits .icon_text_list {
  --cs-margin-top-start: 12;
  --cs-margin-top-end: 24;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 0;
  --cs-margin-bottom-end: 0;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  border-top: 6px solid #9683B2;
  padding-top: 8px;
}
.program_credits .icon_text.sm {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  --cs-margin-top-start: 7.5;
  --cs-margin-top-end: 15;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.program_credits .btn_row {
  padding: 0 10px;
  margin-top: 20px;
}
.program_credits .cost_time {
  margin-top: 23px;
  border-top: 1px solid #DAD9D7;
  border-bottom: 1px solid #DAD9D7;
}
.program_credits .cost_time p {
  line-height: 1.35;
}

.program_section .icon_text_list {
  margin-top: 30px;
  border-top: 6px solid #9683B2;
  padding-top: 8px;
}
@media (min-width: 576px) {
  .program_section .icon_text_list {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.program_section .icon_text.sm {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  --cs-margin-top-start: 26.25;
  --cs-margin-top-end: 52.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 0;
  --cs-margin-bottom-end: 0;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media (min-width: 576px) {
  .program_section .icon_text.sm:first-child {
    margin-top: 0;
  }
}
.program_section .cost_time {
  padding: 15px 0;
  margin-top: 23px;
  margin-bottom: 10px;
  border-top: 1px solid #DAD9D7;
  border-bottom: 1px solid #DAD9D7;
}
.program_section .cost_time p {
  line-height: 1.35;
}
.program_section .btn_row {
  margin: 0 -15px;
}
@media (min-width: 576px) {
  .program_section .btn_row {
    border-top: 6px solid #9683B2;
    padding-top: 15px;
  }
}
.program_section h2, .program_section .h2, .program_section h1, .program_section .h1 {
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .program_section h2, .program_section .h2, .program_section h1, .program_section .h1 {
    margin-top: 0;
  }
}
.program_section h5, .program_section .h5 {
  margin-top: 0;
}

.request_info_form {
  border: 1px solid #DAD9D7;
  border-top: 6px solid #9683B2;
  --cs-padding-start: 30;
  --cs-padding-end: 50;
  --cs-padding-unit: 1px;
  --cs-padding-increment: (var(--cs-padding-end) - var(--cs-padding-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-padding: ((var(--cs-property-current-size) * var(--cs-padding-increment)) + var(--cs-padding-start));
  padding: calc(var(--cs-padding) * var(--cs-scale) * var(--cs-padding-unit));
}
@media (min-width: 992px) {
  .request_info_form {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .request_info_form {
    width: 430px;
  }
}
.request_info_form .form_action {
  min-height: 60px;
}
.request_info_form input:not([type=radio]), .request_info_form textarea, .request_info_form select {
  width: 100%;
}
.request_info_form .form_responses {
  margin-top: 10px;
}
.request_info_form .form_responses .form_response input[type=radio] {
  margin: 10px 7px 10px 0;
}
.request_info_form .form_responses .form_response label {
  margin: 10px 0 10px 0;
}

.talk_to_a_counselor .background_img {
  width: 75%;
  background-position: 50% 42%;
  left: auto;
  right: 0;
  opacity: 0.25;
}
@media (min-width: 992px) {
  .talk_to_a_counselor .background_img {
    opacity: 1;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .talk_to_a_counselor .background_img {
    width: 55%;
  }
}

.results .result {
  --cs-margin-top-start: 37.5;
  --cs-margin-top-end: 75;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 37.5;
  --cs-margin-bottom-end: 75;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.results .result h6, .results .result .h6 {
  margin-bottom: 2px;
}
@media (min-width: 576px) {
  .results .result h6, .results .result .h6 {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .results .result h6, .results .result .h6 {
    margin-bottom: 8px;
  }
}

.wayfinder_container {
  --cs-margin-top-start: 37.5;
  --cs-margin-top-end: 75;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 37.5;
  --cs-margin-bottom-end: 75;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.wayfinder_container:first-child {
  margin-top: 0;
}
.wayfinder_container:last-child {
  margin-bottom: 0;
}

.hasContainer {
  border: 1px solid #DAD9D7;
}

.image_attribution {
  padding: 15px 25px;
  position: relative;
  text-align: right;
  opacity: 0.75;
}
.image_attribution:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 300%;
  width: 100%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 30, 84, 0.4)), color-stop(50%, rgba(51, 30, 84, 0.3)), to(rgba(51, 30, 84, 0))) !important;
  background: -o-linear-gradient(bottom, rgba(51, 30, 84, 0.4) 0%, rgba(51, 30, 84, 0.3) 50%, rgba(51, 30, 84, 0) 100%) !important;
  background: linear-gradient(to top, rgba(51, 30, 84, 0.4) 0%, rgba(51, 30, 84, 0.3) 50%, rgba(51, 30, 84, 0) 100%) !important;
  z-index: 0;
}
.image_attribution > * {
  position: relative;
  z-index: 1;
}

.article_footer .content {
  padding-top: 0 !important;
}
@media print {
  .article_footer {
    display: none;
  }
}

.content_container > section {
  min-height: 200px;
}
.content_container > section:last-child {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-bottom: none;
}
.content_container > section:last-child .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.content_container > section:last-child .overlay:before, .content_container > section:last-child .overlay:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
  bottom: 0;
  width: 50%;
  height: 100%;
  max-height: 500px;
  min-height: 200px;
}
.content_container > section:last-child .overlay:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  top: auto;
  background-size: auto !important;
}
.content_container > section:last-child .overlay:after {
  right: 0;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.content_container > section:last-child.background_purple .overlay:before, .content_container > section:last-child.background_purple .overlay:after {
  background-color: #331e54;
  border-bottom: 1px solid #9683B2;
}
.content_container > section:last-child.section_dark .overlay:before, .content_container > section:last-child.section_dark .overlay:after {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(50%, #f7f7f7), to(#f7f7f7));
  background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, #f7f7f7 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 50%, #f7f7f7 100%);
}
.content_container > section:last-child.section_imageBg .overlay:before, .content_container > section:last-child.section_imageBg .overlay:after {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 30, 84, 0)), color-stop(65%, #331e54), to(#331e54));
  background: -o-linear-gradient(top, rgba(51, 30, 84, 0) 0%, #331e54 65%, #331e54 100%);
  background: linear-gradient(to bottom, rgba(51, 30, 84, 0) 0%, #331e54 65%, #331e54 100%);
  border-bottom: 1px solid #9683B2;
  max-height: none;
  height: 100%;
}
.content_container > section.background_white + .background_white .content {
  padding-top: 0 !important;
}

.hero_side_image + .content_container > section:first-child .container > .content {
  padding-top: calc(var(--padding) * 1.35);
}
@media print {
  .hero_side_image + .content_container > section:first-child .container > .content {
    padding-top: 0;
  }
}

.video_embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
@media print {
  .video_embed {
    display: none !important;
  }
}
.video_embed iframe,
.video_embed object,
.video_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100% !important;
  height: 100% !important;
}

#designstudio-button iframe {
  margin: 0;
  padding: 0;
}

.edit_button a.btn {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100000;
}
@media print {
  .edit_button {
    display: none;
  }
}

.accordionView {
  width: 100%;
}
@media (min-width: 992px) {
  .accordionView .card.card_horizontal .card-body {
    padding-right: 50px;
  }
}

.modal-backdrop {
  background-color: #331e54;
}

.modal .modal-dialog {
  padding: 0 8px;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 600px;
  }
}
.modal .modal-content {
  border-radius: 0;
  text-align: inherit;
  padding: 5px;
  border: none;
  z-index: 10;
  background-color: transparent;
}
@media (min-width: 576px) {
  .modal .modal-content {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content {
    padding: 30px;
  }
}
.modal .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  border-radius: 0;
}
.modal .modal-content .modal-header .modal-title {
  margin: 0 auto;
}
.modal .modal-content .modal-body, .modal .modal-content .modal-footer {
  padding: 18px;
  padding-bottom: 14px;
}
@media (min-width: 576px) {
  .modal .modal-content .modal-body, .modal .modal-content .modal-footer {
    padding: 20px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content .modal-body, .modal .modal-content .modal-footer {
    padding: 30px;
    padding-bottom: 24px;
  }
}
.modal .modal-content .modal-footer {
  border-top: none;
}
.modal .modal-content .close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  font-size: 25px;
  z-index: 100;
  background: transparent;
  border: none;
}
@media (min-width: 576px) {
  .modal .modal-content .close {
    padding: 15px;
    font-size: 35px;
  }
}
.modal .modal-content .close:focus {
  outline: none;
  opacity: 1;
}
.modal.eagle_alert .modal-header {
  overflow: hidden;
  padding: 0;
}
.modal.eagle_alert .modal-header .exclamation {
  position: relative;
  background-color: #ecac00;
  width: 40px;
  height: 100%;
}
@media (min-width: 576px) {
  .modal.eagle_alert .modal-header .exclamation {
    width: 55px;
  }
}
@media (min-width: 768px) {
  .modal.eagle_alert .modal-header .exclamation {
    width: 70px;
  }
}
.modal.eagle_alert .modal-header .exclamation:before, .modal.eagle_alert .modal-header .exclamation:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #ecac00;
  z-index: 0;
}
.modal.eagle_alert .modal-header .exclamation:before {
  top: 0;
  -webkit-transform: skew(12deg);
  -ms-transform: skew(12deg);
  transform: skew(12deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.modal.eagle_alert .modal-header .exclamation:after {
  bottom: 0;
  -webkit-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.modal.eagle_alert .modal-header .exclamation .exclamation_point {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 900;
  font-style: normal;
  --cs-font-size-start: 27;
  --cs-font-size-end: 48;
  color: #331e54;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-39%) translateX(-45%);
  -ms-transform: translateY(-39%) translateX(-45%);
  transform: translateY(-39%) translateX(-45%);
}
@media print {
  .modal.eagle_alert .modal-header .exclamation .exclamation_point {
    font-size: 48px !important;
  }
}
.modal.eagle_alert .modal-header .exclamation .exclamation_point.sm {
  --cs-font-size-start: 24;
  --cs-font-size-end: 41;
}
@media print {
  .modal.eagle_alert .modal-header .exclamation .exclamation_point.sm {
    font-size: 44px !important;
  }
}
.modal.eagle_alert .modal-header .exclamation .exclamation_point.lg {
  --cs-font-size-start: 27;
  --cs-font-size-end: 58;
}
@media print {
  .modal.eagle_alert .modal-header .exclamation .exclamation_point.lg {
    font-size: 60px !important;
  }
}
.reversed .modal.eagle_alert .modal-header .exclamation .exclamation_point {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.modal.eagle_alert .modal-header .modal_header_content {
  padding: 20px 0 18px 23px;
}
@media (min-width: 480px) {
  .modal.eagle_alert .modal-header .modal_header_content {
    padding: 20px 0 18px 28px;
  }
}
@media (min-width: 576px) {
  .modal.eagle_alert .modal-header .modal_header_content {
    padding: 25px 25px 22px 35px;
  }
}
@media (min-width: 768px) {
  .modal.eagle_alert .modal-header .modal_header_content {
    padding: 30px 30px 25px 40px;
  }
}
.modal.eagle_alert .modal-content {
  padding: 2px;
  text-align: left;
}
.modal.eagle_alert .close {
  color: #FFFFFF;
  padding: 8px;
  font-size: 25px;
  margin: 10px;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.eagle_alert .close {
    padding: 15px;
    font-size: 35px;
  }
}
.modal.modal_course .modal-dialog {
  max-width: none;
}
@media (min-width: 576px) {
  .modal.modal_course .modal-dialog {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .modal.modal_course .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal.modal_course .modal-dialog {
    max-width: 65%;
  }
}
@media (min-width: 1500px) {
  .modal.modal_course .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1700px) {
  .modal.modal_course .modal-dialog {
    max-width: 850px;
  }
}
.modal.modal_course .modal-content {
  padding: 2px;
  text-align: left;
}
.modal.modal_course .modal-content .modal-header {
  position: relative;
  padding: 18px;
}
@media (min-width: 576px) {
  .modal.modal_course .modal-content .modal-header {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .modal.modal_course .modal-content .modal-header {
    padding: 30px;
  }
}
.modal.modal_course .modal-content .modal-header:after {
  background: -o-linear-gradient(80deg, #281741 0%, rgba(40, 23, 65, 0.65) 50%, rgba(40, 23, 65, 0) 100%);
  background: linear-gradient(10deg, #281741 0%, rgba(40, 23, 65, 0.65) 50%, rgba(40, 23, 65, 0) 100%);
}
.modal.modal_course .modal-content .modal-header .row {
  position: relative;
  z-index: 10;
  max-width: calc(100% - 50px);
}
.modal.modal_course .modal-content .modal-header.course_image .row {
  min-height: 150px;
}
@media (min-width: 576px) {
  .modal.modal_course .modal-content .modal-header.course_image .row {
    min-height: 180px;
  }
}
.modal.modal_course .modal-content .modal-body p {
  --cs-font-size-start: 13;
  --cs-font-size-end: 16;
  line-height: 1.7;
}
@media print {
  .modal.modal_course .modal-content .modal-body p {
    font-size: 19px !important;
  }
}
.reversed .modal.modal_course .modal-content .modal-body p {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  color: #B09CCD;
}
.modal.modal_course .close {
  color: #FFFFFF;
  right: 10px;
  opacity: 1;
  margin: 0;
}
.modal.modal_video iframe {
  width: 100% !important;
  border: none !important;
  padding: 0;
}
.modal.modal_video .modal-dialog {
  max-width: none;
}
@media (min-width: 576px) {
  .modal.modal_video .modal-dialog {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .modal.modal_video .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal.modal_video .modal-dialog {
    max-width: 65%;
  }
}
@media (min-width: 1700px) {
  .modal.modal_video .modal-dialog {
    max-width: 1000px;
  }
}
.modal.modal_video .modal-dialog .modal-content {
  padding: 1px;
  background-color: #331e54;
}
.modal.modal_video .modal-dialog .modal-content .close {
  padding: 6px 13px;
  background-color: #000000;
  color: #9683B2;
  opacity: 1;
  top: 1px;
  right: 1px;
  text-shadow: none;
}
.modal.modal_video .modal-dialog .modal-content .close:hover {
  color: #FFFFFF;
}
.modal.modal_video .modal-dialog .modal-content .modal-body {
  padding: 10px;
  background-color: #000000;
}
.modal.modal_video .modal-dialog .modal-content .modal-body .mejs__container, .modal.modal_video .modal-dialog .modal-content .modal-body .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100% !important;
  width: 100% !important;
}
.modal.modal_video#home_video .modal-dialog {
  max-width: none;
}
@media (min-width: 576px) {
  .modal.modal_video#home_video .modal-dialog {
    max-width: 92%;
  }
}
@media (min-width: 768px) {
  .modal.modal_video#home_video .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal.modal_video#home_video .modal-dialog {
    max-width: 70%;
  }
}
@media (min-width: 1700px) {
  .modal.modal_video#home_video .modal-dialog {
    max-width: 1200px;
  }
}
.modal.popup .modal-dialog {
  max-width: 600px;
}
.modal .modal_theme.no_theme .modal-content {
  z-index: 10;
  background-color: white;
}
.modal .modal_theme .modal_image {
  position: relative;
  z-index: 10;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal .modal_layout.modal_image_top, .modal .modal_layout.modal_image_bottom, .modal .modal_layout.modal_no_image, .modal .modal_layout.modal_background_image {
  text-align: center !important;
}
.modal .modal_layout.modal_image_left, .modal .modal_layout.modal_image_right {
  text-align: left !important;
}

.embed-responsive .plyr--full-ui input[type=range] {
  color: #9683B2;
}
.embed-responsive .plyr__control--overlaid {
  background: rgba(150, 131, 178, 0.5);
}
.embed-responsive .plyr--video .plyr__control.plyr__tab-focus,
.embed-responsive .plyr--video .plyr__control:hover,
.embed-responsive .plyr--video .plyr__control[aria-expanded=true] {
  background: #9683B2;
}
.embed-responsive .plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(150, 131, 178, 0.5);
  box-shadow: 0 0 0 5px rgba(150, 131, 178, 0.5);
}
.embed-responsive .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #9683B2;
}

.wrapper .plyr {
  --plyr-color-main: #9683B2;
}

@media print {
  .blocklist {
    display: none;
  }
}

.instagram_feed a.instagram_post {
  display: block;
  border: 1px solid #DAD9D7;
  position: relative;
  background-size: cover;
  background-position: center;
}
.instagram_feed a.instagram_post:before {
  content: "";
  padding-bottom: 100%;
  display: block;
  width: 100%;
}
.instagram_feed a.instagram_post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.instagram_feed a.instagram_post img {
  width: 100%;
  display: block;
}
.instagram_feed a.instagram_post .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
@media (min-width: 768px) {
  .instagram_feed a.instagram_post:hover:after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .instagram_feed a.instagram_post:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.degree_categories .form-check, .filterable .form-check {
  width: 100%;
  padding-left: 1.5em;
  margin-bottom: 11px;
  position: relative;
}
@media (min-width: 768px) {
  .degree_categories .form-check, .filterable .form-check {
    margin-bottom: 13px;
  }
}
.degree_categories .form-check label, .filterable .form-check label {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 13;
  --cs-font-size-end: 16;
  color: #291245;
  line-height: 1.4;
  margin-bottom: 0;
}
.degree_categories .form-check input[type=checkbox], .filterable .form-check input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: solid 2px #291245;
  margin: 0;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .degree_categories .form-check input[type=checkbox], .filterable .form-check input[type=checkbox] {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
.degree_categories .form-check input[type=checkbox]:after, .filterable .form-check input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.degree_categories .form-check input[type=checkbox]:checked, .filterable .form-check input[type=checkbox]:checked {
  border: none;
}
.degree_categories .form-check input[type=checkbox]:checked:after, .filterable .form-check input[type=checkbox]:checked:after {
  background-color: #71A28A;
}
.degree_categories .form-check input[type=checkbox]:hover, .filterable .form-check input[type=checkbox]:hover {
  border-color: #71A28A;
}

section.search_degrees.degree_filtering button.degree-filter-expand {
  display: block;
  min-width: 200px;
  border: solid 3px #291245;
  padding: 10px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #291245;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 1;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  section.search_degrees.degree_filtering button.degree-filter-expand {
    display: none;
  }
}
section.search_degrees.degree_filtering button.degree-filter-expand:hover {
  background-color: #291245;
  color: #FFFFFF;
}
section.search_degrees.degree_filtering button.degree-filter-expand span:first-child {
  display: none;
}
section.search_degrees.degree_filtering button.degree-filter-expand span:last-child {
  display: inline;
}
section.search_degrees.degree_filtering button.degree-filter-expand.collapsed span:first-child {
  display: inline;
}
section.search_degrees.degree_filtering button.degree-filter-expand.collapsed span:last-child {
  display: none;
}
@media (min-width: 992px) {
  section.search_degrees.degree_filtering div.collapse {
    display: block;
  }
}
section.search_degrees.degree_filtering .card.degreeRow {
  max-width: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
section.search_degrees.degree_filtering .card.degreeRow:after {
  content: "";
  height: 1px;
  background-color: #C8C8C8;
}
section.search_degrees.degree_filtering .card.degreeRow:hover {
  background-color: #f7f7f7;
}
section.search_degrees.degree_filtering .card.degreeRow h4, section.search_degrees.degree_filtering .card.degreeRow .h4 {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .card.degreeRow h4, section.search_degrees.degree_filtering .card.degreeRow .h4 {
    margin-left: 10px;
    max-width: 485px;
    text-align: left;
  }
}
section.search_degrees.degree_filtering .card.degreeRow h4:after, section.search_degrees.degree_filtering .card.degreeRow .h4:after {
  display: none;
}
section.search_degrees.degree_filtering .card.degreeRow .card-body {
  text-align: center;
  padding: 30px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .card.degreeRow .card-body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 20px;
  }
}
section.search_degrees.degree_filtering .card.degreeRow .card-body .degree_subject_icon {
  width: 100%;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .card.degreeRow .card-body .degree_subject_icon {
    width: auto;
  }
}
section.search_degrees.degree_filtering .card.degreeRow .card-body .degree_subject_icon svg {
  width: 70px;
  fill: #331e54;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .card.degreeRow .card-body .degree_subject_icon svg {
    width: 100px;
  }
}
section.search_degrees.degree_filtering .card.degreeRow .card-body .bite-degreeTypes {
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .card.degreeRow .card-body .bite-degreeTypes {
    width: auto;
    min-width: 180px;
    text-align: right;
    margin-left: auto;
    margin-top: 0;
  }
}
section.search_degrees.degree_filtering .card.degreeRow .card-body .degreeVenue, section.search_degrees.degree_filtering .card.degreeRow .card-body .degreeDelivery {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  color: #181818;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}
section.search_degrees.degree_filtering div.bite .card.degreeRow .card-body .degree_subject_icon svg {
  fill: #331e54;
}
section.search_degrees.degree_filtering div.bite_isActive .card.degreeRow .card-body .degree_subject_icon svg {
  fill: #FFFFFF;
}
section.search_degrees.degree_filtering div.bite_isActive .card.degreeRow .card-body span.degreeVenue,
section.search_degrees.degree_filtering div.bite_isActive .card.degreeRow .card-body span.degreeDelivery {
  color: #FFFFFF;
}
section.search_degrees.degree_filtering .mix-bite_degree.bite_isActive {
  position: relative;
}
section.search_degrees.degree_filtering .mix-bite_degree.bite_isActive:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #331e54;
  left: 50%;
  bottom: 0;
  z-index: 500;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(100%);
  -ms-transform: rotate(45deg) translateX(-50%) translateY(100%);
  transform: rotate(45deg) translateX(-50%) translateY(100%);
}
section.search_degrees.degree_filtering .filter_bar {
  overflow: hidden;
}
section.search_degrees.degree_filtering .filter_bar h4, section.search_degrees.degree_filtering .filter_bar .h4 {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .filter_bar h4, section.search_degrees.degree_filtering .filter_bar .h4 {
    margin-bottom: 20px;
  }
}
section.search_degrees.degree_filtering .filter_bar:after {
  display: none;
}
@media (min-width: 768px) {
  section.search_degrees.degree_filtering .filter_bar input[type=search] {
    min-width: 0;
    width: 100%;
  }
}

.hero_condensed.hero_degree input {
  border: solid 3px #291245;
  color: #331e54 !important;
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
.hero_condensed.hero_degree ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #71A28A !important;
  opacity: 1; /* Firefox */
}
.hero_condensed.hero_degree ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #71A28A !important;
  opacity: 1; /* Firefox */
}
.hero_condensed.hero_degree :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #71A28A !important;
  opacity: 1; /* Firefox */
}
.hero_condensed.hero_degree ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #71A28A !important;
  opacity: 1; /* Firefox */
}
.hero_condensed.hero_degree ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #71A28A !important;
  opacity: 1; /* Firefox */
}
.hero_condensed.hero_degree :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #71A28A !important;
}
.hero_condensed.hero_degree ::-ms-input-placeholder { /* Microsoft Edge */
  color: #71A28A !important;
}

.rss_feed .feed_items .feed_item {
  border-bottom: 1px solid #DAD9D7;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /*
  &:first-child {
  	border-top: 1px solid color(grey_light);
  	margin-top: 20px;
  	padding-top: 15px;

  	@media(min-width: $screen-lg-min) {
  		margin-top: 25px;
  		padding-top: 20px;
  	}
  }
  */
}
@media (min-width: 992px) {
  .rss_feed .feed_items .feed_item {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.rss_feed .feed_items .feed_item:first-child {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .rss_feed .feed_items .feed_item:first-child {
    padding-top: 20px;
  }
}

.nondiscrimination-title {
  font-weight: bold;
  font-size: 12pt;
  font-family: "Lato", sans-serif;
  color: #181818;
}

.nondiscrimination-text {
  font-size: 8pt;
}
.nondiscrimination-text p {
  font-size: 8pt;
}

hr.nondiscrimination-line {
  margin: 16px 0;
  background: #331e54;
}

@media (max-width: 767px) {
  .quote_carousel:before, .quote_carousel:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .quote_carousel .carousel-item:not(.quote_image) {
    height: 100%;
  }
  .quote_carousel .carousel-item:not(.quote_image) .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .quote_carousel .carousel-item:not(.quote_image) > .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.quote_carousel .carousel-item .photo {
  padding-bottom: 70%;
}
@media (max-width: 575px) {
  .quote_carousel .carousel-item .photo {
    margin-bottom: -15%;
  }
}
.quote_carousel .carousel-item .content .row {
  min-height: 250px;
}
@media (min-width: 768px) {
  .quote_carousel .carousel-item .content .row {
    min-height: 275px;
  }
}
@media (min-width: 992px) {
  .quote_carousel .carousel-item .content .row {
    max-width: calc(100% - 75px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .quote_carousel .carousel-item .content .row {
    min-height: 300px;
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1500px) {
  .quote_carousel .carousel-item .content .row {
    min-height: 350px;
  }
}
@media (max-width: 1199px) {
  .quote_carousel .carousel-item .content .row .quote_content {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) {
  .quote_carousel .carousel-item.quote_image .content .row {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .quote_carousel .carousel-item.quote_image .content .row {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .quote_carousel .carousel-item.quote_image .content .row {
    min-height: 425px;
  }
}
@media (min-width: 1500px) {
  .quote_carousel .carousel-item.quote_image .content .row {
    min-height: 475px;
  }
}
@media (min-width: 1200px) {
  .quote_carousel .carousel-item.quote_image .content .row .quote_content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.quote_carousel .carousel-indicators {
  padding: 20px;
  z-index: 1000;
}
.quote_carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  opacity: 0.25;
  margin-left: 8px;
  margin-right: 8px;
}
.quote_carousel .carousel-indicators li.active {
  opacity: 1;
  background-color: #FFFFFF;
}
.quote_carousel .carousel-control-prev, .quote_carousel .carousel-control-next {
  z-index: 1000;
}
@media (max-width: 991px) {
  .quote_carousel .carousel-control-prev, .quote_carousel .carousel-control-next {
    display: none;
  }
}
@media (min-width: 992px) {
  .quote_carousel .carousel-control-prev, .quote_carousel .carousel-control-next {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .quote_carousel .carousel-control-prev, .quote_carousel .carousel-control-next {
    width: 90px;
  }
}
@media (min-width: 1500px) {
  .quote_carousel .carousel-control-prev, .quote_carousel .carousel-control-next {
    width: 110px;
  }
}

.sub_nav {
  background-color: #291245;
}
.sub_nav .navbar-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .sub_nav .navbar-nav {
    padding-bottom: 0;
  }
}
.sub_nav .navbar-nav .nav-item {
  --cs-font-size-start: 14;
  --cs-font-size-end: 15;
  color: #9683B2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .sub_nav .navbar-nav .nav-item {
    padding-left: 25px;
  }
}
.sub_nav .navbar-nav .nav-item a {
  color: #FFFFFF;
}
.sub_nav .nav-parent {
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 18;
  --cs-font-size-end: 21;
  color: #9683B2;
}
@media (min-width: 992px) {
  .sub_nav .nav-parent {
    max-width: 250px;
  }
}
@media (min-width: 1500px) {
  .sub_nav .nav-parent {
    max-width: 300px;
  }
}
@media print {
  .sub_nav .nav-parent {
    font-size: 21px !important;
  }
}
.sub_nav .nav-parent a {
  color: #FFFFFF;
}
.sub_nav .dropdown-toggle .dropdown_icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.sub_nav .dropdown-toggle.collapsed .dropdown_icon {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.sub_nav .dropdown .dropdown-menu {
  padding: 15px 0;
}
.sub_nav .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 20px;
}
.sub_nav .dropdown .dropdown-menu .dropdown-item a {
  color: #331e54;
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  font-size: 95%;
}
.sub_nav .dropdown .dropdown-menu.show {
  display: block;
}
.sub_nav .dropdown.show .dropdown-menu {
  display: block;
}

.scholarships .scholarship {
  border-bottom: 1px solid #DAD9D7;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
@media (min-width: 992px) {
  .scholarships .scholarship {
    margin-bottom: 40px;
    padding: 0 40px 30px 40px;
  }
}
@media (min-width: 1200px) {
  .scholarships .scholarship {
    margin-bottom: 50px;
    padding: 0 50px 40px 50px;
  }
}

.vr {
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: auto;
  min-height: 1em;
  background-color: transparent;
  opacity: 1;
}

.carouselNew .img-item {
  text-align: center;
  height: 100%;
}
.carouselNew .img-item img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.carouselNew .background_img {
  z-index: 10;
  position: absolute;
}
.carouselNew .background_img,
.carouselNew .slick-list,
.carouselNew .slick-track {
  height: 100%;
}

.carouselNew.gradient_purple.hero:after {
  z-index: 20;
}

.section_full .carouselView {
  overflow: unset;
}
@media (max-width: 767px) {
  .section_full .carouselView {
    padding-bottom: 50px;
  }
}
.section_full .carouselView .arrow-prev,
.section_full .carouselView .arrow-next {
  width: 40px;
  border: none;
}
@media (max-width: 1199px) {
  .section_full .carouselView .arrow-prev,
  .section_full .carouselView .arrow-next {
    position: absolute;
    bottom: -60px;
  }
}
.section_full .carouselView .arrow-prev svg,
.section_full .carouselView .arrow-next svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .section_full .carouselView .arrow-prev svg,
  .section_full .carouselView .arrow-next svg {
    width: 24px;
    height: 24px;
  }
}
.section_full .carouselView .arrow-prev path,
.section_full .carouselView .arrow-next path {
  fill: #331e54;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.section_full .carouselView .arrow-prev:hover,
.section_full .carouselView .arrow-next:hover {
  background: transparent;
}
@media (min-width: 992px) {
  .section_full .carouselView .arrow-prev:hover path,
  .section_full .carouselView .arrow-next:hover path {
    fill: #cbbede;
  }
}
.section_full .carouselView .arrow-next {
  margin-right: 0;
}
@media (min-width: 992px) {
  .section_full .carouselView .arrow-next {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .section_full .carouselView .arrow-next {
    right: 0;
  }
}
.section_full .carouselView .arrow-prev {
  margin-right: 0;
}
@media (min-width: 992px) {
  .section_full .carouselView .arrow-prev {
    left: 10px;
    margin-right: 10px;
  }
}
.section_full .carouselView .slick-slider-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .section_full .carouselView .slick-slider-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .section_full .carouselView .slick-slider-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section_full .carouselView .carouselView-inner {
  overflow: unset;
}

@media (max-width: 575px) {
  .filter-faculty #filterByCategories.filter-bio-new .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .filter-faculty #filterByCategories.filter-bio-new .row .col-auto {
    margin-right: auto;
  }
}
.filter-faculty #filterByCategories.filter-bio-new .row .input {
  background-image: url(/assets/media/svgs/form_input_search_icon.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString {
  border: 3px solid #331e54;
  color: #331e54;
  padding-left: 20px;
  font-size: 12px;
  background-color: transparent;
  line-height: 28px;
  min-width: 278px;
  font-weight: 800;
  letter-spacing: 0.11em;
  background-image: none;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString::-webkit-input-placeholder {
  color: #331e54;
  text-transform: uppercase;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString::-moz-placeholder {
  color: #331e54;
  text-transform: uppercase;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString:-ms-input-placeholder {
  color: #331e54;
  text-transform: uppercase;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString::-ms-input-placeholder {
  color: #331e54;
  text-transform: uppercase;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString::placeholder {
  color: #331e54;
  text-transform: uppercase;
}
.filter-faculty #filterByCategories.filter-bio-new .row #searchString:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #00205B;
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}
.filter-faculty #filterByCategories.filter-bio-new .row button {
  border: none;
  font-size: 12px;
  line-height: 28px;
  font-weight: 800;
  color: #331e54;
  cursor: pointer;
  background-color: #fff;
  padding-left: 0;
  letter-spacing: 0.11em;
  background-image: url(/assets/media/svgs/icon_chervon_up.svg);
  background-position: right 20px center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .filter-faculty #filterByCategories.filter-bio-new .row button {
    line-height: 18px;
  }
}
.filter-faculty #filterByCategories.filter-bio-new .row button:hover {
  background-color: #fff;
}
.filter-faculty #filterByCategories.filter-bio-new .row button.collapsed {
  background-image: url(/assets/media/svgs/icon_chevron_down.svg);
}
@media (min-width: 992px) {
  .filter-faculty #filterByCategories.filter-bio-new .row .col-auto {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .filter-faculty .col-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 992px) {
  .filter-faculty .col-6 {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .filter-faculty .card .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .filter-faculty .card .card_image.person_image_container {
    max-width: 178px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .filter-faculty .card .card_image.person_image_container {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .filter-faculty .card .col-new-bio,
  .filter-faculty .card .card_image {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .filter-faculty .card .row .col-new-bio ~ div {
    padding-bottom: 0;
  }
}
.filter-faculty .card.card-snack-new .card_image.person_image_container:hover .person_image::before {
  content: "";
  opacity: 0.8;
}
.filter-faculty .status-member {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .filter-faculty .status-member {
    font-size: 20px;
  }
}
.filter-faculty .tags {
  margin: 24px 0;
  display: none;
  padding-bottom: 36px;
  border-bottom: 2px solid #DAD9D7;
}
.filter-faculty .tags .list-inline-item h6, .filter-faculty .tags .list-inline-item .h6 {
  font-size: 11px;
}
.filter-faculty .tags .list-inline-item button {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .filter-faculty .tags {
    margin: 20px 0;
  }
}
.filter-faculty .filter-show ~ .tags {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 11;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.list-slide-banner {
  outline: 4px solid white;
  max-height: 400px;
  overflow: hidden;
}
.list-slide-banner.slick-initialized {
  height: auto;
  overflow: inherit;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 8px;
  margin-bottom: 0;
  cursor: pointer;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
}

.slider:not(.slick-initialized) .slider-item:not(:first-child),
.slider-lazy:not(.slick-initialized) .slider-item:not(:first-child) {
  display: none;
}

.icon-box a {
  text-decoration: none;
}
.icon-box a:hover .icon-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.icon-box .icon-img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 310px;
  margin: 0 auto;
  display: block;
}
.icon-box .icon-label {
  line-height: 1.1;
  font-size: 24px;
  color: #331e54;
  text-decoration: none;
  font-weight: 600;
}
.reversed .icon-box .icon-label {
  color: #FFFFFF;
}

.site-hd,
.site-ft {
  display: none;
}

.headline-banner {
  color: black;
}

.modal .modal-banner-carousel {
  max-width: 900px !important;
}

.mod-banner-carousel {
  background-color: #2A1D48;
  border: 0;
  z-index: 1;
  max-width: 1740px;
  margin: 0 auto;
  overflow: hidden !important;
}
.mod-banner-carousel p {
  color: white;
}
.mod-banner-carousel h1,
.mod-banner-carousel .h1 {
  color: #DEA630;
  margin-top: 10px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.mod-banner-carousel h1::after,
.mod-banner-carousel .h1::after {
  content: "";
  position: absolute;
  left: -250px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #DEA630;
}
.mod-banner-carousel .bg-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mod-banner-carousel .bg-full::before {
  content: "";
  position: absolute;
  top: 0;
  width: 66%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, transparent), color-stop(10%, #2A1D48));
  background-image: -o-linear-gradient(left, transparent 2%, #2A1D48 10%);
  background-image: linear-gradient(to right, transparent 2%, #2A1D48 10%);
}
.mod-banner-carousel .bg-full .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 70%;
}
.mod-banner-carousel .icon-inner {
  width: 100%;
  position: static;
  display: block;
}
.mod-banner-carousel .control-slide-dot {
  margin-top: -51px;
  margin-bottom: 37px;
  position: relative;
  z-index: 333;
}
.mod-banner-carousel .control-slide-dot .slick-dots {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mod-banner-carousel .control-slide-dot .slick-dots li {
  margin: 0 3px;
}
.mod-banner-carousel .control-slide-dot .slick-dots li button {
  border: solid 1px white;
}
.mod-banner-carousel .control-slide-dot .slick-dots li button:hover {
  background-color: white;
}
.mod-banner-carousel .control-slide-dot .slick-dots li.slick-active button {
  background-color: white;
}
.mod-banner-carousel .control-slide-dot .slick-dots li:first-child {
  margin-left: 0;
}

.model-image-fade {
  max-width: 1000px;
}
.model-image-fade img {
  max-width: 100%;
  height: auto;
}

.control-arrow {
  position: absolute;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
}
.control-arrow .carouselView-btn {
  position: absolute;
  width: 24px;
  height: 60px;
  border: 0;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.control-arrow .carouselView-btn svg {
  width: 100%;
}
.control-arrow .arrow-prev {
  left: 20px;
}
.control-arrow .arrow-next {
  right: 20px;
}

.right-image {
  padding-bottom: 374px;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.right-image button {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
}
.right-image button::after, .right-image button::before {
  display: none;
}

.col-left-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.left-content p {
  margin-bottom: 0;
}

.content-box-right {
  padding: 50px 129px;
}

.col-right-banner {
  position: relative;
  z-index: 1;
}

.section.background_white .rich-text-white {
  border: 1px solid #DAD9D7;
}

@media (max-width: 991px) {
  .mod-banner-carousel {
    padding: 30px 0;
  }
  .mod-banner-carousel .control-slide-dot {
    margin-top: 0;
    margin-bottom: 51px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mod-banner-carousel .bg-full .bg-img {
    width: 100%;
  }
  .mod-banner-carousel .bg-full::before {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, transparent), color-stop(32%, #2A1D48));
    background-image: -o-linear-gradient(top, transparent 18%, #2A1D48 32%);
    background-image: linear-gradient(to bottom, transparent 18%, #2A1D48 32%);
  }
  .control-arrow {
    position: relative;
    height: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .col-right-banner {
    padding-left: 200px;
    padding-right: 0;
  }
  .section_full .mod-banner-carousel .container {
    padding: 0 72px;
  }
  .section_full .mod-banner-carousel .control-arrow .carouselView-btn {
    width: 24px;
  }
  .section_full .mod-banner-carousel .control-arrow .arrow-next {
    right: 6px;
  }
  .section_full .mod-banner-carousel .control-arrow .arrow-prev {
    left: 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .mod-banner-carousel .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mod-banner-carousel .col-right-banner {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .icon-box .icon-label {
    font-size: 37px;
    margin-top: -20px;
  }
}
.wrap-onet {
  margin-left: -44px;
  margin-right: -44px;
}
.wrap-onet > * {
  padding-left: 44px;
  padding-right: 44px;
}
.wrap-onet h4, .wrap-onet .h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
.wrap-onet h5, .wrap-onet .h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
}
.wrap-onet h6, .wrap-onet .h6 {
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  font-weight: 700;
}

.content-left-onet {
  font-size: 20px;
  position: relative;
  padding-bottom: 40px;
}
.content-left-onet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background: #9683B2;
  width: 114px;
}
.content-left-onet > * {
  color: #331e54;
}

.box-left-onet {
  border-width: 1px 6px 1px 1px;
  border-color: #9683B2;
  border-style: solid;
  padding: 34px 22px;
  margin-top: 40px;
}
.box-left-onet p {
  font-weight: 600;
}
.box-left-onet h5, .box-left-onet .h5 {
  color: #9683B2;
}
.box-left-onet h5 + p, .box-left-onet .h5 + p {
  margin-top: 0;
  margin-bottom: 20px;
}

.content-icon-onet:not(:last-child) {
  margin-bottom: 40px;
}
.content-icon-onet ol,
.content-icon-onet ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-top: 14px !important;
  padding-left: 22px !important;
}
.content-icon-onet li {
  margin-bottom: 20px !important;
}
.content-icon-onet.style-v2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.wrap-img-onet {
  width: 145px;
  text-align: center;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
}
.wrap-img-onet img,
.wrap-img-onet svg {
  text-align: center;
  max-width: 100%;
}

.last-mb-none *:last-child {
  margin-bottom: 0 !important;
}

.col-right-onet {
  padding-top: 25px;
}

@media (min-width: 992px) {
  .content-icon-onet:not(:last-child) {
    margin-bottom: 50px;
  }
  .col-right-onet {
    padding-top: 15px;
  }
}
form {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-font-size-start: 15;
  --cs-font-size-end: 18;
  color: #331e54;
}

label {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 3.75;
  --cs-margin-bottom-end: 7.5;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media print {
  label {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
label:first-child {
  margin-top: 0;
}
label b, label strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed label b, .reversed label strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed label {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
label.freeform-label {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  --cs-font-size-start: 15;
  --cs-font-size-end: 18;
  color: #331e54;
}
.reversed label.freeform-label {
  color: #B09CCD;
}

input, textarea, select {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --cs-font-size-start: 14;
  --cs-font-size-end: 18;
  color: #181818;
  line-height: 1.6;
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  padding: 8px;
  border: 1px solid #DAD9D7;
  background-color: #FFFFFF;
}
@media print {
  input, textarea, select {
    font-size: 23px !important;
    page-break-inside: avoid;
  }
}
input:first-child, textarea:first-child, select:first-child {
  margin-top: 0;
}
input b, input strong, textarea b, textarea strong, select b, select strong {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #331e54;
}
.reversed input b, .reversed input strong, .reversed textarea b, .reversed textarea strong, .reversed select b, .reversed select strong {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
.reversed input, .reversed textarea, .reversed select {
  color: #FFFFFF;
  letter-spacing: 0.75px;
  letter-spacing: 0.5px;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border: 1px solid #331e54;
}
input.form-check-input, textarea.form-check-input, select.form-check-input {
  margin-top: 5px;
}
input:last-child, textarea:last-child, select:last-child {
  margin-bottom: 0;
}
.reversed input, .reversed textarea, .reversed select {
  border: 1px solid #9683B2;
  background-color: #331e54;
  color: #FFFFFF;
}
.reversed input:focus, .reversed textarea:focus, .reversed select:focus {
  border-color: #FFFFFF;
}

input[type=search] {
  background-image: url(/assets/media/svgs/form_input_search_search.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 48px;
}

.input-group .form-control {
  height: 55px;
}
.input-group .btn {
  margin: 0;
}

.form-wrapper .freeform-row {
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
@media (max-width: 575px) {
  .form-wrapper .freeform-row {
    display: block;
  }
}
.form-wrapper .freeform-row .freeform-column .freeform-instructions {
  margin-bottom: 12px;
  color: #C8C8C8;
}

.form-rating-field-wrapper label {
  font-size: 250% !important;
}

.tag {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  background-color: #FFFFFF;
  color: #331e54;
  border: 3px solid #B09CCD;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 8px 6px 8px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin: 4px;
}
@media (min-width: 576px) {
  .tag {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .tag {
    font-size: 13px;
    padding: 7px 10px 7px 10px;
  }
}
.tag:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #331e54;
  border: 3px solid #331e54;
}
.tag:before, .tag:after {
  display: none;
}
.tag.posttype_tag {
  color: #FFFFFF;
  background-color: #331e54;
  border: 3px solid #331e54;
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-right: 8px;
  margin-bottom: 10px;
  margin-left: 0;
  /*
  &.posttype_news {
  	background-color: color(purple_dark);
  	border: $buttonBorder solid color(purple_dark);
  }

  &.posttype_blog {
  	background-color: color(grey_dark);
  	border: $buttonBorder solid color(grey_dark);
  }
  */
}
@media (min-width: 576px) {
  .tag.posttype_tag {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .tag.posttype_tag {
    font-size: 16px;
  }
}
.sm .tag.posttype_tag {
  font-size: 11px;
  padding: 4px 6px 3px 6px;
}
@media (min-width: 576px) {
  .sm .tag.posttype_tag {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .sm .tag.posttype_tag {
    font-size: 12px;
  }
}
.tag.posttype_tag:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #331e54;
  border: 3px solid #331e54;
}
.tag.posttype_tag.posttype_tag_reversed {
  -webkit-box-shadow: 0 0 0 1px #5e438a;
  box-shadow: 0 0 0 1px #5e438a;
  position: relative;
  left: 1px;
}

a.btn, button.btn {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  border-radius: 0;
  position: relative;
  border: none;
  z-index: 1;
  -webkit-transition: all 25ms ease-out;
  -o-transition: all 25ms ease-out;
  transition: all 25ms ease-out;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 2px;
  outline: none !important;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (min-width: 576px) {
  a.btn, button.btn {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  a.btn, button.btn {
    font-size: 15px;
  }
}
a.btn:before, a.btn:after, button.btn:before, button.btn:after {
  content: "";
  position: absolute;
  right: -3px;
  width: 100%;
  height: 50%;
  height: calc(50% + 0.25px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: #331e54;
  z-index: 0;
}
@-moz-document url-prefix() {
  a.btn:before, a.btn:after, button.btn:before, button.btn:after {
    height: calc(50% + 0.5px);
  }
}
a.btn:before, button.btn:before {
  top: 0;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-top: 3px solid #331e54;
  border-right: 3px solid #331e54;
}
a.btn:after, button.btn:after {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  border-bottom: 3px solid #331e54;
  border-right: 3px solid #331e54;
}
a.btn span, button.btn span {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 13px 10px 13px 25px;
}
@media (min-width: 1200px) {
  a.btn span, button.btn span {
    padding: 13px 9px 13px 27px;
  }
}
a.btn span:before, a.btn span:after, button.btn span:before, button.btn span:after {
  content: "";
  position: absolute;
  left: -3px;
  width: 100%;
  height: 50%;
  height: calc(50% + 0.25px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: #331e54;
  z-index: -1;
}
@-moz-document url-prefix() {
  a.btn span:before, a.btn span:after, button.btn span:before, button.btn span:after {
    height: calc(50% + 0.5px);
  }
}
a.btn span:before, button.btn span:before {
  top: 0;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  border-top: 3px solid #331e54;
  border-left: 3px solid #331e54;
}
a.btn span:after, button.btn span:after {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  border-bottom: 3px solid #331e54;
  border-left: 3px solid #331e54;
}
a.btn:hover, button.btn:hover {
  color: #331e54;
}
a.btn:hover:before, a.btn:hover:after, button.btn:hover:before, button.btn:hover:after {
  background-color: #cbbede;
}
a.btn:hover span:before, a.btn:hover span:after, button.btn:hover span:before, button.btn:hover span:after {
  background-color: #cbbede;
}
a.btn:focus, button.btn:focus {
  outline: none !important;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-center a.btn, .text-center button.btn {
  margin-right: 8px;
  margin-left: 8px;
}
.text-center a.btn:before, .text-center button.btn:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.text-center a.btn:after, .text-center button.btn:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.text-center a.btn span, .text-center button.btn span {
  padding: 13px 20px;
}
@media (min-width: 1200px) {
  .text-center a.btn span, .text-center button.btn span {
    padding: 13px 30px;
  }
}
.text-center a.btn span:before, .text-center button.btn span:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.text-center a.btn span:after, .text-center button.btn span:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.text-center a.btn:last-of-type:before, .text-center button.btn:last-of-type:before {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.text-center a.btn:last-of-type:after, .text-center button.btn:last-of-type:after {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.text-center a.btn:first-of-type span:before, .text-center button.btn:first-of-type span:before {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.text-center a.btn:first-of-type span:after, .text-center button.btn:first-of-type span:after {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
nav a.btn, nav button.btn {
  margin-bottom: 0;
}
a.btn.btn-sm, .btn-group-sm > a.btn, button.btn.btn-sm, .btn-group-sm > button.btn {
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  a.btn.btn-sm, .btn-group-sm > a.btn, button.btn.btn-sm, .btn-group-sm > button.btn {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  a.btn.btn-sm, .btn-group-sm > a.btn, button.btn.btn-sm, .btn-group-sm > button.btn {
    font-size: 14px;
  }
}
a.btn.btn-sm span, .btn-group-sm > a.btn span, button.btn.btn-sm span, .btn-group-sm > button.btn span {
  padding: 8px 8px 8px 20px;
}
@media (min-width: 992px) {
  a.btn.btn-sm span, .btn-group-sm > a.btn span, button.btn.btn-sm span, .btn-group-sm > button.btn span {
    padding: 9px 8px 9px 20px;
  }
}
@media (min-width: 1200px) {
  a.btn.btn-sm span, .btn-group-sm > a.btn span, button.btn.btn-sm span, .btn-group-sm > button.btn span {
    padding: 10px 10px 10px 23px;
  }
}
.text-center a.btn.btn-sm span, .text-center .btn-group-sm > a.btn span, .text-center button.btn.btn-sm span, .text-center .btn-group-sm > button.btn span {
  padding: 9px 11px 8px 11px;
}
@media (min-width: 992px) {
  .text-center a.btn.btn-sm span, .text-center .btn-group-sm > a.btn span, .text-center button.btn.btn-sm span, .text-center .btn-group-sm > button.btn span {
    padding: 9px 12px;
  }
}
@media (min-width: 1200px) {
  .text-center a.btn.btn-sm span, .text-center .btn-group-sm > a.btn span, .text-center button.btn.btn-sm span, .text-center .btn-group-sm > button.btn span {
    padding: 10px 12px;
  }
}
.text-center a.btn.btn-sm:first-of-type span, .text-center .btn-group-sm > a.btn:first-of-type span, .text-center button.btn.btn-sm:first-of-type span, .text-center .btn-group-sm > button.btn:first-of-type span {
  padding-left: 7px;
}
@media (min-width: 1200px) {
  .text-center a.btn.btn-sm:first-of-type span, .text-center .btn-group-sm > a.btn:first-of-type span, .text-center button.btn.btn-sm:first-of-type span, .text-center .btn-group-sm > button.btn:first-of-type span {
    padding-left: 8px;
  }
}
.text-center a.btn.btn-sm:last-of-type span, .text-center .btn-group-sm > a.btn:last-of-type span, .text-center button.btn.btn-sm:last-of-type span, .text-center .btn-group-sm > button.btn:last-of-type span {
  padding-right: 7px;
}
@media (min-width: 1200px) {
  .text-center a.btn.btn-sm:last-of-type span, .text-center .btn-group-sm > a.btn:last-of-type span, .text-center button.btn.btn-sm:last-of-type span, .text-center .btn-group-sm > button.btn:last-of-type span {
    padding-right: 8px;
  }
}
a.btn.btn-lg, .btn-group-lg > a.btn, button.btn.btn-lg, .btn-group-lg > button.btn {
  font-size: 16px;
}
@media (min-width: 576px) {
  a.btn.btn-lg, .btn-group-lg > a.btn, button.btn.btn-lg, .btn-group-lg > button.btn {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  a.btn.btn-lg, .btn-group-lg > a.btn, button.btn.btn-lg, .btn-group-lg > button.btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  a.btn.btn-lg, .btn-group-lg > a.btn, button.btn.btn-lg, .btn-group-lg > button.btn {
    font-size: 19px;
  }
}
@-moz-document url-prefix() {
  a.btn.btn-lg:before, .btn-group-lg > a.btn:before, a.btn.btn-lg:after, .btn-group-lg > a.btn:after, button.btn.btn-lg:before, .btn-group-lg > button.btn:before, button.btn.btn-lg:after, .btn-group-lg > button.btn:after {
    height: calc(50% + 0.1px);
  }
}
@-moz-document url-prefix() {
  a.btn.btn-lg span:before, .btn-group-lg > a.btn span:before, a.btn.btn-lg span:after, .btn-group-lg > a.btn span:after, button.btn.btn-lg span:before, .btn-group-lg > button.btn span:before, button.btn.btn-lg span:after, .btn-group-lg > button.btn span:after {
    height: calc(50% + 0.1px);
  }
}
a.btn.btn-lg span, .btn-group-lg > a.btn span, button.btn.btn-lg span, .btn-group-lg > button.btn span {
  padding: 15px 13px 14px 28px;
}
@media (min-width: 576px) {
  a.btn.btn-lg span, .btn-group-lg > a.btn span, button.btn.btn-lg span, .btn-group-lg > button.btn span {
    padding: 17px 15px 18px 30px;
  }
}
@media (min-width: 1200px) {
  a.btn.btn-lg span, .btn-group-lg > a.btn span, button.btn.btn-lg span, .btn-group-lg > button.btn span {
    padding: 17px 20px 18px 38px;
  }
}
.text-center a.btn.btn-lg span, .text-center .btn-group-lg > a.btn span, .text-center button.btn.btn-lg span, .text-center .btn-group-lg > button.btn span {
  padding: 15px 16px 14px 16px;
}
@media (min-width: 576px) {
  .text-center a.btn.btn-lg span, .text-center .btn-group-lg > a.btn span, .text-center button.btn.btn-lg span, .text-center .btn-group-lg > button.btn span {
    padding: 17px 20px 18px 20px;
  }
}
@media (min-width: 1200px) {
  .text-center a.btn.btn-lg span, .text-center .btn-group-lg > a.btn span, .text-center button.btn.btn-lg span, .text-center .btn-group-lg > button.btn span {
    padding: 17px 30px 18px 30px;
  }
}
.reversed a.btn, .reversed button.btn {
  color: #331e54;
}
.reversed a.btn:before, .reversed a.btn:after, .reversed button.btn:before, .reversed button.btn:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.reversed a.btn span:before, .reversed a.btn span:after, .reversed button.btn span:before, .reversed button.btn span:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.reversed a.btn:hover, .reversed button.btn:hover {
  color: #331e54;
}
.reversed a.btn:hover:before, .reversed a.btn:hover:after, .reversed button.btn:hover:before, .reversed button.btn:hover:after {
  border-color: #9683B2;
  background-color: #cbbede;
}
.reversed a.btn:hover span:before, .reversed a.btn:hover span:after, .reversed button.btn:hover span:before, .reversed button.btn:hover span:after {
  border-color: #9683B2;
  background-color: #cbbede;
}
a.btn.btn_important, button.btn.btn_important {
  color: #331e54;
}
a.btn.btn_important:before, a.btn.btn_important:after, button.btn.btn_important:before, button.btn.btn_important:after {
  background-color: #ecac00;
  border-color: #ecac00;
}
a.btn.btn_important span:before, a.btn.btn_important span:after, button.btn.btn_important span:before, button.btn.btn_important span:after {
  background-color: #ecac00;
  border-color: #ecac00;
}
a.btn.btn_important:hover:before, a.btn.btn_important:hover:after, button.btn.btn_important:hover:before, button.btn.btn_important:hover:after {
  border-color: #ecac00;
  background-color: #ffe5a0;
}
a.btn.btn_important:hover span:before, a.btn.btn_important:hover span:after, button.btn.btn_important:hover span:before, button.btn.btn_important:hover span:after {
  border-color: #ecac00;
  background-color: #ffe5a0;
}
a.btn.btn_secondary, button.btn.btn_secondary {
  color: #FFFFFF;
}
a.btn.btn_secondary:before, a.btn.btn_secondary:after, button.btn.btn_secondary:before, button.btn.btn_secondary:after {
  background-color: #71A28A;
  border-color: #71A28A;
}
a.btn.btn_secondary span:before, a.btn.btn_secondary span:after, button.btn.btn_secondary span:before, button.btn.btn_secondary span:after {
  background-color: #71A28A;
  border-color: #71A28A;
}
a.btn.btn_secondary:hover, button.btn.btn_secondary:hover {
  color: #331e54;
}
a.btn.btn_secondary:hover:before, a.btn.btn_secondary:hover:after, button.btn.btn_secondary:hover:before, button.btn.btn_secondary:hover:after {
  border-color: #71A28A;
  background-color: #bed4c9;
}
a.btn.btn_secondary:hover span:before, a.btn.btn_secondary:hover span:after, button.btn.btn_secondary:hover span:before, button.btn.btn_secondary:hover span:after {
  border-color: #71A28A;
  background-color: #bed4c9;
}
a.btn.btn_stroke, button.btn.btn_stroke {
  color: #331e54;
}
a.btn.btn_stroke:before, a.btn.btn_stroke:after, button.btn.btn_stroke:before, button.btn.btn_stroke:after {
  background-color: #FFFFFF;
}
a.btn.btn_stroke span:before, a.btn.btn_stroke span:after, button.btn.btn_stroke span:before, button.btn.btn_stroke span:after {
  background-color: #FFFFFF;
}
a.btn.btn_stroke:hover:before, a.btn.btn_stroke:hover:after, button.btn.btn_stroke:hover:before, button.btn.btn_stroke:hover:after {
  background-color: #cbbede;
}
a.btn.btn_stroke:hover span:before, a.btn.btn_stroke:hover span:after, button.btn.btn_stroke:hover span:before, button.btn.btn_stroke:hover span:after {
  background-color: #cbbede;
}
a.btn.btn_stroke.btn_important:hover:before, a.btn.btn_stroke.btn_important:hover:after, button.btn.btn_stroke.btn_important:hover:before, button.btn.btn_stroke.btn_important:hover:after {
  background-color: #ffe5a0;
}
a.btn.btn_stroke.btn_important:hover span:before, a.btn.btn_stroke.btn_important:hover span:after, button.btn.btn_stroke.btn_important:hover span:before, button.btn.btn_stroke.btn_important:hover span:after {
  background-color: #ffe5a0;
}
.reversed a.btn.btn_stroke.btn_important:hover:before, .reversed a.btn.btn_stroke.btn_important:hover:after, .reversed button.btn.btn_stroke.btn_important:hover:before, .reversed button.btn.btn_stroke.btn_important:hover:after {
  border-color: #ecac00;
  background-color: #ffe5a0;
}
.reversed a.btn.btn_stroke.btn_important:hover span:before, .reversed a.btn.btn_stroke.btn_important:hover span:after, .reversed button.btn.btn_stroke.btn_important:hover span:before, .reversed button.btn.btn_stroke.btn_important:hover span:after {
  border-color: #ecac00;
  background-color: #ffe5a0;
}
.reversed.busy_background a.btn.btn_stroke.btn_important:hover:before, .reversed.busy_background a.btn.btn_stroke.btn_important:hover:after, .reversed.busy_background button.btn.btn_stroke.btn_important:hover:before, .reversed.busy_background button.btn.btn_stroke.btn_important:hover:after {
  border-color: #FFFFFF;
  background-color: transparent;
}
.reversed.busy_background a.btn.btn_stroke.btn_important:hover span:before, .reversed.busy_background a.btn.btn_stroke.btn_important:hover span:after, .reversed.busy_background button.btn.btn_stroke.btn_important:hover span:before, .reversed.busy_background button.btn.btn_stroke.btn_important:hover span:after {
  border-color: #FFFFFF;
  background-color: transparent;
}
a.btn.btn_stroke.btn_secondary:hover:before, a.btn.btn_stroke.btn_secondary:hover:after, button.btn.btn_stroke.btn_secondary:hover:before, button.btn.btn_stroke.btn_secondary:hover:after {
  background-color: #bed4c9;
}
a.btn.btn_stroke.btn_secondary:hover span:before, a.btn.btn_stroke.btn_secondary:hover span:after, button.btn.btn_stroke.btn_secondary:hover span:before, button.btn.btn_stroke.btn_secondary:hover span:after {
  background-color: #bed4c9;
}
.reversed a.btn.btn_stroke.btn_secondary:hover:before, .reversed a.btn.btn_stroke.btn_secondary:hover:after, .reversed button.btn.btn_stroke.btn_secondary:hover:before, .reversed button.btn.btn_stroke.btn_secondary:hover:after {
  border-color: #71A28A;
  background-color: #bed4c9;
}
.reversed a.btn.btn_stroke.btn_secondary:hover span:before, .reversed a.btn.btn_stroke.btn_secondary:hover span:after, .reversed button.btn.btn_stroke.btn_secondary:hover span:before, .reversed button.btn.btn_stroke.btn_secondary:hover span:after {
  border-color: #71A28A;
  background-color: #bed4c9;
}
.reversed.busy_background a.btn.btn_stroke.btn_secondary:hover:before, .reversed.busy_background a.btn.btn_stroke.btn_secondary:hover:after, .reversed.busy_background button.btn.btn_stroke.btn_secondary:hover:before, .reversed.busy_background button.btn.btn_stroke.btn_secondary:hover:after {
  border-color: #FFFFFF;
  background-color: transparent;
}
.reversed.busy_background a.btn.btn_stroke.btn_secondary:hover span:before, .reversed.busy_background a.btn.btn_stroke.btn_secondary:hover span:after, .reversed.busy_background button.btn.btn_stroke.btn_secondary:hover span:before, .reversed.busy_background button.btn.btn_stroke.btn_secondary:hover span:after {
  border-color: #FFFFFF;
  background-color: transparent;
}
.reversed a.btn.btn_stroke, .reversed button.btn.btn_stroke {
  color: #FFFFFF;
}
.reversed a.btn.btn_stroke:before, .reversed a.btn.btn_stroke:after, .reversed button.btn.btn_stroke:before, .reversed button.btn.btn_stroke:after {
  background-color: #331e54;
}
.reversed a.btn.btn_stroke span:before, .reversed a.btn.btn_stroke span:after, .reversed button.btn.btn_stroke span:before, .reversed button.btn.btn_stroke span:after {
  background-color: #331e54;
}
.reversed a.btn.btn_stroke:hover, .reversed button.btn.btn_stroke:hover {
  color: #331e54;
}
.reversed a.btn.btn_stroke:hover:before, .reversed a.btn.btn_stroke:hover:after, .reversed button.btn.btn_stroke:hover:before, .reversed button.btn.btn_stroke:hover:after {
  border-color: #9683B2;
  background-color: #cbbede;
}
.reversed a.btn.btn_stroke:hover span:before, .reversed a.btn.btn_stroke:hover span:after, .reversed button.btn.btn_stroke:hover span:before, .reversed button.btn.btn_stroke:hover span:after {
  border-color: #9683B2;
  background-color: #cbbede;
}
.reversed.busy_background a.btn.btn_stroke, .reversed.busy_background button.btn.btn_stroke {
  color: #FFFFFF;
  background-color: transparent;
}
.reversed.busy_background a.btn.btn_stroke:before, .reversed.busy_background a.btn.btn_stroke:after, .reversed.busy_background button.btn.btn_stroke:before, .reversed.busy_background button.btn.btn_stroke:after {
  background-color: transparent;
}
.reversed.busy_background a.btn.btn_stroke span:before, .reversed.busy_background a.btn.btn_stroke span:after, .reversed.busy_background button.btn.btn_stroke span:before, .reversed.busy_background button.btn.btn_stroke span:after {
  background-color: transparent;
}

div.btn, .btn_simple {
  padding: 0;
  margin: 0;
  --cs-margin-top-start: 3.75;
  --cs-margin-top-end: 7.5;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 30;
  --cs-margin-bottom-end: 60;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  margin-right: 5px;
}
div.btn a, div.btn button, div.btn button.btn, .btn_simple a, .btn_simple button, .btn_simple button.btn {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  color: #FFFFFF;
  background-color: #331e54;
  border: 3px solid #331e54;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (min-width: 414px) {
  div.btn a, div.btn button, div.btn button.btn, .btn_simple a, .btn_simple button, .btn_simple button.btn {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  div.btn a, div.btn button, div.btn button.btn, .btn_simple a, .btn_simple button, .btn_simple button.btn {
    padding: 15px 20px 15px 20px;
  }
}
@media (min-width: 576px) {
  div.btn a, div.btn button, div.btn button.btn, .btn_simple a, .btn_simple button, .btn_simple button.btn {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  div.btn a, div.btn button, div.btn button.btn, .btn_simple a, .btn_simple button, .btn_simple button.btn {
    font-size: 15px;
    padding: 15px 25px 15px 25px;
  }
}
div.btn a:before, div.btn a:after, div.btn button:before, div.btn button:after, div.btn button.btn:before, div.btn button.btn:after, .btn_simple a:before, .btn_simple a:after, .btn_simple button:before, .btn_simple button:after, .btn_simple button.btn:before, .btn_simple button.btn:after {
  display: none;
}
div.btn a:hover, div.btn button:hover, div.btn button.btn:hover, .btn_simple a:hover, .btn_simple button:hover, .btn_simple button.btn:hover {
  text-decoration: none;
  background-color: #cbbede;
  color: #331e54;
}
div.btn a:focus, div.btn button:focus, div.btn button.btn:focus, .btn_simple a:focus, .btn_simple button:focus, .btn_simple button.btn:focus {
  outline: none !important;
}
div.btn a.collapsed, div.btn button.collapsed, div.btn button.btn.collapsed, .btn_simple a.collapsed, .btn_simple button.collapsed, .btn_simple button.btn.collapsed {
  color: #331e54;
  background-color: #FFFFFF;
}
div.btn a.collapsed:hover, div.btn button.collapsed:hover, div.btn button.btn.collapsed:hover, .btn_simple a.collapsed:hover, .btn_simple button.collapsed:hover, .btn_simple button.btn.collapsed:hover {
  background-color: #cbbede;
  color: #331e54;
}
.reversed div.btn a, .reversed div.btn button, .reversed div.btn button.btn, .reversed .btn_simple a, .reversed .btn_simple button, .reversed .btn_simple button.btn {
  color: #331e54;
  background-color: #B09CCD;
}
.reversed div.btn a:hover, .reversed div.btn button:hover, .reversed div.btn button.btn:hover, .reversed .btn_simple a:hover, .reversed .btn_simple button:hover, .reversed .btn_simple button.btn:hover {
  background-color: #cbbede;
  color: #331e54;
}
div.btn a.btn_important, div.btn button.btn_important, div.btn button.btn.btn_important, .btn_simple a.btn_important, .btn_simple button.btn_important, .btn_simple button.btn.btn_important {
  color: #331e54;
  background-color: #ecac00;
  border-color: #ecac00;
}
div.btn a.btn-sm, div.btn .btn-group-sm > a.btn, div.btn button.btn-sm, div.btn .btn-group-sm > button.btn, div.btn button.btn.btn-sm, .btn_simple a.btn-sm, .btn_simple .btn-group-sm > a.btn, .btn_simple button.btn-sm, .btn_simple .btn-group-sm > button.btn, .btn_simple button.btn.btn-sm {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 7px;
}
@media (min-width: 576px) {
  div.btn a.btn-sm, div.btn .btn-group-sm > a.btn, div.btn button.btn-sm, div.btn .btn-group-sm > button.btn, div.btn button.btn.btn-sm, .btn_simple a.btn-sm, .btn_simple .btn-group-sm > a.btn, .btn_simple button.btn-sm, .btn_simple .btn-group-sm > button.btn, .btn_simple button.btn.btn-sm {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) {
  div.btn a.btn-sm, div.btn .btn-group-sm > a.btn, div.btn button.btn-sm, div.btn .btn-group-sm > button.btn, div.btn button.btn.btn-sm, .btn_simple a.btn-sm, .btn_simple .btn-group-sm > a.btn, .btn_simple button.btn-sm, .btn_simple .btn-group-sm > button.btn, .btn_simple button.btn.btn-sm {
    font-size: 14px;
    padding: 8px 10px;
  }
}
div.btn a.btn-sm:hover, div.btn .btn-group-sm > a.btn:hover, div.btn button.btn-sm:hover, div.btn .btn-group-sm > button.btn:hover, div.btn button.btn.btn-sm:hover, .btn_simple a.btn-sm:hover, .btn_simple .btn-group-sm > a.btn:hover, .btn_simple button.btn-sm:hover, .btn_simple .btn-group-sm > button.btn:hover, .btn_simple button.btn.btn-sm:hover {
  border-color: #ecac00;
  background-color: #ffe5a0;
}

.freeform-row button {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  color: #FFFFFF;
  background-color: #331e54;
  border: 3px solid #331e54;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (min-width: 414px) {
  .freeform-row button {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .freeform-row button {
    padding: 15px 20px 15px 20px;
  }
}
@media (min-width: 576px) {
  .freeform-row button {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .freeform-row button {
    font-size: 15px;
    padding: 15px 25px 15px 25px;
  }
}
.freeform-row button:before, .freeform-row button:after {
  display: none;
}
.freeform-row button:hover {
  text-decoration: none;
  background-color: #cbbede;
  color: #331e54;
}
.freeform-row button:focus {
  outline: none !important;
}
.freeform-row button.collapsed {
  color: #331e54;
  background-color: #FFFFFF;
}
.freeform-row button.collapsed:hover {
  background-color: #cbbede;
  color: #331e54;
}
.reversed .freeform-row button {
  color: #331e54;
  background-color: #B09CCD;
}
.reversed .freeform-row button:hover {
  background-color: #cbbede;
  color: #331e54;
}
.freeform-row button.btn_important {
  color: #331e54;
  background-color: #ecac00;
  border-color: #ecac00;
}
.freeform-row button.btn-sm, .freeform-row .btn-group-sm > button.btn {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 7px;
}
@media (min-width: 576px) {
  .freeform-row button.btn-sm, .freeform-row .btn-group-sm > button.btn {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) {
  .freeform-row button.btn-sm, .freeform-row .btn-group-sm > button.btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.freeform-row button.btn-sm:hover, .freeform-row .btn-group-sm > button.btn:hover {
  border-color: #ecac00;
  background-color: #ffe5a0;
}

.edit_button a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  color: #FFFFFF;
  background-color: #331e54;
  border: 3px solid #331e54;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (min-width: 414px) {
  .edit_button a {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .edit_button a {
    padding: 15px 20px 15px 20px;
  }
}
@media (min-width: 576px) {
  .edit_button a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .edit_button a {
    font-size: 15px;
    padding: 15px 25px 15px 25px;
  }
}
.edit_button a:before, .edit_button a:after {
  display: none;
}
.edit_button a:hover {
  text-decoration: none;
  background-color: #cbbede;
  color: #331e54;
}
.edit_button a:focus {
  outline: none !important;
}
.edit_button a.collapsed {
  color: #331e54;
  background-color: #FFFFFF;
}
.edit_button a.collapsed:hover {
  background-color: #cbbede;
  color: #331e54;
}
.reversed .edit_button a {
  color: #331e54;
  background-color: #B09CCD;
}
.reversed .edit_button a:hover {
  background-color: #cbbede;
  color: #331e54;
}
.edit_button a.btn_important {
  color: #331e54;
  background-color: #ecac00;
  border-color: #ecac00;
}
.edit_button a.btn-sm, .edit_button .btn-group-sm > a.btn {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 7px;
}
@media (min-width: 576px) {
  .edit_button a.btn-sm, .edit_button .btn-group-sm > a.btn {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) {
  .edit_button a.btn-sm, .edit_button .btn-group-sm > a.btn {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.edit_button a.btn-sm:hover, .edit_button .btn-group-sm > a.btn:hover {
  border-color: #ecac00;
  background-color: #ffe5a0;
}

.icon_button {
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 15px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.icon_button:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.icon_button:focus {
  outline: none !important;
}
.icon_button svg {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.play_button {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 3px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 100;
}
@media (min-width: 768px) {
  .play_button {
    width: 75px;
    height: 75px;
    border: 6px solid #FFFFFF;
  }
}
.play_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0.5;
  border-radius: 100%;
}
.play_button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid #FFFFFF;
}
.play_button:hover {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.05);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.05);
  transform: translateY(-50%) translateX(-50%) scale(1.05);
}
.play_button:hover:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
  transform: translateY(-50%) translateX(-50%) scale(1.2);
}
.play_button:focus, .play_button:active {
  outline: none !important;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.circleBtn {
  display: block;
  width: 50px;
  height: 50px;
  border: 6px solid #331e54;
  border-radius: 50%;
  background-color: #FFFFFF;
  line-height: 46px;
  z-index: 100;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.circleBtn:hover {
  background-color: #9683B2;
}

.accordionView-xButton {
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 60px;
  width: 20px;
  z-index: 1;
}

.programs .program {
  background-color: #FFFFFF;
  z-index: 10;
}

.accordionView {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  --cs-margin-top-start: 7.5;
  --cs-margin-top-end: 15;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 7.5;
  --cs-margin-bottom-end: 15;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
.accordionView.accordionView_isActive {
  opacity: 1;
}
.accordionView .snackWrapper {
  position: relative;
}
.accordionView .snackWrapper .circleBtn {
  position: absolute;
  top: 50%;
  display: none;
}
@media (min-width: 992px) {
  .accordionView .snackWrapper .circleBtn {
    display: block;
  }
}
.accordionView .snackWrapper .circleBtn.accordionView-btnPrevious {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.accordionView .snackWrapper .circleBtn.accordionView-btnNext {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.dropdown-toggle {
  height: 50px;
  width: 50px;
  padding: 12px;
  border: none;
}
@media (min-width: 375px) {
  .dropdown-toggle {
    height: 69px;
    width: 69px;
    padding: 18px;
  }
}
@media (min-width: 992px) {
  .dropdown-toggle {
    display: none;
  }
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle:focus {
  outline: none;
}
.dropdown-toggle .dropdown_icon {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.dropdown-toggle .dropdown_icon:before, .dropdown-toggle .dropdown_icon:after {
  content: "";
  position: absolute;
  top: 30%;
  width: 50%;
  height: 3px;
  background-color: #FFFFFF;
}
.dropdown-toggle .dropdown_icon:before {
  width: calc(50% + 1px);
  left: 0;
  -webkit-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  transform: skewY(30deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.dropdown-toggle .dropdown_icon:after {
  right: 0;
  -webkit-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

@-webkit-keyframes blinking {
  0% {
    background-color: #CF7600;
  }
  50% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #CF7600;
  }
}

@keyframes blinking {
  0% {
    background-color: #CF7600;
  }
  50% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #CF7600;
  }
}
.image_tester {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translateY(calc(100% - 50px));
  -ms-transform: translateY(calc(100% - 50px));
  transform: translateY(calc(100% - 50px));
}
.image_tester .container {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.image_tester.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.image_tester.show .container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.image_tester:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #211330;
}
.image_tester .toggle {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 20px;
  background: transparent;
  border: none;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.image_tester .toggle:focus {
  outline: none;
}
.image_tester .toggle:before, .image_tester .toggle:after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.image_tester .toggle:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.image_tester .toggle:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.image_tester .toggle:hover {
  -webkit-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}
.image_tester .toggle:hover:before, .image_tester .toggle:hover:after {
  background-color: #9683B2;
}
.image_tester.show .toggle {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.image_tester.show .toggle:hover {
  -webkit-transform: rotate(0) scale(1.2);
  -ms-transform: rotate(0) scale(1.2);
  transform: rotate(0) scale(1.2);
}
.image_tester select#placement {
  width: 180px;
  font-size: 17px;
}
.image_tester .dropzone {
  width: 200px;
  height: 200px;
  text-align: center;
}
.image_tester .dropzone.dz-drag-hover {
  background-color: #9683B2 !important;
}
.image_tester .dropzone .border_animated {
  height: 100%;
  padding: 20px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  position: relative;
}
.image_tester .dropzone .border_animated .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff !important;
}
.image_tester .dropzone h6, .image_tester .dropzone .h6 {
  margin: 0;
  pointer-events: none;
}
.image_tester .dropzone .dz-default {
  display: none;
}
.image_tester .image_detail {
  opacity: 0;
}
.image_tester #picker {
  position: relative;
  width: 260px;
  min-height: 100px;
}
.image_tester #picker:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  pointer-events: none;
}
.image_tester #picker img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.image_tester #picker .dz-preview {
  dispLay: none;
}
.image_tester #picker .dz-preview.dz-complete {
  display: block;
}
.image_tester #picker .dz-preview #focal-img {
  width: 100%;
}
.image_tester #picker #point {
  background-color: #CF7600;
  width: 25px;
  height: 25px;
  opacity: 0.75;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  position: absolute;
  border-radius: 50%;
  cursor: move;
  border: 2px solid #FFFFFF;
  -webkit-animation: blinking 2s infinite;
  animation: blinking 2s infinite;
}
.image_tester #picker #point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image_tester .error {
  display: none;
}
.image_tester.too_big .image_detail {
  display: none;
}
.image_tester.too_big .error {
  display: block;
}
.image_tester .photo_stats p {
  margin-bottom: 5px;
}

.image_tester_active .image_detail {
  opacity: 1;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 4px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216deg, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216deg, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

@page {
  size: letter;
}
body {
  background-color: #bbb;
  font-size: 0;
  font-smoothing: subpixel-antialiased;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.25;
  background-image: url(/assets/media/images/texture/black-orchid.png);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:before {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  body:before {
    display: none;
  }
}
@media print {
  body:before {
    display: none;
  }
}
body.menu_open {
  overflow: hidden;
}
body.menu_open #designstudio-button {
  display: none;
}
@media print {
  body {
    background-color: transparent;
  }
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  border: none;
}
@media (min-width: 1800px) {
  .wrapper {
    max-width: 1640px;
  }
}
@media (min-width: 2000px) {
  .wrapper {
    max-width: 1740px;
  }
}
@media print {
  .wrapper {
    max-width: none;
  }
}
@media (min-width: 1800px) {
  .wrapper {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wrapper {
    overflow: visible;
  }
}
@supports (-ms-ime-align: auto) {
  .wrapper {
    overflow: visible;
  }
}
.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #331e54;
  height: var(--header-height);
}

.notification_active .wrapper:before {
  height: calc(var(--header-height) + var(--notification-height));
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 2px);
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
@media (min-width: 1800px) {
  header {
    max-width: 1640px;
  }
}
@media (min-width: 2000px) {
  header {
    max-width: 1740px;
  }
}
@media print {
  header {
    max-width: none;
  }
}
@media (min-width: 1800px) {
  header {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
}
@media print {
  header {
    display: none;
  }
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #211330;
}
.hide_nav header {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}
.search_open header {
  -webkit-transform: translateX(-50%) translateY(80px);
  -ms-transform: translateX(-50%) translateY(80px);
  transform: translateX(-50%) translateY(80px);
}
@media (min-width: 992px) {
  .search_open header {
    -webkit-transform: translateX(-50%) translateY(150px);
    -ms-transform: translateX(-50%) translateY(150px);
    transform: translateX(-50%) translateY(150px);
  }
}
.modal-open-scrollbar header {
  width: calc(100% - 17px);
  left: calc(50% - 9px);
}
header.header_plain {
  --secondary-nav-height: 0px;
}
header .logo.navbar-brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
  height: var(--primary-nav-height);
}
@media (min-width: 375px) {
  header .logo.navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 480px) {
  header .logo.navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }
}
@media (min-width: 992px) {
  header .logo.navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  header .logo.navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 20px;
  }
}
@media (min-width: 1500px) {
  header .logo.navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
}
header .logo.navbar-brand .logo_link {
  display: block;
  width: 100%;
}
header .logo.navbar-brand .logo_link svg {
  width: 100%;
  display: block;
  height: 36px;
}
@media (min-width: 375px) {
  header .logo.navbar-brand .logo_link svg {
    height: 40px;
  }
}
@media (min-width: 480px) {
  header .logo.navbar-brand .logo_link svg {
    height: 42px;
  }
}
@media (min-width: 992px) {
  header .logo.navbar-brand .logo_link svg {
    height: 49px;
  }
}
@media (min-width: 1200px) {
  header .logo.navbar-brand .logo_link svg {
    height: 53px;
  }
}
@media (min-width: 1500px) {
  header .logo.navbar-brand .logo_link svg {
    height: 60px;
  }
}
header .notifications {
  border-bottom: 1px solid #DAD9D7;
  background-color: #f7f7f7;
  background-image: url(/assets/media/images/texture/asfalt-dark.png);
  background-size: 233px 175px !important;
}
@media (max-width: 767px) {
  header .notifications .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .notifications .notification {
  height: var(--notification-height);
}
header .notifications .notification .icon_text .icon_container {
  position: relative;
  top: -2px;
}
header .notifications .notification .icon_text .icon_container .icon {
  width: 26px;
}
header .notifications .notification .icon_text .icon_container svg {
  fill: #331e54;
}
header .notifications .notification .icon_text .text {
  padding-left: 0;
  font-family: "Merriweather", serif;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  color: #181818;
  max-width: none;
  --cs-font-size-start: 13;
  --cs-font-size-end: 17;
  --cs-font-size-unit: 1px;
  --cs-font-size-increment: (var(--cs-font-size-end) - var(--cs-font-size-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-font-size: ((var(--cs-property-current-size) * var(--cs-font-size-increment)) + var(--cs-font-size-start));
  font-size: calc(var(--cs-font-size) * 1 / var(--cs-root-rems) * var(--cs-scale) * 1rem);
}
@media (min-width: 768px) {
  header .notifications .notification .icon_text .text {
    padding-left: 15px;
  }
}
header .notifications .notification .icon_text .text.sm {
  --cs-font-size-start: 12;
  --cs-font-size-end: 16;
}
header .notifications .notification .icon_text .text.lg {
  --cs-font-size-start: 13;
  --cs-font-size-end: 19;
}
header .notifications .notification .btn {
  margin-top: 0;
  margin-bottom: 0;
}
header .notifications .notification .col-auto {
  padding: 0 5px;
}
header .nav_top {
  background-color: #FFFFFF;
  height: var(--secondary-nav-height);
  display: none;
}
@media (min-width: 992px) {
  header .nav_top {
    display: block;
  }
}
header .nav_top .nav_secondary {
  margin-left: -15px;
}
header .nav_top .nav_tertiary .btn_stroke:first-of-type {
  margin-left: 15px;
}
header .nav_top .nav-item {
  padding: 5px 13px;
}
@media (min-width: 1200px) {
  header .nav_top .nav-item {
    padding: 5px 16px;
  }
}
header .nav_top .nav-item .nav-link {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  color: #181818;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding: 5px 0;
}
header .nav_top .nav-item .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  header .nav_top .nav-item .nav-link:after {
    display: none;
  }
}
header .nav_top .nav-item .nav-link:hover {
  text-decoration: none;
}
header .nav_top .nav-item .nav-link:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
@media (min-width: 1200px) {
  header .nav_top .nav-item .nav-link {
    font-size: 14px;
  }
}
header .nav_top .btn {
  margin-top: 0;
}
header .navbar {
  position: static;
}
header .nav_main {
  overflow: hidden;
  background-color: #331e54;
}
@media (min-width: 992px) {
  header .nav_main {
    height: var(--primary-nav-height);
  }
}
@media (max-width: 991px) {
  header .nav_main > .container {
    padding: 0;
  }
}
header .nav_main nav {
  padding: 0;
}
header .nav_main nav .navbar-nav {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  header .nav_main nav .navbar-nav {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  header .nav_main nav .navbar-nav {
    padding: 0;
    margin-right: -15px;
    height: 100%;
  }
}
header .nav_main .collapsenav > .nav-item {
  border-bottom: 1px solid #331e54;
  width: 100%;
}
header .nav_main .collapsenav > .nav-item:first-child {
  border-top: 1px solid #331e54;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item:first-child {
    border-top: none;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item {
    border-bottom: none;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item {
    position: static;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .nav-link.dropdown {
    position: static;
  }
}
header .nav_main .collapsenav > .nav-item .nav-link.dropdown .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #331e54;
}
header .nav_main .collapsenav > .nav-item .nav-link.dropdown .nav_link_align {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .nav-link.dropdown .nav_link_align:before {
    content: "";
    border-bottom: 11px solid #FFFFFF;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px) scale(0.25);
    -ms-transform: translateX(-50%) translateY(15px) scale(0.25);
    transform: translateX(-50%) translateY(15px) scale(0.25);
    z-index: 100;
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    -o-transition: transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .nav-link.dropdown {
    height: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1200px) {
  header .nav_main .collapsenav > .nav-item .nav-link.dropdown {
    padding: 0 10px;
  }
}
@media (min-width: 1500px) {
  header .nav_main .collapsenav > .nav-item .nav-link.dropdown {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .nav-link.dropdown.show .nav_link_align:before {
    -webkit-transform: translateX(-50%) translateY(0) scale(1);
    -ms-transform: translateX(-50%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }
}
header .nav_main .collapsenav > .nav-item .nav-link.dropdown.show .dropdown-toggle .dropdown_icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
header .nav_main .collapsenav > .nav-item.search_nav-item {
  padding-bottom: 0;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-transition: opacity 400ms ease-out, transform 400ms ease-out;
  transition: opacity 400ms ease-out, transform 400ms ease-out;
  transition: opacity 400ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
  display: block;
  background-color: #FFFFFF;
  height: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu {
    -webkit-transform: translate3d(0, -101%, 0);
    transform: translate3d(0, -101%, 0);
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -2;
    border-bottom: 1px solid #C8C8C8;
  }
}
header .nav_main .collapsenav > .nav-item .dropdown-menu.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 1;
  height: auto;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu.show {
    z-index: -1;
  }
}
header .nav_main .collapsenav > .nav-item .dropdown-menu.show .dropdown_content {
  opacity: 1;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, 0)), to(rgba(200, 200, 200, 0.5)));
  background: -o-linear-gradient(top, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.5) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  display: none;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content {
  padding: 10px 0 10px 0;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 414px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content {
    padding: 15px 0 15px 0;
  }
}
@media (min-width: 576px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content {
    padding: 20px 10px 20px 10px;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content {
    padding: 10px 0 10px 0;
  }
}
@media (min-width: 1200px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content {
    padding: 15px 0 15px 0;
  }
}
@media (min-width: 1700px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content {
    padding: 20px 0 20px 0;
  }
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content [class^=col]:first-child .link_list, header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content [class*=col]:first-child .link_list {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content .card_container {
  padding: 0;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content .event {
  display: none;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content .event:nth-child(1), header .nav_main .collapsenav > .nav-item .dropdown-menu .dropdown_content .event:nth-child(2) {
  display: block;
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .link_list {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #C8C8C8;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item .dropdown-menu .link_list {
    padding-top: 0;
    border-top: none;
    max-width: 280px;
    margin: 0 auto;
  }
}
header .nav_main .collapsenav > .nav-item .dropdown-menu .link_list.row {
  max-width: none;
}
header .nav_main .collapsenav > .nav-item.show .dropdown-menu, header .nav_main .collapsenav > .nav-item .nav-link.show .dropdown-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 1;
  height: auto;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item.show .dropdown-menu, header .nav_main .collapsenav > .nav-item .nav-link.show .dropdown-menu {
    z-index: -1;
  }
}
header .nav_main .collapsenav > .nav-item.show .dropdown-menu .dropdown_content, header .nav_main .collapsenav > .nav-item .nav-link.show .dropdown-menu .dropdown_content {
  opacity: 1;
}
header .nav_main .collapsenav > .nav-item > .nav-link {
  padding: 0;
  width: 100%;
}
header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding: 12px 8px 9px 8px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: inline-block;
  padding: 18px 20px 15px 20px;
  text-decoration: none;
}
@media (min-width: 375px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    padding: 26px 20px 23px 20px;
  }
}
@media (min-width: 414px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    padding: 26px 30px 23px 30px;
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    font-size: 17px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px 8px;
  }
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #9683B2;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    max-width: 300px;
  }
}
@media print and (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a:after {
    display: none;
  }
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a:hover {
    text-decoration: none;
  }
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    font-size: 19px;
    padding: 5px 12px;
  }
}
@media (min-width: 1500px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    font-size: 20px;
    padding: 5px 14px;
  }
}
@media (min-width: 1700px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a {
    font-size: 21px;
    padding: 5px 15px;
  }
}
header .nav_main .collapsenav > .nav-item > .nav-link > div > a:after {
  width: 35px;
  left: 50%;
}
@media (min-width: 992px) {
  header .nav_main .collapsenav > .nav-item > .nav-link > div > a:hover:after {
    -webkit-transform: scaleX(1) translateX(-50%);
    -ms-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
    opacity: 1;
  }
}
header .nav_main .collapsenav > .nav-item > .nav-link > div > a:hover:after, header .nav_main .collapsenav > .nav-item > .nav-link > div > a.active:after {
  -webkit-transform: scaleX(1) translateX(-50%);
  -ms-transform: scaleX(1) translateX(-50%);
  transform: scaleX(1) translateX(-50%);
  opacity: 1;
}
@media (min-width: 576px) {
  header .nav_main .navbar-toggler {
    margin-right: 15px;
  }
}
header .nav_main .search_button {
  padding: 12px;
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  margin: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  margin-right: 15px;
}
header .nav_main .search_button:hover {
  color: #9683B2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .nav_main .search_button:before, header .nav_main .search_button:after {
  display: none;
}
header .nav_main .search_button:focus {
  outline: none;
}
@media (min-width: 992px) {
  header .nav_main .search_button {
    padding: 14px;
    margin-right: 10px;
  }
}
@media (min-width: 1500px) {
  header .nav_main .search_button {
    padding: 15px;
  }
}
header .nav_main .search_button .search_icon {
  fill: currentColor;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header .nav_main .search_button .search_icon {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1200px) {
  header .nav_main .search_button .search_icon {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1500px) {
  header .nav_main .search_button .search_icon {
    width: 27px;
    height: 27px;
  }
}
header .nav_main .btn_row {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #331e54;
}
header .nav_main .btn_row .btn {
  margin-top: 0;
}
header .nav_main .nav_secondary, header .nav_main .nav_tertiary {
  padding: 20px 0;
  border-bottom: 1px solid #331e54;
  width: 100%;
}
header .nav_main .nav_secondary .nav-item, header .nav_main .nav_tertiary .nav-item {
  width: 50%;
  display: inline-block;
  padding: 14px 20px 14px 20px;
}
@media (min-width: 375px) {
  header .nav_main .nav_secondary .nav-item, header .nav_main .nav_tertiary .nav-item {
    padding: 16px 20px 16px 20px;
  }
}
@media (min-width: 414px) {
  header .nav_main .nav_secondary .nav-item, header .nav_main .nav_tertiary .nav-item {
    padding: 20px 30px 20px 30px;
  }
}
header .nav_main .nav_secondary .nav-item .nav-link, header .nav_main .nav_tertiary .nav-item .nav-link {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 0;
}
header .search {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #C8C8C8;
}
@media (min-width: 992px) {
  header .search {
    height: 150px;
  }
}
@-webkit-keyframes borderPulsate {
  0% {
    border-color: #331e54;
  }
  50% {
    border-color: rgba(51, 30, 84, 0.25);
  }
  100% {
    border-color: #331e54;
  }
}
@keyframes borderPulsate {
  0% {
    border-color: #331e54;
  }
  50% {
    border-color: rgba(51, 30, 84, 0.25);
  }
  100% {
    border-color: #331e54;
  }
}
header .search .search_content {
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
  z-index: 10;
}
.search_open header .search .search_content {
  opacity: 1;
}
header .search .searchView-input {
  width: 100%;
}
header .search .search_input {
  background: transparent;
  padding: 5px 0;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #331e54;
  width: 100%;
  margin: 0;
}
@media (min-width: 480px) {
  header .search .search_input {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  header .search .search_input {
    font-size: 21px;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  header .search .search_input {
    font-size: 23px;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  header .search .search_input {
    font-size: 28px;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  header .search .search_input {
    font-size: 31px;
    max-width: 700px;
  }
}
@media (min-width: 1500px) {
  header .search .search_input {
    font-size: 34px;
    max-width: 800px;
  }
}
header .search .search_input:focus {
  -webkit-animation: borderPulsate 2s infinite;
  animation: borderPulsate 2s infinite;
}
header .search .search_close {
  margin-right: -12px;
}
header .search .search_close .icon_button {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.search_open header .search .search_close .icon_button {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
header .search .search_close .icon_button .icon {
  width: 25px;
}
@media (min-width: 768px) {
  header .search .search_close .icon_button .icon {
    width: 35px;
  }
}
header .search .search_close .icon_button .icon svg {
  fill: #331e54;
}
header .search .search_close:hover .icon_button .icon svg {
  fill: #9683B2;
}
header .navbar_buttons {
  margin-right: 10px;
}
@media (min-width: 768px) {
  header .navbar_buttons {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .navbar-toggler {
    display: none;
  }
}
header .navbar-toggler .icon {
  width: 25px;
}
header .navbar-toggler .icon svg {
  fill: #FFFFFF;
}
header .navbar-collapse {
  background-color: #291245;
  overflow-y: scroll;
  height: calc(100vh - var(--header-height)) !important;
}
@media (min-width: 992px) {
  header .navbar-collapse {
    background-color: transparent;
    height: 100% !important;
    overflow: hidden;
  }
}
.notification_active header .navbar-collapse {
  height: calc(100vh - var(--header-height) + var(--notification-height)) !important;
}

.ga {
  background-color: #291245;
  border-bottom: 1px solid #331e54;
}

.program_cta {
  top: 0;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  width: calc(100% + 1px);
  z-index: 500;
  height: 60px;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
@media (min-width: 1800px) {
  .program_cta {
    max-width: 1640px;
  }
}
@media (min-width: 2000px) {
  .program_cta {
    max-width: 1740px;
  }
}
@media print {
  .program_cta {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .program_cta {
    height: 90px;
  }
}
.program_cta:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #211330;
}
.hide_nav.past_hero .program_cta {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.modal-open-scrollbar .program_cta {
  width: calc(100% - 17px);
  left: calc(50% - 9px);
}
.program_cta .container {
  height: 60px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .program_cta .container {
    height: 90px;
  }
}
.program_cta .container h4, .program_cta .container .h4, .program_cta .container h5, .program_cta .container .h5 {
  margin-top: 2px;
}
.program_cta .container h6, .program_cta .container .h6 {
  margin-bottom: 2px;
}
.program_cta .container .btn_row {
  text-align: center;
}

footer {
  border-top: 6px solid #FFFFFF;
  z-index: 10;
  position: relative;
}
footer h6, footer .h6 {
  color: #B09CCD !important;
  margin-bottom: 25px;
}
footer .footer_main_section {
  background-color: #331e54;
  padding: 40px 0;
}
@media (min-width: 768px) {
  footer .footer_main_section {
    padding: 50px 0;
  }
}
@media print {
  footer {
    display: none;
  }
}
footer .address_seal {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  footer .address_seal {
    margin-bottom: 0;
  }
}
footer .address_seal .seal {
  margin-bottom: 30px;
  width: 160px;
}
@media (min-width: 480px) {
  footer .address_seal .seal {
    width: 170px;
  }
}
@media (min-width: 576px) {
  footer .address_seal .seal {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  footer .address_seal .seal {
    width: 180px;
  }
}
@media (min-width: 992px) {
  footer .address_seal .seal {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  footer .address_seal .seal {
    width: 190px;
  }
}
@media (min-width: 1500px) {
  footer .address_seal .seal {
    width: 210px;
  }
}
@media (min-width: 1700px) {
  footer .address_seal .seal {
    width: 23a0px;
  }
}
footer .address_seal .address .link {
  margin-bottom: 0;
}
footer .address_seal .address p {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  footer .footer_nav_col {
    border-left: 1px solid #9683B2;
  }
}
footer .footer_nav_col .footer_nav {
  padding-top: 40px;
  border-top: 1px solid #9683B2;
}
@media (min-width: 1200px) {
  footer .footer_nav_col .footer_nav {
    padding-top: 0;
    border-top: none;
    padding-left: 30px;
  }
}
footer .footer_nav_col .footer_nav .col-12:first-child {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  footer .footer_nav_col .footer_nav .col-12:first-child {
    margin-bottom: 0;
  }
}
footer .link_list li a {
  color: #FFFFFF;
  letter-spacing: 0.75px;
}
footer .link_list li a:after {
  bottom: -10%;
}
footer .phone_numbers {
  border-top: 1px solid #9683B2;
  margin-top: 30px;
}
footer .phone_numbers .icon {
  width: 45px;
}
@media (min-width: 576px) {
  footer .phone_numbers .icon {
    width: 55px;
  }
}
footer .phone_numbers h6, footer .phone_numbers .h6 {
  margin-bottom: 0 !important;
  margin-top: 3px;
}
footer .phone_numbers p {
  margin-top: 3px;
}
footer .phone_numbers .row {
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  footer .phone_numbers .row {
    max-width: 1000px;
  }
}
@media (min-width: 1700px) {
  footer .phone_numbers .row {
    max-width: 1100px;
  }
}
footer .footer_social {
  border-top: 1px solid #9683B2;
  padding-top: 30px;
}
footer .footer_social .social_links {
  margin: 0 auto 20px auto;
  max-width: 500px;
}
@media (min-width: 992px) {
  footer .footer_social .social_links {
    margin-bottom: 0;
  }
}
footer .legal_social {
  padding: 15px 0;
}
footer .legal_social p {
  margin-bottom: 0;
}
footer .legal_social nav.nav {
  margin-left: -15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer .legal_social nav.nav {
    margin-bottom: 0;
  }
}
footer .legal_social nav.nav .nav-item {
  padding: 5px 15px;
}
footer .legal_social nav.nav .nav-item .nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #181818;
  font-size: 13px;
  padding: 7px 0;
}
footer .legal_social nav.nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #9683B2;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  max-width: 300px;
}
@media print {
  footer .legal_social nav.nav .nav-item .nav-link:after {
    display: none;
  }
}
footer .legal_social nav.nav .nav-item .nav-link:hover {
  text-decoration: none;
}
footer .legal_social nav.nav .nav-item .nav-link:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
footer .legal_social .social_links {
  margin: 0 auto 20px auto;
  max-width: 500px;
}

section, .section {
  background-size: cover;
  background-position: center;
  position: relative;
  border-top: 6px solid #FFFFFF;
}
section.overflow_hidden, .section.overflow_hidden {
  overflow: hidden;
}
section.background_image:after, section.section_imageBg:after, .section.background_image:after, .section.section_imageBg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0.2;
}
section.background_image:before, section.section_imageBg:before, .section.background_image:before, .section.section_imageBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/media/images/texture/classy-fabric.png);
  opacity: 0.3;
}
section .content, .section .content {
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  padding-bottom: var(--padding);
}
section .content[class^=background_], section .content[class*=" background_"], .section .content[class^=background_], .section .content[class*=" background_"] {
  padding-left: var(--padding);
  padding-right: var(--padding);
}
section .content[class^=angles], section .content[class*=" angles"], .section .content[class^=angles], .section .content[class*=" angles"] {
  padding-left: calc(var(--padding) * 1.5);
  padding-right: calc(var(--padding) * 1.5);
}
section .content:first-of-type, .section .content:first-of-type {
  padding-top: var(--padding);
}
.hasContainer section .content, .hasContainer .section .content {
  padding-left: calc(var(--padding) / 1.5);
  padding-right: calc(var(--padding) / 1.5);
}
section .content.less_padding, section .content.padding_small, .section .content.less_padding, .section .content.padding_small {
  padding-bottom: calc(var(--padding) / 2);
}
section .content.less_padding:first-of-type, section .content.padding_small:first-of-type, .section .content.less_padding:first-of-type, .section .content.padding_small:first-of-type {
  padding-top: calc(var(--padding) / 2);
}
section .content.padding_large, .section .content.padding_large {
  padding-bottom: calc(var(--padding) * 2);
}
section .content.padding_large:first-of-type, .section .content.padding_large:first-of-type {
  padding-top: calc(var(--padding) * 2);
}

main {
  background-color: #FFFFFF;
  padding-top: var(--header-height);
  overflow: hidden;
  border-bottom: 6px solid #FFFFFF;
}
@media print {
  main {
    padding-top: 0 !important;
  }
}
.notification_active main {
  padding-top: calc(var(--header-height) + var(--notification-height));
}
.notification_active main section.full_height {
  height: calc(100vh - var(--header-height) - var(--notification-height));
}
.plain main {
  padding-top: calc(var(--header-height) - var(--secondary-nav-height));
}

section {
  position: relative;
  background-color: #FFFFFF;
}
section.hero {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
}
section.hero .hero_content {
  z-index: 100000;
  position: relative;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
@media print {
  section.hero .hero_content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }
}
section.hero h6, section.hero .h6 {
  --cs-margin-top-start: 0;
  --cs-margin-top-end: 0;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 4.5;
  --cs-margin-bottom-end: 9;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
}
section.hero h1, section.hero .h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
section.hero h4, section.hero .h4 {
  margin-top: 0;
}
section.hero .categories_container {
  position: relative;
  width: 100%;
}
section.hero .categories {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
section.hero .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
section.hero.full_height {
  height: calc(100vh - 150px);
  max-height: none;
  min-height: 400px;
  z-index: 0;
  padding: 0;
  margin-top: -1px;
}
@media (orientation: landscape) {
  section.hero.full_height {
    height: calc(100vh - 70px);
    min-height: 350px;
  }
}
@media (min-width: 480px) and (orientation: landscape) {
  section.hero.full_height {
    height: calc(100vh - 70px);
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  section.hero.full_height {
    height: calc(100vh - 70px);
    min-height: 400px;
  }
}
@media (min-width: 480px) {
  section.hero.full_height {
    height: calc(100vh - 150px);
  }
}
@media (min-width: 576px) {
  section.hero.full_height {
    height: calc(100vh - 150px);
  }
}
@media (min-width: 768px) {
  section.hero.full_height {
    height: calc(100vh - 70px);
    min-height: 470px;
  }
}
@media (min-width: 992px) {
  section.hero.full_height {
    height: calc(100vh - 125px);
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  section.hero.full_height {
    height: calc(100vh - 140px);
    min-height: 620px;
  }
}
@media (min-width: 1500px) {
  section.hero.full_height {
    height: calc(100vh - 150px);
    min-height: 650px;
  }
}
@media (min-width: 1700px) {
  section.hero.full_height {
    min-height: 730px;
  }
}
section.hero.full_height .ambient:after {
  opacity: 0.45;
}
section.hero.full_height .play_home_video {
  position: absolute;
  right: 30px;
  bottom: 40px;
  width: 275px;
  text-align: right;
  z-index: 1000000;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 767px) and (orientation: landscape) {
  section.hero.full_height .play_home_video {
    display: none;
  }
}
@media (min-width: 375px) {
  section.hero.full_height .play_home_video {
    bottom: 60px;
  }
}
@media (min-width: 480px) {
  section.hero.full_height .play_home_video {
    bottom: 75px;
  }
}
@media (min-width: 768px) {
  section.hero.full_height .play_home_video {
    right: 40px;
    width: 325px;
  }
}
@media (min-width: 1200px) {
  section.hero.full_height .play_home_video {
    bottom: 90px;
    right: 50px;
  }
}
@media (min-width: 1500px) {
  section.hero.full_height .play_home_video {
    width: 345px;
  }
}
section.hero.full_height .play_home_video:focus {
  outline: none;
}
section.hero.full_height .play_home_video .play_button {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
section.hero.full_height .play_home_video:hover .play_button {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.hero.full_height .play_home_video:hover .play_button:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
  transform: translateY(-50%) translateX(-50%) scale(1.2);
}
section.hero.full_height .hero_content {
  padding: 0;
}
section.hero.full_height .hero_content > .row {
  height: 100%;
  padding-bottom: 9%;
}
@media (min-height: 850px) {
  section.hero.full_height .hero_content > .row {
    padding-bottom: 7%;
  }
}
@media (min-height: 920px) {
  section.hero.full_height .hero_content > .row {
    padding-bottom: 6%;
  }
}
@media (min-height: 1040px) {
  section.hero.full_height .hero_content > .row {
    padding-bottom: 5%;
  }
}
@media print {
  section.hero.hero_image_bg .hero_content, section.hero.hero_program .hero_content {
    padding: 60px !important;
  }
}
section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
  min-height: 350px;
}
@media (min-height: 568px) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 370px;
  }
}
@media (min-height: 667px) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 420px;
  }
}
@media (min-height: 736px) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 450px;
  }
}
@media (min-height: 812px) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 480px;
  }
}
@media (orientation: landscape) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 235px;
  }
}
@media (min-height: 375px) and (orientation: landscape) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 250px;
  }
}
@media (min-height: 414px) and (orientation: landscape) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 265px;
  }
}
@media (min-height: 540px) and (orientation: landscape) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 320px;
  }
}
@media (min-height: 768px) and (orientation: landscape) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 380px;
  }
}
@media (min-width: 1200px) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    height: 45vh;
    min-height: 390px;
    max-height: 550px;
  }
}
@media (min-width: 1500px) {
  section.hero.hero_image_bg .hero_content > .row, section.hero.hero_program .hero_content > .row {
    min-height: 450px;
    max-height: 600px;
  }
}
section.hero.hero_side_image {
  padding: 0;
  height: auto;
  min-height: 0;
  max-height: none;
}
@media (min-width: 768px) {
  section.hero.hero_side_image {
    border-bottom: 1px solid #DAD9D7;
  }
}
@media print {
  section.hero.hero_side_image {
    border-bottom: none;
  }
}
@media print {
  section.hero.hero_side_image > .container > .row {
    vertical-align: middle;
    display: table !important;
  }
  section.hero.hero_side_image > .container > .row > div {
    display: table-cell !important;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  section.hero.hero_side_image .gradient {
    display: none;
  }
}
@media (min-width: 992px) {
  section.hero.hero_side_image .hero_content {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  section.hero.hero_side_image .hero_content {
    min-height: 350px;
  }
}
@media (min-width: 1700px) {
  section.hero.hero_side_image .hero_content {
    min-height: 400px;
  }
}
section.hero.hero_side_image .hero_image {
  height: 100%;
  min-height: 250px;
}
@media (min-width: 375px) {
  section.hero.hero_side_image .hero_image {
    min-height: 275px;
  }
}
@media (min-width: 414px) {
  section.hero.hero_side_image .hero_image {
    min-height: 300px;
  }
}
@media (min-width: 480px) {
  section.hero.hero_side_image .hero_image {
    min-height: 330px;
  }
}
@media (min-width: 768px) {
  section.hero.hero_side_image .hero_image {
    height: calc(100% + var(--padding));
    min-height: 0;
  }
}
@media (min-width: 992px) {
  section.hero.hero_side_image .hero_image {
    margin-left: 8%;
  }
}
@media print {
  section.hero.hero_side_image .hero_image {
    height: 350px;
    width: 400px;
    margin: 0;
    margin-bottom: 30px;
  }
}
section.hero.hero_side_image .hero_image .hero_map {
  height: calc(100% + 20px);
  width: 100%;
}
section.hero.hero_side_image .hero_image .hero_map iframe {
  height: 100% !important;
  width: 100% !important;
}
section.hero.hero_side_image .hero_person_image {
  position: relative;
  margin: 40px 0;
}
@media (min-width: 768px) {
  section.hero.hero_side_image .hero_person_image {
    margin-right: 8%;
  }
}
section.hero.hero_condensed {
  height: auto;
  border-bottom: 1px solid #DAD9D7;
  min-height: 0;
  max-height: none;
}
section.hero.hero_condensed h1, section.hero.hero_condensed .h1 {
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  section.hero.hero_condensed h1, section.hero.hero_condensed .h1 {
    max-width: 50vw;
  }
}
@media (min-width: 1200px) {
  section.hero.hero_condensed h1, section.hero.hero_condensed .h1 {
    max-width: 650px;
  }
}
section.hero.hero_condensed p {
  position: relative;
  top: 2px;
}
section.hero.hero_condensed > .container {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
section.hero.hero_bio {
  padding: 0;
  height: auto;
  max-height: none;
}
section.hero.hero_bio .hero_content {
  padding: 0 0 20px 0;
}
@media (min-width: 480px) {
  section.hero.hero_bio .hero_content {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 576px) {
  section.hero.hero_bio .hero_content {
    padding: 0 0 35px 0;
  }
}
@media (min-width: 768px) {
  section.hero.hero_bio .hero_content {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  section.hero.hero_bio .hero_content {
    padding: 45px 0;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  section.hero.hero_bio .hero_content {
    padding: 50px 0;
    min-height: 400px;
  }
}
@media (min-width: 1500px) {
  section.hero.hero_bio .hero_content {
    padding: 55px 0;
    min-height: 425px;
  }
}
@media (min-width: 1700px) {
  section.hero.hero_bio .hero_content {
    padding: 60px 0;
    min-height: 450px;
  }
}
section.hero.hero_bio .hero_content h1, section.hero.hero_bio .hero_content .h1 {
  margin-bottom: 10px;
}
section.hero.hero_bio .hero_content h4, section.hero.hero_bio .hero_content .h4 {
  margin-top: 0;
}
section.hero.hero_bio .hero_image {
  position: relative;
  --cs-margin-top-start: 15;
  --cs-margin-top-end: 30;
  --cs-margin-top-unit: 1px;
  --cs-margin-top-increment: (var(--cs-margin-top-end) - var(--cs-margin-top-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-top: ((var(--cs-property-current-size) * var(--cs-margin-top-increment)) + var(--cs-margin-top-start));
  margin-top: calc(var(--cs-margin-top) * var(--cs-scale) * var(--cs-margin-top-unit));
  --cs-margin-bottom-start: 15;
  --cs-margin-bottom-end: 30;
  --cs-margin-bottom-unit: 1px;
  --cs-margin-bottom-increment: (var(--cs-margin-bottom-end) - var(--cs-margin-bottom-start)) / (var(--cs-property-screen-sizes) - 1);
  --cs-margin-bottom: ((var(--cs-property-current-size) * var(--cs-margin-bottom-increment)) + var(--cs-margin-bottom-start));
  margin-bottom: calc(var(--cs-margin-bottom) * var(--cs-scale) * var(--cs-margin-bottom-unit));
  width: 65%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  section.hero.hero_bio .hero_image {
    width: 100%;
    margin-right: 8%;
  }
}
section.intro {
  border: none;
}
section.intro .shield_row .content {
  padding: 30px 0;
  height: 100%;
}
@media (min-width: 576px) {
  section.intro .shield_row .content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  section.intro .shield_row .content {
    padding: 20px 0;
  }
}
@media (min-width: 1500px) {
  section.intro .shield_row .content {
    padding: 30px 15px;
  }
}
@media (min-width: 1700px) {
  section.intro .shield_row .content {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  section.intro .shield_row .order-lg-1 .content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  section.intro .shield_row .order-lg-1 .border_dotted:after, section.intro .shield_row .order-lg-1 .border_dotted:before {
    display: none;
  }
}
@media (max-width: 991px) {
  section.intro .shield_row .order-lg-2 .content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  section.intro .shield_row .order-lg-2 .border_dotted:after, section.intro .shield_row .order-lg-2 .border_dotted:before {
    display: none;
  }
}
section.intro .unw_shield {
  margin-top: -10%;
}
@media (min-width: 992px) {
  section.intro .unw_shield {
    margin: -25% 0 -30% 0;
  }
}
@media (min-width: 1200px) {
  section.intro .unw_shield {
    margin: -28% 0 -33% 0;
  }
}
section .n_row {
  background-size: cover;
  background-position: center 25%;
  width: 100%;
  padding-bottom: 27%;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  section .n_row {
    padding-bottom: 17%;
  }
}
section .n_row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #71A28A;
  opacity: 0.15;
}
section .n_row .unw_n_container {
  top: 50%;
  right: -7%;
  position: absolute;
  z-index: 1;
  width: 57%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  section .n_row .unw_n_container {
    width: 37%;
    right: -5%;
  }
}
section .n_row .unw_n_container .unw_n_sizer {
  width: 100%;
  padding-bottom: 64%;
}
section .n_row .unw_n_container .unw_n_sizer .unw_n, section .n_row .unw_n_container .unw_n_sizer .unw_n_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .n_row .unw_n_container .unw_n_sizer .unw_n_shadow {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
section .n_row .unw_n_container .unw_n_sizer .unw_n {
  -webkit-clip-path: url(#unw_n);
  clip-path: url(#unw_n);
  width: 100%;
  background-size: cover;
  background-position: center;
}
section .n_row .unw_n_container .unw_n_sizer .unw_n path {
  fill: #331e54 !important;
}
section .n_row .unw_n_container .unw_n_sizer .unw_n:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #331e54;
  opacity: 0.4;
}
section .n_row .unw_n_container .unw_n_sizer .unw_n.clip_path {
  display: none;
}
@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%))) {
  section .n_row .unw_n_container .unw_n_sizer .unw_n.clip_path {
    display: block;
  }
}
@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%))) {
  section .n_row .unw_n_container .unw_n_sizer .unw_n.no_clip_path {
    display: none;
  }
}
section.section_cta {
  margin-top: -1px;
  border: none;
  padding-top: 7%;
}
@media print {
  section.section_cta {
    display: none;
  }
}
section.section_cta .content {
  padding-top: calc(var(--padding) / 1.5) !important;
}
section.section_cta .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 100%;
  z-index: 1;
  pointer-events: none;
}
section.section_cta .cta {
  margin: 30px 0;
}
@media (min-width: 992px) {
  section.section_cta .cta {
    margin: 0;
  }
}
section.section_borderTop {
  border-top: 1px solid #DAD9D7;
}
section.section_borderBottom {
  border-bottom: 1px solid #DAD9D7;
}
section div.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .contact .angles_inset_right:before, .contact .angles_inset_right:after, .contact .angles_inset_left:before, .contact .angles_inset_left:after {
    display: none;
  }
}
.contact p a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
}
.contact h3, .contact .h3 {
  margin-top: 0;
}
/*# sourceMappingURL=modern.css.map */
