@charset "UTF-8";
/*!
Theme Name: opus wp theme
Author:
Description: Custom theme: opus wp theme
*/
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-Regular.woff2") format("woff2"), url("assets/fonts/inter/Inter-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-Bold.woff2") format("woff2"), url("assets/fonts/inter/Inter-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("assets/fonts/inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-Light.woff2") format("woff2"), url("assets/fonts/inter/Inter-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/Inter-Medium.woff2") format("woff2"), url("assets/fonts/inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
}
/* Bootstrap variables */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fff;
  --secondary: #A31F34;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.8rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.6rem;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

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

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

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

.display-1 {
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 8.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.4rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.32rem 0.64rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.32rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1280px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .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%;
  }
}
.table, .wp-block-table table {
  width: 100%;
  margin-bottom: 3.2rem;
  color: #212529;
}
.table th, .wp-block-table table th,
.table td,
.wp-block-table table td {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .wp-block-table table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.48rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: white;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: white;
}

.table-hover .table-primary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f2f2f2;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e5c0c6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #cf8b95;
}

.table-hover .table-secondary:hover {
  background-color: #deaeb6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #deaeb6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .wp-block-table table tfoot tr,
.table-dark > th,
.wp-block-table table tfoot tr > th,
.table-dark > td,
.wp-block-table table tfoot tr > td {
  background-color: #c6c8ca;
}
.table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th,
.table-dark tbody + tbody,
.wp-block-table table tfoot tr tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .wp-block-table table tfoot tr:hover, .wp-block-table table tfoot .table-hover tr:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .wp-block-table table tfoot tr:hover > td, .wp-block-table table tfoot .table-hover tr:hover > td,
.table-hover .table-dark:hover > th,
.table-hover .wp-block-table table tfoot tr:hover > th,
.wp-block-table table tfoot .table-hover tr:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .wp-block-table table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .wp-block-table table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark, .wp-block-table table tfoot tr {
  color: #fff;
  background-color: #343a40;
}
.table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered, .wp-block-table table tfoot tr.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .wp-block-table table tfoot tr.table-striped tbody tr:nth-of-type(odd), .wp-block-table table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover, .wp-block-table table tfoot tr.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -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;
  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;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.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;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 2rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5;
}

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

.form-control-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.32rem;
}

.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.48rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.6rem;
}

.form-text {
  display: block;
  margin-top: 0.4rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 2rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.48rem;
  margin-left: -2rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 1.2rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem;
}

.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: #28a745;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.7rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.32rem 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;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.form-inline {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    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: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.4rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  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.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  -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) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(222, 222, 223, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(222, 222, 223, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #A31F34;
  border-color: #A31F34;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #83192a;
  border-color: #781726;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #83192a;
  border-color: #781726;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(177, 65, 82, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(177, 65, 82, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #A31F34;
  border-color: #A31F34;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #781726;
  border-color: #6d1523;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(177, 65, 82, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(177, 65, 82, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.5);
}

.btn-outline-secondary {
  color: #A31F34;
  border-color: #A31F34;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #A31F34;
  border-color: #A31F34;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(163, 31, 52, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(163, 31, 52, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #A31F34;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #A31F34;
  border-color: #A31F34;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(163, 31, 52, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(163, 31, 52, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.btn-link:hover {
  color: #d9d9d9;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.48rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.32rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.8rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0.8rem 0;
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.2rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

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

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 1.6rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 2.4rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.48rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.8rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.32rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 2.4rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.6rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.6rem;
  height: 2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: white;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-switch {
  padding-left: 3.6rem;
}
.custom-switch .custom-control-label::before {
  left: -3.6rem;
  width: 2.8rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.4rem + 2px);
  left: calc(-3.6rem + 2px);
  width: calc(1.6rem - 4px);
  height: calc(1.6rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.8rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 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: transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.2rem);
          transform: translateX(1.2rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 2.8rem 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: white;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.2rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.6rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.4rem 0.4rem 0;
}

.custom-range {
  width: 100%;
  height: 2.24rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.4rem;
  background-color: #fff;
  border: 0;
  border-radius: 1.6rem;
  -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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.custom-range::-moz-range-thumb {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 0;
  border-radius: 1.6rem;
  -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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.custom-range::-ms-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-right: 0.32rem;
  margin-left: 0.32rem;
  background-color: #fff;
  border: 0;
  border-radius: 1.6rem;
  -ms-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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.8rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.8rem 1.6rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 3.2rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 3.2rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

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

.navbar-toggler {
  padding: 0.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.4rem - 1px) calc(0.4rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    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;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.2rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2rem 1.6rem;
  margin-bottom: 1.6rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #d9d9d9;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 1.2rem 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.48rem;
  border-bottom-left-radius: 0.48rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.48rem;
  border-bottom-right-radius: 0.48rem;
}

.pagination-sm .page-link {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.32rem;
  border-bottom-left-radius: 0.32rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.32rem;
  border-bottom-right-radius: 0.32rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  -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) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #fff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #A31F34;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #781726;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(163, 31, 52, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(163, 31, 52, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.48rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 1.6rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 6.4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.2rem 2rem;
  color: inherit;
}

.alert-primary {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-primary hr {
  border-top-color: #f2f2f2;
}
.alert-primary .alert-link {
  color: #6c6c6c;
}

.alert-secondary {
  color: #55101b;
  background-color: #edd2d6;
  border-color: #e5c0c6;
}
.alert-secondary hr {
  border-top-color: #deaeb6;
}
.alert-secondary .alert-link {
  color: #2a080d;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

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

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

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

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #858585;
  background-color: white;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-secondary {
  color: #55101b;
  background-color: #e5c0c6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #55101b;
  background-color: #deaeb6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #55101b;
  border-color: #55101b;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 1.2rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1.2rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 1.2rem;
}

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

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

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1.6rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1.6rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.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% - 1.6rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1.6rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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.48rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 1.6rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.48rem - 1px);
  border-top-right-radius: calc(0.48rem - 1px);
}
.modal-header .close {
  padding: 1.6rem 1.6rem;
  margin: -1.6rem -1.6rem -1.6rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.35rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.48rem - 1px);
  border-bottom-left-radius: calc(0.48rem - 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: 2.8rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 5.6rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 5.6rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 5.6rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 5.6rem);
  }

  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.28rem;
  height: 0.64rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.64rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.64rem 0.64rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.64rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.64rem 0.64rem 0.64rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.64rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.64rem 0.64rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.64rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.64rem 0 0.64rem 0.64rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.48rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 0.8rem;
  margin: 0 0.48rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.8rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.48rem - 1px);
  border-top-right-radius: calc(0.48rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e6e6e6 !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #781726 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-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;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 768px) {
  .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-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;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 992px) {
  .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-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;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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;
  }

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

  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .exposed-filter-single .query-exposed-label, .utility-navigation nav .searchform .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !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;
}

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.8rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.8rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.8rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.8rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 1.6rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.6rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.6rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.6rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 3.2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3.2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3.2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3.2rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 4.8rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4.8rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4.8rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4.8rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 9.6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 9.6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 9.6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 9.6rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.8rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.8rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.8rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.8rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 1.6rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.6rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.6rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.6rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 3.2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3.2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3.2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3.2rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 4.8rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4.8rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4.8rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4.8rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 9.6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 9.6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 9.6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 9.6rem !important;
}

.m-n1 {
  margin: -0.8rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.8rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.8rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.8rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.8rem !important;
}

.m-n2 {
  margin: -1.6rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.6rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.6rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.6rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.6rem !important;
}

.m-n3 {
  margin: -3.2rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3.2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3.2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3.2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3.2rem !important;
}

.m-n4 {
  margin: -4.8rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4.8rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4.8rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4.8rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4.8rem !important;
}

.m-n5 {
  margin: -9.6rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -9.6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -9.6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -9.6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -9.6rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

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

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.8rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.8rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.8rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.6rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.6rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.6rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 3.2rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 3.2rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 3.2rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 4.8rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 4.8rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 4.8rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 9.6rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 9.6rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 9.6rem !important;
  }

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

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

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.8rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.8rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.8rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.6rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.6rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.6rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 3.2rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 3.2rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 3.2rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 4.8rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 4.8rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 4.8rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 9.6rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 9.6rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 9.6rem !important;
  }

  .m-sm-n1 {
    margin: -0.8rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.8rem !important;
  }

  .m-sm-n2 {
    margin: -1.6rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1.6rem !important;
  }

  .m-sm-n3 {
    margin: -3.2rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -3.2rem !important;
  }

  .m-sm-n4 {
    margin: -4.8rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -4.8rem !important;
  }

  .m-sm-n5 {
    margin: -9.6rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -9.6rem !important;
  }

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

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

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

  .mt-md-1,
.my-md-1 {
    margin-top: 0.8rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.8rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.8rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 1.6rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 1.6rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 1.6rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 3.2rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 3.2rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 3.2rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 4.8rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 4.8rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 4.8rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 9.6rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 9.6rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 9.6rem !important;
  }

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

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

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

  .pt-md-1,
.py-md-1 {
    padding-top: 0.8rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.8rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.8rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 1.6rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 1.6rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 1.6rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 3.2rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 3.2rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 3.2rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 4.8rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 4.8rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 4.8rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 9.6rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 9.6rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 9.6rem !important;
  }

  .m-md-n1 {
    margin: -0.8rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.8rem !important;
  }

  .m-md-n2 {
    margin: -1.6rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1.6rem !important;
  }

  .m-md-n3 {
    margin: -3.2rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -3.2rem !important;
  }

  .m-md-n4 {
    margin: -4.8rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -4.8rem !important;
  }

  .m-md-n5 {
    margin: -9.6rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -9.6rem !important;
  }

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

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

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.8rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.8rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.8rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.6rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.6rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.6rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 3.2rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 3.2rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 3.2rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 4.8rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 4.8rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 4.8rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 9.6rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 9.6rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 9.6rem !important;
  }

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.8rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.8rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.8rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.6rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.6rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.6rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 3.2rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 3.2rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 3.2rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 4.8rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 4.8rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 4.8rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 9.6rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 9.6rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 9.6rem !important;
  }

  .m-lg-n1 {
    margin: -0.8rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.8rem !important;
  }

  .m-lg-n2 {
    margin: -1.6rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.6rem !important;
  }

  .m-lg-n3 {
    margin: -3.2rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -3.2rem !important;
  }

  .m-lg-n4 {
    margin: -4.8rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -4.8rem !important;
  }

  .m-lg-n5 {
    margin: -9.6rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -9.6rem !important;
  }

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

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

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.8rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.8rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.8rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.6rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.6rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.6rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 3.2rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 3.2rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 3.2rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 4.8rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 4.8rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 4.8rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 9.6rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 9.6rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 9.6rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.8rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.8rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.8rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.6rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.6rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.6rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 3.2rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 3.2rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 3.2rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 4.8rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 4.8rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 4.8rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 9.6rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 9.6rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 9.6rem !important;
  }

  .m-xl-n1 {
    margin: -0.8rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.8rem !important;
  }

  .m-xl-n2 {
    margin: -1.6rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.6rem !important;
  }

  .m-xl-n3 {
    margin: -3.2rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -3.2rem !important;
  }

  .m-xl-n4 {
    margin: -4.8rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -4.8rem !important;
  }

  .m-xl-n5 {
    margin: -9.6rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -9.6rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #d9d9d9 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #63131f !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .wp-block-table table {
    border-collapse: collapse !important;
  }
  .table td, .wp-block-table table td,
.table th,
.wp-block-table table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark, .wp-block-table table tfoot tr {
    color: inherit;
  }
  .table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th,
.table-dark tbody + tbody,
.wp-block-table table tfoot tr tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th, .wp-block-table table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.icon-mit-logo-hover, .navbar--mobile .general-mit-logo:hover, .utility-navigation-wrapper .general-mit-logo:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='50.296' height='26.015'%3E%3Cg data-name='Group 4856'%3E%3Cpath data-name='Path 5237' d='M35.807 5.203v-5.2h14.486v5.2zM8.961 17.777V0h5.492v17.777zm8.961 8.238V0h5.492v26.015zm-17.921 0V0h5.492v26.015zm35.843 0V8.238h5.492v17.777zm-9-20.812v-5.2h5.528v5.2z' fill='%23a31f34'/%3E%3Cpath data-name='Rectangle 2930' fill='%238a8b8c' d='M26.893 8.212h5.492v17.777h-5.492z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-black-arrow, .protocol-button {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11.664' height='11.447'%3E%3Cg data-name='Group 4675' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M10.664 10.917V1H.747'/%3E%3Cpath data-name='Line 51' d='M10.589.857L.707 10.739'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-blue-arrow-transparent-bg, a.expand-all-link {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11.664' height='11.447'%3E%3Cg fill='none' stroke='%230B58A0' stroke-miterlimit='10' stroke-width='2' data-name='Group 4879'%3E%3Cpath data-name='Path 5252' d='M10.664 10.917V1H.747'/%3E%3Cpath data-name='Line 51' d='M10.589.857L.707 10.739'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-darkred-arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cg data-name='Group 4833' transform='translate(-1202 -3981)'%3E%3Ccircle data-name='Ellipse 331' cx='18' cy='18' r='18' transform='translate(1202 3981)' fill='%23810a1d'/%3E%3Cg data-name='Group 4534' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M1224.957 4004.06v-9.917h-9.917'/%3E%3Cpath data-name='Line 51' d='M1224.882 3994l-9.882 9.882'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-facebook--red, a.icon-facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23FC3C43' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23531096' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-instagram--red, a.icon-instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23FC3C43'/%3E%3C/svg%3E");
}

.icon-instagram {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23531096'/%3E%3C/svg%3E");
}

.icon-linkedin--red, a.icon-linkedin:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23FC3C43'/%3E%3C/svg%3E");
}

.icon-linkedin {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23531096'/%3E%3C/svg%3E");
}

.icon-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 348.6 56.3'%3E%3Cpath d='M.3.4h8.5L16 17.9h.3L23.4.4h8.5v28.3h-6.6V11.3h-.2l-6.8 17.2h-4.2L7.2 11.2h-.3v17.4H.3zM43 .4v28.3h-6.8V.4zM46.3 5.9V.4h23.9v5.5h-8.6v22.7h-6.7V5.9zM106 .4v28.3h-5.8L88.9 12.4h-.2v16.3h-6.8V.4h5.9l11.1 16.3h.2V.4zM136.9 14.5a16.181 16.181 0 01-1.8 7.9 11.938 11.938 0 01-4.8 4.9 13.996 13.996 0 01-6.8 1.7 14.68 14.68 0 01-6.9-1.7 12.572 12.572 0 01-4.8-4.9 16.181 16.181 0 01-1.8-7.9 16.181 16.181 0 011.8-7.9 11.938 11.938 0 014.8-4.9 14.65 14.65 0 0113.7 0 11.931 11.931 0 014.8 4.9 16.181 16.181 0 011.8 7.9zm-7 0a13.19 13.19 0 00-.8-4.7 6.596 6.596 0 00-2.2-2.9 5.584 5.584 0 00-3.5-1 5.78 5.78 0 00-3.5 1 5.94 5.94 0 00-2.2 2.9 12.796 12.796 0 00-.8 4.7 13.19 13.19 0 00.8 4.7 6.596 6.596 0 002.2 2.9 6.625 6.625 0 007 0 5.94 5.94 0 002.2-2.9 11.012 11.012 0 00.8-4.7zM146.2 28.7L138 .4h7.5l4.3 18.5h.2L154.9.4h6.2L166 19h.2L170.5.4h7.5l-8.2 28.3h-6.6l-5.1-17.1h-.2l-5.1 17.1zM1.9 53.4H0l4.3-11.9h2.1l4.2 11.9H8.7l-3.4-9.7h-.1zm.3-4.7h6.2v1.5H2.2zm14.4 4.7h-3.9V41.5h4a6.302 6.302 0 013 .7 5.2 5.2 0 011.9 2 7.664 7.664 0 010 6.4 4.513 4.513 0 01-2 2.1 6.04 6.04 0 01-3 .7zm-2.1-1.6h2a4.558 4.558 0 002.3-.5 2.726 2.726 0 001.3-1.5 5.073 5.073 0 00.4-2.4 6.723 6.723 0 00-.4-2.4 3.738 3.738 0 00-1.3-1.5 4.193 4.193 0 00-2.2-.5h-2.1zm10.9 1.6h-1.9l4.3-11.9h2.1l4.2 11.9h-1.9l-3.4-9.7h-.1zm.3-4.7h6.2v1.5h-6.2zm10.5 4.7V41.5h4.2a4.558 4.558 0 012.3.5 3.16 3.16 0 011.4 1.4 4.552 4.552 0 01.5 2 3.513 3.513 0 01-.5 2 3.16 3.16 0 01-1.4 1.4 4.558 4.558 0 01-2.3.5h-2.9v-1.5h2.8a3.194 3.194 0 001.4-.3 3.043 3.043 0 00.8-.8 2.55 2.55 0 000-2.4 2.047 2.047 0 00-.8-.8 3.194 3.194 0 00-1.4-.3H38v10.2zM46.5 43v-1.5h9.2V43H52v10.4h-1.8V43zM60 41.5v11.9h-1.8V41.5zm12.6 0v11.9H71l-6.1-8.7h-.1v8.7H63V41.5h1.7l6.1 8.7h.1v-8.7zm11.1 3.8a4.671 4.671 0 00-.5-1 2.336 2.336 0 00-.7-.7 4.053 4.053 0 00-.9-.5 4.253 4.253 0 00-1.1-.2 3.337 3.337 0 00-3.1 2 11.777 11.777 0 00-.4 2.5 4.94 4.94 0 00.5 2.4 3.738 3.738 0 001.3 1.5 4.136 4.136 0 001.9.5 3.287 3.287 0 001.7-.4 2.345 2.345 0 001.1-1.1 3.287 3.287 0 00.4-1.7l.5.1H81v-1.5h4.7v1.4a5.834 5.834 0 01-.6 2.6 4.237 4.237 0 01-1.8 1.7 5.834 5.834 0 01-2.6.6 5.302 5.302 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.834 7.834 0 01.4-2.6 4.532 4.532 0 011.1-1.9 4.984 4.984 0 013.8-1.6 5.662 5.662 0 011.8.3 10.93 10.93 0 011.5.8 6.279 6.279 0 011.1 1.2 4.418 4.418 0 01.6 1.6zm8.8-2.3v-1.5h9.2V43H98v10.4h-1.8V43zm21.4 4.4a7.535 7.535 0 01-.7 3.3 4.837 4.837 0 01-1.9 2.1 4.52 4.52 0 01-2.8.7 5.547 5.547 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.535 7.535 0 01.7-3.3 4.837 4.837 0 011.9-2.1 4.52 4.52 0 012.8-.7 5.547 5.547 0 012.8.7 4.837 4.837 0 011.9 2.1 6.568 6.568 0 01.7 3.3zm-1.7 0a5.595 5.595 0 00-.5-2.5 3.39 3.39 0 00-6.2 0 6.963 6.963 0 00-.5 2.5 5.595 5.595 0 00.5 2.5 3.39 3.39 0 006.2 0 6.963 6.963 0 00.5-2.5zm19-2h-1.8a2.995 2.995 0 00-.4-1 5.008 5.008 0 00-.7-.8 4.053 4.053 0 00-.9-.5 3.595 3.595 0 00-1.1-.2 3.453 3.453 0 00-1.8.5 3.738 3.738 0 00-1.3 1.5 6.874 6.874 0 00-.5 2.4 5.595 5.595 0 00.5 2.5 3.337 3.337 0 003.1 2 2.153 2.153 0 001.1-.2 4.053 4.053 0 00.9-.5 4.62 4.62 0 00.7-.7 2.995 2.995 0 00.4-1h1.8a4.418 4.418 0 01-.6 1.6 4.487 4.487 0 01-1.1 1.3 3.606 3.606 0 01-1.5.8 5.662 5.662 0 01-1.8.3 5.547 5.547 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.535 7.535 0 01.7-3.3 4.837 4.837 0 011.9-2.1 4.393 4.393 0 012.7-.7 5.662 5.662 0 011.8.3 5.483 5.483 0 011.5.8 4.735 4.735 0 011.1 1.3 4.492 4.492 0 01.7 1.8zm12.9 2a7.535 7.535 0 01-.7 3.3 4.837 4.837 0 01-1.9 2.1 4.52 4.52 0 01-2.8.7 5.547 5.547 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.535 7.535 0 01.7-3.3 4.837 4.837 0 011.9-2.1 4.52 4.52 0 012.8-.7 5.547 5.547 0 012.8.7 4.837 4.837 0 011.9 2.1 6.568 6.568 0 01.7 3.3zm-1.8 0a5.595 5.595 0 00-.5-2.5 3.39 3.39 0 00-6.2 0 6.963 6.963 0 00-.5 2.5 5.595 5.595 0 00.5 2.5 3.39 3.39 0 006.2 0 4.345 4.345 0 00.5-2.5zm4.9-5.9l3.3 9.7h.1l3.3-9.7h1.9l-4.2 11.9h-2.1l-4.3-11.9zm12.6 0v11.9H158V41.5zm6.9 11.9h-3.9V41.5h4a6.302 6.302 0 013 .7 5.2 5.2 0 011.9 2 7.664 7.664 0 010 6.4 4.513 4.513 0 01-2 2.1 5.793 5.793 0 01-3 .7zm-2-1.6h2a4.558 4.558 0 002.3-.5 2.726 2.726 0 001.3-1.5 5.073 5.073 0 00.4-2.4 6.723 6.723 0 00-.4-2.4 3.738 3.738 0 00-1.3-1.5 4.193 4.193 0 00-2.2-.5h-2.1zm11.8 0l-.1.6-.3 1.5c-.1.5-.3 1-.4 1.4a5.133 5.133 0 01-.4 1h-1.2a8.662 8.662 0 00.2-1c.1-.4.2-.9.3-1.4s.1-1 .2-1.5l.1-.7h1.6zm17.4-6.4h-1.8a2.995 2.995 0 00-.4-1 5.008 5.008 0 00-.7-.8 4.053 4.053 0 00-.9-.5 3.595 3.595 0 00-1.1-.2 3.453 3.453 0 00-1.8.5 3.738 3.738 0 00-1.3 1.5 6.874 6.874 0 00-.5 2.4 5.595 5.595 0 00.5 2.5 3.337 3.337 0 003.1 2 2.153 2.153 0 001.1-.2 4.053 4.053 0 00.9-.5 4.62 4.62 0 00.7-.7 2.995 2.995 0 00.4-1h1.8a4.418 4.418 0 01-.6 1.6 4.487 4.487 0 01-1.1 1.3 3.606 3.606 0 01-1.5.8 5.662 5.662 0 01-1.8.3 5.547 5.547 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.535 7.535 0 01.7-3.3 4.837 4.837 0 011.9-2.1 4.393 4.393 0 012.7-.7 5.662 5.662 0 011.8.3 5.483 5.483 0 011.5.8 4.735 4.735 0 011.1 1.3 4.492 4.492 0 01.7 1.8zm12.9 2a7.535 7.535 0 01-.7 3.3 4.837 4.837 0 01-1.9 2.1 4.52 4.52 0 01-2.8.7 5.547 5.547 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.535 7.535 0 01.7-3.3 4.837 4.837 0 011.9-2.1 4.52 4.52 0 012.8-.7 5.547 5.547 0 012.8.7 4.837 4.837 0 011.9 2.1 7.843 7.843 0 01.7 3.3zm-1.8 0a5.595 5.595 0 00-.5-2.5 3.39 3.39 0 00-6.2 0 6.963 6.963 0 00-.5 2.5 5.595 5.595 0 00.5 2.5 3.39 3.39 0 006.2 0 4.345 4.345 0 00.5-2.5zm4.5-5.9h2.2l3.8 9.3h.1l3.8-9.3h2.2v11.9h-1.7v-8.6h-.1l-3.5 8.6h-1.4l-3.5-8.6h-.1v8.6h-1.7zm16.9 0v11.9h-1.8V41.5zm12.6 0v11.9h-1.7l-6.1-8.7h-.1v8.7h-1.8V41.5h1.7l6.1 8.7h.1v-8.7zm11.1 3.8a4.671 4.671 0 00-.5-1 2.336 2.336 0 00-.7-.7 4.053 4.053 0 00-.9-.5 4.253 4.253 0 00-1.1-.2 3.337 3.337 0 00-3.1 2 6.874 6.874 0 00-.5 2.4 4.94 4.94 0 00.5 2.4 3.738 3.738 0 001.3 1.5 4.136 4.136 0 001.9.5 3.287 3.287 0 001.7-.4 2.345 2.345 0 001.1-1.1 3.287 3.287 0 00.4-1.7l.5.1h-3.4v-1.5h4.7v1.4a5.834 5.834 0 01-.6 2.6 4.237 4.237 0 01-1.8 1.7 5.834 5.834 0 01-2.6.6 5.302 5.302 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.834 7.834 0 01.4-2.6 4.532 4.532 0 011.1-1.9 4.984 4.984 0 013.8-1.6 5.662 5.662 0 011.8.3 10.93 10.93 0 011.5.8 6.279 6.279 0 011.1 1.2 4.418 4.418 0 01.6 1.6zm8.7-2.3v-1.5h9.2V43h-3.7v10.4h-1.8V43zm21.5 4.4a7.535 7.535 0 01-.7 3.3 4.837 4.837 0 01-1.9 2.1 4.52 4.52 0 01-2.8.7 5.547 5.547 0 01-2.8-.7 4.837 4.837 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.535 7.535 0 01.7-3.3 4.837 4.837 0 011.9-2.1 4.52 4.52 0 012.8-.7 5.547 5.547 0 012.8.7 4.837 4.837 0 011.9 2.1 6.568 6.568 0 01.7 3.3zm-1.7 0a5.595 5.595 0 00-.5-2.5 3.39 3.39 0 00-6.2 0 6.963 6.963 0 00-.5 2.5 5.595 5.595 0 00.5 2.5 3.39 3.39 0 006.2 0 6.963 6.963 0 00.5-2.5zm12.4-2.1c-.1-.3-.3-.7-.4-1a2.336 2.336 0 00-.7-.7 4.053 4.053 0 00-.9-.5 4.253 4.253 0 00-1.1-.2 3.337 3.337 0 00-3.1 2 6.874 6.874 0 00-.5 2.4 4.94 4.94 0 00.5 2.4 3.738 3.738 0 001.3 1.5 4.136 4.136 0 001.9.5 3.287 3.287 0 001.7-.4 2.345 2.345 0 001.1-1.1 3.287 3.287 0 00.4-1.7l.5.1h-3.4v-1.5h4.7v1.4a5.834 5.834 0 01-.6 2.6 4.237 4.237 0 01-1.8 1.7 5.834 5.834 0 01-2.6.6 5.302 5.302 0 01-2.8-.7 4.838 4.838 0 01-1.9-2.1 7.245 7.245 0 01-.7-3.3 7.834 7.834 0 01.4-2.6 4.532 4.532 0 011.1-1.9 4.984 4.984 0 013.8-1.6 5.662 5.662 0 011.8.3 10.93 10.93 0 011.5.8 6.279 6.279 0 011.1 1.2 4.42 4.42 0 01.6 1.6zm4.7 8.1V41.5h7.5V43h-5.7v3.6h5.3v1.5h-5.3v3.6h5.7v1.7zm9.6-10.4v-1.5h9.2V43h-3.7v10.4H309V43zM317 53.4V41.5h1.8v5.2h5.9v-5.2h1.8v11.9h-1.8v-5.2h-5.9v5.2zm12.6 0V41.5h7.5V43h-5.7v3.6h5.3v1.5h-5.3v3.6h5.7v1.7zm10.2 0V41.5h4.2a4.558 4.558 0 012.3.5 2.95 2.95 0 011.4 1.3 4.486 4.486 0 01.5 1.9 3.198 3.198 0 01-.5 1.9 2.95 2.95 0 01-1.4 1.3 5.932 5.932 0 01-2.3.5h-3.2v-1.5h3.1a3.194 3.194 0 001.4-.3 1.779 1.779 0 00.8-.7 2.28 2.28 0 00.3-1.1 2.663 2.663 0 00-.3-1.2 3.043 3.043 0 00-.8-.8 3.53 3.53 0 00-1.4-.3h-2.3v10.4zm5.9-5.4l2.9 5.4h-2l-2.9-5.4z'/%3E%3C/svg%3E");
}

.icon-mit-logo, .navbar--mobile .general-mit-logo, .utility-navigation-wrapper .general-mit-logo, #footer .footer-wrap .general-mit-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='50.296' height='26.015'%3E%3Cg data-name='Group 584'%3E%3Cpath data-name='Path 5237' d='M35.807 5.203v-5.2h14.486v5.2zM8.961 17.777V0h5.492v17.777zm8.961 8.238V0h5.492v26.015zm-17.921 0V0h5.492v26.015zm35.843 0V8.238h5.492v17.777zm-9-20.812v-5.2h5.528v5.2z'/%3E%3Cpath data-name='Rectangle 2930' fill='%23a31f34' d='M26.893 8.212h5.492v17.777h-5.492z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-nav-dropdown-arrow, #main-nav > ul > li.has-submenu > button {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11.303' height='7.595'%3E%3Cg data-name='Group 4854'%3E%3Cpath data-name='Path 8491' d='M.742.67l4.91 5.433L10.561.67' fill='none' stroke='%23212529' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-phone-logo-last {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 148 47.3' xml:space='preserve'%3E%3Cstyle%3E.st0{enable-background:new}%3C/style%3E%3Cg id='Group_4854'%3E%3Cg class='st0'%3E%3Cpath d='M-15411-17368.9h1v3.9l3.9-3.9h1.5l-3.4 3.2 3.4 4.7h-1.4l-2.8-4-1.3 1.2v2.8h-1v-7.9zM-15403.6-17368.9h5.7v1h-4.7v2.4h4.3v.9h-4.3v2.7h4.8v.9h-5.8v-7.9zM-15396.2-17368.9h5.7v1h-4.7v2.4h4.3v.9h-4.3v2.7h4.8v.9h-5.8v-7.9zM-15388.9-17368.9h3.5c.7 0 1.3.2 1.7.6.4.4.6 1 .6 1.7 0 .6-.2 1.2-.6 1.6-.4.5-1 .7-1.8.7h-2.5v3.3h-1.1v-7.9zm4.2 1.1c-.2-.1-.6-.2-1-.2h-2.1v2.7h2.1c.5 0 .9-.1 1.2-.3.3-.2.4-.6.4-1.1 0-.5-.2-.9-.6-1.1zM-15381.4-17368.9h1.1v7.9h-1.1v-7.9zM-15378.6-17368.9h1.3l3.9 6.4v-6.4h1v7.9h-1.2l-4-6.4v6.4h-1v-7.9zM-15365.4-17368.7c.8.4 1.2 1.1 1.4 2.2h-1.1c-.1-.6-.4-1-.8-1.3-.4-.3-.9-.4-1.5-.4-.7 0-1.3.3-1.8.8s-.7 1.4-.7 2.4c0 .9.2 1.7.6 2.3.4.6 1.1.9 2 .9.7 0 1.3-.2 1.7-.6.5-.4.7-1.1.7-2h-2.5v-.9h3.5v4.2h-.7l-.3-1c-.4.4-.7.7-.9.8-.5.3-1 .4-1.8.4-.9 0-1.7-.3-2.4-.9-.7-.8-1.1-1.8-1.1-3.1s.4-2.4 1.1-3.2c.7-.7 1.5-1.1 2.6-1.1.8.1 1.5.2 2 .5zM-15352.5-17367.8c.5.7.8 1.6.8 2.7 0 1.2-.3 2.2-.9 2.9-.7.9-1.7 1.4-3 1.4-1.2 0-2.2-.4-2.9-1.2-.6-.8-.9-1.8-.9-2.9 0-1.1.3-2 .8-2.7.7-1 1.7-1.5 3-1.5 1.4 0 2.4.4 3.1 1.3zm-1 5.1c.4-.7.6-1.5.6-2.3 0-.9-.2-1.7-.7-2.2-.5-.6-1.1-.8-2-.8-.8 0-1.5.3-2 .8s-.8 1.4-.8 2.5c0 .9.2 1.6.7 2.2.4.6 1.2.9 2.2.9.9-.1 1.6-.5 2-1.1zM-15349.3-17368.9v4.9c0 .6.1 1.1.3 1.4.3.6.9.9 1.6.9.9 0 1.5-.3 1.9-.9.2-.3.3-.8.3-1.4v-4.9h1.1v4.4c0 1-.1 1.7-.4 2.2-.5 1-1.4 1.4-2.7 1.4-1.3 0-2.2-.5-2.7-1.4-.3-.5-.4-1.3-.4-2.2v-4.4h1zM-15342.4-17368.9h3.6c.6 0 1.1.1 1.5.3.7.3 1.1 1 1.1 1.9 0 .5-.1.9-.3 1.2s-.5.5-.8.7c.3.1.5.3.7.5.2.2.2.5.3 1v1.1c0 .3 0 .5.1.7.1.2.2.4.3.5v.2h-1.3c0-.1-.1-.2-.1-.3s0-.3-.1-.6l-.1-1.3c0-.5-.2-.9-.6-1-.2-.1-.5-.1-.9-.1h-2.4v3.4h-1.1v-8.2zm3.5 3.6c.5 0 .9-.1 1.2-.3.3-.2.4-.6.4-1.1 0-.6-.2-.9-.6-1.2-.2-.1-.5-.2-.9-.2h-2.5v2.7h2.4zM-15326-17368.3c.5.5.8 1.1.9 1.8h-1c-.1-.5-.3-.9-.7-1.2-.3-.3-.8-.4-1.5-.4-.8 0-1.4.3-1.8.8s-.7 1.4-.7 2.5c0 .9.2 1.7.6 2.2.4.6 1.1.9 1.9.9.8 0 1.4-.3 1.8-.9.2-.3.4-.7.5-1.3h1c-.1.8-.4 1.5-.9 2.1-.6.7-1.5 1-2.5 1-.9 0-1.7-.3-2.3-.8-.8-.7-1.2-1.9-1.2-3.4 0-1.2.3-2.1.9-2.9.7-.8 1.6-1.2 2.7-1.2 1 0 1.8.3 2.3.8zM-15317.1-17367.8c.5.7.8 1.6.8 2.7 0 1.2-.3 2.2-.9 2.9-.7.9-1.7 1.4-3 1.4-1.2 0-2.2-.4-2.9-1.2-.6-.8-.9-1.8-.9-2.9 0-1.1.3-2 .8-2.7.7-1 1.7-1.5 3-1.5 1.4 0 2.4.4 3.1 1.3zm-.9 5.1c.4-.7.6-1.5.6-2.3 0-.9-.2-1.7-.7-2.2-.5-.6-1.1-.8-2-.8-.8 0-1.5.3-2 .8s-.8 1.4-.8 2.5c0 .9.2 1.6.7 2.2.4.6 1.2.9 2.2.9.9-.1 1.5-.5 2-1.1zM-15315.1-17368.9h1.5l2.3 6.7 2.3-6.7h1.5v7.9h-1v-4.7-.8-1.2l-2.3 6.7h-1.1l-2.3-6.7v6.7h-1v-7.9zM-15305.9-17368.9h1.5l2.3 6.7 2.3-6.7h1.5v7.9h-1v-4.7-.8-1.2l-2.3 6.7h-1.1l-2.3-6.7v6.7h-1v-7.9zM-15295.6-17368.9v4.9c0 .6.1 1.1.3 1.4.3.6.9.9 1.6.9.9 0 1.5-.3 1.9-.9.2-.3.3-.8.3-1.4v-4.9h1.1v4.4c0 1-.1 1.7-.4 2.2-.5 1-1.4 1.4-2.7 1.4s-2.2-.5-2.7-1.4c-.3-.5-.4-1.3-.4-2.2v-4.4h1zM-15288.8-17368.9h1.3l3.9 6.4v-6.4h1v7.9h-1.2l-4-6.4v6.4h-1v-7.9zM-15280.6-17368.9h1.1v7.9h-1.1v-7.9zM-15272-17368.9v.9h-2.7v6.9h-1.1v-6.9h-2.7v-.9h6.5zM-15271.7-17368.9h1.2l2.3 3.8 2.3-3.8h1.3l-3 4.7v3.2h-1.1v-3.2l-3-4.7z' transform='translate(15411 17394)'/%3E%3C/g%3E%3Cg class='st0'%3E%3Cpath d='M-15410.8-17355.9h1.1v7.9h-1.1v-7.9zM-15407.9-17355.9h1.3l3.9 6.4v-6.4h1v7.9h-1.2l-4-6.4v6.4h-1v-7.9zM-15399.9-17355.9h5.5v1h-4.4v2.4h3.9v.9h-3.9v3.6h-1.1v-7.9zM-15386.8-17354.8c.5.7.8 1.6.8 2.7 0 1.2-.3 2.2-.9 2.9-.7.9-1.7 1.4-3 1.4-1.2 0-2.2-.4-2.9-1.2-.6-.8-.9-1.8-.9-2.9 0-1.1.3-2 .8-2.7.7-1 1.7-1.5 3-1.5 1.4 0 2.4.4 3.1 1.3zm-.9 5.1c.4-.7.6-1.5.6-2.3 0-.9-.2-1.7-.7-2.2-.5-.6-1.1-.8-2-.8-.8 0-1.5.3-2 .8s-.8 1.4-.8 2.5c0 .9.2 1.6.7 2.2.4.6 1.2.9 2.2.9.9-.1 1.6-.5 2-1.1zM-15384.6-17355.9h3.6c.6 0 1.1.1 1.5.3.7.3 1.1 1 1.1 1.9 0 .5-.1.9-.3 1.2-.2.3-.5.5-.8.7.3.1.5.3.7.5.2.2.2.5.3 1v1.1c0 .3 0 .5.1.7.1.2.2.4.3.5v.2h-1.3c0-.1-.1-.2-.1-.3s0-.3-.1-.6l-.1-1.3c0-.5-.2-.9-.6-1-.2-.1-.5-.1-.9-.1h-2.4v3.4h-1.1v-8.2zm3.5 3.6c.5 0 .9-.1 1.2-.3.3-.2.4-.6.4-1.1 0-.6-.2-.9-.6-1.2-.2-.1-.5-.2-.9-.2h-2.5v2.7h2.4zM-15376.8-17355.9h1.5l2.3 6.7 2.3-6.7h1.5v7.9h-1v-4.7-.8-1.2l-2.3 6.7h-1.1l-2.3-6.7v6.7h-1v-7.9zM-15367.5-17355.9h5.7v1h-4.7v2.4h4.3v.9h-4.3v2.7h4.8v.9h-5.8v-7.9zM-15360.2-17355.9h3.2c1.1 0 1.9.4 2.5 1.2.5.7.8 1.6.8 2.7 0 .8-.2 1.6-.5 2.3-.5 1.2-1.5 1.8-2.8 1.8h-3.1v-8zm2.9 7c.4 0 .6 0 .9-.1.4-.1.7-.4 1-.8.2-.3.4-.7.4-1.2.1-.3.1-.6.1-.8 0-1-.2-1.7-.6-2.3-.4-.5-1-.8-1.8-.8h-1.9v6.1h1.9z' transform='translate(15411 17394)'/%3E%3C/g%3E%3Cg class='st0'%3E%3Cpath d='M-15400.4-17392.8h4.8v15.8h-3.1v-10.7-1.3-1.3l-3 13.3h-3.2l-3-13.3V-17377h-3.1v-15.8h4.8l2.9 12.5 2.9-12.5zM-15389.6-17377h-3.3v-15.8h3.3v15.8zM-15375-17392.8v2.8h-4.7v13h-3.3v-13h-4.8v-2.8h12.8zM-15367-17392.8h3.5l6.3 11v-11h3.1v15.8h-3.3l-6.4-11.2v11.2h-3.1v-15.8zM-15338.9-17378.4c-1.2 1.2-2.9 1.8-5.2 1.8s-4-.6-5.2-1.8c-1.6-1.5-2.4-3.7-2.4-6.5 0-2.9.8-5.1 2.4-6.5 1.2-1.2 2.9-1.8 5.2-1.8s4 .6 5.2 1.8c1.6 1.5 2.4 3.6 2.4 6.5 0 2.8-.8 5-2.4 6.5zm-2-2.4c.8-1 1.2-2.3 1.2-4.1 0-1.8-.4-3.2-1.2-4.1-.8-1-1.8-1.5-3.1-1.5s-2.4.5-3.1 1.5-1.2 2.3-1.2 4.1.4 3.2 1.2 4.1 1.8 1.4 3.1 1.4 2.3-.4 3.1-1.4zM-15331.8-17392.8l2.1 9.1.5 2.5.5-2.5 1.8-9.1h3.5l1.9 9.1.5 2.5.5-2.4 2.1-9.2h3.4l-4.5 15.8h-3.2l-1.9-9.3-.6-3.1-.6 3.1-1.9 9.3h-3.1l-4.5-15.8h3.5z' transform='translate(15411 17394)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='57.286' height='87.083'%3E%3Cpath data-name='Rectangle 3019' fill='%230b58a0' d='M0 0h57.286v87.082H0z'/%3E%3C/svg%3E");
}

.icon-red-arrow-transparent-bg, .section-title a {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11.664' height='11.447'%3E%3Cg fill='none' stroke='%23a31f34' stroke-miterlimit='10' stroke-width='2' data-name='Group 4879'%3E%3Cpath data-name='Path 5252' d='M10.664 10.917V1H.747'/%3E%3Cpath data-name='Line 51' d='M10.589.857L.707 10.739'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-red-arrow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cg data-name='Group 4542' transform='translate(-1202 -3981)'%3E%3Ccircle data-name='Ellipse 331' cx='18' cy='18' r='18' transform='translate(1202 3981)' fill='%23a31f34'/%3E%3Cg data-name='Group 4534' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M1224.957 4004.06v-9.917h-9.917'/%3E%3Cpath data-name='Line 51' d='M1224.882 3994l-9.882 9.882'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-search-icon, .utility-navigation-wrapper #searchform .searchsubmit, .utility-navigation-wrapper #search-form-toggle, .utility-navigation-wrapper .utility-navigation nav .searchform input[type=text], .utility-navigation nav .searchform .utility-navigation-wrapper input[type=text], .utility-navigation-wrapper .utility-navigation nav .searchform input[type=submit], .utility-navigation nav .searchform .utility-navigation-wrapper input[type=submit] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13.277' height='13.265'%3E%3Cpath data-name='Path 8554' d='M5.663 10.079a4.425 4.425 0 113.124-1.3 4.389 4.389 0 01-3.124 1.3zm5.779-4.419a5.791 5.791 0 10-2.209 4.53l3.073 3.075.971-.971L10.2 9.236a5.729 5.729 0 001.241-3.576z'/%3E%3C/svg%3E");
}

.icon-side-arrow, .pagination-mf .next:before, .pagination-mf .prev:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.439' height='15.439'%3E%3Cg data-name='Group 4675'%3E%3Cpath data-name='Path 5252' d='M8.427.707L1.414 7.719l7.013 7.013' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-side-white-arrow, .pagination-mf .next:hover:before, .pagination-mf .prev:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15.439' height='15.439'%3E%3Cg data-name='Group 4675'%3E%3Cpath data-name='Path 5252' d='M8.427.707L1.414 7.719l7.013 7.013' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-twitter--red, a.icon-twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23FC3C43' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23531096' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-white-arrow, .search .content-wrapper > .row h2 a:after, .protocols-section .item .title h3 span:after, .announcements-section .item .title h3 span:after, .protocol-button:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11.664' height='11.447'%3E%3Cg data-name='Group 4534' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath data-name='Path 5252' d='M10.664 10.917V1H.747'/%3E%3Cpath data-name='Line 51' d='M10.589.857L.707 10.739'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-youtube--red, a.icon-youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23FC3C43'/%3E%3C/svg%3E");
}

.icon-youtube {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23531096'/%3E%3C/svg%3E");
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #000;
}

h1 {
  margin: 4rem 0;
  font-size: 3.8rem;
  line-height: 4.7rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 3.3rem;
    line-height: 4rem;
  }
}

.breadcrumb {
  padding: 2rem 0;
  background: transparent;
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.breadcrumb a {
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.breadcrumb .separator {
  color: #374AC8;
  font-weight: bold;
}

.gutenberg-body {
  font-size: 1.8rem;
  line-height: 2.3rem;
}
.gutenberg-body > .container > .row > div > .container {
  padding: 0 !important !important;
}
.gutenberg-body a {
  text-decoration: underline;
  -webkit-text-decoration-color: #A31F34;
          text-decoration-color: #A31F34;
}
.gutenberg-body a:hover {
  color: #A31F34;
}
.gutenberg-body .btn-primary {
  border: 2px solid #A31F34 !important;
  text-decoration: none !important;
}
.gutenberg-body .btn-primary:hover {
  background-color: #fff !important;
  border: 2px solid #A31F34 !important;
  color: #A31F34 !important;
  text-decoration: none !important;
}
.gutenberg-body .alignfull {
  margin-left: calc((100vw - 100% - -17px)/-2);
}
.gutenberg-body h2,
.gutenberg-body h3,
.gutenberg-body h4,
.gutenberg-body h5,
.gutenberg-body h6 {
  margin-top: 4rem;
}
.gutenberg-body h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.gutenberg-body h3 {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: bold;
}
.gutenberg-body h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.gutenberg-body h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.gutenberg-body h6 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
}
.gutenberg-body hr {
  border-top: 1px solid #000;
  position: relative;
}
.gutenberg-body hr:after {
  content: "";
  position: absolute;
  width: 28.5rem;
  height: 0.5rem;
  background: #0B58A0;
  left: 0;
  top: -1px;
}
.gutenberg-body li {
  margin-bottom: 3rem;
}
.gutenberg-body > div > div > div > ul,
.gutenberg-body > div > div > div > ol {
  list-style: none;
  padding-left: 5.5rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.gutenberg-body > div > div > div > ul li,
.gutenberg-body > div > div > div > ol li {
  margin-bottom: 2.5rem;
}
.gutenberg-body > div > div > div > ol > li {
  counter-increment: my-awesome-counter;
  position: relative;
}
.gutenberg-body > div > div > div > ul > li {
  position: relative;
}
.gutenberg-body > div > div > div > ol > li::before {
  content: counter(my-awesome-counter) ".";
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  left: -30px;
  position: absolute;
}
.gutenberg-body > div > div > div > ul > li::before {
  content: "•";
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  left: -25px;
  position: absolute;
}
.gutenberg-body > div > div > div blockquote p {
  font-size: 2rem;
  line-height: 3rem;
}
.gutenberg-body figcaption {
  margin-top: 0 !important;
  background-color: #EDEDED;
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 2rem;
}

.wp-block-pullquote {
  padding: 2rem 0 !important !important;
}

.wp-block-quote {
  width: 100vw;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: calc((100vw - 100% - -17px)/-2) !important;
  background-color: #0B58A0;
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
  color: #fff;
  text-align: center;
  font-size: 3.1rem;
  line-height: 4.2rem;
}
.wp-block-quote > .container > .row {
  margin: 0;
}
@media (max-width: 767.98px) {
  .wp-block-quote {
    padding: 6rem 1.5rem 5.5rem !important !important;
  }
}
.wp-block-quote .bordered-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.84);
  border-top: 1px solid rgba(255, 255, 255, 0.84);
  padding: 6rem 0 2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .wp-block-quote .bordered-row {
    padding: 4rem 0 2rem;
  }
}
.wp-block-quote .bordered-row:after {
  content: "";
  width: 15rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7.5rem;
  bottom: -1px;
}
.wp-block-quote .bordered-row:before {
  content: "“";
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0B58A0;
  color: #fff;
  font-size: 9.4rem;
  line-height: 9.4rem;
  font-weight: bold;
  width: 5.8rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  margin-left: -2.9rem;
  top: -2rem;
}
.wp-block-quote cite {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-weight: bold;
  font-style: normal;
}

figure.wp-block-image, figure.wp-block-embed {
  display: table;
}
@media (min-width: 768px) {
  figure.alignleft {
    margin-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  figure.alignright {
    margin-left: 2.5rem;
  }
}
figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
figure.alignwide {
  width: 100%;
}
figure.wp-block-embed:not(.alignfull) {
  width: 100%;
}
@media (max-width: 767.98px) {
  figure.wp-block-embed.alignleft, figure.wp-block-embed.alignright {
    max-width: 100%;
  }
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-file {
  margin-bottom: 2rem;
  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;
}
@media (max-width: 767.98px) {
  .wp-block-file {
    -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;
  }
}
.wp-block-file a {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button {
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding: 2.3rem 2.7rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #A31F34;
  background: #A31F34;
  color: #fff;
}
@media (max-width: 767.98px) {
  .wp-block-file a.wp-block-file__button {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.wp-block-file a.wp-block-file__button:hover {
  background-color: #fff;
  border: 2px solid #A31F34;
  color: #A31F34;
}

.wp-block-table {
  margin-bottom: 3rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: 2rem;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table table thead th {
  border: 0;
}
.wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: #EDEDED;
}
.wp-block-table table td {
  border: 0;
}

/*
* Responsive tables CSS
* https://github.com/jerrylow/basictable
*/
table.bt tbody th,
table.bt thead {
  display: none;
}

table.bt tbody td,
table.bt tfoot td,
table.bt tfoot th {
  border: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 0;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tbody td::before,
table.bt tfoot td::before,
table.bt tfoot th::before {
  border-right: 1px solid #162331;
  content: attr(data-th);
  display: inline-block;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  width: 8em;
  padding: 8px;
}

table.bt tbody td.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tfoot th.bt-hide {
  display: none;
}

table.bt tbody td .bt-content,
table.bt tfoot td .bt-content,
table.bt tfoot th .bt-content {
  padding: 8px 16px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tbody td::before,
table.bt.bt--no-header tfoot td::before {
  display: none;
}

.opus-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.caret {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: 0;
}
.caret:after, .caret:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.caret:after {
  width: 21px;
  height: 3px;
  left: 1px;
}
.caret:before {
  width: 3px;
  height: 21px;
  left: 1px;
}
.caret[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caret[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wp-block-opus-core-block-rewrite-oa {
  border-bottom: #000 1px solid;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-opus-core-block-rewrite-oa h3,
.wp-block-opus-core-block-rewrite-oa h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-opus-core-block-rewrite-oa button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-title {
  background-color: transparent !important;
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 4.7rem 7rem 2.5rem 0 !important;
  color: #0B58A0 !important;
  position: relative !important;
  text-transform: unset;
  font-size: 2.5rem !important;
  line-height: 3.2rem !important;
  font-weight: bold !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-title:hover {
  color: #024380 !important;
  border: 0 !important;
  background-color: transparent !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-title:hover .caret {
  background: #024380 !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-title:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.wp-block-opus-core-block-rewrite-oa .accordion-title.open .caret:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-opus-core-block-rewrite-oa .accordion-title.open .caret:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wp-block-opus-core-block-rewrite-oa .accordion-title .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -13px;
  margin: auto;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50% 50%;
  background-color: #0B58A0;
}
.wp-block-opus-core-block-rewrite-oa .accordion-title .caret:after, .wp-block-opus-core-block-rewrite-oa .accordion-title .caret:before {
  background-color: #fff;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content {
  display: none;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content > * {
  padding-right: 10rem;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content > *.wp-block-opus-core-block-rewrite-oa {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .wp-block-opus-core-block-rewrite-oa .accordion-content > * {
    padding-right: 0;
  }
}
.wp-block-opus-core-block-rewrite-oa .accordion-content p {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa {
  /*&:nth-child(2) {
    margin-top: 1.4rem;
  }*/
  border-bottom: 0;
  border-top: 1px solid #000;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa:first-child {
  border-top: 0 !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title {
  padding: 1.5rem 7rem 1.5rem 0 !important;
  color: #000 !important;
  font-size: 2.2rem !important;
  line-height: 2.8rem !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title:focus {
  outline: 2px dashed blue !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title:hover {
  color: #4E4E4E !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title:hover .caret {
  background: #4E4E4E !important;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title .caret {
  bottom: 0;
  right: 7px;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50% 50%;
  background-color: #000;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title .caret:after, .wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title .caret:before {
  background-color: #fff;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title .caret:after {
  width: 16px;
  height: 2px;
  left: 0;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-title .caret:before {
  width: 2px;
  height: 16px;
  left: 0;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-content {
  display: none;
}
.wp-block-opus-core-block-rewrite-oa .accordion-content .wp-block-opus-core-block-rewrite-oa .accordion-content p {
  padding-bottom: 3rem;
}

.expand-all-accordions {
  border-bottom: solid 1px #000;
  padding-bottom: 3rem;
  margin-top: 4rem;
}

a.expand-all-link {
  color: #000;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-right: 2rem;
  background-position: right center;
  background-repeat: no-repeat;
}
a.expand-all-link:hover {
  color: #0B58A0 !important;
}

.gutenberg-body .alignfull {
  width: 100vw;
  margin-left: calc((100vw - 100%)/-2);
}
@media (max-width: 767.98px) {
  .gutenberg-body .aligncenter,
.gutenberg-body .alignleft,
.gutenberg-body .alignright {
    float: none;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .alignleft {
    float: left;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .alignright {
    float: right;
  }
}
.gutenberg-body .wp-block-image img {
  height: auto;
}
@media (max-width: 991.98px) {
  .gutenberg-body .wp-block-image.is-resized {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body .wp-block-image.is-resized {
    max-width: 100%;
  }
}
.gutenberg-body .wp-block-gallery .blocks-gallery-item figcaption,
.gutenberg-body .wp-block-gallery.has-nested-images .wp-block-image figcaption {
  padding: 2rem;
  background-color: #EDEDED;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.btn {
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding: 2.3rem 2.7rem;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-secondary {
  border: 2px solid #A31F34;
}
.btn-secondary:hover {
  background-color: #fff;
  border: 2px solid #A31F34;
  color: #A31F34;
}

/*.btn-tertiary {
  &:hover {
	background-color: $color__white;
	border: 2px solid $secondary;
	color: $secondary;
  }
}*/
.btn-normal {
  background: #A31F34;
  color: #fff;
  margin-bottom: 2rem;
  border: 2px solid #fff;
}
.btn-normal:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #fff;
}

.protocol-button {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem 4rem 1rem 1rem;
  border: 2px solid #0B58A0;
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin-bottom: 1rem;
  text-decoration: none;
}
.protocol-button:hover {
  background-color: #0B58A0;
  color: #fff;
}

.card--tile .card__toggle-overlay {
  background-color: #ccc;
  display: block;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  z-index: 2;
}
.card--tile .card__toggle-overlay:after, .card--tile .card__toggle-overlay:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card--tile .card__toggle-overlay:after {
  width: 2rem;
  height: 0.2rem;
}
.card--tile .card__toggle-overlay:before {
  width: 0.2rem;
  height: 2rem;
}
.card--tile .card__toggle-overlay[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card--tile .card__toggle-overlay[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.card--tile .card__long-description {
  background: purple;
  color: white;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.card--tile .card__long-description-content {
  padding: 4rem 2rem 2rem 2rem;
}

.block__cover {
  background-position: center;
  background-size: cover;
  display: block;
  height: 55rem;
  position: relative;
  width: 100%;
  padding: 7rem 0;
  margin: 2rem 0;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media (max-width: 767.98px) {
  .block__cover {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .block__cover .cover-title h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  .block__cover.full-content {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .block__cover.full-content {
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .block__cover.full-content .cover-content-wrap {
    margin: 0 1.5rem;
    padding: 2.5rem 0 0;
  }
  .block__cover.full-content .cover-content-wrap:after {
    display: none;
  }
  .block__cover.full-content .cover-content-wrap > div {
    padding: 0 1.5rem;
  }
  .block__cover.full-content .cover-content-wrap > div > div:first-child {
    padding-top: 3.5rem;
    background: #0B58A0;
  }
  .block__cover.full-content .cover-content-wrap > div > div:last-child {
    padding-bottom: 3.5rem;
    background: #0B58A0;
  }
  .block__cover.full-content .cover-content-wrap a.cover-button {
    width: 100%;
  }
  .block__cover.full-content .cover-content-wrap .cover-title {
    padding-bottom: 1rem;
  }
}
.block__cover.only-title {
  height: 35rem;
}
.block__cover.only-title .cover-content-wrap:after {
  display: none !important;
}
@media (max-width: 991.98px) {
  .block__cover.only-title {
    padding: 7rem 0;
  }
  .block__cover.only-title .cover-outher-wrap:after {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .block__cover.only-title {
    height: 20rem;
    padding: 3rem 0;
  }
}
.block__cover.only-title .cover-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block__cover .cover-outher-wrap {
  position: relative;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.block__cover .cover-outher-wrap div {
  z-index: 1;
}
.block__cover .cover-outher-wrap:after {
  background-color: #0B58A0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media (max-width: 991.98px) {
  .block__cover .cover-outher-wrap:after {
    display: none;
  }
}
.block__cover .cover-content-wrap {
  position: relative;
  height: 100%;
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .block__cover .cover-content-wrap {
    padding: 0 4rem;
  }
  .block__cover .cover-content-wrap > div {
    padding: 4rem 0;
  }
  .block__cover .cover-content-wrap:after {
    background-color: #0B58A0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.84;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.block__cover a.cover-button {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  margin-top: 3rem;
  text-decoration: none;
}
.block__cover a.cover-button:hover {
  background-color: #0B58A0;
  border: 2px solid #fff;
  color: #fff;
}
.block__cover .container,
.block__cover .row {
  height: 100%;
}
.block__cover .col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.block__cover .col > * {
  position: relative;
  z-index: 1;
}
.block__cover h2:not(.section-title-full-image) {
  margin: 0;
}
@media (min-width: 992px) {
  .block__cover h2:not(.section-title-full-image) {
    font-size: 3.8rem;
    line-height: 4.7rem;
  }
}
@media (max-width: 991.98px) {
  .block__cover h2:not(.section-title-full-image) {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .block__cover h2:not(.section-title-full-image) {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.block__cover h2,
.block__cover p {
  color: #fff;
}

.wp-block-table table tfoot tr {
  border-top: solid 1px;
}

.media-and-text__image {
  height: 100%;
  width: 100%;
  min-height: 27rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-and-text__image img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  margin: 0 auto;
}

.wp-block-opus-core-block-rewrite-omt {
  margin: 3rem 0;
}
.wp-block-opus-core-block-rewrite-omt .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-mf {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5rem;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-mf a {
  color: #0B58A0;
  -webkit-text-decoration-color: #0B58A0;
          text-decoration-color: #0B58A0;
  padding: 0 1rem;
}
.pagination-mf .prev, .pagination-mf .next {
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #0B58A0;
  color: #000;
  position: relative;
}
.pagination-mf .prev:hover, .pagination-mf .next:hover {
  background: #0B58A0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .pagination-mf .prev, .pagination-mf .next {
    text-indent: -9999px;
    padding: 1rem 1.7rem !important;
  }
}
.pagination-mf .prev {
  padding-left: 3rem;
}
.pagination-mf .prev:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  top: 7px;
  left: 10px;
}
.pagination-mf .next {
  padding-right: 3rem;
}
.pagination-mf .next:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  top: 8px;
  right: 10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
footer {
  background: #F4F4F4;
}

#footer {
  display: block;
  float: left;
  width: 100%;
  padding: 3.5rem 0;
  margin-top: 8rem;
}
@media (min-width: 992px) {
  .home #footer {
    margin-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  #footer {
    margin-top: 4rem;
  }
}
#footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
@media (max-width: 767.98px) {
  #footer .footer-wrap {
    -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;
  }
}
#footer .footer-wrap .general-mit-logo {
  width: 6.6rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  margin-right: 3.5rem;
}
@media (max-width: 767.98px) {
  #footer .footer-wrap .general-mit-logo {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
#footer .footer-wrap p {
  margin-bottom: 0;
  margin-right: 3.5rem;
}
@media (max-width: 767.98px) {
  #footer .footer-wrap p {
    margin-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
}
#footer .footer-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .footer-wrap .nav a {
  font-size: 1.4rem;
  line-height: 1.2rem;
  padding: 0 1.6rem 1rem 1.6rem;
}
@media (max-width: 767.98px) {
  #footer .footer-wrap .nav a {
    text-align: center;
  }
}
#footer .footer-wrap .nav a:hover {
  text-decoration: underline;
  color: #A31F34;
}

@media (min-width: 992px) {
  header {
    margin-top: -18.6rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
  }
}

.header__wrapper {
  margin-bottom: 13.1rem;
}
@media (max-width: 991.98px) {
  .header__wrapper {
    margin-bottom: 0;
  }
}

#sticky-main-nav {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
}

.single-post-header {
  margin-bottom: 3rem;
}

.utility-navigation-wrapper {
  background: #F4F4F4;
  padding: 1.4rem 0;
}
@media (max-width: 991.98px) {
  .utility-navigation-wrapper {
    padding: 0;
  }
}
.utility-navigation-wrapper .utility-navigation .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.utility-navigation-wrapper .utility-navigation .nav-link.social-media-icon--search {
  display: none;
}
.utility-navigation-wrapper .utility-navigation .nav-link:hover {
  color: #A31F34;
}
.utility-navigation-wrapper .utility-navigation .nav-link.current_page_item {
  color: #A31F34;
}
.utility-navigation-wrapper #search-form-toggle, .utility-navigation-wrapper .utility-navigation nav .searchform input[type=text], .utility-navigation nav .searchform .utility-navigation-wrapper input[type=text], .utility-navigation-wrapper .utility-navigation nav .searchform input[type=submit], .utility-navigation nav .searchform .utility-navigation-wrapper input[type=submit] {
  margin-top: 0;
  top: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -100px;
  overflow: hidden;
  padding: 0 1.5rem;
  background-color: #F4F4F4;
}
.utility-navigation-wrapper #searchform #s {
  background: #fff;
  text-indent: 0px;
}
.utility-navigation-wrapper #searchform .searchsubmit {
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -100px;
  overflow: hidden;
  padding: 0 1.5rem;
  background-color: #F4F4F4;
}
.utility-navigation-wrapper #searchform input {
  margin-top: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.utility-navigation-wrapper .general-mit-logo {
  width: 5rem;
  height: 2.6rem;
  margin-left: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: none;
  transition: none;
}
.utility-navigation-wrapper .general-mit-logo:hover {
  -webkit-transition: none;
  transition: none;
}

.hdr-logo {
  margin: 3rem 0;
  max-width: 35rem;
}
.hdr-logo .hdr-logo-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top 13px;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .hdr-logo .hdr-logo-link {
    height: 5rem;
  }
}
.hdr-logo .hdr-logo-link:hover {
  text-decoration: none;
}
.hdr-logo .hdr-logo-link span {
  text-indent: -9999px;
  text-transform: uppercase;
}
.hdr-logo .hdr-logo-link span.site-name {
  font-size: 3.5rem;
  line-height: 4.7rem;
  font-weight: bold;
}
.hdr-logo .hdr-logo-link span.site-description {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: normal;
}

.main-nav-wrap {
  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;
}
.main-nav-wrap .main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-nav-wrap .main-nav > ul > .has-submenu.open {
  border-bottom: 4px solid #0B58A0 !important;
}
.main-nav-wrap .main-nav > ul > .has-submenu.open > a {
  color: #0B58A0;
}
.main-nav-wrap .main-nav .has-submenu > ul {
  background-color: #000 !important;
  margin-top: 0.4rem !important;
}
.main-nav-wrap .main-nav .has-submenu > ul li.current_page_item {
  color: #BCBCBC !important;
  background-color: #000 !important;
}
.main-nav-wrap .main-nav .has-submenu > ul li.current_page_item h2 {
  color: #BCBCBC !important;
}
.main-nav-wrap .main-nav .has-submenu > ul li a:hover {
  color: #BCBCBC !important;
  background-color: #000 !important;
}
.main-nav-wrap .main-nav .has-submenu > ul li a:hover h2 {
  color: #BCBCBC !important;
}
.main-nav-wrap .main-nav .has-submenu > ul li button {
  display: none !important;
}
.main-nav-wrap .main-nav > ul > li {
  margin: 0rem 1rem !important;
  border-bottom: 4px solid #fff;
}
.main-nav-wrap .main-nav > ul > li > a {
  padding: 1.5rem 0 !important;
}
.main-nav-wrap .main-nav > ul > li:hover {
  border-bottom: 4px solid #0B58A0;
}
.main-nav-wrap .main-nav > ul > li > h2 {
  font-weight: bold !important;
  color: #000 !important;
  padding-bottom: 2.7rem !important;
}
.main-nav-wrap .main-nav > ul > li > a {
  font-weight: bold !important;
  color: #000 !important;
  padding-bottom: 2.7rem !important;
}
.main-nav-wrap .main-nav > ul > li > a h2 {
  font-weight: bold !important;
  color: #000 !important;
}
.main-nav-wrap .main-nav > ul > li > a:hover {
  color: #0B58A0 !important;
}
.main-nav-wrap .main-nav > ul > li > a:hover h2 {
  color: #0B58A0 !important;
}
.main-nav-wrap .main-nav > ul > li.current_page_item {
  border-bottom: 4px solid #0B58A0;
}
.main-nav-wrap .main-nav > ul > li.current_page_item > a {
  color: #0B58A0 !important;
}
.main-nav-wrap .main-nav > ul > li.current_page_item > a h2 {
  color: #0B58A0 !important;
}
.main-nav-wrap .main-nav a {
  padding: 1.5rem 1rem !important;
  font-size: 1.6rem !important;
  line-height: 1.9rem !important;
  text-decoration: none;
  color: #fff !important;
}
.main-nav-wrap .main-nav a h2 {
  font-size: 1.6rem !important;
  line-height: 1.9rem !important;
  text-decoration: none;
  color: #fff !important;
}

.navbar--mobile {
  height: 8.5rem;
  padding: 0 11.7rem 0 4rem;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .navbar--mobile {
    padding: 0 5rem 0 1.5rem;
  }
}
.navbar--mobile .hdr-logo-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top 7px;
}
@media (max-width: 991.98px) {
  .navbar--mobile .hdr-logo-link {
    width: 22rem;
  }
}
@media (max-width: 767.98px) {
  .navbar--mobile .hdr-logo-link {
    height: 5rem;
  }
}
.navbar--mobile .hdr-logo-link:hover {
  text-decoration: none;
}
.navbar--mobile .hdr-logo-link span {
  text-transform: uppercase;
  text-indent: -9999px;
  text-transform: uppercase;
}
.navbar--mobile .hdr-logo-link span.site-name {
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .navbar--mobile .hdr-logo-link span.site-name {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.navbar--mobile .hdr-logo-link span.site-description {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .navbar--mobile .hdr-logo-link span.site-description {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.navbar--mobile .general-mit-logo {
  width: 5rem;
  height: 2.6rem;
  margin-left: 3rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}
@media (max-width: 767.98px) {
  .navbar--mobile .general-mit-logo {
    position: absolute;
    top: 1.6rem;
    right: 1.8rem;
    margin-left: 0;
    width: 3.6rem;
    height: 1.9rem;
  }
}
.navbar--mobile .navbar-toggler-wrap {
  position: absolute;
  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;
  right: 0;
  height: 100%;
  width: 7.7rem;
  background-color: #000;
}
.navbar--mobile .navbar-toggler-wrap.open-menu {
  background-color: #0B58A0;
}
@media (max-width: 767.98px) {
  .navbar--mobile .navbar-toggler-wrap {
    height: 5.8rem;
    width: 5.5rem;
    bottom: -2.9rem;
    top: unset;
  }
}
.navbar--mobile .navbar-toggler-wrap .navbar-toggler {
  height: 3rem;
}

#mobile-navigation .mobile-menu-wrapper {
  margin-top: 0 !important;
  top: 8.5rem !important;
  background-color: #000 !important;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav {
  margin-top: 5rem;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav a:hover {
  color: #BCBCBC !important;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav a.current_page_item {
  color: #BCBCBC !important;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li {
  border-bottom: 1px solid #808080;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li ul {
  padding: 0 0 1rem 0;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li ul li a {
  width: 100%;
  display: block;
  padding: 0.8rem 0 !important;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li > a {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  width: 100%;
  display: block;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li > a.caret {
  width: auto;
  margin-right: 0;
  padding: 2.5rem 0rem 2.5rem 2.5rem !important;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li > a.caret:before {
  width: 2px;
  height: 20px;
  left: 1px;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav > li > a.caret:after {
  width: 20px;
  height: 2px;
  left: 1px;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav:last-child > li {
  border-bottom: 0;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav:last-child > li > a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.6rem 0 !important;
  width: 100%;
  display: block;
}
#mobile-navigation .mobile-menu-wrapper .navbar-nav:last-child > li .caret {
  display: none;
}
#mobile-navigation .mobile-menu-wrapper li {
  margin: 0 2rem !important;
}
#mobile-navigation .mobile-menu-wrapper a {
  padding: 0 5rem 0 0 !important;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: normal;
  text-decoration: none !important;
}
#mobile-navigation .mobile-menu-wrapper a:hover {
  color: #BCBCBC;
}
@media (max-width: 767.98px) {
  #mobile-navigation {
    top: 7.8rem !important;
  }
}

@media (max-width: 991.98px) {
  #content {
    padding-top: 8.5rem;
  }
}
@media (max-width: 767.98px) {
  #content {
    padding-top: 8.5rem;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    margin-top: 18.6rem;
  }
}

.container .container {
  padding-right: 0;
  padding-left: 0;
}

.main-nav--wrapper {
  background: #fff;
  position: absolute;
  z-index: 100000;
  width: 100%;
}
.main-nav--wrapper.fixed-top {
  position: fixed;
}

#main-nav {
  width: 100%;
}
#main-nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #fff;
}
#main-nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#main-nav > ul > li.has-submenu > button {
  padding-bottom: 2.7rem !important;
  padding-top: 1.5rem !important;
  background-repeat: no-repeat;
  background-position: left 0.5rem top 2rem;
  width: 2rem;
  height: 2rem;
}
#main-nav > ul > li.has-submenu > button:before {
  display: none;
}
#main-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
#main-nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  background: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#main-nav a h2 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
}
#main-nav a:hover {
  text-decoration: none;
}
#main-nav h2 {
  font-size: 1.6rem !important;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
  cursor: pointer;
  padding-top: 1.5rem !important;
  padding-bottom: 2.7rem !important;
}
#main-nav li.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav .has-submenu.open > a,
#main-nav > ul > li > a:hover {
  background-color: white;
}
#main-nav .has-submenu .has-submenu.open > a,
#main-nav a:hover {
  background-color: #ce2742;
}
#main-nav .has-submenu .has-submenu.open ul a {
  background-color: #162331;
}
#main-nav .has-submenu .has-submenu.open ul a:hover {
  background-color: #263c54;
}
#main-nav ul > li.open > ul {
  visibility: visible !important;
}
#main-nav .has-submenu > ul {
  visibility: hidden;
  background-color: #A31F34;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 250px;
}
#main-nav .has-submenu .has-submenu > ul {
  left: initial;
  right: calc(0rem - 100%);
  top: 0;
}
#main-nav .has-submenu.open > button {
  background-color: white;
}
#main-nav .has-submenu .has-submenu > button {
  background-color: #A31F34;
}
#main-nav .has-submenu .has-submenu.open > button {
  background-color: #ce2742;
}
#main-nav .has-submenu button {
  display: inline;
  background-color: #fff;
  border: 0;
  padding: 0;
  line-height: 1;
  padding: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 2.2rem;
}

.navbar--mobile {
  position: fixed;
  width: 100%;
  z-index: 100000;
}

.mobile-menu-wrapper .navbar-nav {
  margin-top: 3rem;
}
.mobile-menu-wrapper .navbar-nav .dropdown-menu {
  position: relative !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent;
  border: 0;
}
.mobile-menu-wrapper .navbar-nav > li.has-submenu {
  position: relative;
}
.mobile-menu-wrapper .navbar-nav > li.has-submenu > a:first-child {
  display: block;
  padding-right: 6.5rem !important;
}
.mobile-menu-wrapper .navbar-nav ul {
  padding: 0 0 0 2rem;
}
.mobile-menu-wrapper .navbar-nav a.caret {
  float: right;
  margin: 0.9rem 2rem 0 0;
  position: absolute;
  right: 0;
  top: -0.5rem;
}

.mobile-menu-wrapper {
  font-size: 2.8rem;
  margin-top: 5.6rem;
  width: 40rem;
  background-color: #fff;
  position: fixed;
  right: 0;
  z-index: 50;
  padding-top: rem(30);
  overflow-y: scroll;
  overflow-x: hidden;
  top: 93px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.mobile-menu-wrapper li {
  padding: 0 !important;
}
.mobile-menu-wrapper li a {
  padding: 0.125rem 3.4375rem 0.125rem 2.5rem !important;
  line-height: 30px !important;
}
.admin-bar .mobile-menu-wrapper {
  top: 32px;
}
.mobile-menu-wrapper .navbar-nav {
  padding: 0 !important;
  margin-top: 3rem;
}
.mobile-menu-wrapper .navbar-nav li {
  padding: rem(15) rem(20);
  margin: 0 !important;
}
.mobile-menu-wrapper .navbar-nav li span.no-link {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  width: 100%;
  display: block;
}
.mobile-menu-wrapper .navbar-nav li a {
  color: #fff;
  font-size: rem(28);
  letter-spacing: 0.42px;
  line-height: rem(19);
  text-transform: capitalize;
}
.mobile-menu-wrapper .navbar-nav li .dropdown-menu {
  position: relative !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent;
  border: 0;
}
.mobile-menu-wrapper .navbar-nav li ul {
  padding: 0 0 0 2rem;
}
.mobile-menu-wrapper .navbar-nav li a.caret {
  float: right;
  margin: 0.9rem 2rem 0 0;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper {
    width: 100%;
  }
}

.mobile-navigation.show .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler {
  margin-top: rem(15);
  padding: 0 !important;
  border: none;
  border-radius: 0;
  height: 2rem !important;
}
.navbar-toggler .navbar-toggler-line {
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  margin-bottom: 4px;
  float: right;
  clear: both;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: none;
          transform: none;
}
.navbar-toggler .navbar-toggler-line:nth-child(2) {
  opacity: 1;
}
.navbar-toggler .navbar-toggler-line:nth-child(3) {
  margin-bottom: 0px;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background: none !important;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-line {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(1) {
  -webkit-transform: translate(0px, 10px) rotate(-45deg);
          transform: translate(0px, 10px) rotate(-45deg);
  margin-bottom: 14px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(3) {
  -webkit-transform: translate(0px, -12px) rotate(45deg);
          transform: translate(0px, -12px) rotate(45deg);
}

.footer__social a {
  height: 3rem;
  width: 3rem;
  margin-right: 2rem;
}
.footer__social .icon-linkedin {
  background-size: 90%;
  background-position: center top;
}

#search-form-toggle, .utility-navigation nav .searchform input[type=text], .utility-navigation nav .searchform input[type=submit] {
  background-color: white;
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.0390625rem;
  color: #000;
  margin: 0.4rem 0 0 0;
  height: 28px;
}
@media (min-width: 768px) {
  #search-form-toggle, .utility-navigation nav .searchform input[type=text], .utility-navigation nav .searchform input[type=submit] {
    z-index: 10;
    position: relative;
    top: 5px;
    display: block;
    float: left;
  }
}

.utility-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .utility-navigation nav .searchform {
    display: none;
    opacity: 0;
    position: absolute;
    overflow: hidden;
  }
  .utility-navigation nav .searchform.active {
    opacity: 1;
    position: relative;
    display: block;
    float: right;
  }
}
.utility-navigation nav .searchform label {
  margin: 0;
}
.utility-navigation nav .searchform input[type=submit] {
  display: none;
}
.utility-navigation nav .searchform.active input[type=submit] {
  display: block;
}
.utility-navigation nav .searchform input[type=text] {
  margin-right: -135px;
  text-transform: none;
}
.utility-navigation nav .searchform input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.utility-navigation nav .searchform input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.utility-navigation nav .searchform input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.utility-navigation nav .searchform input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.section-title {
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
  border-bottom: 5px solid #A31F34;
}
.section-title a {
  text-decoration: none;
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-position: right center;
}
.section-title a:hover {
  color: #A31F34;
}

.section-title-full-image {
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3rem;
  float: left;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-title-full-image {
    margin-bottom: 2rem;
  }
}

.section-title-wrapper {
  margin-bottom: 2.5rem;
}
.section-title-wrapper.full-underlined {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.header-section {
  font-size: 2.6rem;
  line-height: 3.7rem;
  font-weight: 600;
  color: #fff;
  float: left;
  width: 100%;
}
@media (max-width: 767.98px) {
  .header-section {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 300;
  }
}
.header-section .section-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  border-bottom: none;
}
.header-section .section-info-wrap a {
  color: #fff;
}
.header-section .section-info-wrap a:hover {
  color: #BCBCBC;
}
.header-section .section-info-wrap .btn {
  color: #000;
}
.header-section.full_bleed_image .block__cover {
  margin: 0;
}
.header-section.full_bleed_image .block__cover .cover-overlay {
  content: "";
  background: #0B58A0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-filter: brightness(0.8) opacity(0.45);
          filter: brightness(0.8) opacity(0.45);
}
@media (max-width: 767.98px) {
  .header-section.full_bleed_image .block__cover {
    background-repeat: no-repeat;
    background-position: top;
    height: 21.5rem;
  }
  .header-section.full_bleed_image .block__cover .cover-overlay {
    display: none;
  }
}
.header-section.full_bleed_image .container .row {
  padding: 8rem 0 !important;
}
@media (max-width: 767.98px) {
  .header-section.full_bleed_image .container .row {
    padding: 4rem 0 !important;
    background: #0B58A0;
  }
}
.header-section.full_bleed_image .container .row > div {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 2.6rem;
  line-height: 3.8rem;
}
.header-section.full_bleed_image .btn {
  color: #000;
}
.header-section.full_bleed_image .btn:hover {
  background-color: #0B58A0;
  border-color: #fff;
  color: #fff;
}
.header-section.video {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0B58A0), color-stop(50%, transparent));
  background: linear-gradient(to right, #0B58A0 50%, transparent 50%);
}
@media (max-width: 991.98px) {
  .header-section.video {
    background: #0B58A0;
  }
}
.header-section.video .section-info-wrap {
  background: #0B58A0;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .header-section.video .section-info-wrap {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    font-weight: 300;
  }
}
.header-section.video .section-info-wrap a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.header-section.video .section-info-wrap a.btn:hover {
  background: #0B58A0;
  color: #fff;
}
.header-section.video .section-video-wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0B58A0), color-stop(50%, transparent));
  background: linear-gradient(to right, #0B58A0 50%, transparent 50%);
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 991.98px) {
  .header-section.video .section-video-wrap {
    background: transparent;
    padding: 0;
    height: auto;
    width: 100vw;
    margin-left: calc((100vw - 100%)/-2);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: unset;
  }
  .header-section.video .section-video-wrap picture, .header-section.video .section-video-wrap img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header-section.video .header-type-wrap {
    height: auto;
    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;
  }
}
.header-section.image {
  background: #0B58A0;
}
.header-section.image .header-type-wrap {
  height: 51.5rem;
}
@media (max-width: 991.98px) {
  .header-section.image .header-type-wrap {
    height: auto;
    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;
  }
}
.header-section.image .section-info-wrap {
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
.header-section.image .section-info-wrap a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.header-section.image .section-info-wrap a.btn:hover {
  background: #0B58A0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-section.image .section-info-wrap {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    font-weight: 300;
  }
}
.header-section.image .section-image-wrap {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .header-section.image .section-image-wrap {
    padding: 0;
    height: auto;
    width: 100vw;
    margin-left: calc((100vw - 100%)/-2);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .header-section.image .section-image-wrap picture, .header-section.image .section-image-wrap img {
    width: 100%;
  }
}
.header-section.image .section-image-wrap picture {
  float: right;
}

.color-text-section {
  padding-top: 5.6rem;
  padding-bottom: 10rem;
  float: left;
  width: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  .color-text-section {
    padding-bottom: 5rem;
  }
}
.color-text-section h2.section-title {
  margin-bottom: 1.5rem;
}
.color-text-section h2.section-sub-title {
  margin-bottom: 0.5rem;
}
.color-text-section .color-text-section__text-block {
  background-color: #F4F4F4;
  margin: 4.8rem 0 0;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
.color-text-section .color-text-section__text-block > *:last-child {
  margin-bottom: 0;
}
.color-text-section .color-text-section__text-block-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .color-text-section .color-text-section__text-block-wrapper {
    width: calc(100% - 1rem);
  }
}
.color-text-section .color-text-section__text-block-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #D47500;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  z-index: 1;
}
.color-text-section .color-text-section__text-block-wrapper--red:after {
  background-color: #A31F34;
}
.color-text-section .color-text-section__text-block-wrapper--blue:after {
  background-color: #0B58A0;
}
.color-text-section .color-text-section__text-block-wrapper--gray:after {
  background-color: #4E4E4E;
}

.alert-section {
  display: block;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 4rem 0;
}
@media (max-width: 991.98px) {
  .alert-section {
    padding: 5rem 0;
  }
}
.alert-section .alert-title h3 {
  font-size: 3.8rem;
  line-height: 4.7rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .alert-section .alert-title h3 {
    margin-bottom: 2.5rem;
  }
}
.alert-section .alert-information .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .alert-section .alert-information .btn {
    margin-top: 2.5rem;
  }
}

.announcements-section {
  padding: 5rem 0;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 991.98px) {
  .announcements-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .announcements-section {
    padding: 4rem 0;
  }
}
.announcements-section .item {
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .announcements-section .item {
    padding-bottom: 0.5rem;
    margin-bottom: 3.2rem;
  }
}
.announcements-section .item:last-child {
  margin-bottom: 0;
}
.announcements-section .item .title {
  float: left;
  width: 100%;
}
.announcements-section .item .title a h3 {
  text-decoration: underline;
}
.announcements-section .item .title a:hover {
  color: #A31F34;
  text-decoration: underline;
  -webkit-text-decoration-color: #A31F34;
          text-decoration-color: #A31F34;
  text-decoration: underline;
}
.announcements-section .item .title a:hover span:after {
  background-color: #810A1D;
}
.announcements-section .item .title h3 {
  float: left;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
  position: relative;
  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;
}
.announcements-section .item .title h3 span {
  position: relative;
}
.announcements-section .item .title h3 span:after {
  content: "";
  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;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #A31F34;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50% 50%;
  display: block;
  position: absolute;
  right: -45px;
  bottom: -5px;
}
.announcements-section .item .date {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.protocols-section {
  display: block;
  float: left;
  width: 100%;
  padding: 5rem 0;
  background: #F4F4F4;
}
@media (max-width: 991.98px) {
  .protocols-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .protocols-section {
    padding: 4rem 0;
  }
}
.protocols-section .item {
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .protocols-section .item {
    padding-bottom: 0.5rem;
    margin-bottom: 3.2rem;
  }
}
.protocols-section .item:last-child {
  margin-bottom: 0;
}
.protocols-section .item .title {
  float: left;
  width: 100%;
}
.protocols-section .item .title a h3 {
  text-decoration: underline;
}
.protocols-section .item .title a:hover {
  color: #A31F34;
  text-decoration: underline;
  -webkit-text-decoration-color: #A31F34;
          text-decoration-color: #A31F34;
  text-decoration: underline;
}
.protocols-section .item .title a:hover span:after {
  background-color: #810A1D;
}
.protocols-section .item .title h3 {
  float: left;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
  position: relative;
  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;
}
.protocols-section .item .title h3 span {
  position: relative;
}
.protocols-section .item .title h3 span:after {
  content: "";
  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;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #A31F34;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50% 50%;
  display: block;
  position: absolute;
  right: -45px;
  bottom: -5px;
}
.protocols-section .item .date {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.protocols-section .item .links {
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.principles-section {
  padding: 5rem 0 0;
  display: block;
  float: left;
  width: 100%;
}
.principles-section .section-title-wrapper {
  margin-bottom: 5.5rem;
}
@media (max-width: 991.98px) {
  .principles-section .section-title-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .principles-section {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .principles-section {
    padding: 4rem 0;
  }
}
.principles-section .item {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .principles-section .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .principles-section .item {
    -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;
    margin-bottom: 0;
  }
}
.principles-section .item .icon {
  margin-bottom: 2rem;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .principles-section .item .icon {
    height: auto;
    margin-right: 3.5rem;
  }
  .principles-section .item .icon picture {
    width: 10rem;
  }
}
@media (max-width: 767.98px) {
  .principles-section .item .icon {
    margin-right: 0rem;
  }
}
@media (max-width: 767.98px) {
  .principles-section .item .info {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
  }
}
.principles-section .item a:hover {
  color: #A31F34;
}
.principles-section .item h3 {
  font-size: 3.8rem;
  line-height: 4.7rem;
  font-weight: bold;
}
.principles-section .principles-main-link {
  margin-top: 3rem;
}

.archive-wrapper .archive-post-item {
  margin-bottom: 20px;
}
.archive-wrapper .archive-post-item .entry-content {
  margin-top: 0;
}

.query-wrangler {
  margin-bottom: 5rem;
}
.query-wrangler .grouped-content {
  margin-bottom: 5rem;
}

.query-wrangler__form {
  margin: 3rem 0;
}
.query-wrangler__form .btn-group,
.query-wrangler__form .btn {
  display: block;
  float: left;
  margin-right: 0.5rem;
}
.query-wrangler__form .query-checkboxes label {
  display: block;
}

.query-exposed .dropdown .query-exposed-label {
  display: none;
}

.exposed-filter-single {
  margin-bottom: 2rem;
}
.exposed-filter-single .query-checkboxes label {
  display: inline;
  margin-right: 1rem;
}

.query-pills {
  clear: both;
  padding-top: 2rem;
}
.query-pills a {
  margin-right: 0.5rem;
}
.query-pills h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4rem;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2rem;
}

.block__page_cover {
  background-position: center;
  background-size: cover;
  display: block;
  height: 44rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .block__page_cover {
    height: auto;
    background: none;
  }
}

.block__page_cover_noimage {
  background: #00356b;
  height: 23rem;
}

.page-header .page-title-wrap {
  color: #fff;
  background: #0B58A0;
  margin-top: -9.5rem;
}
@media (max-width: 991.98px) {
  .page-header .page-title-wrap {
    margin-top: -5.5rem;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-title-wrap {
    margin-top: -5.5rem;
    width: 100vw;
    margin: 0 0 0 calc((100vw - 100%)/-2) !important;
  }
}
.page-header .page-title-wrap h1 {
  padding: 0 1.5rem;
}
@media (max-width: 767.98px) {
  .page-header .page-title-wrap h1 {
    padding: 0;
  }
}
.page-header.faq-page .page-title-wrap {
  background: #A31F34;
}

.search .search-header-wrap {
  background-color: #F4F4F4;
  padding-bottom: 5.5rem;
  margin-bottom: 5rem;
}
.search .search-header-wrap span {
  font-weight: bold;
}
.search .search-header-wrap .searchform {
  margin-bottom: 3rem;
}
.search .search-header-wrap .searchform .screen-reader-text {
  display: none;
}
@media (max-width: 991.98px) {
  .search .search-header-wrap .searchform > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .search .search-header-wrap .searchform > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search .search-header-wrap .searchform input {
  border-radius: 0;
  padding: 1.6rem;
}
.search .search-header-wrap .searchform input#s {
  border: 1px solid #000 !important;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 3.5rem;
  min-width: 58rem;
}
@media (max-width: 991.98px) {
  .search .search-header-wrap .searchform input#s {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 767.98px) {
  .search .search-header-wrap .searchform input#s {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.search .search-header-wrap .searchform input#searchsubmit {
  border: 2px solid #A31F34;
  background: #A31F34;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 1.6rem 5.5rem;
}
.search .search-header-wrap .searchform input#searchsubmit:hover {
  border: 2px solid #A31F34;
  background: #fff;
  color: #A31F34;
}
@media (max-width: 767.98px) {
  .search .search-header-wrap .searchform input#searchsubmit {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.search .content-wrapper {
  padding-bottom: 10rem;
}
.search .content-wrapper > .row {
  margin-bottom: 1.4rem;
}
.search .content-wrapper > .row h2 {
  padding-top: 3rem;
  border-top: 1px solid #000;
  font-size: 2.5rem;
  line-height: 3.7rem;
  margin-bottom: 1.6rem;
  float: left;
  width: 100%;
}
.search .content-wrapper > .row h2 a {
  padding-right: 5rem;
  position: relative;
}
.search .content-wrapper > .row h2 a:after {
  content: "";
  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;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #A31F34;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50% 50%;
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.search .content-wrapper > .row h2 a:hover {
  color: #A31F34;
}
.search .content-wrapper > .row h2 a:hover:after {
  background-color: #810A1D;
}
.search .content-wrapper > .row:first-child h2 {
  margin-top: 0;
  border-top: none;
}
.search .content-wrapper > .row p {
  margin-bottom: 1.6rem;
}
/*# sourceMappingURL=style.css.map */
