@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@charset "UTF-8";
/** Import everything from vendors */
: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-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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));
}

*,
*::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: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.833;
  color: #212529;
  background-color: #fff;
  -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, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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 {
  font-size: 0.875em;
}

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

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

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

.img-fluid, .wp-caption img {
  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, .wp-caption {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .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.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .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.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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: 1400px) {
  .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.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.table {
  --bs-table-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(:last-child) > :last-child > * {
  border-bottom-color: 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-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: 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: 1399.98px) {
  .table-responsive-xxl {
    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.833;
}

.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.833;
  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.833em;
}
.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::-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;
}
.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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.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.833;
  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.833em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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-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.833em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.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.833em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.833em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.833em + 1rem + 2px);
}

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.833;
  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-appearance: none;
     -moz-appearance: none;
          appearance: 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;
}

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

.form-check {
  display: block;
  min-height: 1.833rem;
  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.4165em;
  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);
  padding: 1rem 0.75rem;
}
.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;
       -o-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, -o-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, -o-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::-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;
  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);
       -o-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.833;
  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.833em + 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.45825em + 0.1875rem) center;
  background-size: calc(0.9165em + 0.375rem) calc(0.9165em + 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.833em + 0.75rem);
  background-position: top calc(0.45825em + 0.1875rem) right calc(0.45825em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  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.9165em + 0.375rem) calc(0.9165em + 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: 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.833em + 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.45825em + 0.1875rem) center;
  background-size: calc(0.9165em + 0.375rem) calc(0.9165em + 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.833em + 0.75rem);
  background-position: top calc(0.45825em + 0.1875rem) right calc(0.45825em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  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.9165em + 0.375rem) calc(0.9165em + 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: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.833;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  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;
  }
}

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

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-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;
       -o-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
       -o-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.833;
}

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.833;
  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 #d8d8d8;
  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;
}

.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: 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: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .screen-reader-text,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

.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;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
       -o-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.833 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

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

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

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -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: 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: 1400px) {
  .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: 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;
  }
}
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
.p-md {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .p-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-lg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .p-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #ebebeb;
  font-family: "Open Sans", sans-serif;
  line-height: 1.833;
  color: #2d3234;
  -webkit-font-feature-settings: "liga", "dlig", "hist";
          font-feature-settings: "liga", "dlig", "hist";
  -webkit-font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures;
          font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  p,
  li {
    font-size: 1.125rem;
  }
}

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

h1,
.h1-style,
.large-heading,
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 small,
.h1-style small,
.large-heading small,
h2 small,
.h2-style small,
h3 small,
.h3-style small,
h4 small,
.h4-style small,
h5 small,
h6 small {
  font-weight: 400;
}

h1,
.h1-style {
  font-size: 2.1875rem;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h1,
  .h1-style {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1-style {
    font-size: 3.75rem;
    margin-bottom: 2rem;
  }
}

.large-heading {
  font-size: 2.1875rem;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .large-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .large-heading {
    font-size: 2.8125rem;
    margin-bottom: 1.5rem;
  }
}

h2,
.h2-style {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  h2,
  .h2-style {
    font-size: 2.1875rem;
  }
}

h3,
.h3-style {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h3,
  .h3-style {
    font-size: 1.5625rem;
  }
}

h4,
.h4-style {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h4,
  .h4-style {
    font-size: 1.25rem;
  }
}

h5,
h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h5,
  h6 {
    font-size: 1.125rem;
  }
}

small {
  font-size: 80%;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: #2d3234;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #ed9500;
}

.font-open {
  font-family: "Open Sans", sans-serif;
}

.primary-link,
button.primary-link {
  position: relative;
  color: #2d3234;
  padding-left: 40px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
  border: none;
}
.primary-link::before,
button.primary-link::before {
  content: " ";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ed9500;
}
div[class$="--Blue"] .primary-link::before,
div[class$="--Blue"] button.primary-link::before {
  background-color: #20acc8;
}
div[class$="--Green"] .primary-link::before,
div[class$="--Green"] button.primary-link::before {
  background-color: #349162;
}
div[class$="--Purple"] .primary-link::before,
div[class$="--Purple"] button.primary-link::before {
  background-color: #7855a3;
}
.primary-link::after,
button.primary-link::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 40px;
  width: 0;
  height: 1px;
  background: #2d3234;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.primary-link:hover,
button.primary-link:hover {
  color: #2d3234;
}
.primary-link:hover::before,
button.primary-link:hover::before {
  -webkit-transform: scale(3.42);
       -o-transform: scale(3.42);
          transform: scale(3.42);
}
.primary-link:hover::after,
button.primary-link:hover::after {
  width: calc(100% - 40px);
}
.primary-link span,
button.primary-link span {
  position: relative;
  z-index: 2;
}

q::before, q::after,
blockquote::before,
blockquote::after {
  content: "";
}

cite {
  font-style: normal;
}

dfn {
  font-style: italic;
}

mark {
  background: #ffc107;
  padding: 2px 4px;
  border-radius: 3px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  margin: 1.5rem 0;
  border: 0;
  height: 1px;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul.styled li {
  position: relative;
  padding-left: 1.5rem;
}
ul.styled li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ed9500;
  border-radius: 99px;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}

.iv {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 768px) {
  .iv {
    opacity: 0;
  }
}
.iv--from-below {
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
}
.iv--from-right {
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
}
@media (min-width: 768px) {
  .iv--from-right {
    -webkit-transform: translateX(60px);
         -o-transform: translateX(60px);
            transform: translateX(60px);
  }
}
.iv--from-left {
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
}
@media (min-width: 768px) {
  .iv--from-left {
    -webkit-transform: translateX(-60px);
         -o-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
.iv.iv-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.alert {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid;
  border-left: 3px solid;
  -webkit-box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.36);
  font-size: 0.875rem;
}
.alert::before {
  position: relative;
  display: block;
  font-weight: 600;
}
.alert.alert-warning::before {
  content: "Notice";
}
.alert.alert-danger::before {
  content: "Error";
}
.alert.alert-success::before {
  content: "Success";
}

.apply-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.apply-modal.open {
  opacity: 1;
  visibility: visible;
}
.apply-modal::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #2d3234;
  opacity: 0.67;
  mix-blend-mode: multiply;
  z-index: 4;
}
.apply-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  z-index: 5;
  padding: 1.5rem;
  max-height: 100vh;
  max-width: 1080px;
  overflow: auto;
  width: calc(100% - 40px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(90px);
       -o-transform: translateY(90px);
          transform: translateY(90px);
}
@media (min-width: 992px) {
  .apply-modal__inner {
    padding: 3.75rem 5.0625rem;
  }
}
.open .apply-modal__inner {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.apply-modal__inner.thank-you {
  overflow: hidden;
}
.apply-modal__inner.thank-you h3 {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.apply-modal__inner h3 {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .apply-modal__inner h3 {
    font-size: 1.875rem;
  }
}
.apply-modal__inner h3 span {
  display: block;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 992px) {
  .apply-modal__inner h3 span {
    font-size: 1.25rem;
  }
}
.apply-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .apply-modal__close {
    top: 3.75rem;
    right: 5.0625rem;
  }
}

@media (min-width: 768px) {
  .bottom-section p {
    font-size: 1.0625rem;
  }
}
.bottom-section__image {
  position: relative;
}
.bottom-section__image::before {
  content: " ";
  position: absolute;
  background: #ed9500;
  top: 60px;
  left: 0;
  width: 256px;
  height: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .bottom-section__image::before {
    top: 200px;
    left: 138px;
    width: 200%;
    height: 760px;
  }
}

.brands-header {
  position: relative;
  background-color: transparent;
}
.brands-header h1 {
  line-height: 1.8;
}
.brands-header .brands-header__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d3234;
}
@media (min-width: 992px) {
  .brands-header .brands-header__background {
    width: 50%;
    right: unset;
  }
}
.brands-header .brands-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #2d3234;
  min-width: 100%;
  padding: calc(128px + 2rem) 0 2rem;
}
@media (min-width: 576px) {
  .brands-header .brands-header__top {
    padding: calc(128px + 4rem) 0 4rem;
  }
}
@media (min-width: 992px) {
  .brands-header .brands-header__top {
    padding: calc(144px + 6rem) 0 4rem;
  }
}
@media (min-width: 1400px) {
  .brands-header .brands-header__top {
    padding: calc(144px + 8rem) 0 5rem;
  }
}
@media (min-width: 1800px) {
  .brands-header .brands-header__top {
    padding: calc(144px + 9rem) 0 9rem;
  }
}
.brands-header .brands-header__top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2d3234;
}
@media (min-width: 992px) {
  .brands-header .brands-header__top::before {
    background-color: #ebebeb;
    left: unset;
    width: 50%;
  }
}
.brands-header .brands-header__top .col-lg-6 {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .brands-header .brands-header__top .col-lg-6:first-child {
    padding-right: 4vw;
  }
}
@media (min-width: 992px) {
  .brands-header .brands-header__top .col-lg-6:last-child {
    padding-left: 4vw;
  }
}
.brands-header .brands-header__top img {
  position: relative;
  width: 250px;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .brands-header .brands-header__top img {
    width: auto;
    margin-bottom: 2.5rem;
  }
}
.brands-header .brands-header__top h2 {
  position: relative;
  color: #2d3234;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 768px) {
  .brands-header .brands-header__top h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .brands-header .brands-header__top h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.brands-header .brands-header__top h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: 81%;
  background-color: #c9c9c9;
  border-radius: 6px;
  z-index: -1;
}
@media (min-width: 576px) {
  .brands-header .brands-header__top h2::before {
    top: 50%;
    height: 90%;
  }
}
@media (min-width: 992px) {
  .brands-header .brands-header__top h2::before {
    height: 81%;
  }
}
.brands-header .brands-header__bottom {
  position: relative;
}
@media (min-width: 992px) {
  .brands-header .brands-header__bottom {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1400px) {
  .brands-header .brands-header__bottom {
    padding-bottom: 7rem;
  }
}
.brands-header .brands-header__bottom .brands-list {
  background-color: #fff;
  margin-top: 0;
  padding: 4rem 1rem;
  overflow: visible;
}
@media (min-width: 1400px) {
  .brands-header .brands-header__bottom .brands-list {
    padding: 6rem 1rem;
  }
}
.brands-header .brands-header__bottom .brands-list .brands-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 160px;
  margin-bottom: 2rem;
}
.brands-header .brands-header__bottom .brands-list .brands-list__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brands-list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2rem;
}
@media (min-width: 992px) {
  .brands-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -11.25rem;
    padding-bottom: 4rem;
    overflow-x: scroll;
  }
}
.brands-list__item {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 400px;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .brands-list__item {
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.brands-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dadada;
  border-bottom: 10px solid #ed9500;
  margin-bottom: 1rem;
  width: 125px;
  height: 125px;
}
@media (min-width: 992px) {
  .brands-list__icon {
    width: 225px;
    height: 225px;
    margin-bottom: 2rem;
  }
}
.brands-list__icon img {
  max-width: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.brands-list__icon:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.brands-list h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .brands-list h3 {
    margin-bottom: 1.3125rem;
  }
}
.brands-list p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .brands-list p {
    margin-bottom: 2.3125rem;
  }
}

.btn {
  color: #2d3234;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 2px solid transparent;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn--primary {
  background-color: #ed9500;
  border-color: #ed9500;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #2d3234;
  color: #fff;
  border-color: #2d3234;
}
.btn--secondary {
  background-color: #2d3234;
  border-color: #2d3234;
  color: #fff;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-color: #ed9500;
  color: #2d3234;
  border-color: #ed9500;
}
.btn--border-secondary {
  border-color: #2d3234;
}
.btn--border-secondary:hover, .btn--border-secondary:active, .btn--border-secondary:focus {
  background-color: #ed9500;
  border-color: #ed9500;
}
.btn--border-purple {
  color: #7855a3;
  border: 2px solid #7855a3;
}
.btn--border-green {
  color: #349162;
  border: 2px solid #349162;
}
.btn--border-blue {
  color: #20acc8;
  border: 2px solid #20acc8;
}
.btn--inactive {
  opacity: 0.4;
  pointer-events: none;
}
.btn--large {
  padding: 1rem 1.5rem;
}

.cta-btn {
  font-size: 1.25rem;
  background-color: #ed9500;
  color: #fff;
  line-height: 1.5rem;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
}

.ceo-message__image {
  text-align: right;
}
@media (min-width: 768px) {
  .ceo-message__image::before {
    height: calc(100% + 46px) !important;
    left: auto !important;
    right: 140px !important;
    width: 200% !important;
    max-width: 200% !important;
  }
}
.ceo-message .ceo-message__content {
  padding: 4.5rem 2.1875rem 4rem;
  max-height: 350px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .ceo-message .ceo-message__content {
    padding: 0 2.1875rem 4rem;
    max-height: 625px;
  }
}
.ceo-message .ceo-message__content.expanded {
  max-height: 2000px;
}
.ceo-message__read-more {
  width: 100%;
  margin-left: 2.1875rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .ceo-message__read-more {
    width: 50%;
    margin-left: calc(50% + 2.1875rem);
  }
}
@media (min-width: 1200px) {
  .ceo-message__read-more {
    margin-top: -2rem;
  }
}
@media (min-width: 1400px) {
  .ceo-message__read-more {
    margin-left: calc(50% + 7.1875rem);
  }
}
@media (min-width: 768px) {
  .ceo-message__video::before {
    height: calc(100% + 46px) !important;
    left: auto !important;
    right: 140px !important;
    width: 200% !important;
    max-width: 200% !important;
  }
}
.ceo-message__video video {
  position: relative;
  width: 100%;
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
  z-index: 1;
}

.committee-band {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .committee-band {
    padding-top: 3.75rem;
  }
}
.committee-band img {
  max-width: 100%;
  margin: 0 auto;
}
.committee-band h2 {
  line-height: 49px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .committee-band h2 {
    margin-bottom: 2.25rem;
  }
}
.committee-band p {
  margin-bottom: 1.5rem;
}

.contact-us-block {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-us-block {
    padding: 4.375rem 0 5.9375rem;
  }
}
.contact-us-block p {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-us-block p {
    font-size: 1.25rem;
    line-height: 49px;
  }
}
@media (min-width: 992px) {
  .contact-us-block p {
    font-size: 2.1875rem;
  }
}
.contact-us-block a {
  color: #fff;
}
.contact-us-block a:hover {
  color: #ed9500;
}
@media (min-width: 768px) {
  .contact-us-block a {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .contact-us-block a {
    font-size: 2.1875rem;
  }
}
.contact-us-block--page {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .contact-us-block--page {
    margin-bottom: 5.9375rem;
  }
}
.contact-us-block--page p {
  margin-bottom: 0;
}
.contact-us-block--page .contact-us-block__email {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .contact-us-block--page .contact-us-block__email {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .contact-us-block--page .social-icons li a svg {
    width: 26px;
    height: 26px;
  }
}

.c-consent.c-consent-force .cookie-notice {
  position: fixed;
  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: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1001;
}
.c-consent .cookie-notice .cn-body {
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1.5rem;
  line-height: 1.6;
  background: #fff;
  border-top: 8px solid #ed9500;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .c-consent .cookie-notice .cn-body {
    border-radius: 0.25rem;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 400px;
    -webkit-box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
  }
}
.c-consent .cookie-notice .cn-body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
.c-consent .cookie-notice .cn-body .cn-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1.25rem;
}
.c-consent .cookie-notice .cn-body .cn-ok > * {
  width: 50%;
  text-align: center;
}
.c-consent .cookie-notice .cn-body .cn-ok button {
  width: 100%;
  border-radius: 0.25rem;
}
.c-consent .cookie-notice .cn-body .cn-ok a,
.c-consent .cookie-notice .cn-body .cn-ok button {
  display: inline-block;
  border: none;
  padding: 0.45rem 1rem;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.c-consent .cm-bg {
  display: none;
}
.c-consent .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  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;
  background: rgba(0, 0, 0, 0.5);
}
.c-consent .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.c-consent .cookie-modal .cm-modal {
  z-index: 1001;
  -webkit-box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-height: 100%;
  position: fixed;
  overflow: auto;
  padding: 1.5rem;
  background: #fff;
}
@media (min-width: 992px) {
  .c-consent .cookie-modal .cm-modal {
    border-radius: 0.25rem;
    position: relative;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.c-consent .cookie-modal .cm-modal .cm-header {
  position: relative;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.c-consent .cookie-modal .cm-modal .cm-header h1 {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.c-consent .cookie-modal .cm-modal .cm-header p {
  margin-bottom: 1rem;
}
.c-consent .cookie-modal .cm-modal .cm-header button.hide {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}
.c-consent .cookie-modal .cm-modal .cm-header button.hide svg {
  width: 16px;
  height: 16px;
}
.c-consent .cookie-modal .cm-modal .cm-purposes {
  position: relative;
}
@media (min-width: 992px) {
  .c-consent .cookie-modal .cm-modal .cm-purposes {
    padding-left: 3.5rem;
  }
}
.c-consent .cookie-modal .cm-modal .cm-purposes .cm-list-title {
  font-weight: 600;
  line-height: 1;
  padding-left: 3.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .c-consent .cookie-modal .cm-modal .cm-purposes .cm-list-title {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
  }
}
.c-consent .cookie-modal .cm-modal .cm-purposes .cm-list-description {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.c-consent .cookie-modal .cm-modal .cm-purpose {
  position: relative;
}
.c-consent .cookie-modal .cm-modal .cm-purpose:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-consent .cookie-modal .cm-modal .cm-purpose .cm-required {
  display: none;
}
.c-consent .cookie-modal .cm-modal .cm-purpose.cm-toggle-all {
  display: none;
}
.c-consent .cookie-modal .cm-modal .cm-services {
  position: relative;
}
.c-consent .cookie-modal .cm-modal .cm-services .cm-content:not(.expanded) {
  display: none;
}
.c-consent .cookie-modal .cm-modal .cm-services .cm-content {
  padding-left: 1rem;
}
.c-consent .cookie-modal .cm-modal .cm-services .cm-service {
  position: relative;
}
.c-consent .cookie-modal .cm-modal .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 20px;
}
.c-consent .cookie-modal .cm-modal .cm-switch {
  display: inline-block;
  width: 40px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (min-width: 992px) {
  .c-consent .cookie-modal .cm-modal .cm-switch {
    left: -3.5rem;
  }
}
.c-consent .cookie-modal .cm-modal .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  border: 1px solid #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 40px;
  display: inline-block;
}
.c-consent .cookie-modal .cm-modal .cm-list-label .slider.round {
  border-radius: 30px;
}
.c-consent .cookie-modal .cm-modal .cm-list-label .slider.round::before {
  border-radius: 50%;
  background: #000;
}
.c-consent .cookie-modal .cm-modal .cm-list-label .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.c-consent .cookie-modal .cm-modal .cm-list-input:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(20px);
       -o-transform: translateX(20px);
          transform: translateX(20px);
  background: #ed9500;
}
.c-consent .cookie-modal .cm-modal .cm-list-input.required + .cm-list-label .slider {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-consent .cookie-modal .cm-modal .cm-footer {
  margin-top: 3rem;
}
.c-consent .cookie-modal .cm-modal .cm-footer .cm-footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-consent .cookie-modal .cm-modal .cm-footer button {
  border-radius: 0.25rem;
  display: inline-block;
  border: none;
  padding: 0.45rem 1rem;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 0.875rem;
}

.core-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.5rem 2rem 3.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .core-values {
    padding: 6rem 0;
  }
}
.core-values h2 {
  text-align: center;
}
@media (min-width: 1400px) {
  .core-values h2 {
    margin-bottom: 2.5rem;
  }
}
.core-values__item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
@media (min-width: 1400px) {
  .core-values__item {
    padding: 2.5rem 2rem;
  }
}
.core-values__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.5rem;
}
.core-values__item-heading {
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .core-values__item-heading {
    margin-bottom: 2rem;
  }
}

.download-report {
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .download-report {
    padding: 5rem 0 5.625rem;
  }
}
.download-report h2 {
  margin-bottom: 1rem;
}
.download-report a {
  font-weight: 600;
}
@media (min-width: 768px) {
  .download-report a {
    font-size: 1.125rem;
  }
}

.email-banner {
  text-align: center;
}
@media (min-width: 768px) {
  .email-banner {
    margin-top: -2.5rem;
  }
}
.email-banner .col-md-10 {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .email-banner .col-md-10 {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }
}
.email-banner .col-md-10::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ed9500;
}
@media (min-width: 768px) {
  .email-banner .col-md-10::before {
    display: block;
  }
}
.email-banner p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .email-banner p {
    line-height: 44px;
    font-size: 2.1875rem;
  }
}
.email-banner a {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.email-banner a:hover {
  color: #2d3234;
  border-color: #2d3234;
}

.events-blocks {
  padding: 4rem 2rem;
}
@media (min-width: 1200px) {
  .events-blocks {
    padding: 4rem 0 4rem;
  }
}
.events-blocks h2 {
  margin-bottom: 3rem;
}
.events-blocks__swiper {
  margin-bottom: 1.125rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .events-blocks__swiper {
    margin-bottom: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
.events-blocks__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.events-blocks__article-image {
  display: none;
}
@media (min-width: 992px) {
  .events-blocks__article-image {
    display: inline-block;
    width: 320px;
    margin-right: 2rem;
  }
}
.events-blocks__article-image .resp-img {
  position: relative;
  width: 100%;
  height: auto;
}
.events-blocks__article-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.events-blocks time {
  color: #ed9500;
}
@media (min-width: 768px) {
  .events-blocks time {
    font-size: 1.125rem;
  }
}
.events-blocks h3 {
  font-size: 1.25rem;
}

.featured-news {
  padding: 1.5rem 0.75rem;
}
@media (min-width: 992px) {
  .featured-news {
    padding: 5.9375rem 0.75rem;
  }
}
.featured-news .featured-news__inner {
  padding: 1.5rem 0 0;
}
@media (min-width: 992px) {
  .featured-news .featured-news__inner {
    padding: 3.125rem 0 0;
  }
}
.featured-news__details {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .featured-news__details time,
  .featured-news__details span {
    font-size: 1.1875rem;
  }
}
.featured-news__details span {
  border-left: 2px solid #ed9500;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.fifty-fifty-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .fifty-fifty-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6.625rem 0;
  }
}
.fifty-fifty-content--home {
  padding: 0;
}
@media (min-width: 992px) {
  .fifty-fifty-content--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .fifty-fifty-content--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 6.5rem 0;
  }
}
.fifty-fifty-content--home .fifty-fifty-content__content {
  width: 100%;
  max-width: none;
  padding: 3rem 2rem 3rem;
}
@media (min-width: 1400px) {
  .fifty-fifty-content--home .fifty-fifty-content__content {
    width: 50%;
    padding: 7.5rem 2rem 4rem;
  }
}
.hero--basic .fifty-fifty-content {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .fifty-fifty-content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-content--reverse .fifty-fifty-content__image {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-content--reverse .fifty-fifty-content__image:not(.fifty-fifty-content__image--reversed)::before {
    left: -120px;
    right: unset;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-content--reverse .fifty-fifty-content__image::before {
    max-width: calc(100% - 140px);
  }
}
.fifty-fifty-content--global {
  padding: 0;
}
@media (min-width: 992px) {
  .fifty-fifty-content--global .fifty-fifty-content__image::before {
    height: 120%;
  }
}
.fifty-fifty-content--global .fifty-fifty-content__image img {
  max-width: 100% !important;
}
.fifty-fifty-content--global .fifty-fifty-content__content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .fifty-fifty-content--global .fifty-fifty-content__content {
    padding-left: 0;
  }
}
.fifty-fifty-content--global .fifty-fifty-content__content > p {
  max-width: 430px;
  margin-bottom: 2.625rem;
}
@media (min-width: 992px) {
  .fifty-fifty-content--global .fifty-fifty-content__content h2 {
    line-height: 49px;
  }
}
.fifty-fifty-content--global .fifty-fifty-content__content h3 {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .page-about .fifty-fifty-content--two {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .page-about .fifty-fifty-content--two .fifty-fifty-content__image::before {
    height: calc(100% + 30px);
  }
}
.fifty-fifty-content--long {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .fifty-fifty-content--long .fifty-fifty-content__image::before {
    height: calc(100% + 40px) !important;
  }
}
.fifty-fifty-content--reports .fifty-fifty-content__content h2 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
.fifty-fifty-content.fifty-fifty-content--locations {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 2rem;
}
.fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5.5rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__image {
    padding-right: 5.5rem;
  }
}
.fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__image img {
  position: relative;
  max-width: none;
}
.fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__image:not(.fifty-fifty-content__image--reversed)::before {
  display: none;
}
@media (min-width: 768px) {
  .fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__image:not(.fifty-fifty-content__image--reversed)::before {
    display: block;
    top: 60px;
    right: unset;
    bottom: -110px;
    left: -140px;
    width: 100%;
    max-width: calc(100% - 5.5rem);
    z-index: -1;
  }
}
.fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__content {
  min-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__content {
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .fifty-fifty-content.fifty-fifty-content--locations .fifty-fifty-content__content {
    padding: 0;
  }
}
.fifty-fifty-content__content, .fifty-fifty-content__image {
  width: 100%;
}
@media (min-width: 768px) {
  .fifty-fifty-content__content, .fifty-fifty-content__image {
    width: 50%;
  }
}
.fifty-fifty-content .fifty-fifty-content__image {
  position: relative;
}
.fifty-fifty-content .fifty-fifty-content__image::before {
  content: " ";
  position: absolute;
  top: 60px;
  left: 0;
  width: 256px;
  height: 100%;
  border: 1px solid #ed9500;
  z-index: 1;
}
@media (min-width: 768px) {
  .fifty-fifty-content .fifty-fifty-content__image::before {
    left: 138px;
    width: 100%;
    height: 100%;
  }
}
div[class$="--Blue"] .fifty-fifty-content .fifty-fifty-content__image::before {
  border-color: #20acc8;
}
div[class$="--Green"] .fifty-fifty-content .fifty-fifty-content__image::before {
  border-color: #349162;
}
div[class$="--Purple"] .fifty-fifty-content .fifty-fifty-content__image::before {
  border-color: #7855a3;
}
@media (min-width: 576px) {
  .page-reports .fifty-fifty-content .fifty-fifty-content__image::before {
    height: 80%;
  }
}
@media (min-width: 1200px) {
  .page-reports .fifty-fifty-content .fifty-fifty-content__image::before {
    height: calc(100% + 60px);
  }
}
@media (min-width: 1200px) {
  .page-jobs .fifty-fifty-content .fifty-fifty-content__image::before {
    height: calc(100% + 220px);
    z-index: -1;
  }
}
.fifty-fifty-content .fifty-fifty-content__image img {
  position: relative;
  width: 100%;
  max-width: 550px;
  z-index: 2;
}
.textual-page .fifty-fifty-content .fifty-fifty-content__image img {
  max-height: 80%;
  max-width: 100%;
  width: auto;
}
.hero--basic .fifty-fifty-content .fifty-fifty-content__image img {
  max-width: 100%;
}
.page-jobs .fifty-fifty-content .fifty-fifty-content__image img {
  max-width: 100%;
}
.hero--basic .fifty-fifty-content .fifty-fifty-content__image {
  -ms-flex-item-align: start;
      align-self: start;
}
.fifty-fifty-content .fifty-fifty-content__image--reversed {
  text-align: right;
}
@media (min-width: 768px) {
  .fifty-fifty-content .fifty-fifty-content__image--reversed::before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-content .fifty-fifty-content__image--reversed-wide::before {
    max-width: 200%;
    left: auto;
    right: 130px;
  }
}
@media (min-width: 768px) {
  .fifty-fifty-content .fifty-fifty-content__image--large-bg::before {
    top: -107px;
    height: calc(100% + 107px);
  }
}
.fifty-fifty-content .fifty-fifty-content__image--awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  padding: 1.375rem;
}
@media (min-width: 992px) {
  .fifty-fifty-content .fifty-fifty-content__image--awards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: unset;
  }
}
.fifty-fifty-content .fifty-fifty-content__image--awards::before {
  display: none;
  background: #dadada;
  width: 448px;
  height: 320px;
  left: 50%;
  top: 50%;
  border: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .fifty-fifty-content .fifty-fifty-content__image--awards::before {
    display: block;
  }
}
.fifty-fifty-content .fifty-fifty-content__image--awards img {
  min-width: 600px;
  width: 600px;
}
.fifty-fifty-content__content {
  position: relative;
  padding: 7.5rem 2rem 4rem;
}
@media (min-width: 768px) {
  .fifty-fifty-content__content {
    padding: 7.5rem 3rem 4rem;
    max-width: 700px;
  }
}
.fifty-fifty-content__content-border {
  display: none;
  position: absolute;
  top: -2.75rem;
  right: 0;
  bottom: 0;
  left: -8rem;
  border: 1px solid #575c5d;
  z-index: -1;
}
@media (min-width: 576px) {
  .fifty-fifty-content__content-border {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-jobs .fifty-fifty-content__content {
    padding: 0;
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .page-jobs .fifty-fifty-content__content p {
    font-size: 1.0625rem;
  }
}
.hero--basic .fifty-fifty-content__content {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .hero--basic .fifty-fifty-content__content {
    padding: 0 3rem 4rem;
  }
}
.fifty-fifty-content__content h2 {
  margin-bottom: 1rem;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .fifty-fifty-content__content h2 {
    margin-bottom: 1.5625rem;
    line-height: 3.0625rem;
  }
}
.fifty-fifty-content__content h3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .fifty-fifty-content__content h3 {
    margin-bottom: 1.5625rem;
  }
}
.fifty-fifty-content__content ul li {
  position: relative;
  padding-left: 1.5rem;
}
.fifty-fifty-content__content ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ed9500;
  border-radius: 99px;
}
.fifty-fifty-content__content p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .fifty-fifty-content__content p {
    margin-bottom: 1.5rem;
  }
}
.fifty-fifty-content__content .expandable {
  max-height: 600px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
.fifty-fifty-content__content .expandable.expanded {
  max-height: 1000px;
}
@media (min-width: 992px) {
  .fifty-fifty-content__content--danos-d {
    padding-left: 9rem;
    padding-right: 0;
  }
}
.fifty-fifty-content__link--plain {
  padding-left: 0;
}
.page-jobs .fifty-fifty-content {
  padding-bottom: 1.75rem;
}
.fifty-fifty-content__background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 7.5rem;
  background: #2d3234;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fifty-fifty-content__background {
    width: 50%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .fifty-fifty-content__background--home {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .fifty-fifty-content__background--home {
    width: 50%;
  }
}
.fifty-fifty-content__background svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 443px;
}
@media (min-width: 992px) {
  .fifty-fifty-content__background svg {
    top: 50%;
    left: 43%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fifty-fifty-content__background + div {
  color: #fff;
}
.fifty-fifty-content__background--reverse {
  display: none;
  background-color: transparent;
  left: 50%;
}
@media (min-width: 992px) {
  .fifty-fifty-content__background--reverse {
    display: block;
  }
}
.fifty-fifty-content__background--reverse svg {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fifty-fifty-content__background--reverse + div {
  color: #2d3234;
}

.full-banner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .full-banner {
    padding-top: 6.25rem;
    padding-bottom: 7.125rem;
  }
}
.full-banner h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .full-banner h2 {
    margin-bottom: 2.3125rem;
  }
}
.full-banner__image {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .full-banner__image {
    padding-right: 5.5625rem;
    margin-bottom: 3.75rem;
  }
}
.full-banner__image::before {
  content: " ";
  position: absolute;
  top: -5.25rem;
  right: 0;
  width: 50%;
  height: 100px;
  border: 1px solid #ed9500;
  z-index: 1;
}
@media (min-width: 768px) {
  .full-banner__image::before {
    height: 356px;
  }
}
.full-banner__image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .full-banner__content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
    font-size: 1.0625rem;
  }
}
.full-banner__content p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .full-banner__content p {
    margin-bottom: 1.5rem;
  }
}

#menu-button {
  width: 26px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-left: 2rem;
}
#menu-button .hamburger {
  height: 2px;
  width: 28px;
  margin: 3px 0;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
}
#menu-button.open .hamburger {
  height: 2px;
  background-color: #ed9500;
}
#menu-button.open .hamburger:nth-child(1) {
  width: 100%;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-button.open .hamburger:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(200px);
       -o-transform: translateX(200px);
          transform: translateX(200px);
}
#menu-button.open .hamburger:nth-child(3) {
  width: 100%;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg) translate(-3px, 1px);
       -o-transform: rotate(-45deg) translate(-3px, 1px);
          transform: rotate(-45deg) translate(-3px, 1px);
}

.hero {
  position: relative;
  padding: 3.75rem 0;
}
.hero--basic {
  overflow: hidden;
}
.hero--basic__content {
  padding-top: 2rem;
}
.hero--basic__content h1,
.hero--basic__content h2,
.hero--basic__content h3 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
.hero--basic__content.text-center {
  text-align: center;
}
.hero--basic__content.text-center h1,
.hero--basic__content.text-center h2,
.hero--basic__content.text-center h3,
.hero--basic__content.text-center h4,
.hero--basic__content.text-center h5,
.hero--basic__content.text-center h6 {
  text-align: center;
}
.hero--basic__content .btn:not(:last-child) {
  margin-right: 1.25rem;
}
.hero--basic__video {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero--basic__video-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.hero--basic__video-wrapper video,
.hero--basic__video-wrapper iframe,
.hero--basic__video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero--basic__video::before, .hero--basic__video::after {
  content: "";
  position: absolute;
  bottom: 5%;
  height: 250px;
  width: 500px;
  background-color: #959899;
  opacity: 0.3;
  left: -100px;
  z-index: 0;
}
.hero--basic__video::after {
  background: transparent;
  border: 1px solid #ed9500;
  right: -200px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
.hero--home {
  min-height: calc(90vh - 180px);
  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;
  padding: 0;
}
.hero--home__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero--home__content {
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
  padding: 2rem;
  padding-top: 80px;
  position: relative;
}
.hero--home__content h1 {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero--home__content h1 {
    font-size: 5rem;
  }
}
.hero--home__content--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.hero--contact {
  background-color: #ed9500;
}
.hero--contact > .container > .row {
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--contact__content {
  text-align: center;
}
.hero--contact__content h1 {
  text-align: center;
}
.hero--contact__content a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .hero--contact__content {
    padding: 4rem 0;
    text-align: left;
  }
  .hero--contact__content h1 {
    text-align: left;
  }
}
.hero--contact__content ul.social-icons li a svg path {
  fill: #2d3234;
}
.hero--contact__content ul.social-icons li a:hover svg path {
  fill: #fff;
}
.hero--contact__form {
  background-color: #fff;
  padding: 2rem 0.938rem;
}
@media (min-width: 992px) {
  .hero--contact__form {
    padding: 3.75rem;
  }
  .hero--contact__form .col-lg-3 {
    width: 50%;
  }
}

.resp-img {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  padding-top: 56.25%;
}
.resp-img img,
.resp-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 500ms ease 0s;
  transition: opacity 300ms, -webkit-transform 500ms ease 0s;
  -o-transition: opacity 300ms, -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 300ms;
  transition: transform 500ms ease 0s, opacity 300ms, -webkit-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.resp-img img.lazyloaded,
.resp-img video.lazyloaded {
  opacity: 1;
}
.resp-img--square {
  padding-top: 100%;
}
.resp-img--tall {
  padding-top: 110%;
}
.resp-img--taller {
  padding-top: 120%;
}
.resp-img--event {
  padding-top: 73.1343283582%;
}

.info-cols {
  position: relative;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 768px) {
  .info-cols {
    padding-top: 7.1875rem;
  }
}
.info-cols::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 206px;
  background: #ed9500;
  z-index: -1;
}
@media (min-width: 768px) {
  .info-cols::before {
    display: none;
  }
}
.info-cols__inner {
  padding: 0;
}
@media (min-width: 768px) {
  .info-cols__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 6.5rem;
    margin-bottom: 3.3125rem;
  }
  .info-cols__inner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: #ed9500;
    z-index: -1;
  }
}
.info-cols__col {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .info-cols__col {
    width: 450px;
    max-width: calc(50% - 20px);
  }
}
.info-cols__col:first-child {
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .info-cols__col:first-child {
    margin-bottom: 0;
  }
}
.info-cols__col h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .info-cols__col h2 {
    line-height: 49px;
  }
}
.info-cols__col p {
  margin-bottom: 2rem;
  max-width: 380px;
}
@media (min-width: 768px) {
  .info-cols__col p {
    line-height: 2rem;
    font-size: 1.0625rem;
  }
}
.info-cols__img {
  max-width: 400px;
  margin-bottom: 2.3125rem;
}
.info-cols__img img {
  width: 100%;
}
.info-cols--full {
  padding: 0;
}
.info-cols--full + .footer-additional {
  display: none;
}
.info-cols--full .container-fluid, .info-cols--full .container-sm, .info-cols--full .container-md, .info-cols--full .container-lg, .info-cols--full .container-xl, .info-cols--full .container-xxl {
  max-width: none;
}
.info-cols--full .info-cols__full-col {
  position: relative;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .info-cols--full .info-cols__full-col {
    padding: 6rem 2rem;
  }
}
@media (min-width: 1200px) {
  .info-cols--full .info-cols__full-col {
    padding: 7.5rem 2rem;
  }
}
.info-cols--full .info-cols__full-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .info-cols--full .info-cols__full-col::after {
    bottom: 0;
    height: 100%;
  }
}
.info-cols--full .info-cols__full-col:first-child::after {
  background: rgba(255, 255, 255, 0.7);
}
.info-cols--full .info-cols__full-col:first-child p::before {
  background: #ebebeb;
}
.info-cols--full .info-cols__full-col:last-child {
  color: #fff;
}
.info-cols--full .info-cols__full-col:last-child::after {
  background: rgba(45, 51, 52, 0.7);
}
.info-cols--full .info-cols__full-col:last-child p::before {
  background: #575c5d;
}
.info-cols--full .info-cols__background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .info-cols--full .info-cols__background-img {
    bottom: 0;
    height: 100%;
  }
}
.info-cols--full .info-cols__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  z-index: 1;
}
.info-cols--full .info-cols__content h2 {
  position: relative;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
  z-index: 1;
}
.info-cols--full .info-cols__content p {
  position: relative;
  font-size: 1.125rem;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .info-cols--full .info-cols__content p {
    margin-top: -2rem;
  }
}
.info-cols--full .info-cols__content p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.info-cols--full .info-cols__content .btn {
  margin-top: 1rem;
}

.intro-section {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .intro-section {
    padding: 4.21875rem 0 8.125rem;
  }
}
.intro-section h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .intro-section h2 {
    line-height: 49px;
  }
}

.linkedin-embed {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .linkedin-embed {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .linkedin-embed {
    padding: 5.5rem 0;
  }
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .grid-content {
  border: 1px solid #959899;
  margin: 0 0.75rem 1.5rem !important;
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-job-title-container {
  height: 184px !important;
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-job-title-container a {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-job-title-container a {
    font-size: 1.5625rem;
  }
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-jobs-ago-text {
  margin: 0 0 1rem;
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-btn-apply-now,
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-linkedin-page-jobs-load-more-jobs {
  background-color: transparent !important;
  color: #2d3234 !important;
  font-size: 1.125rem !important;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0 !important;
  border: 2px solid #2d3234 !important;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  height: auto;
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-btn-apply-now:hover, .linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-btn-apply-now:active, .linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-btn-apply-now:focus,
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-linkedin-page-jobs-load-more-jobs:hover,
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-linkedin-page-jobs-load-more-jobs:active,
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-linkedin-page-jobs-load-more-jobs:focus {
  background-color: #ed9500 !important;
  border-color: #ed9500 !important;
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-linkedin-page-jobs-load-more-jobs {
  margin-top: 2.5rem;
}

.jobs-list {
  padding: 0 2.1875rem;
}
@media (min-width: 768px) {
  .jobs-list {
    padding: 0;
  }
}
.jobs-list h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .jobs-list h2 {
    margin-bottom: 2.25rem;
  }
}
.jobs-list__date {
  display: none;
}
.jobs-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs-list__item {
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #dadada;
  padding: 1.5rem;
  border-bottom: 10px solid #ed9500;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .jobs-list__item {
    width: calc(50% - 12.5px);
    padding: 4.0625rem;
  }
}
.jobs-list__item[class*="--blue"] {
  border-color: #20acc8;
}
.jobs-list__item[class*="--blue"] .primary-link::before {
  background: #20acc8;
}
.jobs-list__item[class*="--blue"] .jobs-list__details span:first-child {
  border-right: 2px solid #20acc8;
}
.jobs-list__item[class*="--green"] {
  border-color: #349162;
}
.jobs-list__item[class*="--green"] .primary-link::before {
  background: #349162;
}
.jobs-list__item[class*="--green"] .jobs-list__details span:first-child {
  border-right: 2px solid #349162;
}
.jobs-list__item[class*="--purple"] {
  border-color: #7855a3;
}
.jobs-list__item[class*="--purple"] .primary-link::before {
  background: #7855a3;
}
.jobs-list__item[class*="--purple"] .jobs-list__details span:first-child {
  border-right: 2px solid #7855a3;
}
@media (min-width: 992px) {
  .jobs-list__item h3 {
    margin-bottom: 0.625rem;
    font-size: 1.875rem;
  }
}
.jobs-list__item h3 span {
  display: block;
  font-weight: 400;
}
@media (min-width: 992px) {
  .jobs-list__item h3 span {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .jobs-list__item p {
    font-size: 1.0625rem;
  }
}
.jobs-list__item .primary-link {
  z-index: 1;
  margin-top: 3.125rem;
}
@media (min-width: 992px) {
  .jobs-list__item .primary-link {
    font-size: 1.125rem;
  }
}
.jobs-list__details {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .jobs-list__details {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .jobs-list__details span {
    font-size: 1.5625rem;
  }
}
.jobs-list__details span:first-child {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 2px solid #ed9500;
}
.jobs-list .jobs-list__view-more {
  font-weight: 600;
}

.jobs-slider {
  position: relative;
  padding: 0 60px;
  z-index: 2;
}
@media (min-width: 1550px) {
  .jobs-slider {
    padding: 0;
  }
}
.jobs-slider h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .jobs-slider h2 {
    margin-bottom: 2.5rem;
  }
}
.jobs-slider__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dadada;
  padding: 2rem 1.5rem;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .jobs-slider__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .jobs-slider__item {
    padding: 5.75rem 5.5rem;
  }
}
.jobs-slider__item p {
  line-height: 16px;
}
@media (min-width: 768px) {
  .jobs-slider__item p {
    font-size: 1rem;
  }
}
.jobs-slider__item h3 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .jobs-slider__item h3 {
    margin-bottom: 2.5rem;
  }
}
.jobs-slider__item .primary-link {
  z-index: 1;
}
.jobs-slider .jobs-slider__controls {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
  max-width: calc(100% - 20px);
}
@media (min-width: 1550px) {
  .jobs-slider .jobs-slider__controls {
    width: calc(100% + 160px);
    max-width: initial;
    left: -80px;
  }
}
.jobs-slider .jobs-slider__controls .custom-swiper-button-prev svg,
.jobs-slider .jobs-slider__controls .custom-swiper-button-next svg {
  stroke: #2d3234;
}
.jobs-slider .jobs-slider__controls .custom-swiper-button-prev.swiper-button-disabled svg,
.jobs-slider .jobs-slider__controls .custom-swiper-button-next.swiper-button-disabled svg {
  stroke: #2d3234;
  opacity: 0.5;
}

.key-stats__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0 2.5rem;
}
@media (min-width: 768px) {
  .key-stats__list {
    padding: 5.125rem 0 5.625rem;
  }
}
.key-stats__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .key-stats__stat {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .key-stats__stat:not(:last-child)::after {
    content: " ";
    position: absolute;
    top: calc(50% - 46px);
    right: 0;
    width: 4px;
    height: 92px;
    background: #ed9500;
  }
}
.key-stats__subheading {
  max-width: 255px;
  line-height: 1.5;
}
.key-stats__value {
  position: relative;
  font-weight: 600;
  text-align: center;
  min-width: 208px;
  max-width: 226px;
  cursor: default;
  font-size: 3.4375rem;
}
@media (min-width: 1200px) {
  .key-stats__value {
    line-height: 110px;
    font-size: 5.3125rem;
  }
}
.key-stats__value::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #20acc8;
  height: 4px;
  -webkit-transition: height 0.15s ease;
  -o-transition: height 0.15s ease;
  transition: height 0.15s ease;
  z-index: -1;
}
.key-stats__value:hover::before {
  height: 64px;
}

.language-selector {
  position: relative;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .language-selector {
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .language-selector {
    margin-right: 2.5rem;
  }
}
.language-selector__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .language-selector__button {
    font-size: 1rem;
  }
}
.language-selector__button svg {
  display: none;
}
@media (min-width: 576px) {
  .language-selector__button svg {
    display: inline-block;
    margin-right: 0.25rem;
  }
}
@media (min-width: 992px) {
  .language-selector__button {
    font-size: 1.25rem;
  }
}
.language-selector__options {
  background-color: #fff;
  border-radius: 0.333rem;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: 50% !important;
  -webkit-transform: translate(-50%, 20px) !important;
       -o-transform: translate(-50%, 20px) !important;
          transform: translate(-50%, 20px) !important;
  z-index: 9;
  -webkit-box-shadow: 0 0 14px -7px black;
          box-shadow: 0 0 14px -7px black;
  border: 1px solid #cacaca;
  padding: 0;
  min-width: 130px;
  text-align: left;
}
.language-selector__options.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 10px) !important;
       -o-transform: translate(-50%, 10px) !important;
          transform: translate(-50%, 10px) !important;
  pointer-events: all;
}
.language-selector__options::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -3px;
  top: 1px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid black;
  border-color: #fff white rgba(186, 218, 85, 0) rgba(186, 218, 85, 0);
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-box-shadow: -1px 1px 14px -7px rgba(0, 0, 0, 0.6);
          box-shadow: -1px 1px 14px -7px rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
       -o-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.language-selector__options ul {
  margin-bottom: 0;
  padding: 1rem;
  text-align: center;
}
.language-selector__options ul li {
  position: relative;
}
.language-selector__options ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.language-selector__options ul li a {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.location-list__region {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 190px;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .location-list__region {
    min-width: 50%;
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 992px) {
  .location-list__region h2 {
    margin-bottom: 2rem;
  }
}
.location-list__location {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 190px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .location-list__location {
    margin-bottom: 0;
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .location-list__location-name, .location-list__location-name + p {
    font-size: 1.0625rem;
  }
}
.location-list__location-city {
  font-weight: 600;
}
.location-list span {
  display: block;
  width: 100%;
}

.news-articles {
  padding: 1.5rem 0 4rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .news-articles {
    padding: 1.5rem 0 7rem;
  }
}
.news-articles h2 {
  margin-bottom: 2.5rem;
}
.news-articles__swiper {
  margin-bottom: 1rem;
}
.news-articles__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.news-articles__article-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-articles time {
  display: inline-block;
  color: #ed9500;
  margin-bottom: 0.5rem;
}
.news-articles h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.news-articles .primary-link {
  color: #fff;
}
.news-articles .primary-link:hover {
  color: #fff;
}
.news-articles .primary-link:hover::after {
  background: #fff;
}
.news-articles--sticky {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .news-articles--sticky {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .news-articles--sticky {
    padding-bottom: 7rem;
  }
}
.news-articles--sticky .news-articles__article {
  display: block;
}
.news-articles--sticky .news-articles__article-image {
  width: 100%;
}
.news-articles--sticky .news-articles__article-image .resp-img {
  padding-top: 66.7%;
}
.news-articles--sticky .news-articles__article-content {
  background: #ed9500;
  color: #1f2324;
  padding: 2rem 2.5rem;
}
.news-articles--sticky .news-articles__article-content time {
  color: #1f2324;
}
.news-articles--sticky .news-articles__article-content h3 {
  font-size: 1.5rem;
}
.news-articles--sticky .news-articles__article-content .primary-link {
  color: #1f2324;
  font-weight: 400;
}
.news-articles--sticky .news-articles__article-content .primary-link::before {
  background: #1f2324;
  z-index: 1;
}
.news-articles--sticky .news-articles__article-content .primary-link:hover::after {
  background: #1f2324;
}
@media (min-width: 768px) {
  .news-articles--slider .news-articles__articles-slide:nth-child(2n+1) .news-articles__article:first-child {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .news-articles--slider .news-articles__articles-slide:nth-child(2n+1) .news-articles__article:last-child {
    height: 200px;
  }
}
.news-articles--slider .news-articles__article {
  position: relative;
  height: 280px;
}
.news-articles--slider .news-articles__article:first-child {
  margin-bottom: 20px;
}
.news-articles--slider .news-articles__article-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-articles--slider .news-articles__article-image .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.news-articles--slider .news-articles__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-articles--slider .news-articles__link:hover + .news-articles__article-content-wrapper {
  background-color: rgba(31, 35, 36, 0.35);
}
.news-articles--slider .news-articles__link:hover .news-articles__article-content {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.news-articles--slider .news-articles__article-content-wrapper {
  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;
  position: relative;
  background-color: rgba(31, 35, 36, 0.4);
  width: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.news-articles--slider .news-articles__article-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 1rem 1.25rem 0;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease, -o-transform 0.15s ease;
}
.news-articles--slider time {
  color: #fff;
}
.news-articles--slider .news-articles__article-button {
  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;
  background: #ed9500;
  color: #fff;
  width: calc(100% + 2.5rem);
  height: 40px;
  padding: 0 1.5rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  pointer-events: none;
}
.news-articles--slider .news-articles__article-button span:last-child {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.our-charities {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .our-charities {
    padding-top: 5.125rem;
  }
}
.our-charities h2 {
  margin-bottom: 1.25rem;
}
.our-charities__content {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .our-charities__content {
    margin-bottom: 4.375rem;
  }
}
.our-charities__charity-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .our-charities__charity-items {
    gap: 2rem 0;
  }
}
.our-charities__charity-item {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .our-charities__charity-item {
    width: calc(50% - 12.5px);
    margin-bottom: 0;
  }
}
.our-charities__charity-item p {
  max-width: 450px;
  margin: 0 auto 1.5rem;
}
.our-charities__charity-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 193px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d3234;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .our-charities__charity-image {
    margin-bottom: 2.1875rem;
  }
}
.our-charities__charity-image img {
  max-width: calc(100% - 20px);
}

.our-clients {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .our-clients {
    padding: 3rem 0;
  }
}
.our-clients h2 {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .our-clients h2 {
    margin-bottom: 4.875rem;
  }
}
.our-clients .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-clients__list {
  width: 100%;
  height: 100%;
  max-height: 280px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .our-clients__list {
    max-height: 120px;
  }
}
.our-clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc((100% - 40px) / 2);
}
@media (min-width: 768px) {
  .our-clients__item {
    height: 100%;
  }
}
.our-clients__item a {
  margin: 0 auto;
  max-height: 75px;
  max-width: 220px;
}
.our-clients__item img {
  width: auto;
  max-width: 100%;
}

.our-people .our-people__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .our-people .our-people__filters {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .our-people .our-people__filters {
    margin-bottom: 4rem;
  }
}
.our-people .our-people__filters .accordion-header {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (min-width: 454px) {
  .our-people .our-people__filters .accordion-header {
    width: auto;
    min-width: 50%;
    padding-right: 0.5rem;
  }
  .our-people .our-people__filters .accordion-header .our-people__section {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .our-people .our-people__filters .accordion-header {
    min-width: 33.333%;
  }
}
@media (min-width: 992px) {
  .our-people .our-people__filters .accordion-header {
    min-width: 25%;
  }
}
@media (min-width: 1200px) {
  .our-people .our-people__filters .accordion-header {
    min-width: 20%;
  }
}
@media (min-width: 1400px) {
  .our-people .our-people__filters .accordion-header {
    min-width: unset;
    padding: 0;
  }
  .our-people .our-people__filters .accordion-header .our-people__section {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .our-people .our-people__filters .accordion-header:last-child .our-people__section {
    border-right: none;
  }
}
.our-people .accordion-collapse {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.our-people .accordion-collapse.show {
  opacity: 1;
}
.our-people .collapsing {
  height: auto;
  -webkit-transition: height 0s ease;
  -o-transition: height 0s ease;
  transition: height 0s ease;
}
.our-people__people {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .our-people__people {
    margin-bottom: 3.125rem;
  }
}
.our-people__section {
  font-size: 1.25rem;
  background: transparent;
  line-height: 2rem;
  padding: 0.875rem 1.875rem;
  border: 1px solid #2d3234;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .our-people__section {
    font-size: 1.5625rem;
    border: none;
    border-right: 1px solid #2d3234;
  }
}
.our-people__section.open {
  background: #ed9500;
}
.our-people__section-body {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .our-people__section-body {
    padding-bottom: 7.5rem;
  }
}
.our-people__people-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.our-people__people-item:not(.swiper-slide-active) {
  opacity: 0.32;
}
.our-people__people-item:last-child {
  margin-right: 300px !important;
}
.our-people__people-item h3 {
  color: #ed9500;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.our-people__people-bio {
  display: none;
}
@media (min-width: 992px) {
  .our-people__people-bio {
    display: block;
  }
}
.our-people__people-bio p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .our-people__people-bio p {
    margin-bottom: 1.5rem;
  }
}
.our-people__people-image {
  width: 100%;
}
@media (min-width: 576px) {
  .our-people__people-image {
    width: 276px;
  }
}
.our-people__people-image .resp-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .our-people__people-image .resp-img {
    margin-bottom: 1.5rem;
  }
}
.our-people__people-image img {
  border-bottom: 10px solid #ed9500;
}
@media (min-width: 992px) {
  .our-people__people-image p {
    margin-bottom: 1.625rem;
    font-size: 1.25rem;
  }
}
.our-people__people-image span {
  font-style: italic;
}
@media (min-width: 992px) {
  .our-people__people-image span {
    font-size: 1.125rem;
  }
}
.our-people__people-info {
  width: 100%;
  margin-top: 1.5rem;
}
@media (pointer: coarse) {
  .our-people__people-info {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .our-people__people-info {
    width: 66.6666666667%;
    margin-top: 0;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .our-people__people-info {
    padding-left: 3rem;
  }
}
.our-people__people-contact {
  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;
  margin-left: -2.5rem;
}
.our-people__people-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  word-break: break-word;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
@media (pointer: coarse) {
  .our-people__people-contact a {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}
.our-people__people-contact a svg {
  width: 20px;
  margin-right: 0.5rem;
}
.our-people__people-contact a svg path {
  fill: #ed9500;
}

.our-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #c9c9c9;
  padding: 3rem 0 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .our-services {
    background: transparent;
    padding-bottom: 0;
  }
}
.our-services h2 {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .our-services h2 {
    margin: 0 auto 6rem;
    line-height: 49px;
    max-width: 960px;
  }
}
.our-services .our-services__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .our-services .our-services__service-list {
    padding: 0 4rem;
  }
}
.our-services .our-services__service-list .custom-swiper-button-prev,
.our-services .our-services__service-list .custom-swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .our-services .our-services__service-list .custom-swiper-button-prev,
  .our-services .our-services__service-list .custom-swiper-button-next {
    display: block;
  }
}
.our-services .our-services__service-list .custom-swiper-button-prev {
  left: 0;
}
.our-services .our-services__service-list .custom-swiper-button-next {
  right: 0;
}
.our-services .our-services__service-list .custom-swiper-pagination {
  padding-top: 0.375rem;
}
@media (min-width: 768px) {
  .our-services .our-services__service-list .custom-swiper-pagination {
    display: none;
  }
}
.our-services .our-services__service {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 3rem;
}
.our-services .our-services__service::before {
  display: none;
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  background: #c9c9c9;
  width: 100%;
  height: calc(100% - 5rem);
}
@media (min-width: 992px) {
  .our-services .our-services__service::before {
    display: block;
  }
}
.our-services .our-services__service p {
  position: relative;
}
.our-services .our-services__service .btn {
  position: relative;
  margin: 0;
}
.our-services .our-services__service-icon {
  width: 160px;
  height: 160px;
  padding: 0.5rem;
}
.our-services .our-services__service-icon img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-services .our-services__service-heading {
  position: relative;
  margin-bottom: 1.8125rem;
}
.our-services .home-header__slider {
  overflow: hidden;
}

.partners {
  background-color: #fff;
  padding: 1.5rem 1.875rem;
}
@media (min-width: 992px) {
  .partners {
    padding: 10rem 1.875rem 9.375rem;
  }
}
@media (min-width: 1720px) {
  .partners {
    padding: 10rem 0 9.375rem;
  }
}
.partners .container {
  overflow: hidden;
}
.partners h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .partners h2 {
    margin-bottom: 4.0625rem;
  }
}
.partners__items {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .partners__items {
    margin-bottom: 5.125rem;
  }
}
.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
}
.partners__item::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.5rem);
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .partners__item::before {
    top: 4rem;
    height: calc(100% - 4rem);
  }
}
.partners__item p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .partners__item p {
    font-size: 1.0625rem;
  }
}
.partners__item p.partners__name {
  font-size: 1.875rem;
  color: #ed9500;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .partners__item p.partners__name {
    font-size: 2.1875rem;
  }
}
.partners__item a {
  font-size: 1rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .partners__item a {
    font-size: 1.0625rem;
  }
}
@media (pointer: coarse) {
  .partners__item a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.partners__item a:not(.primary-link) {
  margin-bottom: 1rem;
  font-weight: 400;
  word-break: break-all;
}
.partners__item a.primary-link {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .partners__item a.primary-link {
    font-size: 1.125rem;
  }
}
.partners__item a:hover svg {
  width: 18px;
}
.partners__item a svg {
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.partners__item-image, .partners__item-content {
  position: relative;
  z-index: 1;
}
.partners__item-image {
  position: relative;
  margin: 0 5.5rem;
}
@media (min-width: 1400px) {
  .partners__item-image {
    margin: 0 6rem;
  }
}
.partners__item-image::before {
  opacity: 0.2;
}
.partners__item-image::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ed9500;
}
.partners__item-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.25rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  .partners__item-content {
    padding: 2rem 2rem 1.5rem;
  }
}

.position-slider {
  padding: 4.375rem 1.875rem;
}
@media (min-width: 1200px) {
  .position-slider {
    padding: 6.25rem 0 6.875rem;
  }
}
.position-slider h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .position-slider h2 {
    margin-bottom: 4.375rem;
  }
}
.position-slider__items {
  overflow: visible;
  margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .position-slider__items {
    margin-bottom: 6.25rem;
  }
}
.position-slider__location {
  font-weight: 600;
}
.position-slider__dept {
  color: #ed9500;
}
@media (min-width: 992px) {
  .position-slider__dept {
    font-size: 1.375rem;
  }
}

.post-grid {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .post-grid {
    margin-top: -5.875rem;
    padding: 12.5rem 0 6.5rem;
  }
}
.post-grid__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .post-grid__filters {
    margin-bottom: 2.6875rem;
  }
}
.post-grid__filters > div > span {
  font-weight: 600;
  border-right: 2px solid #ed9500;
  padding-right: 1.3125rem;
  margin-right: 1.3125rem;
}
@media (min-width: 768px) {
  .post-grid__filters > div > span {
    font-size: 1.125rem;
  }
}
.post-grid__filters svg .search-stroke {
  fill: #2d3234;
}
.post-grid__filters svg line {
  stroke: #2d3234;
}
.post-grid__filters input {
  font-weight: 600;
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .post-grid__filters input {
    font-size: 1.125rem;
  }
}
.post-grid__filters input:focus {
  background: transparent;
  outline: none;
}
.post-grid__filters select {
  font-weight: 600;
  background: transparent;
  border: none;
  margin-right: 2.5rem;
}
@media (min-width: 768px) {
  .post-grid__filters select {
    font-size: 1.125rem;
  }
}
.post-grid__filters select:focus {
  background: transparent;
  outline: none;
}
.post-grid__filters .primary-link::before {
  z-index: -1;
}
@media (min-width: 768px) {
  .post-grid__filters button,
  .post-grid__filters a {
    font-size: 1.125rem;
  }
}
.post-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.625rem;
}
.post-grid__list .w-100 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .post-grid__item {
    width: calc(50% - 15px);
    margin-bottom: 4.625rem;
  }
}
.post-grid__item-image {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .post-grid__item-image {
    width: 40%;
    max-width: none;
    margin: 0;
  }
}
.post-grid__item-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (min-width: 768px) {
  .post-grid__item-content {
    width: 60%;
    max-width: none;
    margin: 0;
  }
}
.post-grid__item-content p {
  margin-bottom: 1.375rem;
}
.post-grid__item-content p.h5-style {
  margin-bottom: 1rem;
}
.post-grid__item-content time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ed9500;
  margin-bottom: 0.5rem;
}
.post-grid__item-content span:not(:first-child) {
  border-left: 2px solid #ed9500;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.post-grid .primary-link {
  z-index: 1;
}

.related-posts {
  background-color: #fff;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .related-posts {
    padding: 6.25rem 0;
  }
}
.related-posts h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .related-posts h2 {
    margin-bottom: 2.6875rem;
  }
}
.related-posts__slider {
  margin-bottom: 2rem;
  overflow: hidden;
}
.related-posts__slider .post-grid__item {
  width: 100%;
  margin-bottom: 0;
}
.related-posts__slider .post-grid__item-image::after {
  display: none;
}
@media (min-width: 768px) {
  .related-posts__slider .post-grid__item-content time {
    font-size: 1.125rem;
  }
}
.related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.related-posts__list--people {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.related-posts__item {
  display: none;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .related-posts__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .related-posts__item {
    width: calc(50% - 15px);
    margin-bottom: 4.625rem;
  }
}
.related-posts__item--people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .related-posts__item--people {
    width: 240px;
  }
}
.related-posts__item--people .related-posts__people-image .resp-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .related-posts__item--people .related-posts__people-image .resp-img {
    margin-bottom: 2.25rem;
  }
}
.related-posts__item--people .related-posts__people-image img {
  border-bottom: 6px solid #ed9500;
}
.related-posts__item--people .primary-link {
  z-index: 1;
}
.related-posts__item-image {
  position: relative;
  max-width: 150px;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .related-posts__item-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .related-posts__item-image {
    max-width: 250px;
  }
}
.related-posts__item-image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #ed9500;
}
.related-posts__item-image img {
  width: 100%;
}
.related-posts__item-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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .related-posts__item-content time {
    font-size: 1.125rem;
  }
}
.related-posts__item-content h3 {
  margin-bottom: 1rem;
}
.related-posts__item-content p {
  margin-bottom: 1.3125rem;
}
.related-posts__item-content a {
  display: inline-block;
  z-index: 0;
}

.section-slider {
  padding: 3rem 2rem 2rem;
}
@media (min-width: 992px) {
  .section-slider {
    padding: 5rem 0 5.5rem;
  }
}
@media (min-width: 1400px) {
  .section-slider {
    padding: 7.5rem 0 8rem;
  }
}
@media (min-width: 1400px) {
  .section-slider .section-slider__row {
    padding: 0 6rem;
  }
}
@media (min-width: 1460px) {
  .section-slider .section-slider__row {
    padding: 0 4rem;
  }
}
@media (min-width: 1530px) {
  .section-slider .section-slider__row {
    padding: 0 2rem;
  }
}
@media (min-width: 1600px) {
  .section-slider .section-slider__row {
    padding: 0;
  }
}
.section-slider .col-12 {
  position: relative;
}
.section-slider .section-slider__background {
  display: none;
  position: absolute;
  top: -8%;
  right: -8%;
  bottom: -6%;
  left: -8%;
  min-width: 116%;
  border: 1px solid #ed9500;
}
@media (min-width: 1400px) {
  .section-slider .section-slider__background {
    display: block;
  }
}
.section-slider .section-slider__slider {
  padding: 2.5rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-slider .section-slider__slider {
    padding: 4rem 0;
  }
}
.section-slider .section-slider__item {
  height: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-slider .section-slider__item h2 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .section-slider .section-slider__item h2 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .section-slider .section-slider__item h2 {
    font-size: 2.5rem;
  }
}
.section-slider .section-slider__item li {
  position: relative;
  padding-left: 1.5rem;
}
.section-slider .section-slider__item li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ed9500;
  border-radius: 99px;
}
.section-slider .section-slider__item.text-center h1,
.section-slider .section-slider__item.text-center h2,
.section-slider .section-slider__item.text-center h3,
.section-slider .section-slider__item.text-center h4,
.section-slider .section-slider__item.text-center h5,
.section-slider .section-slider__item.text-center h6 {
  text-align: center;
}
.section-slider .section-slider__item.split-slide {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: grid;
  grid-template-columns: 100%;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .section-slider .section-slider__item.split-slide {
    grid-template-columns: 48% 2% 50%;
  }
}
.section-slider .section-slider__item.split-slide .large-heading {
  font-size: 2.5rem;
  width: 100%;
  text-align: right;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .section-slider .section-slider__item.split-slide .large-heading {
    width: 75%;
  }
}
.section-slider .section-slider__item.split-slide .large-heading + div {
  border-bottom: 4px solid orange;
}
@media (min-width: 768px) {
  .section-slider .section-slider__item.split-slide .large-heading + div {
    border-bottom: 0;
    border-left: 4px solid orange;
  }
}
.section-slider .section-slider__item.split-slide .small-heading {
  font-size: 1.7rem;
  width: 100%;
  text-align: right;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .section-slider .section-slider__item.split-slide .small-heading {
    width: 75%;
  }
}

.secondary-text {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .secondary-text {
    padding: 5rem 0 5.5rem;
  }
}
.secondary-text h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .secondary-text h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .secondary-text h2 {
    margin-bottom: 2.1875rem;
  }
}
.secondary-text p {
  margin-bottom: 1.5rem;
}
.secondary-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.secondary-text ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ed9500;
  border-radius: 99px;
}
@media (min-width: 768px) {
  .secondary-text .secondary-text__triple-col ul {
    margin-top: 1rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1200px) {
  .secondary-text .secondary-text__triple-col ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.secondary-text .secondary-text__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secondary-text .secondary-text__background svg {
  position: absolute;
  top: 50%;
  left: 5vw;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  max-width: 443px;
}
@media (min-width: 1400px) {
  .secondary-text--wide .container {
    max-width: 1500px;
  }
}
.secondary-text--wide p + p {
  margin-top: 1.5rem;
}
.secondary-text--slider {
  padding: 5rem 2rem 3.5rem;
}
@media (min-width: 992px) {
  .secondary-text--slider {
    padding: 5rem 0 5.5rem;
  }
}
.secondary-text--slider h2,
.secondary-text--slider h3,
.secondary-text--slider h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .secondary-text--slider h2,
  .secondary-text--slider h3,
  .secondary-text--slider h4 {
    text-align: left;
  }
}
.secondary-text--slider .secondary-text__background svg {
  max-height: calc(100% + 5rem);
}
.secondary-text--tertiary .secondary-text__background {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
  width: auto;
  height: auto;
  max-width: none;
  border: 1px solid #ed9500;
}
@media (min-width: 1400px) {
  .secondary-text--tertiary .secondary-text__background {
    top: -8%;
    right: -8%;
    bottom: -6%;
    left: -8%;
  }
}
.secondary-text p:empty {
  display: none;
}

.single-hero {
  position: relative;
  overflow: hidden;
  height: 250px;
  max-height: 60vh;
  background-color: #2d3234;
  background-size: cover;
  background-position: center;
}
.single-hero::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(36%, rgba(2, 0, 36, 0)), to(rgb(0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(2, 0, 36, 0) 36%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(2, 0, 36, 0) 36%, rgb(0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 36%, rgb(0, 0, 0) 100%);
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social-icons li:not(:last-of-type) {
  margin-right: 1rem;
}
ul.social-icons li {
  display: inline-block;
}
ul.social-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}
ul.social-icons li a svg {
  width: 20px;
  height: 20px;
}
ul.social-icons li a svg path {
  fill: #fff;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
ul.social-icons li a:hover svg path, ul.social-icons li a:focus svg path {
  fill: #ed9500;
}

.custom-swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.custom-swiper-controls svg {
  stroke: #575c5d;
  -webkit-transition: stroke 0.15s ease;
  -o-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}
.custom-swiper-controls .custom-swiper-button-prev {
  margin-right: 1rem;
}
.custom-swiper-controls .custom-swiper-button-next {
  margin-left: 1rem;
}

.custom-swiper-button-prev:not(.swiper-button-disabled),
.custom-swiper-button-next:not(.swiper-button-disabled) {
  cursor: pointer;
}
.custom-swiper-button-prev:not(.swiper-button-disabled):hover svg,
.custom-swiper-button-next:not(.swiper-button-disabled):hover svg {
  stroke: #ed9500;
}
.custom-swiper-button-prev.swiper-button-disabled svg,
.custom-swiper-button-next.swiper-button-disabled svg {
  stroke: #bbbcbd;
}

.custom-swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #575c5d;
  opacity: 1;
  margin: 1rem !important;
}
.swiper-pagination-bullet-active {
  background: #ed9500;
}

.testimonials {
  background: #dadada;
  padding: 5rem 1.5rem;
}
@media (min-width: 768px) {
  .testimonials {
    background: #ed9500;
    margin-top: 7.3rem;
    padding: 0 0 7.3rem;
  }
}
.testimonials__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #dadada;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonials__inner {
    margin-top: -7.3rem;
    padding: 5rem 8.75rem;
  }
}
.testimonials__inner .testimonial-button-prev:not(.swiper-button-disabled),
.testimonials__inner .testimonial-button-next:not(.swiper-button-disabled) {
  cursor: pointer;
}
.testimonials__inner .testimonial-button-prev.swiper-button-disabled,
.testimonials__inner .testimonial-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.testimonials__inner .testimonial-button-prev svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonials__list {
  margin-bottom: 2.5rem;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .testimonials__list {
    margin-bottom: 5rem;
  }
}
.testimonials__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials__item svg {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.testimonials__item svg:first-child {
  margin-bottom: 0.875rem;
}
.testimonials__item svg:not(:first-child) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonials__item p {
  max-width: 700px;
}
.testimonials__item-header {
  font-weight: 600;
}
@media (min-width: 768px) {
  .testimonials__item-header {
    font-size: 1.5625rem;
  }
}
.testimonials__item-author {
  line-height: 22px;
}
.testimonials__item-author span {
  display: block;
  color: #575c5d;
  font-weight: 600;
}
.testimonials__item-author span:first-child {
  color: #3d3d3d;
}
.testimonials__swiper-controls {
  display: none;
}
@media (min-width: 768px) {
  .testimonials__swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 380px;
  }
}
.testimonials .custom-swiper-controls svg {
  stroke: #2d3234;
}
.testimonials .custom-swiper-button-prev.swiper-button-disabled svg,
.testimonials .custom-swiper-button-next.swiper-button-disabled svg {
  stroke: #2d3234;
  opacity: 0.41;
}
.testimonials .testimonial-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #2d3234;
  opacity: 0.41;
  margin: 0 1rem;
}
.testimonials .swiper-pagination-bullet-active {
  opacity: 1;
}
.testimonials--dark {
  background: #2d3234;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .testimonials--dark {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .testimonials--dark {
    padding-top: 5rem;
  }
}
.testimonials--dark .testimonials__inner {
  background: transparent;
  color: #fff;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .testimonials--dark .testimonials__list {
    margin-bottom: 0;
  }
}
.testimonials--dark .testimonials__item {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .testimonials--dark .testimonials__item {
    padding: 0 8.75rem;
  }
}
.testimonials--dark .testimonials__item svg {
  width: 50px;
  height: 40px;
}
@media (min-width: 992px) {
  .testimonials--dark .testimonials__item svg {
    position: absolute;
    width: 112px;
    height: 89.6px;
  }
  .testimonials--dark .testimonials__item svg:first-child {
    top: 0;
    left: 0;
  }
  .testimonials--dark .testimonials__item svg:not(:first-child) {
    right: 0;
    bottom: 0;
  }
}
.testimonials--dark .testimonials__item p {
  line-height: 28px;
}
.testimonials--dark .testimonials__item .testimonials__item-header {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .testimonials--dark .testimonials__item .testimonials__item-header {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.testimonials--dark .testimonials__item-author {
  padding-top: 1.5rem;
}
.testimonials--dark .testimonials__item-author span {
  color: #fff;
}
.testimonials--dark .testimonials__item-author span:first-child {
  color: #fff;
}
@media (max-width: 767.98px) {
  .testimonials--dark .custom-swiper-button-prev,
  .testimonials--dark .custom-swiper-button-next {
    opacity: 0 !important;
  }
}
.testimonials--dark .custom-swiper-button-prev.swiper-button-disabled svg,
.testimonials--dark .custom-swiper-button-next.swiper-button-disabled svg,
.testimonials--dark .custom-swiper-controls svg {
  stroke: #ed9500;
}
.testimonials--dark .swiper-pagination-bullet {
  background: #575d5d;
  opacity: 1;
}
.testimonials--dark .swiper-pagination-bullet-active {
  background: #ed9500;
}

.view-more-link {
  color: #2d3234;
  font-weight: 400;
}
@media (min-width: 768px) {
  .view-more-link {
    font-size: 1.5625rem;
  }
}
.view-more-link svg {
  margin-left: 1rem;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.breadcrumbs {
  padding: 0.5rem 0;
  font-size: 0.75rem;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 0.875rem;
}
.breadcrumbs a::after {
  content: ">";
  color: #2d3234 !important;
  padding: 0 8px 0 11px;
}

.card a {
  color: #2d3234;
}
.card .card__content {
  padding: 1rem 0 0 0;
  font-weight: 400;
}
.card .card__content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
}
.card .card__content time {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.card--search .card__content h3 {
  margin-bottom: 0.75rem;
}
.card--search .card__content time {
  margin-bottom: 0;
}
.card--search .card__content .info {
  margin-bottom: 0.5rem;
}
.card--post {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .card--post {
    margin-bottom: 4.625rem;
  }
}
.card--post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card--post .card__image {
  width: 125px;
  margin-right: 1.5625rem;
}
@media (min-width: 1200px) {
  .card--post .card__image {
    width: 250px;
  }
}
.card--post .card__image img {
  border-left: 10px solid #ed9500;
}
.card--post .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 66.6666666667%;
}

article.content {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 576px) {
  article.content {
    padding-left: 0;
    padding-right: 0;
  }
}
article.content--global {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (min-width: 576px) {
  article.content--global {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
article.content header p.post-info {
  margin-bottom: 1.375rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  article.content header p.post-info span {
    font-size: 1.1875rem;
  }
}
article.content header p.post-info span:not(:last-child) {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #ed9500;
}
@media (min-width: 768px) {
  article.content header p.post-info span:not(:last-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
}
article.content header p.post-info span time {
  color: #2d3234;
}
article.content header p.post-info span a {
  color: #425563;
}
article.content header p.post-info span a:hover {
  color: #ed9500;
}
article.content header h2 {
  margin-top: 1.375rem;
  margin-bottom: 1.75rem;
}
article.content .article__back-link {
  color: #425563;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  article.content .article__back-link {
    margin-bottom: 2rem;
    font-size: 1.1875rem;
  }
}
article.content .article__back-link:hover {
  color: #ed9500;
}
article.content .article__back-link:hover svg {
  margin-right: 0.5rem;
}
article.content .article__back-link svg {
  stroke: #ed9500;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.15rem;
  margin-right: 1.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  article.content .single-article:not(.single-event) {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
article.content .single-article .wp-block-image img {
  height: auto;
}
article.content .single-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article.content .single-event .single-event__image {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  article.content .single-event .single-event__image {
    width: 50%;
    padding-left: 1.5rem;
  }
  article.content .single-event .single-event__image::after {
    content: "";
    position: absolute;
    top: 64px;
    left: 160px;
    bottom: -110px;
    width: 100%;
    border: 1px solid #ed9500;
  }
}
article.content .single-event .single-event__image + .single-event__content {
  width: 100%;
}
@media (min-width: 992px) {
  article.content .single-event .single-event__image + .single-event__content {
    width: 50%;
    padding-right: 1.5rem;
  }
}
article.content .single-event .single-event__image img {
  position: relative;
  max-height: 592px;
  max-width: 100%;
  z-index: 1;
}
article.content footer .author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  article.content footer .author-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
article.content footer .author-card span {
  display: block;
  margin-bottom: 0.5rem;
}
article.content footer .author-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  article.content footer .author-card h3 {
    margin-top: 0.3125rem;
    font-size: 1.5625rem;
  }
}
article.content footer .author-card p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  article.content footer .author-card p {
    font-size: 1.0625rem;
  }
}
article.content footer .author-card__image {
  border-bottom: 5px solid #ed9500;
  margin-right: 1.3125rem;
}
article.content footer .author-card__image img {
  max-width: 120px;
  height: auto;
}
article.content h1,
article.content h2,
article.content h3,
article.content h4,
article.content h5,
article.content h6 {
  margin-bottom: 1.5rem;
}
article.content h1 small,
article.content h2 small,
article.content h3 small,
article.content h4 small,
article.content h5 small,
article.content h6 small {
  font-weight: normal;
}
article.content * + h1,
article.content * + .h1 {
  margin-top: 1rem;
}
article.content * + .alpha,
article.content * + h2,
article.content * + .h2,
article.content * + .beta,
article.content * + h3,
article.content * + .h3,
article.content * + .gamma,
article.content * + h4,
article.content * + .h4,
article.content * + .delta,
article.content * + h5,
article.content * + .h5 {
  margin-top: 2.5rem;
}
article.content p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  article.content h4 {
    line-height: 2.5rem;
  }
}
article.content ul {
  margin-bottom: 0.5rem;
}
article.content ul li {
  position: relative;
  padding-left: 1.5rem;
}
article.content ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ed9500;
  border-radius: 99px;
}
article.content blockquote {
  padding-left: 1rem;
  margin: 0 0 1.5rem 0;
  border-left: 3px solid;
  font-style: italic;
}
article.content blockquote small,
article.content blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.875rem;
}
article.content blockquote small::before,
article.content blockquote cite::before {
  content: "— ";
}

.cta-banner {
  width: 100%;
  height: 280px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cta-banner {
    height: 240px;
  }
}
.cta-banner.cta-banner--callback {
  height: 480px;
}
@media (min-width: 992px) {
  .cta-banner.cta-banner--callback {
    height: 320px;
  }
}

.error404 article.content {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .error404 article.content {
    font-size: 1.25rem;
  }
}
.error404 article.content ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header .header__search-toggle {
  border: none;
  outline: none;
  background: transparent;
  height: 48px;
  padding: 0;
}
.header .header__search-toggle svg {
  height: 28px;
  margin: 10px 0;
}
.header .header__search-toggle svg path:last-child {
  fill: #fff;
}
.header .header__search-toggle svg line {
  stroke: #fff;
}
.header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1200px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1720px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
.header--upper {
  background: #2d3234;
  color: #fff;
  position: relative;
  padding: 0.5rem 0;
  z-index: 4;
}
.header--upper .container-fluid, .header--upper .container-sm, .header--upper .container-md, .header--upper .container-lg, .header--upper .container-xl, .header--upper .container-xxl {
  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;
  gap: 2rem;
}
.header--upper .brand img {
  width: 88px;
  height: auto;
}
.header--upper .nav--outer a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.header--upper .nav--outer a::after {
  display: none;
}
.header--upper .nav--outer a:hover {
  color: #ed9500;
}
.header--lower {
  position: relative;
  padding: 1.875rem 0;
  z-index: 3;
}
.header--lower .container-fluid, .header--lower .container-sm, .header--lower .container-md, .header--lower .container-lg, .header--lower .container-xl, .header--lower .container-xxl {
  position: inherit;
  z-index: 1;
}
.header--lower .brand {
  z-index: 3;
  width: 60px;
  overflow: hidden;
}
body.home .header--lower .brand {
  width: auto;
  overflow: unset;
}
.header--lower .brand img {
  width: 80px;
  height: auto;
}
@media (min-width: 360px) {
  .header--lower .brand img {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .header--lower .brand img {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .header--lower .brand img {
    width: 180px;
  }
}
.header--lower__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 0;
  width: 100%;
}
.header--lower__links a {
  color: #fff;
  text-align: center;
  width: 100%;
}
.header--lower__links a:hover {
  color: #ed9500;
}
@media (min-width: 768px) {
  .header--lower__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    width: auto;
  }
  .header--lower__links a {
    font-weight: 400;
    font-size: 1.5rem;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
  }
}
@media (min-width: 992px) {
  .header--lower__links {
    gap: 4.375rem;
  }
}
.header--lower::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #42484b;
}
.header__search {
  display: inline-block;
  position: absolute;
  top: 128px;
  left: 0;
  width: 0;
  overflow: hidden;
  margin-left: 0;
}
@media (min-width: 992px) {
  .header__search {
    position: static;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.header__search.active {
  width: calc(100vw - 2rem);
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__search.active {
    width: 288px;
  }
}
.header + .header--spacer {
  height: 180px;
}

.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .module {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1400px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1630px;
  }
}

.nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  background: #2d3234;
  color: #fff;
  width: 100%;
  height: 100vh;
  padding: 180px 0 0.75rem;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .nav-wrapper {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .nav-wrapper {
    width: calc(100vw - 360px);
  }
}
@media (min-width: 1720px) {
  .nav-wrapper {
    width: 75vw;
  }
}
@media (min-width: 1900px) {
  .nav-wrapper {
    width: 50vw;
  }
}
.nav-wrapper > .container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nav-wrapper > .container > div {
  min-width: 90%;
}
.nav-wrapper a {
  color: #fff;
}
.nav-wrapper a:hover {
  color: #ed9500;
}
.nav-wrapper a.btn {
  margin-top: 0.75rem;
}
.nav-wrapper__footer {
  text-align: center;
}
@media (min-width: 992px) {
  .nav-wrapper__footer {
    text-align: right;
    margin-right: 300px;
    margin-bottom: 20px;
  }
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #2d3234;
  mix-blend-mode: multiply;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-overlay.open {
  visibility: visible;
  pointer-events: all;
  opacity: 0.86;
}

body.mobile-menu-open {
  overflow: hidden;
  position: relative;
}
body.mobile-menu-open .nav-wrapper {
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.menu-header-navigation-container {
  max-width: 100%;
}

nav {
  max-width: 100%;
  position: relative;
}
nav .nav--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  nav .nav--main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
nav .nav--main li {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  nav .nav--main li {
    width: auto;
  }
}
@media (min-width: 992px) {
  nav .nav--main li:not(:last-child) {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  nav .nav--main li:not(:last-child) {
    margin-right: 4rem;
  }
}
nav .nav--main li a {
  padding: 1rem 0;
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  nav .nav--main li a {
    font-size: 1.125rem;
  }
}
nav .nav--main li.show > a {
  color: #ed9500;
}
nav .nav--main li.faded > a {
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  nav .nav--main li.menu-item-has-children > a::after {
    content: ">";
    color: #ed9500;
    font-weight: bold;
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  nav .nav--main > li > .sub-menu {
    top: calc(100% + 4rem);
    padding-right: 60px;
    border-right: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  nav .nav--main > li > .sub-menu li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1400px) {
  nav .nav--main > li > .sub-menu li:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
nav .sub-menu {
  position: absolute;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  top: 0;
  left: 100vw;
  height: 100%;
  width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 4;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #2d3234;
}
@media (min-width: 992px) {
  nav .sub-menu {
    top: calc(100% + 4rem);
    width: auto;
    height: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
}
nav .sub-menu .mobmenu-back {
  display: block;
  text-transform: uppercase;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  nav .sub-menu .mobmenu-back {
    display: none;
  }
}
nav .sub-menu.show {
  left: 0;
  height: 100vh;
}
@media (min-width: 768px) {
  nav .sub-menu.show {
    height: auto;
  }
}
@media (min-width: 992px) {
  nav .sub-menu.show {
    opacity: 1;
    visibility: visible;
  }
}
nav .sub-menu li:nth-child(1) a::before {
  background: #349162;
}
nav .sub-menu li:nth-child(2) a::before {
  background: #20acc8;
}
nav .sub-menu li:nth-child(3) a::before {
  background: #7855a3;
}
nav .sub-menu li.show > a {
  color: #ed9500;
}
nav .sub-menu li.show > a:hover {
  color: #ed9500;
}
nav .sub-menu li.show > a::before {
  width: 100%;
}
nav .sub-menu li a {
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  nav .sub-menu li a {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  nav .sub-menu li a {
    font-size: 2.0625rem;
  }
}
nav .sub-menu li a::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #ed9500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav .sub-menu li a:hover {
  color: #fff;
}
nav .sub-menu li a:hover::before {
  width: 100%;
}
@media (min-width: 992px) {
  nav .sub-menu .sub-menu {
    top: 0;
    left: 200px;
    padding-left: 8.75rem;
  }
}
@media (min-width: 1200px) {
  nav .sub-menu .sub-menu {
    left: 350px;
  }
}
@media (min-width: 1400px) {
  nav .sub-menu .sub-menu li a {
    font-weight: 300;
    font-size: 1.625rem;
  }
}
nav .sub-menu .sub-menu li a::before {
  background: #ed9500;
}
nav .nav--outer {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  nav .nav--outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
nav .nav--outer li {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  nav .nav--outer li {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  nav .nav--outer li {
    margin-right: 2rem;
  }
}
nav .nav--outer li a {
  display: block;
  color: #1f2324;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  nav .nav--outer li a {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  nav .nav--outer li a {
    font-size: 1.25rem;
  }
}
nav .nav--outer li a::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0.5rem;
  left: 0.5rem;
  height: 2px;
  background: #ed9500;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
       -o-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
nav .nav--outer li a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu-open nav .nav--outer li a {
  color: #fff;
}
nav .nav--outer li a.faded > a {
  opacity: 0.4;
}

.page-header {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page-header {
    padding: 2rem 0 1rem;
  }
}
@media (min-width: 1200px) {
  .page-header {
    padding: 3rem 0 2rem;
  }
}
.page-header h1 {
  text-align: center;
}
@media (min-width: 1200px) {
  .page-header h1 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .split-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.split-header h1 {
  text-align: center;
}
@media (min-width: 992px) {
  .split-header h1 {
    text-align: left;
  }
}
.split-header .split-header__sticky, .split-header .split-header__fixed {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .split-header .split-header__sticky, .split-header .split-header__fixed {
    width: 50%;
    padding-top: 144px;
    padding-bottom: 144px;
  }
}
@media (max-width: 991.98px) {
  .split-header .split-header__sticky, .split-header .split-header__fixed {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (max-width: 400px) {
  .split-header .split-header__sticky, .split-header .split-header__fixed {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .split-header .split-header__sticky {
    position: sticky;
    height: 100vh;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .split-header .split-header__sticky:first-child {
    padding-bottom: 0;
  }
}
.split-header .split-header__sticky--image {
  background-size: cover;
  background-position: center center;
}
.split-header .split-header__sticky--image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2d3234;
  mix-blend-mode: multiply;
  z-index: 1;
}
.split-header .split-header__left {
  background-color: #2d3234;
  color: #fff;
  padding-right: 4vw;
  padding-top: 144px;
}
.split-header .split-header__left .split-header__image::after {
  right: 25%;
  left: unset;
}
.split-header .split-header__right {
  padding-left: 4vw;
}
.split-header .split-header__inner {
  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;
  width: 100%;
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .split-header .split-header__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1400px) {
  .split-header .split-header__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.split-header .split-header__inner.sticky-header__inner--overflow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 0;
}
.split-header .split-header__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  width: 100%;
  max-width: 80%;
  max-height: calc(100vh - 256px);
}
@media (min-width: 992px) {
  .split-header .split-header__image {
    max-height: calc(100vh - 288px);
  }
}
.split-header .split-header__image::after {
  display: none;
  content: "";
  position: absolute;
  top: 14%;
  left: 28%;
  width: 100%;
  padding-top: 88%;
  border: 1px solid #ed9500;
}
@media (min-width: 576px) {
  .split-header .split-header__image::after {
    display: block;
  }
}
.split-header .split-header__image .resp-img {
  width: 100%;
  padding-top: 88%;
  z-index: 1;
}
@media (min-width: 1400px) {
  .split-header .split-header__content {
    padding-top: 1rem;
  }
}
.split-header .split-header__content h2 {
  font-size: 2.1875rem;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .split-header .split-header__content h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .split-header .split-header__content h2 {
    font-size: 2.8125rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .split-header .split-header__content h2 {
    margin-bottom: 2rem;
  }
}
.split-header .split-header__content h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.833;
}
@media (min-width: 768px) {
  .split-header .split-header__content h4 {
    font-size: 1.5625rem;
  }
}
.split-header .split-header__list {
  padding: 1.5rem;
  border: 1px solid #fff;
  margin-top: 0.5rem;
}
.split-header .split-header__list h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .split-header .split-header__list h2 {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 768px) {
  .split-header .split-header__list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.split-header .btn {
  -ms-flex-item-align: center;
      align-self: center;
}
.split-header.contact-header .split-header__inner {
  display: block;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .split-header.contact-header .split-header__inner {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .split-header.contact-header .split-header__inner {
    padding-top: 6rem;
  }
}
@media (min-width: 1400px) {
  .split-header.contact-header .split-header__inner {
    padding-top: 8rem;
  }
}
.split-header.basic-page-header h2 {
  font-size: 2.1875rem;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .split-header.basic-page-header h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .split-header.basic-page-header h2 {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
}
.split-header.basic-page-header h1,
.split-header.basic-page-header h2,
.split-header.basic-page-header h3,
.split-header.basic-page-header h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .split-header.basic-page-header h1,
  .split-header.basic-page-header h2,
  .split-header.basic-page-header h3,
  .split-header.basic-page-header h4 {
    text-align: left;
  }
}

.contact-header {
  background-color: #ed9500;
}
.contact-header__content {
  position: relative;
  max-width: 528px;
  padding: 2.5rem 0 2rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .contact-header__content {
    padding: 3.5rem 3rem 3rem 0;
    margin-top: 4rem;
  }
}
.contact-header__content::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  left: -1rem;
  border: 1px solid #ed9500;
}
@media (min-width: 768px) {
  .contact-header__content::before {
    display: block;
  }
}
@media (min-width: 1600px) {
  .contact-header__content::before {
    right: 0;
    left: -3rem;
  }
}
.contact-header__content p,
.contact-header__content a {
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .contact-header__content p,
  .contact-header__content a {
    line-height: 3rem;
  }
}
.contact-header__content .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contact-header__content .social-icons {
    margin-top: 2.5rem;
  }
}
.contact-header__content .social-icons li a svg {
  width: 26px;
  height: 26%;
}
.contact-header__form h2 {
  padding-top: 0.875rem;
}
.contact-header__form .col-lg-6 {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-header__form .col-lg-3 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-header__form .col-lg-3 + .col-lg-3 {
    width: 25%;
  }
}
.contact-header__form form.form--contact .form-control {
  background-color: transparent;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.contact-header__form form.form--contact select {
  border: none;
  border-right: 3px solid #ed9500;
}

form.form--contact, form.form--apply, form.form--event-signup, form.form--register, .content form {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  form.form--contact, form.form--apply, form.form--event-signup, form.form--register, .content form {
    margin-top: 3rem;
  }
}
@media (pointer: coarse) {
  form.form--contact, form.form--apply, form.form--event-signup, form.form--register, .content form {
    min-height: 49px;
  }
}
form.form--contact .form-control, form.form--apply .form-control, form.form--event-signup .form-control, form.form--register .form-control, .content form .form-control {
  background-color: transparent;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
}
@media (min-width: 992px) {
  form.form--contact label, form.form--apply label, form.form--event-signup label, form.form--register label, .content form label {
    font-size: 1.0625rem;
  }
}
form.form--contact .form-row, form.form--apply .form-row, form.form--event-signup .form-row, form.form--register .form-row, .content form .form-row {
  position: relative;
  padding-bottom: 0.5rem;
}
form.form--contact input[type=text], form.form--contact input[type=tel], form.form--contact input[type=email], form.form--apply input[type=text], form.form--apply input[type=tel], form.form--apply input[type=email], form.form--event-signup input[type=text], form.form--event-signup input[type=tel], form.form--event-signup input[type=email], form.form--register input[type=text], form.form--register input[type=tel], form.form--register input[type=email], .content form input[type=text], .content form input[type=tel], .content form input[type=email] {
  border: none;
  border-bottom: 1px solid #959899;
  border-radius: 0;
}
@media (min-width: 992px) {
  form.form--contact input[type=text], form.form--contact input[type=tel], form.form--contact input[type=email], form.form--apply input[type=text], form.form--apply input[type=tel], form.form--apply input[type=email], form.form--event-signup input[type=text], form.form--event-signup input[type=tel], form.form--event-signup input[type=email], form.form--register input[type=text], form.form--register input[type=tel], form.form--register input[type=email], .content form input[type=text], .content form input[type=tel], .content form input[type=email] {
    margin-bottom: 2.5rem;
  }
}
form.form--contact input[type=text]::-webkit-input-placeholder, form.form--contact input[type=tel]::-webkit-input-placeholder, form.form--contact input[type=email]::-webkit-input-placeholder, form.form--apply input[type=text]::-webkit-input-placeholder, form.form--apply input[type=tel]::-webkit-input-placeholder, form.form--apply input[type=email]::-webkit-input-placeholder, form.form--event-signup input[type=text]::-webkit-input-placeholder, form.form--event-signup input[type=tel]::-webkit-input-placeholder, form.form--event-signup input[type=email]::-webkit-input-placeholder, form.form--register input[type=text]::-webkit-input-placeholder, form.form--register input[type=tel]::-webkit-input-placeholder, form.form--register input[type=email]::-webkit-input-placeholder, .content form input[type=text]::-webkit-input-placeholder, .content form input[type=tel]::-webkit-input-placeholder, .content form input[type=email]::-webkit-input-placeholder {
  opacity: 0.4;
}
form.form--contact input[type=text]::-moz-placeholder, form.form--contact input[type=tel]::-moz-placeholder, form.form--contact input[type=email]::-moz-placeholder, form.form--apply input[type=text]::-moz-placeholder, form.form--apply input[type=tel]::-moz-placeholder, form.form--apply input[type=email]::-moz-placeholder, form.form--event-signup input[type=text]::-moz-placeholder, form.form--event-signup input[type=tel]::-moz-placeholder, form.form--event-signup input[type=email]::-moz-placeholder, form.form--register input[type=text]::-moz-placeholder, form.form--register input[type=tel]::-moz-placeholder, form.form--register input[type=email]::-moz-placeholder, .content form input[type=text]::-moz-placeholder, .content form input[type=tel]::-moz-placeholder, .content form input[type=email]::-moz-placeholder {
  opacity: 0.4;
}
form.form--contact input[type=text]:-ms-input-placeholder, form.form--contact input[type=tel]:-ms-input-placeholder, form.form--contact input[type=email]:-ms-input-placeholder, form.form--apply input[type=text]:-ms-input-placeholder, form.form--apply input[type=tel]:-ms-input-placeholder, form.form--apply input[type=email]:-ms-input-placeholder, form.form--event-signup input[type=text]:-ms-input-placeholder, form.form--event-signup input[type=tel]:-ms-input-placeholder, form.form--event-signup input[type=email]:-ms-input-placeholder, form.form--register input[type=text]:-ms-input-placeholder, form.form--register input[type=tel]:-ms-input-placeholder, form.form--register input[type=email]:-ms-input-placeholder, .content form input[type=text]:-ms-input-placeholder, .content form input[type=tel]:-ms-input-placeholder, .content form input[type=email]:-ms-input-placeholder {
  opacity: 0.4;
}
form.form--contact input[type=text]::-ms-input-placeholder, form.form--contact input[type=tel]::-ms-input-placeholder, form.form--contact input[type=email]::-ms-input-placeholder, form.form--apply input[type=text]::-ms-input-placeholder, form.form--apply input[type=tel]::-ms-input-placeholder, form.form--apply input[type=email]::-ms-input-placeholder, form.form--event-signup input[type=text]::-ms-input-placeholder, form.form--event-signup input[type=tel]::-ms-input-placeholder, form.form--event-signup input[type=email]::-ms-input-placeholder, form.form--register input[type=text]::-ms-input-placeholder, form.form--register input[type=tel]::-ms-input-placeholder, form.form--register input[type=email]::-ms-input-placeholder, .content form input[type=text]::-ms-input-placeholder, .content form input[type=tel]::-ms-input-placeholder, .content form input[type=email]::-ms-input-placeholder {
  opacity: 0.4;
}
form.form--contact input[type=text]::placeholder, form.form--contact input[type=tel]::placeholder, form.form--contact input[type=email]::placeholder, form.form--apply input[type=text]::placeholder, form.form--apply input[type=tel]::placeholder, form.form--apply input[type=email]::placeholder, form.form--event-signup input[type=text]::placeholder, form.form--event-signup input[type=tel]::placeholder, form.form--event-signup input[type=email]::placeholder, form.form--register input[type=text]::placeholder, form.form--register input[type=tel]::placeholder, form.form--register input[type=email]::placeholder, .content form input[type=text]::placeholder, .content form input[type=tel]::placeholder, .content form input[type=email]::placeholder {
  opacity: 0.4;
}
form.form--contact select, form.form--apply select, form.form--event-signup select, form.form--register select, .content form select {
  background: #ed9500;
  padding: 0.8125rem 0.8125rem 0.875rem;
  border-color: #ed9500;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  form.form--contact select, form.form--apply select, form.form--event-signup select, form.form--register select, .content form select {
    margin-bottom: 0;
  }
}
form.form--contact textarea, form.form--apply textarea, form.form--event-signup textarea, form.form--register textarea, .content form textarea {
  border: none;
  border-bottom: 1px solid #959899;
  border-radius: 0;
}
form.form--contact textarea::-webkit-input-placeholder, form.form--apply textarea::-webkit-input-placeholder, form.form--event-signup textarea::-webkit-input-placeholder, form.form--register textarea::-webkit-input-placeholder, .content form textarea::-webkit-input-placeholder {
  opacity: 0.4;
}
form.form--contact textarea::-moz-placeholder, form.form--apply textarea::-moz-placeholder, form.form--event-signup textarea::-moz-placeholder, form.form--register textarea::-moz-placeholder, .content form textarea::-moz-placeholder {
  opacity: 0.4;
}
form.form--contact textarea:-ms-input-placeholder, form.form--apply textarea:-ms-input-placeholder, form.form--event-signup textarea:-ms-input-placeholder, form.form--register textarea:-ms-input-placeholder, .content form textarea:-ms-input-placeholder {
  opacity: 0.4;
}
form.form--contact textarea::-ms-input-placeholder, form.form--apply textarea::-ms-input-placeholder, form.form--event-signup textarea::-ms-input-placeholder, form.form--register textarea::-ms-input-placeholder, .content form textarea::-ms-input-placeholder {
  opacity: 0.4;
}
form.form--contact textarea::placeholder, form.form--apply textarea::placeholder, form.form--event-signup textarea::placeholder, form.form--register textarea::placeholder, .content form textarea::placeholder {
  opacity: 0.4;
}
form.form--contact .send-button button, form.form--apply .send-button button, form.form--event-signup .send-button button, form.form--register .send-button button, .content form .send-button button {
  position: absolute;
  bottom: 0;
  right: -1px;
}
@media (pointer: coarse) {
  form.form--contact .send-button button, form.form--apply .send-button button, form.form--event-signup .send-button button, form.form--register .send-button button, .content form .send-button button {
    position: relative;
  }
}
form.form--contact .send-button button::before, form.form--apply .send-button button::before, form.form--event-signup .send-button button::before, form.form--register .send-button button::before, .content form .send-button button::before {
  content: "";
  display: none;
}
form.form--contact .send-button button::after, form.form--apply .send-button button::after, form.form--event-signup .send-button button::after, form.form--register .send-button button::after, .content form .send-button button::after {
  content: " ";
  position: absolute;
  bottom: 17px;
  left: auto;
  right: 21px;
  width: 42px;
  height: 42px;
  pointer-events: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMA8KAw4CAQkFBg0MCwcIBvX0D4rOfSx5JKGrrEmgAAATpJREFUOMuNk9mygzAMQ+2shLW0d9P//+glHahTyFI9wXAGeSyLPtT8Yz/iOsXAb5vTGxflWpw3AL7vwFjl7BI54zvGF0KN6wGw16QZj7K/u42RUx1RJNUElQefHMaN20nq0ZUWgzE4EtKCC4vpp8gJSTPUdTGR22MRkgy6zGI00YXUMJnFUIYkD39ZTJ4kA01RXhZTINfDnwFeqEKSOvztvMFmcUWSGPaVYjAAe1sgO/RvEQ0A1JojSWE65wRguF1J9/IXydApSeHN/zT0X0rSmDlqGTolXaVU+oF78jFUSzVgSl9CrfXpITVKbeRPpVLJfAPtklLl5Rjr4c9U1wwlD3VZ7GGamr+cqJSqKg12aamoHoOUSlSMYRX/VgxK/FsxyFG3YvBy1K0YIBfWjEH8G1Li35IdTqH+AxkxFSeJPJm8AAAAAElFTkSuQmCC);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.form--contact .send-button button span, form.form--apply .send-button button span, form.form--event-signup .send-button button span, form.form--register .send-button button span, .content form .send-button button span {
  display: none;
}

form.form br {
  display: none;
}
form.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
form.form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  font-size: 0.75rem;
}
form.form .ajax-loader {
  display: none;
}
form.form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid;
  border-left: 3px solid;
  -webkit-box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.36);
  font-size: 0.875rem;
}
form.form .wpcf7-response-output::before {
  position: relative;
  display: block;
  font-weight: 600;
}
form.form .form-control {
  padding: 0.75rem;
  font-size: 0.875rem;
}
form.form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form.form--contact button {
  background-color: #ed9500 !important;
  border-radius: 50%;
  border-color: #ed9500;
  width: 80px;
  height: 80px;
  color: transparent;
  padding-left: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.form--contact button:hover {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
form.form--contact button:hover::after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
form.form--contact button:focus {
  outline: none;
}
@media (min-width: 992px) {
  form.form--contact .full-name,
  form.form--contact .company {
    padding-right: 8.125rem;
  }
}
@media (min-width: 992px) {
  form.form--contact .tel-number {
    padding-right: 3.75rem;
  }
}
form.form--apply button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  color: #2d3234;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.5rem 1rem !important;
  border-radius: 0;
  border: 2px solid transparent;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-color: #2d3234;
}
form.form--apply button:hover, form.form--apply button:active, form.form--apply button:focus {
  background-color: #ed9500 !important;
  border-color: #ed9500;
}
form.form--apply button::before, form.form--apply button::after {
  display: none;
}
form.form--apply button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
form.form--apply[data-status=sent] .wpcf7-response-output, form.form--register[data-status=sent] .wpcf7-response-output {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 470px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  form.form--apply[data-status=sent] .wpcf7-response-output, form.form--register[data-status=sent] .wpcf7-response-output {
    margin: 3rem auto;
    font-size: 1.625rem;
  }
}
form.form--apply[data-status=sent] .wpcf7-response-output::before, form.form--register[data-status=sent] .wpcf7-response-output::before {
  content: "Thank you," !important;
}
@media (min-width: 992px) {
  form.form--apply[data-status=sent] .wpcf7-response-output::before, form.form--register[data-status=sent] .wpcf7-response-output::before {
    font-size: 2.625rem;
  }
}
form.form--apply[data-status=sent] .row, form.form--register[data-status=sent] .row {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
form.form--apply .uploaded label svg path, form.form--register .uploaded label svg path {
  fill: #dadada;
}
form.form--apply .uploaded .remove-file, form.form--register .uploaded .remove-file {
  display: inline-block;
}
form.form--apply .cv-wrapper,
form.form--apply .cover-letter-wrapper, form.form--register .cv-wrapper,
form.form--register .cover-letter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  form.form--apply .cv-wrapper,
  form.form--apply .cover-letter-wrapper, form.form--register .cv-wrapper,
  form.form--register .cover-letter-wrapper {
    margin-bottom: 0;
  }
}
form.form--apply .cv-wrapper .wpcf7-form-control-wrap,
form.form--apply .cover-letter-wrapper .wpcf7-form-control-wrap, form.form--register .cv-wrapper .wpcf7-form-control-wrap,
form.form--register .cover-letter-wrapper .wpcf7-form-control-wrap {
  overflow: hidden;
}
form.form--apply .cv-wrapper .wpcf7-form-control-wrap input,
form.form--apply .cover-letter-wrapper .wpcf7-form-control-wrap input, form.form--register .cv-wrapper .wpcf7-form-control-wrap input,
form.form--register .cover-letter-wrapper .wpcf7-form-control-wrap input {
  margin-left: -84px;
}
@media (min-width: 992px) {
  form.form--apply .cv-wrapper label span,
  form.form--apply .cover-letter-wrapper label span, form.form--register .cv-wrapper label span,
  form.form--register .cover-letter-wrapper label span {
    font-size: 1.25rem;
  }
}
form.form--apply .cv input,
form.form--apply .cover-letter input, form.form--register .cv input,
form.form--register .cover-letter input {
  display: none;
}
form.form--apply .cv ~ label,
form.form--apply .cover-letter ~ label, form.form--register .cv ~ label,
form.form--register .cover-letter ~ label {
  cursor: pointer;
}
form.form--apply .remove-file, form.form--register .remove-file {
  display: none;
  color: #707070;
  margin-left: 0.3125rem;
}
form.form--apply label svg, form.form--register label svg {
  margin-right: 1rem;
  vertical-align: sub;
}
@media (min-width: 992px) {
  form.form--apply .full-name,
  form.form--apply .company, form.form--register .full-name,
  form.form--register .company {
    padding-right: 1.875rem;
  }
}
form.form--register .form-control {
  background-color: transparent;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
form.form--register select.form-control {
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  border: none;
  border-bottom: 1px solid #959899;
  border-radius: 0;
}
form.form--register .wpcf7-list-item {
  margin-left: 0;
}
form.form--register button {
  background: transparent;
  border: none;
  outline: none;
  font-weight: 600;
}
@media (min-width: 992px) {
  form.form--register button {
    font-size: 1.125rem;
  }
}
form.form--search {
  position: relative;
}
form.form--search label {
  display: block;
  width: 100%;
}
form.form--search label .form-control {
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  padding: 0.75rem;
  padding-right: 1.5rem;
  border: none;
}
form.form--search input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
  height: 100%;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  form.form--filter input[type=text] {
    font-size: 1.125rem;
  }
}
form.form--event-signup {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px solid #ed9500;
  z-index: 1;
}
@media (min-width: 992px) {
  form.form--event-signup {
    padding: 2.5rem 3.5rem;
    margin-top: 4rem;
  }
}
form.form--event-signup .col-lg-6:not(:nth-child(6)) {
  width: 100%;
}
@media (min-width: 992px) {
  form.form--event-signup .col-12:last-child {
    width: 50%;
  }
}
form.form--event-signup .wpcf7-list-item {
  margin-left: 0;
}
form.form--event-signup p {
  margin: 0;
}
form.form--event-signup input {
  background: transparent;
}
form.form--event-signup input[type=checkbox] {
  -webkit-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
  margin-right: 5px;
}
form.form--event-signup input[type=text] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 2rem;
}
form.form--event-signup button {
  background-color: #ed9500 !important;
  color: #2d3234;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.5rem 1rem !important;
  border-radius: 0;
  border: 2px solid #ed9500;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
form.form--event-signup button:hover, form.form--event-signup button:active, form.form--event-signup button:focus {
  background-color: #2d3234;
  color: #fff;
  border-color: #2d3234;
}
form.form--event-signup button::before, form.form--event-signup button::after {
  display: none;
}
form.form.invalid .wpcf7-response-output::before, form.form.failed .wpcf7-response-output::before {
  content: "Error";
}
form.form.success .wpcf7-response-output::before, form.form.sent .wpcf7-response-output::before {
  content: "Success";
}

.footer {
  font-weight: 600;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #2d3234;
  color: #fff;
  width: 100%;
  overflow: hidden;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer .brand img {
  width: 270px;
  height: auto;
}
@media (min-width: 768px) {
  .footer .brand img {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .footer .brand img {
    width: 270px;
  }
}
.footer h3 {
  color: #ed9500;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .footer h3 {
    font-size: 1.5625rem;
  }
}
.footer .social-icons {
  margin-left: -0.5rem;
}
@media (min-width: 768px) {
  .footer .social-icons {
    margin-left: 0;
    margin-right: -0.5rem;
  }
}
.footer ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer ul.nav li {
  width: 40%;
  display: block;
}
.footer ul.nav li a {
  padding: 0.5rem 0;
  display: block;
  font-weight: 400;
}
.footer ul.nav.nav--simple {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .footer ul.nav.nav--simple {
    margin-bottom: 0;
  }
}
.footer ul.nav.nav--simple li {
  position: relative;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer ul.nav.nav--simple li {
    width: auto;
  }
}
.footer ul.nav.nav--simple li a {
  padding: 0;
}
.footer ul.nav.nav--simple li:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer ul.nav.nav--simple li:not(:last-of-type) {
    margin-right: 1rem;
    margin-bottom: 0;
    padding-right: 1rem;
    padding-bottom: 0;
  }
}
.footer ul.nav.nav--simple li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 22px;
  height: 1px;
  background: #ed9500;
}
@media (min-width: 768px) {
  .footer ul.nav.nav--simple li:not(:last-of-type)::after {
    width: 1px;
    height: 20px;
    top: 5px;
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .footer ul.nav .footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 485px;
}
@media (min-width: 768px) {
  .footer p {
    font-size: 1rem;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ed9500;
}
@media (min-width: 768px) {
  .footer a {
    font-size: 1rem;
  }
}
.footer__attribution {
  display: inline-block;
}
.footer__lower, .footer__lower p {
  font-weight: 400;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer__lower, .footer__lower p {
    font-size: 1.125rem;
  }
}
.footer__accreditations {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.footer__accreditations img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-height: 64px;
  max-width: 88px;
}

.single-job_listings .footer-additional, .page-about .footer-additional, .page-contact .footer-additional, .template-basic .footer-additional, .page-template-default .footer-additional, .home .footer-additional {
  display: none;
}

body#tinymce {
  margin: 12px !important;
}

.page-about .fifty-fifty-content--two .fifty-fifty-content__image::before {
  top: 2.4375rem;
}
@media (min-width: 768px) {
  .page-about .fifty-fifty-content--two .fifty-fifty-content__content {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .page-about .fifty-fifty-content__content {
    padding-top: 4.5rem;
  }
}

body.single-events article header {
  margin-bottom: 3rem;
}
body.single-events article header time span:first-of-type {
  display: inline-block;
  position: relative;
  padding-right: 1.2rem;
  margin-right: 0.85rem;
  font-weight: 600;
}
body.single-events article header time span:first-of-type::after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #ed9500;
}
body.single-events article header h2 {
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
@media (min-width: 992px) {
  body.single-events article header h2 {
    max-width: 900px;
    font-size: 1.875rem;
  }
}
body.single-events article header p.price {
  font-size: 1.5rem;
  font-style: italic;
  color: #3d3d3d;
  margin-bottom: 2rem;
}

.single-job_listings__main, .single-job_listings__sub, .single-job_listings__contact {
  padding: 1.5rem 0.75rem;
}
.single-job_listings__main {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .single-job_listings__main {
    padding: 5rem 0 6rem;
  }
}
.single-job_listings__main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .single-job_listings__main .col-lg-6:first-child {
    border-right: 2px solid #ed9500;
  }
}
.single-job_listings__main h3 {
  margin-bottom: 0.875rem;
}
.single-job_listings__main h3 span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 992px) {
  .single-job_listings__main h3 span {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .single-job_listings__main p {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .single-job_listings__date {
    margin-bottom: 1.5rem;
  }
}
.single-job_listings__details {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .single-job_listings__details {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single-job_listings__details span {
    font-size: 1.5625rem;
  }
}
.single-job_listings__details span:first-child {
  border-right: 2px solid #ed9500;
  margin-right: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .single-job_listings__details span:first-child {
    margin-right: 1.4375rem;
    padding-right: 1.4375rem;
  }
}
.single-job_listings__desc {
  max-width: 584px;
  margin-bottom: 1.5rem;
}
.single-job_listings__consultant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .single-job_listings__consultant {
    padding-left: 4.75rem;
  }
}
@media (min-width: 1400px) {
  .single-job_listings__consultant {
    padding-left: 5.75rem;
  }
}
.single-job_listings__consultant-image {
  border-bottom: 8px solid #ed9500;
  margin-right: 2.25rem;
  width: 100%;
  max-width: 120px;
}
@media (min-width: 992px) {
  .single-job_listings__consultant-image {
    max-width: 235px;
  }
}
.single-job_listings__consultant-image img {
  max-width: 100%;
}
.single-job_listings__consultant-position {
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .single-job_listings__consultant-position {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
  }
}
.single-job_listings__consultant h3 {
  margin-bottom: 0;
}
.single-job_listings__consultant a:not(.primary-link) {
  font-weight: 400;
  margin-bottom: 0.875rem;
  word-break: break-word;
}
.single-job_listings__consultant a:not(.primary-link) svg {
  width: 25px;
}
@media (min-width: 992px) {
  .single-job_listings__sub {
    padding: 4.5rem 0 4.5rem;
  }
}
@media (min-width: 992px) {
  .single-job_listings__sub .col-lg-6:first-child {
    padding-right: 4rem;
    padding-left: 0;
  }
  .single-job_listings__sub .col-lg-6:last-child {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .single-job_listings__sub-inner {
    padding: 2rem 3rem;
    border: 1px solid #959899;
  }
}
@media (min-width: 992px) {
  .single-job_listings__sub h2 {
    margin-bottom: 1.5rem;
  }
}
.single-job_listings__sub li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.single-job_listings__sub li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ed9500;
  border-radius: 99px;
}
.single-job_listings__contact {
  position: relative;
  padding: 8rem 0 6rem;
}
@media (min-width: 768px) {
  .single-job_listings__contact {
    padding: 10rem 0 8rem;
  }
}
@media (min-width: 1200px) {
  .single-job_listings__contact {
    padding: 12rem 0 10rem;
  }
}
.single-job_listings__contact-background {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.single-job_listings__contact-background svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 443px;
}
@media (min-width: 1400px) {
  .single-job_listings__contact-background svg {
    right: 9rem;
    left: unset;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.single-job_listings__contact .col-12 {
  position: relative;
}
.single-job_listings__contact h2 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.single-job_listings__contact-email {
  font-size: 1.875rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .single-job_listings__contact-email {
    font-size: 2.1875rem;
  }
}

.job-heading {
  font-size: 1.5625rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .job-heading {
    font-size: 1.875rem;
  }
}

form.form--register .cover-letter-wrapper .wpcf7-form-control-wrap {
  overflow: visible !important;
}

@media (min-width: 1200px) {
  nav .sub-menu .sub-menu {
    left: 320px !important;
  }
}
@media (min-width: 992px) {
  .page-brands .brands-list__item {
    margin-bottom: 0;
    padding: 0 1rem;
    background: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%;
    min-height: 414px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
  }
  .page-brands .brands-list__item:hover {
    border: none;
  }
}
.linkedin-embed .container .sk-ww-linkedin-page-jobs .grid-content {
  border: 1px solid #959899;
  margin: 0 0.75rem 1.5rem !important;
  min-height: 400px;
}

.brands-header .brands-header__top h2 p {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  color: #2d3234;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 767px) {
  .core-values__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 120px;
    height: auto;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials--dark .custom-swiper-button-prev,
  .testimonials--dark .custom-swiper-button-next {
    opacity: 1 !important;
  }
  .split-header.home-header {
    max-height: unset !important;
    overflow: hidden;
  }
  .info-cols--full .info-cols__full-col:last-child {
    color: #fff;
    padding-bottom: 0;
  }
  .info-cols--full .info-cols__content p {
    position: relative;
    font-size: 1.125rem;
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 11rem;
    color: black;
  }
}
@media (min-width: 1200px) {
  .sectors .page-header,
  .practices .page-header {
    padding: 3rem 0 2rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 576px) {
  .sectors article.content,
  .practices article.content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .sectors .section-slider .section-slider__slider,
  .practices .section-slider .section-slider__slider {
    padding: 4rem 0;
    padding-top: 5.5rem;
    padding-bottom: 0;
  }
}
.jobs .email-banner.iv.iv--from-below {
  background: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.jobs.py-4 {
  padding: 0 !important;
}

#wpcf7-f13465-p13466-o1 .col-lg-4 .mt-4.mt-lg-0 {
  margin-top: -1.8em !important;
}

body .sk-ww-linkedin-page-jobs .jobs-content {
  overflow: hidden;
  height: 200px !important;
}

.linkedin-embed .container .sk-ww-linkedin-page-jobs .sk-linkedin-page-jobs-load-more-jobs {
  margin-top: 1em;
}

@media (min-width: 1200px) {
  .linkedin-embed {
    padding: 5.5rem 0;
    padding-bottom: 2rem;
    position: relative;
  }
}
.primary-link {
  background: transparent;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 1.6rem !important;
  margin-top: 1em;
}

@media (min-width: 1720px) {
  .partners {
    padding: 5rem;
  }
}
.contact-header__content ul.social-icons li:last-child a {
  margin-top: 0.3em !important;
}

.testimonials--awards .custom-swiper-button-prev.swiper-button-disabled svg,
.testimonials--awards .custom-swiper-button-next.swiper-button-disabled svg {
  stroke: #2d3234 !important;
  opacity: 0.41;
}

.testimonials--awards.testimonials--dark .testimonials__item {
  padding: 0;
}

span[data-name=cv],
span[data-name=cover-letter] {
  display: none !important;
}

@media (min-width: 992px) {
  form.form--register label,
  .content form label {
    font-size: 1.0625rem;
    width: 100%;
    text-align: left;
  }
}
.jobs .email-banner a:hover {
  color: white;
  border-color: #2d3234;
}

@media (min-width: 1200px) {
  .home .core-values__item-heading {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .template-registration .our-clients h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .template-registration .our-clients {
    padding: 3rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .template-registration .testimonials--dark .testimonials__list,
  .home .testimonials--dark .testimonials__list,
  .practices .testimonials--dark .testimonials__list,
  .sectors .testimonials--dark .testimonials__list {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .template-registration .testimonials--awards .testimonials__list,
  .home .testimonials--awards .testimonials__list,
  .practices .testimonials--awards .testimonials__list,
  .sectors .testimonials--awards .testimonials__list {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .practices .section-slider .custom-swiper-controls .custom-swiper-button-next,
  .practices .section-slider .custom-swiper-controls .custom-swiper-button-prev,
  .sectors .section-slider .custom-swiper-controls .custom-swiper-button-next,
  .sectors .section-slider .custom-swiper-controls .custom-swiper-button-prev {
    margin: -15% 50% 0;
  }
}
.practices .custom-swiper-button-prev:not(.swiper-button-disabled):hover svg,
.custom-swiper-button-next:not(.swiper-button-disabled):hover svg {
  stroke: #ed9500;
}

.sectors .custom-swiper-button-prev:not(.swiper-button-disabled):hover svg,
.custom-swiper-button-next:not(.swiper-button-disabled):hover svg {
  stroke: #ed9500;
}

.sectors .custom-swiper-button-prev.swiper-button-disabled svg,
.custom-swiper-button-next.swiper-button-disabled svg {
  stroke: #bbbcbd !important;
}

.practices .custom-swiper-button-prev.swiper-button-disabled svg,
.custom-swiper-button-next.swiper-button-disabled svg {
  stroke: #bbbcbd !important;
}

.sectors .custom-swiper-controls svg {
  stroke: orange;
  -webkit-transition: stroke 0.15s ease;
  -o-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

.practices .custom-swiper-controls svg {
  stroke: orange;
  -webkit-transition: stroke 0.15s ease;
  -o-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

@media (min-width: 992px) {
  .template-registration .testimonials--awards,
  .home .testimonials--awards,
  .practices .testimonials--awards,
  .sectors .testimonials--awards {
    padding-top: 5rem !important;
    padding-bottom: 0;
  }
  .template-registration .testimonials--dark,
  .home .testimonials--dark,
  .practices .testimonials--dark,
  .sectors .testimonials--dark {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .brands-list__item {
    margin-bottom: 0;
    padding: 0 1rem;
    background: #dadada;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%;
    min-height: 414px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
  }
  .brands-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding-bottom: 4rem;
    grid-gap: 2rem 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
  }
  .brands-list__icon {
    width: 225px;
    height: 225px;
    margin-bottom: 0;
  }
}
.brands-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dadada;
  border-bottom: none;
  margin-bottom: 1rem;
  width: 125px;
  height: 125px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.brands-list__item a {
  text-align: center;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.brands-list h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.brands-list {
  margin-top: 2em;
  overflow: hidden;
}

.home .core-values__item p:nth-child(4) {
  /* background: red; */
  min-height: 140px;
}

.home .core-values.mt-4 .core-values__item p:nth-child(4) {
  min-height: 100px !important;
}

.testimonials--dark .testimonials__inner {
  max-width: 1280px !important;
}

.testimonials--dark .testimonials__inner img {
  max-width: 400px !important;
}

@media (min-width: 768px) {
  .template-registration .email-banner .col-md-10 {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }
}
.template-registration p.h1-style.iv.iv--from-below.iv-loaded.py-4 {
  text-align: center;
  font-size: 2.7rem;
}

.template-registration .px-4 a {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.job-referral .content ul {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 2rem;
}

.page-jobs .split-header .split-header__content {
  padding-top: 0 !important;
}

.page-template-page-shared .our-people h1,
.page-template-page-shared .our-people h2 {
  text-align: center;
}

.home-header .home-header__text {
  font-size: 2.5rem;
  /* margin-bottom: 0; */
  margin-top: 0.8rem;
}

.brands-list__item:hover {
  border: 1px solid #ed9500;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.brands-list__item:hover a {
  color: inherit;
}

.brands-list__item a:hover {
  color: #2d3234 !important;
}

.page-template-page-home-new .home-header .home-header__text::before {
  content: none;
}

.page-template-page-home-new .split-header .btn {
  -ms-flex-item-align: center;
  align-self: baseline;
}

.bg--primary {
  background-color: #ed9500;
}

.bg--secondary {
  background-color: #2d3234;
  color: #fff;
}

.bg--tertiary {
  background-color: #dadada;
}

.bg--off-white {
  background-color: #ebebeb;
}

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