/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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: #007bff;
  --secondary: #6c757d;
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  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;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    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;
  -ms-overflow-style: scrollbar; }

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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          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; }

[role="button"] {
  cursor: pointer; }

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;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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: .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: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  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.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }
  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: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1220px; } }

.container-fluid, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1220px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
     -moz-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.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) {
  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: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.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,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark: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 {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.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: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      -moz-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: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-moz-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; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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: -webkit-calc(0.375rem + 1px);
  padding-top: -moz-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: -moz-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: -moz-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: -moz-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: -moz-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: -moz-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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: -webkit-calc(1.5em + 0.5rem + 2px);
  height: -moz-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .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: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  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 -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right -moz-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
     -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
       -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: -moz-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  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 0.75rem 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 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  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 0.75rem 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 1.75rem/calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  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 0.75rem 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem 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.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  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 -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right -moz-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
     -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
       -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: -moz-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  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 0.75rem 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 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  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 0.75rem 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 1.75rem/calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  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 0.75rem 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem 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.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-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: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-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: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-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, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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.2rem rgba(38, 143, 255, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .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.2rem rgba(130, 138, 145, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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.2rem rgba(72, 180, 97, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(72, 180, 97, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(58, 176, 195, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(58, 176, 195, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(222, 170, 12, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(222, 170, 12, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(225, 83, 97, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(225, 83, 97, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(216, 217, 219, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(216, 217, 219, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(82, 88, 93, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(82, 88, 93, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .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.2rem rgba(0, 123, 255, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d; }
    .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.2rem rgba(108, 117, 125, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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.2rem rgba(40, 167, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(40, 167, 69, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(23, 162, 184, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(23, 162, 184, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(255, 193, 7, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(255, 193, 7, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(220, 53, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(220, 53, 69, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(248, 249, 250, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(248, 249, 250, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem 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.2rem rgba(52, 58, 64, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(52, 58, 64, 0.5);
         -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      -moz-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;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      -moz-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: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.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.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.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.125rem; }

.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  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: #007bff; }
  .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.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-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;
    -webkit-flex: 1 1 auto;
       -moz-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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-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 {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .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.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-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 {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-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;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    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) {
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-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 {
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
         -moz-border-radius-bottomright: 0;
              border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      -webkit-border-top-left-radius: 0;
         -moz-border-radius-topleft: 0;
              border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }
  .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: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 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.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: -moz-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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) {
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 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) {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .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.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.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: #007bff;
  background-color: #007bff; }

.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(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          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(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: -webkit-calc(0.25rem + 2px);
    top: -moz-calc(0.25rem + 2px);
    top: calc(0.25rem + 2px);
    left: -webkit-calc(-2.25rem + 2px);
    left: -moz-calc(-2.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: -webkit-calc(1rem - 4px);
    width: -moz-calc(1rem - 4px);
    width: calc(1rem - 4px);
    height: -webkit-calc(1rem - 4px);
    height: -moz-calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
    -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;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
    -moz-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, -moz-transform 0.15s ease-in-out, -moz-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, -moz-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
       -moz-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
         -o-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  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 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 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: 0.75rem;
    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: -webkit-calc(1.5em + 0.5rem + 2px);
  height: -moz-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 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: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: -webkit-calc(1.5em + 0.75rem);
    height: -moz-calc(1.5em + 0.75rem);
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
       -moz-border-radius: 0 0.25rem 0.25rem 0;
            border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  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.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
           box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    -webkit-border-radius: 1rem;
            border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -webkit-border-radius: 1rem;
            border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-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: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -moz-border-radius: 1rem;
         border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -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: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .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;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .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;
    -webkit-border-top-left-radius: 0.25rem;
       -moz-border-radius-topleft: 0.25rem;
            border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
       -moz-border-radius-topright: 0.25rem;
            border-top-right-radius: 0.25rem; }
    .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;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; }

.nav-pills .nav-link {
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-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.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }
  .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;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .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;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -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-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;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -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-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;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -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-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;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -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;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .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;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.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%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-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);
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      -webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
         -moz-border-radius-topleft: -moz-calc(0.25rem - 1px);
              border-top-left-radius: calc(0.25rem - 1px);
      -webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
         -moz-border-radius-topright: -moz-calc(0.25rem - 1px);
              border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      -webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
         -moz-border-radius-bottomright: -moz-calc(0.25rem - 1px);
              border-bottom-right-radius: calc(0.25rem - 1px);
      -webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
         -moz-border-radius-bottomleft: -moz-calc(0.25rem - 1px);
              border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  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 {
    -webkit-border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
       -moz-border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
            border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
       -moz-border-radius: 0 0 -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px);
            border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  -webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
     -moz-border-radius-topleft: -moz-calc(0.25rem - 1px);
          border-top-left-radius: calc(0.25rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
     -moz-border-radius-topright: -moz-calc(0.25rem - 1px);
          border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  -webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
     -moz-border-radius-bottomright: -moz-calc(0.25rem - 1px);
          border-bottom-right-radius: calc(0.25rem - 1px);
  -webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
     -moz-border-radius-bottomleft: -moz-calc(0.25rem - 1px);
          border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-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;
      -webkit-flex: 1 0 0%;
         -moz-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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0%;
         -moz-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) {
        -webkit-border-top-right-radius: 0;
           -moz-border-radius-topright: 0;
                border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
           -moz-border-radius-bottomright: 0;
                border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          -webkit-border-top-right-radius: 0;
             -moz-border-radius-topright: 0;
                  border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          -webkit-border-bottom-right-radius: 0;
             -moz-border-radius-bottomright: 0;
                  border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        -webkit-border-top-left-radius: 0;
           -moz-border-radius-topleft: 0;
                border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
           -moz-border-radius-bottomleft: 0;
                border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          -webkit-border-top-left-radius: 0;
             -moz-border-radius-topleft: 0;
                  border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          -webkit-border-bottom-left-radius: 0;
             -moz-border-radius-bottomleft: 0;
                  border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    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;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.25rem;
     -moz-border-radius-topleft: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
     -moz-border-radius-bottomleft: 0.25rem;
          border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.25rem;
     -moz-border-radius-topright: 0.25rem;
          border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
     -moz-border-radius-bottomright: 0.25rem;
          border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  -webkit-border-top-left-radius: 0.3rem;
     -moz-border-radius-topleft: 0.3rem;
          border-top-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
     -moz-border-radius-bottomleft: 0.3rem;
          border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.3rem;
     -moz-border-radius-topright: 0.3rem;
          border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
     -moz-border-radius-bottomright: 0.3rem;
          border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  -webkit-border-top-left-radius: 0.2rem;
     -moz-border-radius-topleft: 0.2rem;
          border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
     -moz-border-radius-bottomleft: 0.2rem;
          border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.2rem;
     -moz-border-radius-topright: 0.2rem;
          border-top-right-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
     -moz-border-radius-bottomright: 0.2rem;
          border-bottom-right-radius: 0.2rem; }

.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;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-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, -moz-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, -moz-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      -moz-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;
  -webkit-border-radius: 10rem;
     -moz-border-radius: 10rem;
          border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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.2rem rgba(40, 167, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(23, 162, 184, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(255, 193, 7, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(220, 53, 69, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(248, 249, 250, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem 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.2rem rgba(52, 58, 64, 0.5);
       -moz-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.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: 1rem 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
     -moz-background-size: 1rem 1rem;
       -o-background-size: 1rem 1rem;
          background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
     -moz-animation: progress-bar-stripes 1s linear infinite;
       -o-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;
         -moz-animation: none;
           -o-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    -webkit-border-top-left-radius: inherit;
       -moz-border-radius-topleft: inherit;
            border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
       -moz-border-radius-topright: inherit;
            border-top-right-radius: inherit; }
  .list-group-item:last-child {
    -webkit-border-bottom-right-radius: inherit;
       -moz-border-radius-bottomright: inherit;
            border-bottom-right-radius: inherit;
    -webkit-border-bottom-left-radius: inherit;
       -moz-border-radius-bottomleft: inherit;
            border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .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;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    -webkit-border-bottom-left-radius: 0.25rem;
       -moz-border-radius-bottomleft: 0.25rem;
            border-bottom-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    -webkit-border-top-right-radius: 0.25rem;
       -moz-border-radius-topright: 0.25rem;
            border-top-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            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;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
         -moz-border-radius-bottomleft: 0.25rem;
              border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
         -moz-border-radius-topright: 0.25rem;
              border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              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;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
         -moz-border-radius-bottomleft: 0.25rem;
              border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
         -moz-border-radius-topright: 0.25rem;
              border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              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;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
         -moz-border-radius-bottomleft: 0.25rem;
              border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
         -moz-border-radius-topright: 0.25rem;
              border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              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;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      -webkit-border-bottom-left-radius: 0.25rem;
         -moz-border-radius-bottomleft: 0.25rem;
              border-bottom-left-radius: 0.25rem;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      -webkit-border-top-right-radius: 0.25rem;
         -moz-border-radius-topright: 0.25rem;
              border-top-right-radius: 0.25rem;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              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 {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.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: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.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.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
       -moz-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
         -o-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: -moz-calc(100% - 1rem);
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 1rem);
    max-height: -moz-calc(100vh - 1rem);
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: -moz-calc(100% - 1rem);
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: -webkit-calc(100vh - 1rem);
    height: -moz-calc(100vh - 1rem);
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-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);
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
  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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  -webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
     -moz-border-radius-topleft: -moz-calc(0.3rem - 1px);
          border-top-left-radius: calc(0.3rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
     -moz-border-radius-topright: -moz-calc(0.3rem - 1px);
          border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  -webkit-border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
     -moz-border-radius-bottomright: -moz-calc(0.3rem - 1px);
          border-bottom-right-radius: calc(0.3rem - 1px);
  -webkit-border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
     -moz-border-radius-bottomleft: -moz-calc(0.3rem - 1px);
          border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: -moz-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: -webkit-calc(100vh - 3.5rem);
      max-height: -moz-calc(100vh - 3.5rem);
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: -moz-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: -webkit-calc(100vh - 3.5rem);
      height: -moz-calc(100vh - 3.5rem);
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 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.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 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.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .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.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: -webkit-calc(-0.5rem - 1px);
    bottom: -moz-calc(-0.5rem - 1px);
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 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.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: -webkit-calc(-0.5rem - 1px);
    left: -moz-calc(-0.5rem - 1px);
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 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.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: -webkit-calc(-0.5rem - 1px);
    top: -moz-calc(-0.5rem - 1px);
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: -webkit-calc(-0.5rem - 1px);
    right: -moz-calc(-0.5rem - 1px);
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      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.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
     -moz-border-radius-topleft: -moz-calc(0.3rem - 1px);
          border-top-left-radius: calc(0.3rem - 1px);
  -webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
     -moz-border-radius-topright: -moz-calc(0.3rem - 1px);
          border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  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;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, -moz-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, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      -moz-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%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-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;
  -o-transition: opacity 0s 0.6s;
  -moz-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;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-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;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      -moz-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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-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;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-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: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        -moz-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); } }

@-moz-keyframes spinner-border {
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
     -moz-animation: spinner-border .75s linear infinite;
       -o-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-moz-keyframes spinner-grow {
  0% {
    -moz-transform: scale(0);
         transform: scale(0); }
  50% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0); }
  50% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
     -moz-animation: spinner-grow .75s linear infinite;
       -o-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !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 {
  -webkit-border-radius: 0.2rem !important;
     -moz-border-radius: 0.2rem !important;
          border-radius: 0.2rem !important; }

.rounded {
  -webkit-border-radius: 0.25rem !important;
     -moz-border-radius: 0.25rem !important;
          border-radius: 0.25rem !important; }

.rounded-top {
  -webkit-border-top-left-radius: 0.25rem !important;
     -moz-border-radius-topleft: 0.25rem !important;
          border-top-left-radius: 0.25rem !important;
  -webkit-border-top-right-radius: 0.25rem !important;
     -moz-border-radius-topright: 0.25rem !important;
          border-top-right-radius: 0.25rem !important; }

.rounded-right {
  -webkit-border-top-right-radius: 0.25rem !important;
     -moz-border-radius-topright: 0.25rem !important;
          border-top-right-radius: 0.25rem !important;
  -webkit-border-bottom-right-radius: 0.25rem !important;
     -moz-border-radius-bottomright: 0.25rem !important;
          border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.25rem !important;
     -moz-border-radius-bottomright: 0.25rem !important;
          border-bottom-right-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
     -moz-border-radius-bottomleft: 0.25rem !important;
          border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  -webkit-border-top-left-radius: 0.25rem !important;
     -moz-border-radius-topleft: 0.25rem !important;
          border-top-left-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
     -moz-border-radius-bottomleft: 0.25rem !important;
          border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  -webkit-border-radius: 0.3rem !important;
     -moz-border-radius: 0.3rem !important;
          border-radius: 0.3rem !important; }

.rounded-circle {
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important; }

.rounded-pill {
  -webkit-border-radius: 50rem !important;
     -moz-border-radius: 50rem !important;
          border-radius: 50rem !important; }

.rounded-0 {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          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: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-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.85714%; }

.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;
  -webkit-flex-direction: row !important;
     -moz-box-orient: horizontal !important;
     -moz-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;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-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;
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-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;
  -webkit-flex-direction: column-reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
     -moz-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
     -moz-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
     -moz-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
     -moz-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
     -moz-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
     -moz-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -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;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-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;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-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;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -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; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.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 {
  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.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
     -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
     -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
     -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
     -moz-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; }

.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.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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; } }

.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); }

.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;
  -o-text-overflow: ellipsis;
     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: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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-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;
       -moz-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 {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Color */
/* Color */
/* Paragraph Settings */
/* Paragraph Settings */
/* Heading Settings */
/* Heading Settings */
html {
  scroll-behavior: smooth;
  height: 100%; }

body {
  font: 100% "granville";
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  cursor: default; }

a {
  cursor: pointer; }

/* Paragraph Settings */
p {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 2.125rem;
  font-weight: 300; }

sup {
  font-size: 8px;
  font-weight: 700;
  top: -0.45rem; }

.pink-text {
  color: #fa0096; }

.hidden {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 767px) {
  p {
    margin-bottom: 1.875rem;
    font-size: 1rem; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p {
    margin-bottom: 1.875rem;
    font-size: 1rem; } }

/* Paragraph Settings */
h1 {
  margin-bottom: 1.5rem;
  font-size: 3.4375rem;
  color: #071d49;
  font-weight: 400;
  font-family: "Saol Standard Light-No-o6FJXF1E"; }

h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  color: #071d49;
  font-weight: 400;
  font-family: "Saol Standard Light-No-o6FJXF1E"; }

.btn {
  width: auto; }
  .btn-primary {
    background: #CCA1A4;
    color: #FFFFFF;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 22px 60px;
    font-size: 18px;
    line-height: 23px; }
    .btn-primary:hover {
      background: #c08f92; }
    .btn-primary:focus {
      background: #c08f92; }

.scroll-circle-arrow {
  background-color: #071d49;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer; }
  .scroll-circle-arrow span {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    top: 45%;
    left: 35%;
    -webkit-transition: top ease 0.5s;
    -o-transition: top ease 0.5s;
    -moz-transition: top ease 0.5s;
    transition: top ease 0.5s; }
    .scroll-circle-arrow span::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      width: 8px;
      height: 8px;
      background-color: transparent;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: right center;
         -moz-transform-origin: right center;
          -ms-transform-origin: right center;
           -o-transform-origin: right center;
              transform-origin: right center; }
    .scroll-circle-arrow span.down-arrow {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
  .scroll-circle-arrow:hover {
    background-color: transparent;
    border: 1px solid #071d49; }
    .scroll-circle-arrow:hover span.down-arrow {
      top: 60px; }

@media only screen and (max-width: 767px) {
  h1 {
    margin-bottom: 1.5rem;
    font-size: 1.625rem; }
  h2 {
    margin-bottom: 1.5rem;
    font-size: 1.625rem; }
  p {
    font-size: 1rem; }
  .btn {
    width: auto; }
    .btn-primary {
      font-size: 14px;
      line-height: 18px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    margin-bottom: 1.5rem;
    font-size: 1.625rem; }
  h2 {
    margin-bottom: 1.5rem;
    font-size: 1.625rem; } }

video {
  width: 100%;
  max-height: 100%; }

.sec404 {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.sec404 .title {
  text-align: center;
  color: #071d49;
  padding: 0px 0 0;
  font-weight: 400;
  width: 100%;
  font-family: "saolstandard-light"; }

.page404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.page404 main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.page404 footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.action-btn > a, .action-btn > button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear; }

.action-btn > a > span.ripple, .action-btn > button > span.ripple {
  background-color: #89bde9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #071D49;
  display: block;
  height: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: height 1s, width 1s;
  -moz-transition: height 1s, width 1s;
  -o-transition: height 1s, width 1s;
  transition: height 1s, width 1s;
  width: 0;
  z-index: 1; }

.action-btn > a:hover {
  color: #071D49; }

.action-btn > a:hover > span.ripple ~ span, .action-btn > button:hover > span.ripple ~ span {
  z-index: 5;
  position: relative; }

.action-btn > a:hover > span.ripple, .action-btn > button:hover > span.ripple {
  height: 700px;
  width: 700px; }

.action-btn span:nth-of-type(2) {
  z-index: 9; }

video::-webkit-media-controls-timeline,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-return-to-realtime-button,
video::-webkit-media-controls-closed-captions-container,
video::-webkit-media-controls-closed-captions-track-list,
video::-webkit-media-text-track-container {
  display: none; }

.privacy-policy .privacy-sec {
  min-height: 65vh; }
  .privacy-policy .privacy-sec h2 {
    width: 100%; }
  .privacy-policy .privacy-sec p {
    text-align: left; }

body.rtl h2, body.rtl p {
  text-align: right !important; }

.errorMessage {
  display: none;
  color: red; }
  .errorMessage.show {
    display: block; }

.success-icon__tip, .success-icon__long {
  display: block;
  position: absolute;
  height: 4px;
  background-color: #5dd879;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.success-icon__tip {
  width: 2.4em;
  top: 4.3em;
  left: 1.4em;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: tipInPlace 300ms ease-in-out;
     -moz-animation: tipInPlace 300ms ease-in-out;
       -o-animation: tipInPlace 300ms ease-in-out;
          animation: tipInPlace 300ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
       -o-animation-delay: 180ms;
          animation-delay: 180ms;
  visibility: hidden; }

.success-icon__long {
  width: 4em;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3.70em;
  left: 2.75em;
  -webkit-animation: longInPlace 140ms ease-in-out;
     -moz-animation: longInPlace 140ms ease-in-out;
       -o-animation: longInPlace 140ms ease-in-out;
          animation: longInPlace 140ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: hidden;
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
       -o-animation-delay: 440ms;
          animation-delay: 440ms; }

@-webkit-keyframes showSuccess {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-moz-keyframes showSuccess {
  from {
    -moz-transform: scale(0);
         transform: scale(0); }
  to {
    -moz-transform: scale(1);
         transform: scale(1); } }

@-o-keyframes showSuccess {
  from {
    -o-transform: scale(0);
       transform: scale(0); }
  to {
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes showSuccess {
  from {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em; }
  to {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    visibility: visible; } }

@-moz-keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em; }
  to {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    visibility: visible; } }

@-o-keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em; }
  to {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    visibility: visible; } }

@keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em; }
  to {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    visibility: visible; } }

@-webkit-keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em; }
  to {
    width: 4em;
    top: 3.70em;
    left: 2.75em;
    visibility: visible; } }

@-moz-keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em; }
  to {
    width: 4em;
    top: 3.70em;
    left: 2.75em;
    visibility: visible; } }

@-o-keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em; }
  to {
    width: 4em;
    top: 3.70em;
    left: 2.75em;
    visibility: visible; } }

@keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em; }
  to {
    width: 4em;
    top: 3.70em;
    left: 2.75em;
    visibility: visible; } }

.page404 .header-section {
  max-width: 100%;
  background-color: #89bde940; }

.header-logo {
  display: block;
  margin-left: auto;
  margin-right: auto; }

header {
  z-index: 1024;
  position: relative; }
  header .navbar {
    background-color: #ffffffad;
    padding: 0;
    max-height: 75px; }
    header .navbar > .container {
      padding: 0; }
    header .navbar .navbar-brand {
      padding-bottom: 0; }
      header .navbar .navbar-brand img {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
        width: auto;
        margin: 15px 0px;
        height: 50px;
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
             -o-transform-origin: center center;
                transform-origin: center center;
        border-width: 0px;
        -webkit-transition-property: none;
        -o-transition-property: none;
        -moz-transition-property: none;
        transition-property: none; }
    header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item .nav-link {
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #071d49;
      padding: 10px 20px 5px;
      font-family: "foundersgrotesk-light"; }
      header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item .nav-link sup {
        font-size: 7px;
        top: -6px;
        font-weight: 600; }
    header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item:last-child a {
      padding-right: 0; }
    header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item:hover a {
      color: #00a3e0; }

@media (min-width: 768px) and (max-width: 1024px) {
  header .navbar {
    background-color: #FFF;
    max-height: 100%; }
    header .navbar .header-wrapper {
      background-color: #FFF;
      max-width: 100%; }
      header .navbar .header-wrapper .navbar-collapse {
        border-top: 1px solid #c3c3c3;
        -webkit-transition-duration: 1s;
           -moz-transition-duration: 1s;
             -o-transition-duration: 1s;
                transition-duration: 1s;
        position: absolute;
        left: 0px;
        top: 70px;
        background-color: white;
        display: none !important; }
        header .navbar .header-wrapper .navbar-collapse.show {
          display: block !important; }
      header .navbar .header-wrapper .navbar-toggler {
        border: none;
        display: block; }
        header .navbar .header-wrapper .navbar-toggler .navbar-toggler-icon {
          width: 1.2em; }
        header .navbar .header-wrapper .navbar-toggler:hover {
          outline: none; }
      header .navbar .header-wrapper .navbar-brand {
        padding-left: 10px;
        width: 125px; }
        header .navbar .header-wrapper .navbar-brand img {
          width: 100%;
          height: auto; }
    header .navbar #navbarSupportedContent ul.navbar-nav {
      display: block !important; }
      header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item {
        display: inline-block !important;
        width: 48%;
        text-align: center; }
        header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item .nav-link {
          padding: 14px 20px;
          font-size: 18px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 767px) {
  header .navbar {
    background-color: #FFF; }
    header .navbar .header-wrapper {
      background-color: #FFF; }
      header .navbar .header-wrapper .navbar-collapse {
        border-top: 1px solid #c3c3c3;
        -webkit-transition-duration: 1s;
           -moz-transition-duration: 1s;
             -o-transition-duration: 1s;
                transition-duration: 1s;
        position: absolute;
        left: 0px;
        top: 54px;
        background-color: white; }
      header .navbar .header-wrapper .navbar-toggler {
        border: none; }
        header .navbar .header-wrapper .navbar-toggler .navbar-toggler-icon {
          width: 1.2em; }
        header .navbar .header-wrapper .navbar-toggler:hover {
          outline: none; }
      header .navbar .header-wrapper .navbar-brand {
        padding-left: 10px;
        width: 95px; }
        header .navbar .header-wrapper .navbar-brand img {
          width: 100%;
          height: auto; }
    header .navbar .navbar-brand {
      margin: 0; }
    header .navbar #navbarSupportedContent ul.navbar-nav {
      display: block !important; }
      header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item {
        display: inline-block !important;
        width: 48%;
        text-align: center; }
        header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item .nav-link {
          padding: 14px 20px !important; } }

.banner-sec {
  margin-top: -106px;
  position: relative; }
  .banner-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #89bde9), color-stop(#89bde9db), color-stop(#89bde9eb), to(#89bde900));
    background-image: -webkit-linear-gradient(left, #89bde9 0, #89bde9db, #89bde9eb, #89bde900 100%);
    background-image: -moz-linear-gradient(left, #89bde9 0, #89bde9db, #89bde9eb, #89bde900 100%);
    background-image: -o-linear-gradient(left, #89bde9 0, #89bde9db, #89bde9eb, #89bde900 100%);
    background-image: linear-gradient(to right, #89bde9 0, #89bde9db, #89bde9eb, #89bde900 100%);
    z-index: 11; }
  .banner-sec .desc {
    position: absolute;
    top: 38%;
    left: 0;
    padding-left: 80px;
    width: 100%;
    height: 60%;
    z-index: 11; }
    .banner-sec .desc h1 {
      font-size: 60px;
      width: 60%;
      color: #071d49;
      font-weight: 400;
      font-family: "saolstandard-light"; }
      .banner-sec .desc h1 i {
        font-family: "saolstandard-lightitalic"; }
    .banner-sec .desc .scroll-circle-arrow a {
      display: block;
      width: 45px;
      height: 45px; }
    .banner-sec .desc .banner-footnote {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 20px; }
      .banner-sec .desc .banner-footnote .left-note, .banner-sec .desc .banner-footnote .right-note {
        width: 50%; }
        .banner-sec .desc .banner-footnote .left-note p, .banner-sec .desc .banner-footnote .right-note p {
          font-size: 10px;
          line-height: 14px;
          width: 50%;
          margin-bottom: 0; }
      .banner-sec .desc .banner-footnote .left-note {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .banner-sec .desc .banner-footnote .left-note p {
          padding: 5px 10px;
          font-family: "foundersgrotesk-light"; }
          .banner-sec .desc .banner-footnote .left-note p:first-child {
            padding: 5px 12px;
            border: 1px solid #071d49;
            width: 48%; }
          .banner-sec .desc .banner-footnote .left-note p span {
            color: #FA0096; }
          .banner-sec .desc .banner-footnote .left-note p#note2 sup {
            font-size: 5px;
            top: -0.3rem;
            font-weight: 700; }
      .banner-sec .desc .banner-footnote .right-note {
        padding: 0 30px;
        text-align: right; }
        .banner-sec .desc .banner-footnote .right-note .footnote-logo {
          margin-bottom: 20px; }
        .banner-sec .desc .banner-footnote .right-note p {
          font-family: "foundersgrotesk-light";
          width: 100%;
          text-align: right;
          padding-right: 15px;
          color: #fff; }
          .banner-sec .desc .banner-footnote .right-note p sup {
            font-size: 5px;
            top: -0.25rem; }

@media (min-width: 1380px) and (max-width: 2650px) {
  .banner-sec .desc {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 1220px;
    padding: 0; }
    .banner-sec .desc .banner-footnote {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
           -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 100%;
      max-width: 1220px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-sec {
    margin-top: 0;
    width: 100%;
    overflow: hidden; }
    .banner-sec::before {
      display: none; }
    .banner-sec video {
      position: relative;
      left: -530px;
      -o-object-fit: fill;
         object-fit: fill;
      height: 700px;
      width: 1400px; }
    .banner-sec .desc {
      top: auto;
      padding: 0 15px;
      bottom: 20px; }
      .banner-sec .desc h1 {
        font-size: 80px;
        line-height: 80px;
        color: #fff;
        width: 100%; }
      .banner-sec .desc .banner-footnote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        position: relative;
        bottom: 0; }
        .banner-sec .desc .banner-footnote .left-note {
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .banner-sec .desc .banner-footnote .left-note p {
            font-size: 12px;
            padding: 3px;
            line-height: 14px;
            width: 50%; }
            .banner-sec .desc .banner-footnote .left-note p:last-child {
              text-align: right;
              color: #FFF; }
        .banner-sec .desc .banner-footnote .right-note {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; }
          .banner-sec .desc .banner-footnote .right-note .footnote-logo {
            width: 200px;
            margin-bottom: 5px;
            position: relative;
            right: -5px; }
          .banner-sec .desc .banner-footnote .right-note p {
            font-size: 12px;
            padding-right: 3px; }
            .banner-sec .desc .banner-footnote .right-note p sup {
              font-size: 4px; }
      .banner-sec .desc .scroll-circle-arrow {
        position: absolute;
        z-index: 111; } }

@media (max-width: 767px) {
  .banner-sec {
    margin-top: 0;
    width: 100%;
    overflow: hidden; }
    .banner-sec::before {
      display: none; }
    .banner-sec video {
      position: relative;
      left: -410px;
      -o-object-fit: fill;
         object-fit: fill;
      height: 490px;
      width: 900px; }
    .banner-sec .desc {
      top: auto;
      padding: 0 15px;
      bottom: 0; }
      .banner-sec .desc h1 {
        font-size: 38px;
        line-height: 40px;
        color: #fff;
        width: 100%; }
      .banner-sec .desc .banner-footnote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        position: relative;
        bottom: 0; }
        .banner-sec .desc .banner-footnote .left-note {
          width: 100%; }
          .banner-sec .desc .banner-footnote .left-note p {
            font-size: 6px;
            padding: 3px;
            line-height: 7px;
            width: 50%; }
            .banner-sec .desc .banner-footnote .left-note p:last-child {
              text-align: right;
              color: #FFF; }
        .banner-sec .desc .banner-footnote .right-note {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; }
          .banner-sec .desc .banner-footnote .right-note .footnote-logo {
            width: 140px;
            margin-bottom: 5px;
            position: relative;
            right: -5px; }
          .banner-sec .desc .banner-footnote .right-note p {
            font-size: 7px;
            padding-right: 3px; }
            .banner-sec .desc .banner-footnote .right-note p sup {
              font-size: 4px; }
      .banner-sec .desc .scroll-circle-arrow {
        position: absolute;
        z-index: 111; } }

@media (min-width: 870px) and (max-width: 1024px) {
  .banner-sec video {
    left: -380px;
    height: 700px;
    width: 1400px; } }

@media (min-width: 415px) and (max-width: 590px) {
  .banner-sec video {
    height: 500px;
    width: 1000px; } }

@media (min-width: 591px) and (max-width: 860px) {
  .banner-sec video {
    height: 700px;
    width: 1400px; } }

.footnote {
  width: 100%;
  padding: 40px 0;
  text-align: right; }
  .footnote .btn {
    border: 1px solid #071d49;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 7px 20px;
    color: #071d49;
    font-family: "foundersgrotesk-light";
    padding: 10px 20px 3px;
    font-size: 18px; }

.section-title {
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #071d49;
  font-family: "foundersgrotesk-light"; }
  .section-title sup {
    top: -0.4rem; }
  .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40%;
    height: 1px;
    background-color: #071d49; }

.about-sec, .product-sec {
  padding: 40px 0 15px; }
  .about-sec .title, .product-sec .title {
    text-align: center;
    color: #071d49;
    padding: 20px 0;
    font-weight: normal;
    width: 100%;
    font-family: "saolstandard-light"; }
    .about-sec .title i, .product-sec .title i {
      font-family: "saolstandard-lightitalic"; }
    .about-sec .title sup, .product-sec .title sup {
      font-size: 14px;
      top: -1rem;
      font-weight: 400; }
  .about-sec .header-section p, .product-sec .header-section p {
    font-size: 24px;
    color: #071d49;
    font-family: "foundersgrotesk-light"; }
    .about-sec .header-section p sup, .product-sec .header-section p sup {
      font-size: 14px;
      left: 3px;
      font-weight: 400; }
  .about-sec .item, .product-sec .item {
    padding: 0 10px;
    overflow: hidden;
    height: 260px; }
    .about-sec .item .item-img, .product-sec .item .item-img {
      height: 100%;
      -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
              border-radius: 20px;
      overflow: hidden; }
      .about-sec .item .item-img img, .product-sec .item .item-img img {
        width: 100%;
        min-height: 260px; }
      .about-sec .item .item-img p, .product-sec .item .item-img p {
        position: absolute;
        bottom: 10px;
        margin-bottom: 0;
        font-size: 9px;
        color: #FFF;
        line-height: normal;
        width: 100%;
        left: 0;
        padding: 0 20px;
        font-weight: 700;
        font-family: "foundersgrotesk-light"; }
        .about-sec .item .item-img p sup, .product-sec .item .item-img p sup {
          font-size: 5px;
          top: -0.25rem; }
    .about-sec .item .item-content, .product-sec .item .item-content {
      position: absolute;
      top: 0;
      left: 10px;
      -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
              border-radius: 20px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      padding: 10px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #ff6a39;
      height: 100%;
      width: 95%;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      -moz-transition: opacity 1s;
      transition: opacity 1s;
      opacity: 1; }
      .about-sec .item .item-content img, .product-sec .item .item-content img {
        width: 75px;
        margin-bottom: 25px; }
      .about-sec .item .item-content svg, .product-sec .item .item-content svg {
        width: 70px !important;
        height: 70px !important;
        margin: 20px 0; }
      .about-sec .item .item-content h2, .product-sec .item .item-content h2 {
        font-weight: 400;
        line-height: 35px;
        font-size: 35px;
        margin-bottom: 0;
        font-family: "saolstandard-light"; }
        .about-sec .item .item-content h2 sup, .product-sec .item .item-content h2 sup {
          font-size: 12px;
          top: -1.05rem; }
      .about-sec .item .item-content p, .product-sec .item .item-content p {
        color: #FFF;
        margin-bottom: 0;
        font-family: "saolstandard-light"; }
        .about-sec .item .item-content p sup, .product-sec .item .item-content p sup {
          font-size: 12px;
          top: -0.45rem; }
    .about-sec .item:first-child .item-img img, .product-sec .item:first-child .item-img img {
      margin-bottom: 20px; }
    .about-sec .item:first-child .item-content, .product-sec .item:first-child .item-content {
      background-color: #00a3e0; }
    .about-sec .item:last-child:hover .item-content, .product-sec .item:last-child:hover .item-content {
      opacity: 1; }
    .about-sec .item:last-child .item-content, .product-sec .item:last-child .item-content {
      background-color: #071d49; }
  .about-sec .footnote, .product-sec .footnote {
    margin-top: 40px;
    padding-bottom: 30px; }

.product-sec .container {
  position: relative; }
  .product-sec .container .title {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px; }
  .product-sec .container .scroll-circle-arrow {
    background: transparent;
    border: 1px solid #071d49;
    position: absolute;
    right: 3%;
    top: 0; }
    .product-sec .container .scroll-circle-arrow .up-arrow {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      top: 45%;
      left: 30%;
      background-color: #071d49; }
      .product-sec .container .scroll-circle-arrow .up-arrow::after {
        border-color: #071d49; }

.product-sec .item {
  position: relative;
  height: 280px; }
  .product-sec .item .item-content {
    top: 0;
    -webkit-transition: top ease 0.5s;
    -o-transition: top ease 0.5s;
    -moz-transition: top ease 0.5s;
    transition: top ease 0.5s;
    height: 260px;
    margin-top: 8px; }
    .product-sec .item .item-content h2, .product-sec .item .item-content p {
      color: #071d49;
      font-family: "saolstandard-light"; }
  .product-sec .item:hover .item-content {
    top: -5px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 3px 6px -2px #8b8b8b;
       -moz-box-shadow: 0 3px 6px -2px #8b8b8b;
            box-shadow: 0 3px 6px -2px #8b8b8b;
    opacity: 1; }
  .product-sec .item:last-child .item-content h2, .product-sec .item:last-child .item-content p {
    color: #FFF; }

.product-info-sec {
  position: relative;
  background-color: #071d49;
  padding: 40px 0;
  height: 740px; }
  .product-info-sec .bg-img {
    position: absolute;
    overflow: hidden;
    min-height: 930px;
    width: 100%;
    left: 0;
    top: 0; }
    .product-info-sec .bg-img .left-bg-img {
      position: absolute;
      top: -100px;
      left: -1000px; }
    .product-info-sec .bg-img .right-bg-img {
      position: absolute;
      top: -100px;
      right: -860px; }
  .product-info-sec .header-section {
    width: 100%; }
    .product-info-sec .header-section .section-title {
      color: #FFF; }
      .product-info-sec .header-section .section-title::before {
        background-color: #FFF; }
    .product-info-sec .header-section .title {
      text-align: center;
      padding: 30px 0 20px;
      font-weight: normal;
      color: #FFF;
      margin-bottom: 0;
      font-family: "saolstandard-light"; }
      .product-info-sec .header-section .title i {
        font-family: "saolstandard-lightitalic"; }
      .product-info-sec .header-section .title sup {
        font-size: 14px;
        top: -1rem; }
    .product-info-sec .header-section .scroll-circle-arrow {
      background: 0 0;
      border: 1px solid #fff;
      position: absolute;
      right: 3%;
      top: 15%; }
      .product-info-sec .header-section .scroll-circle-arrow .up-arrow {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg); }
  .product-info-sec .content-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 0 40px;
    width: 100%; }
    .product-info-sec .content-section .item {
      width: 55%;
      min-height: 400px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product-info-sec .content-section .item .item-img img {
        width: 320px;
        height: 510px;
        position: absolute;
        left: -100px;
        top: -55px; }
      .product-info-sec .content-section .item .item-content > div {
        width: 475px;
        height: 250px;
        background-color: #00a3e0;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 30px; }
        .product-info-sec .content-section .item .item-content > div h2 {
          font-family: "saolstandard-light";
          font-size: 30px;
          line-height: 34px;
          margin-bottom: 0; }
          .product-info-sec .content-section .item .item-content > div h2 sup.numeric {
            font-size: 12px;
            top: -0.7rem;
            left: 2px; }
      .product-info-sec .content-section .item .item-content.carousel-view .slides {
        background-color: #ff6a39;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .product-info-sec .content-section .item .item-content.carousel-view .slides.show {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .product-info-sec .content-section .item .item-content.carousel-view .slides h2 {
          text-align: center;
          margin-bottom: 0; }
          .product-info-sec .content-section .item .item-content.carousel-view .slides h2 sup {
            font-size: 13px;
            top: -0.75rem; }
          .product-info-sec .content-section .item .item-content.carousel-view .slides h2 i {
            font-family: 'saolstandard-lightitalic'; }
      .product-info-sec .content-section .item:first-child {
        width: 45%; }
        .product-info-sec .content-section .item:first-child .item-content > div h2 {
          padding-left: 100px;
          text-align: center; }
      .product-info-sec .content-section .item:last-child {
        position: relative; }
        .product-info-sec .content-section .item:last-child .indicators {
          position: absolute;
          left: 0;
          top: 30%;
          width: 60px;
          text-align: center; }
          .product-info-sec .content-section .item:last-child .indicators ul {
            padding: 0;
            list-style: none;
            margin-bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .product-info-sec .content-section .item:last-child .indicators ul li {
              width: 16px;
              height: 16px;
              border: 1px solid #cdd2db;
              -webkit-border-radius: 50%;
                 -moz-border-radius: 50%;
                      border-radius: 50%;
              margin: 8px 0;
              cursor: pointer; }
              .product-info-sec .content-section .item:last-child .indicators ul li.active {
                background-color: #cdd2db; }
      .product-info-sec .content-section .item .item-footnote {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 20px; }
        .product-info-sec .content-section .item .item-footnote p {
          color: #FFF;
          margin-bottom: 5px;
          font-family: "foundersgrotesk-light";
          font-size: 18px;
          line-height: 20px; }
  .product-info-sec .footnote {
    width: 100%;
    z-index: 1;
    padding: 40px 0 15px;
    text-align: right; }
    .product-info-sec .footnote .btn {
      border: 1px solid #FFF;
      color: #FFF; }

.harmony-patient-sec {
  padding: 60px 0 15px;
  position: relative;
  background-color: #ff794c; }
  .harmony-patient-sec .section-title {
    position: relative;
    display: block;
    color: #071d49; }
    .harmony-patient-sec .section-title::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -7px;
      width: 40%;
      height: 1px;
      background-color: #071d49; }
  .harmony-patient-sec h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 40px;
    width: 100%;
    font-family: "saolstandard-light"; }
  .harmony-patient-sec p {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #071d49;
    font-family: "foundersgrotesk-light"; }
    .harmony-patient-sec p sup {
      font-size: 10px;
      top: -0.55rem; }
      .harmony-patient-sec p sup.numeric {
        font-size: 14px;
        top: -0.55rem; }
  .harmony-patient-sec .tile-view .tile-item img {
    width: 100%;
    padding: 4px 4px; }
  .harmony-patient-sec .scroll-circle-arrow {
    background: transparent;
    border: 1px solid #FFF;
    position: absolute;
    right: 3%;
    top: 15%; }
    .harmony-patient-sec .scroll-circle-arrow .up-arrow {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      top: 45%;
      left: 30%; }
  .harmony-patient-sec .footnote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .harmony-patient-sec .footnote p {
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      font-size: 18px;
      color: #071d49;
      font-family: "foundersgrotesk-light";
      font-size: 20px; }
      .harmony-patient-sec .footnote p sup {
        font-size: 10px;
        top: -0.45rem; }
  .harmony-patient-sec .slick-arrow {
    display: none !important; }

.mode-action-sec {
  background-color: #071d49;
  padding: 50px 0 20px; }
  .mode-action-sec .container > .row {
    position: relative; }
    .mode-action-sec .container > .row .section-title {
      position: relative;
      display: inline-block;
      color: #FFF; }
      .mode-action-sec .container > .row .section-title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 40%;
        height: 1px;
        background-color: #FFF; }
    .mode-action-sec .container > .row .title {
      font-size: 40px;
      text-align: center;
      padding: 30px 0 20px;
      font-weight: normal;
      color: #FFF;
      margin-bottom: 0;
      width: 100%;
      font-family: "saolstandard-light"; }
      .mode-action-sec .container > .row .title sup {
        font-size: 16px;
        font-weight: 400;
        top: -1.05rem; }
    .mode-action-sec .container > .row .scroll-circle-arrow {
      background: transparent;
      border: 1px solid #FFF;
      position: absolute;
      right: 0%;
      bottom: 20%; }
      .mode-action-sec .container > .row .scroll-circle-arrow .up-arrow {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        top: 45%;
        left: 30%; }

.outcomes-sec, .chart-sec {
  padding: 45px 0 0; }
  .outcomes-sec .before-after-block, .chart-sec .before-after-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .outcomes-sec .before-after-block .block1, .chart-sec .before-after-block .block1 {
      width: 15%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .outcomes-sec .before-after-block .block1 ul, .chart-sec .before-after-block .block1 ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        width: 100%; }
        .outcomes-sec .before-after-block .block1 ul li, .chart-sec .before-after-block .block1 ul li {
          position: relative;
          width: 140px;
          margin: 2px 0;
          text-align: right;
          cursor: pointer;
          z-index: 1;
          position: relative;
          padding: 16px 16px 9px 0;
          font-family: "foundersgrotesk-light"; }
          .outcomes-sec .before-after-block .block1 ul li span, .chart-sec .before-after-block .block1 ul li span {
            display: block;
            font-size: 18px;
            line-height: 12px;
            color: #071d49;
            position: relative;
            z-index: 1; }
            .outcomes-sec .before-after-block .block1 ul li span.plus-icon, .chart-sec .before-after-block .block1 ul li span.plus-icon {
              display: inline-block;
              width: auto;
              color: #ff6a39;
              background-color: #FFF;
              padding: 7px 3px 0;
              -webkit-border-radius: 50%;
                 -moz-border-radius: 50%;
                      border-radius: 50%;
              font-size: 18px;
              position: absolute;
              right: -10px;
              top: 30%;
              line-height: 10px;
              border: 1px solid #ff6a39; }
          .outcomes-sec .before-after-block .block1 ul li::after, .chart-sec .before-after-block .block1 ul li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 142px;
            height: 100%;
            background-color: #fc9978;
            border: 1px solid #ff6a39;
            -webkit-border-top-right-radius: 20px;
               -moz-border-radius-topright: 20px;
                    border-top-right-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
               -moz-border-radius-bottomright: 20px;
                    border-bottom-right-radius: 20px;
            -webkit-transition: background-color 0.5s ease-out, width 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out, width 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out, width 0.5s ease-out;
            transition: background-color 0.5s ease-out, width 0.5s ease-out; }
          .outcomes-sec .before-after-block .block1 ul li.active::after, .outcomes-sec .before-after-block .block1 ul li.focused::after, .chart-sec .before-after-block .block1 ul li.active::after, .chart-sec .before-after-block .block1 ul li.focused::after {
            background-color: #ff6a39;
            width: 152px; }
          .outcomes-sec .before-after-block .block1 ul li.active .plus-icon, .outcomes-sec .before-after-block .block1 ul li.focused .plus-icon, .chart-sec .before-after-block .block1 ul li.active .plus-icon, .chart-sec .before-after-block .block1 ul li.focused .plus-icon {
            display: none; }
          .outcomes-sec .before-after-block .block1 ul li.focused::after, .chart-sec .before-after-block .block1 ul li.focused::after {
            width: 152px !important; }
          .outcomes-sec .before-after-block .block1 ul li:hover::after, .chart-sec .before-after-block .block1 ul li:hover::after {
            background-color: #ff6a39;
            width: 142px; }
    .outcomes-sec .before-after-block .block2, .chart-sec .before-after-block .block2 {
      width: 85%;
      min-height: 500px; }
      .outcomes-sec .before-after-block .block2 .header-section, .chart-sec .before-after-block .block2 .header-section {
        width: 100%; }
        .outcomes-sec .before-after-block .block2 .header-section h2, .chart-sec .before-after-block .block2 .header-section h2 {
          color: #071d49;
          margin-bottom: 30px;
          font-family: "saolstandard-light"; }
          .outcomes-sec .before-after-block .block2 .header-section h2 i, .chart-sec .before-after-block .block2 .header-section h2 i {
            font-family: "saolstandard-lightitalic"; }
        .outcomes-sec .before-after-block .block2 .header-section p, .chart-sec .before-after-block .block2 .header-section p {
          color: #071d49;
          font-size: 24px;
          font-family: "foundersgrotesk-light";
          line-height: 34px;
          margin-bottom: 50px; }
          .outcomes-sec .before-after-block .block2 .header-section p .blue-text, .chart-sec .before-after-block .block2 .header-section p .blue-text {
            color: #00A3E0;
            letter-spacing: 0.02em; }
          .outcomes-sec .before-after-block .block2 .header-section p sup.numeric, .chart-sec .before-after-block .block2 .header-section p sup.numeric {
            font-size: 12px; }
      .outcomes-sec .before-after-block .block2 .tab-content, .chart-sec .before-after-block .block2 .tab-content {
        display: none; }
        .outcomes-sec .before-after-block .block2 .tab-content.show, .chart-sec .before-after-block .block2 .tab-content.show {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .outcomes-sec .before-after-block .block2 .tab-content .item, .chart-sec .before-after-block .block2 .tab-content .item {
          margin-right: 20px;
          position: relative; }
          .outcomes-sec .before-after-block .block2 .tab-content .item .item-img img, .chart-sec .before-after-block .block2 .tab-content .item .item-img img {
            width: 100%; }
          .outcomes-sec .before-after-block .block2 .tab-content .item .item-content p, .chart-sec .before-after-block .block2 .tab-content .item .item-content p {
            font-size: 18px;
            color: #071d49;
            font-family: "foundersgrotesk-light";
            margin-bottom: 0;
            padding: 10px 15px 0 15px; }
          .outcomes-sec .before-after-block .block2 .tab-content .item::before, .chart-sec .before-after-block .block2 .tab-content .item::before {
            content: '';
            position: absolute;
            left: 5px;
            bottom: -2px;
            width: 10px;
            height: 10px;
            background-color: #071d49;
            -webkit-border-radius: 50%;
               -moz-border-radius: 50%;
                    border-radius: 50%;
            z-index: 1; }
          .outcomes-sec .before-after-block .block2 .tab-content .item::after, .chart-sec .before-after-block .block2 .tab-content .item::after {
            content: '';
            position: absolute;
            left: 5px;
            bottom: 2px;
            width: 0;
            -webkit-transition: width 0.9s ease-out;
            -o-transition: width 0.9s ease-out;
            -moz-transition: width 0.9s ease-out;
            transition: width 0.9s ease-out;
            height: 1px;
            background-color: #ff6a39; }
          .outcomes-sec .before-after-block .block2 .tab-content .item.animate::after, .chart-sec .before-after-block .block2 .tab-content .item.animate::after {
            width: -webkit-calc(100% + 10px);
            width: -moz-calc(100% + 10px);
            width: calc(100% + 10px); }
          .outcomes-sec .before-after-block .block2 .tab-content .item:first-child.animate::after, .chart-sec .before-after-block .block2 .tab-content .item:first-child.animate::after {
            -webkit-transition-delay: 0.8s;
               -moz-transition-delay: 0.8s;
                 -o-transition-delay: 0.8s;
                    transition-delay: 0.8s; }
          .outcomes-sec .before-after-block .block2 .tab-content .item:nth-child(2).animate::after, .chart-sec .before-after-block .block2 .tab-content .item:nth-child(2).animate::after {
            -webkit-transition-delay: 1.8s;
               -moz-transition-delay: 1.8s;
                 -o-transition-delay: 1.8s;
                    transition-delay: 1.8s; }
          .outcomes-sec .before-after-block .block2 .tab-content .item:last-child .item-content, .chart-sec .before-after-block .block2 .tab-content .item:last-child .item-content {
            position: relative; }
            .outcomes-sec .before-after-block .block2 .tab-content .item:last-child .item-content::after, .chart-sec .before-after-block .block2 .tab-content .item:last-child .item-content::after {
              content: '';
              position: absolute;
              right: 0;
              bottom: -1px;
              width: 7px;
              height: 7px;
              border-top: 1px solid #ff6a39;
              border-right: 1px solid #ff6a39;
              -webkit-transform: rotate(45deg);
                 -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
                      transform: rotate(45deg);
              opacity: 0;
              -webkit-transition: opacity 0.5s ease-in-out;
              -o-transition: opacity 0.5s ease-in-out;
              -moz-transition: opacity 0.5s ease-in-out;
              transition: opacity 0.5s ease-in-out;
              -webkit-transition-delay: 3.5s;
                 -moz-transition-delay: 3.5s;
                   -o-transition-delay: 3.5s;
                      transition-delay: 3.5s; }
          .outcomes-sec .before-after-block .block2 .tab-content .item:last-child.animate::after, .chart-sec .before-after-block .block2 .tab-content .item:last-child.animate::after {
            width: -webkit-calc(100% - 12px);
            width: -moz-calc(100% - 12px);
            width: calc(100% - 12px);
            -webkit-transition-delay: 2.8s;
               -moz-transition-delay: 2.8s;
                 -o-transition-delay: 2.8s;
                    transition-delay: 2.8s; }
          .outcomes-sec .before-after-block .block2 .tab-content .item:last-child.animate .item-content::after, .chart-sec .before-after-block .block2 .tab-content .item:last-child.animate .item-content::after {
            opacity: 1; }
      .outcomes-sec .before-after-block .block2 .footnote, .chart-sec .before-after-block .block2 .footnote {
        width: 100%;
        padding-top: 20px;
        padding-left: 50px; }
        .outcomes-sec .before-after-block .block2 .footnote p, .chart-sec .before-after-block .block2 .footnote p {
          text-align: left;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 50px;
          font-family: 'founders-grotesk-regular'; }
          .outcomes-sec .before-after-block .block2 .footnote p sup, .chart-sec .before-after-block .block2 .footnote p sup {
            font-size: 7px;
            top: -0.35rem; }

.outcomes-sec .before-after-block {
  position: relative; }
  .outcomes-sec .before-after-block .block1 {
    position: absolute;
    left: 0;
    top: 45%; }
    .outcomes-sec .before-after-block .block1 ul li {
      padding: 10px 15px 5px 0; }
      .outcomes-sec .before-after-block .block1 ul li span {
        font-size: 14px;
        line-height: 14px; }
      .outcomes-sec .before-after-block .block1 ul li::after {
        -webkit-border-top-right-radius: 30px;
           -moz-border-radius-topright: 30px;
                border-top-right-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
           -moz-border-radius-bottomright: 30px;
                border-bottom-right-radius: 30px; }
  .outcomes-sec .before-after-block .block2 {
    width: 80%; }
    .outcomes-sec .before-after-block .block2 .tab-content {
      padding-left: 40px; }
      .outcomes-sec .before-after-block .block2 .tab-content .header-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 30px;
        padding: 0 10px; }
        .outcomes-sec .before-after-block .block2 .tab-content .header-section .treatment-desc {
          width: 100%; }
          .outcomes-sec .before-after-block .block2 .tab-content .header-section .treatment-desc p {
            margin-bottom: 0; }
            .outcomes-sec .before-after-block .block2 .tab-content .header-section .treatment-desc p sup {
              font-size: 10px; }
              .outcomes-sec .before-after-block .block2 .tab-content .header-section .treatment-desc p sup.numeric {
                font-size: 14px;
                top: -0.6rem; }
            .outcomes-sec .before-after-block .block2 .tab-content .header-section .treatment-desc p span {
              color: #00A3E0; }
      .outcomes-sec .before-after-block .block2 .tab-content .item-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .outcomes-sec .before-after-block .block2 .tab-content .item-wrapper .item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.33333%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%;
          margin-right: 0;
          padding: 0 8px; }

.chart-sec {
  background-color: #e5e8ec80; }
  .chart-sec .content-wrapper {
    position: relative; }
    .chart-sec .content-wrapper .block1 {
      width: 15%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 30%; }
      .chart-sec .content-wrapper .block1 ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        width: 100%; }
        .chart-sec .content-wrapper .block1 ul li {
          position: relative;
          width: 150px;
          margin: 2px 0;
          text-align: right;
          cursor: pointer;
          z-index: 1;
          position: relative;
          padding: 16px 16px 9px 0;
          font-family: "foundersgrotesk-light"; }
          .chart-sec .content-wrapper .block1 ul li span {
            display: block;
            font-size: 18px;
            line-height: 16px;
            color: #071d49;
            position: relative;
            z-index: 1;
            white-space: nowrap; }
            .chart-sec .content-wrapper .block1 ul li span.plus-icon {
              display: inline-block;
              width: auto;
              background-color: #FFF;
              padding: 7px 3px 0px;
              -webkit-border-radius: 50%;
                 -moz-border-radius: 50%;
                      border-radius: 50%;
              font-size: 18px;
              position: absolute;
              right: -10px;
              top: 30%;
              line-height: 10px;
              border: 1px solid #00a3e0;
              color: #00A3E0; }
          .chart-sec .content-wrapper .block1 ul li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 150px;
            height: 100%;
            background-color: #6dc7ea;
            border: 1px solid #00a3e0;
            -webkit-border-top-right-radius: 20px;
               -moz-border-radius-topright: 20px;
                    border-top-right-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
               -moz-border-radius-bottomright: 20px;
                    border-bottom-right-radius: 20px;
            -webkit-transition: background-color 0.5s ease-out, width 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out, width 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out, width 0.5s ease-out;
            transition: background-color 0.5s ease-out, width 0.5s ease-out; }
          .chart-sec .content-wrapper .block1 ul li.active::after, .chart-sec .content-wrapper .block1 ul li.focused::after {
            background-color: #00a3e0;
            width: 162px; }
          .chart-sec .content-wrapper .block1 ul li.active .plus-icon, .chart-sec .content-wrapper .block1 ul li.focused .plus-icon {
            display: none; }
          .chart-sec .content-wrapper .block1 ul li.focused::after {
            width: 162px !important; }
          .chart-sec .content-wrapper .block1 ul li:hover::after {
            background-color: #00a3e0;
            width: 150px; }
    .chart-sec .content-wrapper .block2 .tab-content {
      display: none; }
      .chart-sec .content-wrapper .block2 .tab-content.show {
        display: block; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section {
        width: 100%; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section p {
          color: #333;
          font-family: "foundersgrotesk-light";
          font-size: 24px;
          text-align: center; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section p sup {
            font-size: 10px;
            top: -0.55rem; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section strong {
          width: 100%;
          text-align: center;
          display: block;
          color: #071d49;
          padding: 0 0 40px;
          font-family: "founders-grotesk-bold"; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section strong sup.star-sup {
            font-size: 14px;
            top: -0.2rem; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block {
        width: 85%;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-area {
          width: 60%; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-area #line-chart svg.d3-instant-charts {
            min-height: 365px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc {
          width: 40%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul {
            list-style: none;
            padding-left: 0;
            width: 70%;
            margin: 0 auto; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li {
              border: 1px solid #000;
              -webkit-border-radius: 20px;
                 -moz-border-radius: 20px;
                      border-radius: 20px;
              margin-bottom: 15px;
              padding: 20px 20px 20px 40px;
              max-width: 190px;
              font-family: "foundersgrotesk-light";
              font-size: 18px;
              line-height: 20px;
              color: #071d49; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li p {
                text-indent: -16px;
                margin-bottom: 0;
                line-height: 20px;
                font-family: "foundersgrotesk-light"; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li sup.star-sup {
                font-size: 16px;
                left: -10px;
                top: -0.1rem; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li .plot1, .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li .plot2 {
                display: block;
                position: relative;
                padding: 5px 0 5px 5px;
                font-family: "foundersgrotesk-light"; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li .plot1::before, .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li .plot2::before {
                  content: '';
                  position: absolute;
                  left: -18px;
                  top: 25%;
                  width: 15px;
                  height: 15px;
                  -webkit-border-radius: 50%;
                     -moz-border-radius: 50%;
                          border-radius: 50%;
                  background-color: #00a3e0; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li .plot2::before {
                background-color: #808ea4; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section {
        margin-bottom: 40px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section h2 {
          color: #00a3e0;
          font-family: "saolstandard-light";
          line-height: 40px;
          text-align: center; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section h2 sup.numeric, .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section h2 sup.star-sup {
            font-size: 16px;
            font-weight: 700;
            top: -1.15rem;
            font-weight: 400; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section strong {
          display: block;
          font-family: "foundersgrotesk-light";
          font-size: 24px;
          color: #071d49;
          text-align: center;
          margin-bottom: 20px;
          font-weight: 400; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p {
          text-align: center;
          font-family: 'foundersgrotesk-light';
          font-size: 20px; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p .blue-text {
            color: #00A3E0; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p .blue-text sup {
              font-weight: 400; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p .blue-text sup.dagger-sup {
                font-size: 16px;
                top: -0.2rem; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p .blue-text sup.numeric {
                font-size: 12px;
                top: -0.35rem; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p .blue-text sup.star-sup {
                font-size: 16px;
                top: -0.3rem; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin: 0 auto;
        width: 40%; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left {
          max-width: 42%;
          min-height: 175px;
          background-color: #071d49;
          -webkit-border-radius: 20px;
             -moz-border-radius: 20px;
                  border-radius: 20px;
          padding: 30px 25px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left p {
            margin-bottom: 0;
            text-align: center;
            color: #FFF;
            font-size: 20px;
            line-height: 22px;
            font-family: "foundersgrotesk-light"; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .right ul {
          padding-left: 0;
          margin-bottom: 0;
          list-style: none; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .right ul li {
            background-color: #808ea4;
            color: #fff;
            text-align: center;
            padding: 7px 35px 3px;
            -webkit-border-radius: 20px;
               -moz-border-radius: 20px;
                    border-radius: 20px;
            margin-bottom: 10px;
            font-size: 18px;
            font-family: "foundersgrotesk-light"; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .right ul li:last-child {
              margin-bottom: 0; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote p {
        font-size: 20px;
        color: #071d49;
        font-family: "foundersgrotesk-light";
        line-height: 26px;
        text-align: center;
        margin-bottom: 10px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote p sup {
          font-size: 12px; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section h2 {
        width: 100%;
        text-align: center;
        font-size: 40px;
        line-height: 45px;
        font-family: "saolstandard-light";
        margin-bottom: 35px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section h2 sup {
          font-size: 16px;
          font-weight: 500;
          top: -1.15rem; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section p {
        width: 100%;
        font-size: 20px;
        font-family: "foundersgrotesk-light";
        text-align: center;
        color: #071d49;
        margin-bottom: 35px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section p sup.numeric {
          font-size: 14px;
          font-weight: 500; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block {
        max-width: 90%;
        margin: 0 0 0 auto; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item {
          padding: 0 8px; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content {
            position: relative;
            background-color: #ff6a39;
            -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
                    border-radius: 30px;
            padding: 20px;
            min-height: 240px;
            height: 100%;
            top: 0;
            -webkit-transition: top ease 0.5s;
            -o-transition: top ease 0.5s;
            -moz-transition: top ease 0.5s;
            transition: top ease 0.5s; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content h2 {
              font-size: 90px;
              color: #071d49;
              font-family: "saolstandard-light";
              margin-bottom: 0;
              text-align: center; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p {
              font-size: 17px;
              font-family: "foundersgrotesk-light";
              text-align: center;
              line-height: 20px;
              margin-bottom: 0; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p sup {
                font-size: 12px;
                margin-right: 3px; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p sup.numeric {
                  letter-spacing: 2px;
                  margin: 0; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p sup.dagger-sup {
                  font-size: 18px;
                  font-weight: 400;
                  top: -0.2rem; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p span {
                display: inline-block; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p span.white-text {
                  color: #FFF; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p span.blue-text {
                  color: #00A3E0; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item:hover .item-content {
            top: -5px;
            padding-bottom: 10px;
            -webkit-box-shadow: 0 3px 6px -2px #8b8b8b;
               -moz-box-shadow: 0 3px 6px -2px #8b8b8b;
                    box-shadow: 0 3px 6px -2px #8b8b8b; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item:first-child .item-content {
            background-color: #00a3e0; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item:last-child .item-content {
            background-color: #071d49;
            padding: 20px 8px; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item:last-child .item-content h2 {
              color: #FFF; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item:last-child .item-content p {
              color: #FFF; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .footer-content p {
          font-size: 15px;
          font-family: "foundersgrotesk-light";
          margin-bottom: 0;
          padding: 10px 0 10px 30px; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .footnote {
        padding: 0 0 40px; }

.video-sec, .banner-sec {
  position: relative; }
  .video-sec .audio-control, .banner-sec .audio-control {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffffff9e;
    padding: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    cursor: pointer; }
    .video-sec .audio-control img, .banner-sec .audio-control img {
      width: 35px; }
    .video-sec .audio-control:hover, .banner-sec .audio-control:hover {
      background-color: #FFF;
      -webkit-box-shadow: 0px 0px 20px #071d497a;
         -moz-box-shadow: 0px 0px 20px #071d497a;
              box-shadow: 0px 0px 20px #071d497a; }
    .video-sec .audio-control.unmute::after, .banner-sec .audio-control.unmute::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #000;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }

.banner-sec .audio-control {
  top: 18%; }

.shop-now-sec {
  background-color: #071d49;
  padding: 40px 0; }
  .shop-now-sec .header-section {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .shop-now-sec .header-section .title {
      font-size: 24px;
      text-align: left;
      padding: 30px 0 40px;
      font-weight: normal;
      color: #FFF;
      margin-bottom: 0;
      width: 100%;
      font-family: "foundersgrotesk-light"; }
      .shop-now-sec .header-section .title sup {
        font-size: 10px;
        font-weight: 400;
        top: -0.5rem; }
        .shop-now-sec .header-section .title sup.numeric {
          font-size: 12px;
          left: 2px; }
    .shop-now-sec .header-section .scroll-circle-arrow {
      background: transparent;
      border: 1px solid #FFF;
      position: absolute;
      right: 3%;
      top: 15%; }
      .shop-now-sec .header-section .scroll-circle-arrow .up-arrow {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        top: 45%;
        left: 30%; }
  .shop-now-sec .item {
    padding: 0; }
    .shop-now-sec .item .item-img {
      overflow: hidden;
      text-align: center;
      padding-bottom: 10px; }
      .shop-now-sec .item .item-img img {
        width: 100%;
        margin-left: 0; }
      .shop-now-sec .item .item-img p {
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 14px;
        font-family: 'foundersgrotesk-light';
        margin-bottom: 8px; }
    .shop-now-sec .item .item-content h2 {
      color: #FFF;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "saolstandard-light"; }
      .shop-now-sec .item .item-content h2 span:first-child {
        font-size: 62px; }
      .shop-now-sec .item .item-content h2 span:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 10px;
        font-size: 26px;
        font-family: "saolstandard-light"; }
    .shop-now-sec .item:last-child .item-content h2 {
      font-size: 26px;
      font-family: "saolstandard-light";
      display: block; }
      .shop-now-sec .item:last-child .item-content h2 sup {
        font-size: 10px;
        top: -0.65rem; }
    .shop-now-sec .item:last-child .item-content a.custom-button {
      width: 195px;
      height: 50px;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      font-size: 23px;
      color: #FFF;
      background-color: #fc9978;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0px 25px 0px;
      -webkit-box-shadow: 0 0 #071d4970;
         -moz-box-shadow: 0 0 #071d4970;
              box-shadow: 0 0 #071d4970;
      font-family: "saolstandard-light";
      line-height: 46px;
      display: block; }
      .shop-now-sec .item:last-child .item-content a.custom-button img {
        -webkit-transform: rotate(270deg);
           -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
             -o-transform: rotate(270deg);
                transform: rotate(270deg); }
      .shop-now-sec .item:last-child .item-content a.custom-button:hover {
        background-color: #ff6a39; }
  .shop-now-sec .footnote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px; }
    .shop-now-sec .footnote p {
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      font-size: 20px;
      color: #FFF;
      font-family: "foundersgrotesk-light";
      text-align: left;
      line-height: 26px; }
      .shop-now-sec .footnote p sup {
        font-size: 7px;
        top: -0.45rem; }
        .shop-now-sec .footnote p sup.numeric {
          font-size: 14px; }
        .shop-now-sec .footnote p sup.star-sup {
          font-size: 18px;
          top: -0.25rem; }
    .shop-now-sec .footnote .btn {
      border-color: #FFF;
      color: #FFF; }

body.mac .shop-now-sec .item:last-child .item-content a.custom-button {
  line-height: 54px; }
  body.mac .shop-now-sec .item:last-child .item-content a.custom-button img {
    margin-top: -4px; }

@media (min-width: 1024px) {
  .before-after-block .block2 .treatment-desc .outcomes-side-nav {
    display: none; }
  .shop-now-sec .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .shop-now-sec .item:last-child .item-content {
      margin-left: 60px; }
  .shop-now-sec .footnote p {
    width: 50%; }
  .shop-now-sec .footnote .btn {
    height: 42px; } }

@media (min-width: 1200px) and (max-width: 1330px) {
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block {
    max-width: 86%; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .product-info-sec .content-section .item:last-child .indicators {
    left: -5px; }
  .product-info-sec .content-section .item .item-img img {
    width: 280px;
    height: 460px;
    left: -70px;
    top: -25px; }
  .product-info-sec .content-section .item .item-content > div {
    width: 365px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .about-sec .title {
    font-size: 40px; }
  .about-sec .item {
    margin-bottom: 20px; }
    .about-sec .item .item-content {
      width: 96%; }
  .about-sec .footnote {
    margin-top: 0;
    text-align: center; }
    .about-sec .footnote .btn {
      padding: 7px 50px;
      color: #071d49;
      font-size: 20px; }
  .product-info-sec {
    height: auto; }
    .product-info-sec .header-section .title {
      font-size: 40px;
      padding-bottom: 40px; }
    .product-info-sec .header-section .scroll-circle-arrow {
      top: 40px; }
    .product-info-sec .content-section {
      display: block;
      padding: 0; }
      .product-info-sec .content-section .item {
        width: 70% !important;
        min-height: auto;
        margin-bottom: 20px;
        position: relative;
        margin: 0 auto; }
        .product-info-sec .content-section .item .item-img img {
          width: 42%;
          height: auto;
          left: -35px;
          top: -55px; }
        .product-info-sec .content-section .item .item-content {
          width: 80%; }
          .product-info-sec .content-section .item .item-content > div {
            width: 100%;
            height: auto;
            margin: 0 auto;
            min-height: 200px; }
            .product-info-sec .content-section .item .item-content > div h2 {
              padding-left: 0 !important;
              font-size: 24px; }
        .product-info-sec .content-section .item .item-footnote {
          bottom: -55px;
          left: 50px !important; }
          .product-info-sec .content-section .item .item-footnote p {
            line-height: normal;
            font-size: 14px; }
        .product-info-sec .content-section .item:last-child {
          display: block; }
          .product-info-sec .content-section .item:last-child .indicators {
            width: 100%;
            position: relative;
            left: auto;
            top: auto; }
            .product-info-sec .content-section .item:last-child .indicators ul {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                 -moz-box-orient: horizontal;
                 -moz-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: space-evenly;
              -webkit-justify-content: space-evenly;
                 -moz-box-pack: space-evenly;
                  -ms-flex-pack: space-evenly;
                      justify-content: space-evenly;
              padding: 50px 50px 10px; }
          .product-info-sec .content-section .item:last-child .item-content {
            margin: 0 auto; }
    .product-info-sec .footnote {
      margin-top: 0;
      text-align: center; }
      .product-info-sec .footnote .btn {
        padding: 7px 50px;
        font-size: 20px; }
  .harmony-patient-sec h2 {
    font-size: 50px;
    padding: 20px 0; }
  .harmony-patient-sec .scroll-circle-arrow {
    top: 40px; }
  .harmony-patient-sec p {
    width: 70%;
    margin: 0 auto 30px;
    font-size: 25px; }
    .harmony-patient-sec p br {
      display: none; }
  .harmony-patient-sec .footnote {
    display: block;
    text-align: center; }
    .harmony-patient-sec .footnote p {
      width: 60%;
      margin: 0 auto 40px;
      display: block;
      line-height: 24px;
      padding: 0 50px; }
  .outcomes-sec .before-after-block .block2 {
    width: 100%; }
    .outcomes-sec .before-after-block .block2 .tab-content {
      padding-left: 0; }
      .outcomes-sec .before-after-block .block2 .tab-content .header-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .outcomes-sec .before-after-block .block2 .tab-content .header-section .patient-details {
          width: 100%; }
        .outcomes-sec .before-after-block .block2 .tab-content .header-section .treatment-desc {
          width: 100%; }
  .shop-now-sec .footnote p {
    width: 60%; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .outcomes-sec .before-after-block .block2 {
    margin-left: 160px; }
  .product-info-sec .content-section .item .item-img img {
    width: 32%;
    height: auto;
    left: 0px;
    top: -60px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .harmony-patient-sec .tile-view .tile-item {
    max-width: 80% !important;
    margin: 0 auto !important;
    display: block !important; } }

@media (max-width: 990.98px) {
  .footnote .btn {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 10px 30px 3px;
    font-size: 28px; }
  .outcomes-sec {
    padding: 45px 20px 0; }
    .outcomes-sec .before-after-block {
      display: block; }
      .outcomes-sec .before-after-block .block1 {
        width: 100%; }
      .outcomes-sec .before-after-block .container {
        padding: 0;
        width: 100%; }
        .outcomes-sec .before-after-block .container > .col-12 {
          padding: 0; }
        .outcomes-sec .before-after-block .container.block2 {
          width: 100%; }
          .outcomes-sec .before-after-block .container.block2 ul {
            margin-bottom: 0;
            list-style: none;
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px 0; }
            .outcomes-sec .before-after-block .container.block2 ul li {
              position: relative;
              width: 100%;
              margin: 0 4px 30px 0;
              text-align: center;
              z-index: 1;
              position: relative;
              padding: 10px 10px 15px;
              -webkit-border-radius: 30px;
                 -moz-border-radius: 30px;
                      border-radius: 30px;
              background-color: #fc9978; }
              .outcomes-sec .before-after-block .container.block2 ul li span {
                display: block;
                font-size: 18px;
                line-height: 18px;
                color: #071d49;
                position: relative;
                z-index: 1; }
                .outcomes-sec .before-after-block .container.block2 ul li span.plus-icon {
                  display: inline-block;
                  width: auto;
                  color: #ff6a39;
                  background-color: #FFF;
                  padding: 6px;
                  -webkit-border-radius: 50%;
                     -moz-border-radius: 50%;
                          border-radius: 50%;
                  font-size: 26px;
                  position: absolute;
                  right: auto;
                  left: 45%;
                  top: auto;
                  bottom: -14px;
                  line-height: 15px;
                  border: 1px solid #ff6a39; }
              .outcomes-sec .before-after-block .container.block2 ul li::after {
                display: none; }
              .outcomes-sec .before-after-block .container.block2 ul li.active {
                background-color: #ff6a39; }
                .outcomes-sec .before-after-block .container.block2 ul li.active .plus-icon {
                  display: none; }
          .outcomes-sec .before-after-block .container.block2 .tab-content {
            width: 100%;
            margin: 0;
            padding-left: 0; }
            .outcomes-sec .before-after-block .container.block2 .tab-content .header-section {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              -webkit-flex-direction: column-reverse;
                 -moz-box-orient: vertical;
                 -moz-box-direction: reverse;
                  -ms-flex-direction: column-reverse;
                      flex-direction: column-reverse;
              padding: 0; }
              .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .patient-details {
                width: 100%; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .patient-details h2 {
                  font-size: 50px;
                  text-align: center; }
                  .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .patient-details h2 span {
                    font-size: 35px;
                    padding-top: 10px; }
              .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .treatment-desc {
                width: 100%; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .treatment-desc h2 {
                  font-size: 35px;
                  text-align: center;
                  padding: 25px 0 0; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .treatment-desc p {
                  font-size: 22px;
                  text-align: center;
                  line-height: 22px; }
            .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper {
              display: block; }
              .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item {
                margin-right: 0;
                width: 100%;
                margin: 0 auto 25px;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 70%;
                   -moz-box-flex: 0;
                    -ms-flex: 0 0 70%;
                        flex: 0 0 70%;
                max-width: 70%; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item > div .item-img {
                  text-align: center; }
                  .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item > div .item-img img {
                    width: 95%;
                    margin: 0 auto; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item > div .item-content {
                  position: absolute !important;
                  top: 0; }
                  .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item > div .item-content p {
                    color: #FFF;
                    padding: 10px 30px;
                    font-size: 26px; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item::before {
                  left: -5px;
                  bottom: auto;
                  top: 0;
                  width: 15px;
                  height: 15px; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item::after {
                  height: -webkit-calc(100% + 20px);
                  height: -moz-calc(100% + 20px);
                  height: calc(100% + 20px);
                  width: 1px;
                  height: 0;
                  top: 0;
                  left: 1px;
                  -webkit-transition: height 0.9s ease-out;
                  -o-transition: height 0.9s ease-out;
                  -moz-transition: height 0.9s ease-out;
                  transition: height 0.9s ease-out;
                  -webkit-transition-delay: 0.8s;
                     -moz-transition-delay: 0.8s;
                       -o-transition-delay: 0.8s;
                          transition-delay: 0.8s; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item.animate::after {
                  width: 1px !important;
                  height: -webkit-calc(100% + 20px);
                  height: -moz-calc(100% + 20px);
                  height: calc(100% + 20px); }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item:nth-child(2).animate::after {
                  -webkit-transition-delay: 1.8s;
                     -moz-transition-delay: 1.8s;
                       -o-transition-delay: 1.8s;
                          transition-delay: 1.8s; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item:last-child.animate::after {
                  width: 1px !important;
                  height: 100%;
                  -webkit-transition-delay: 2.8s;
                     -moz-transition-delay: 2.8s;
                       -o-transition-delay: 2.8s;
                          transition-delay: 2.8s;
                  height: -webkit-calc(100% - 3px) !important;
                  height: -moz-calc(100% - 3px) !important;
                  height: calc(100% - 3px) !important; }
                .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item:last-child.animate .item-content {
                  height: 100%; }
                  .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item:last-child.animate .item-content::after {
                    -webkit-transform: rotate(135deg);
                       -moz-transform: rotate(135deg);
                        -ms-transform: rotate(135deg);
                         -o-transform: rotate(135deg);
                            transform: rotate(135deg);
                    left: -12px;
                    right: auto;
                    bottom: 2px;
                    width: 10px;
                    height: 10px; }
            .outcomes-sec .before-after-block .container.block2 .tab-content.tab-content-1.show .header-section ul.outcomes-side-nav li:first-child {
              background-color: #ff6a39; }
              .outcomes-sec .before-after-block .container.block2 .tab-content.tab-content-1.show .header-section ul.outcomes-side-nav li:first-child .plus-icon {
                display: none; }
            .outcomes-sec .before-after-block .container.block2 .tab-content.tab-content-2.show .header-section ul.outcomes-side-nav li:nth-child(2) {
              background-color: #ff6a39; }
              .outcomes-sec .before-after-block .container.block2 .tab-content.tab-content-2.show .header-section ul.outcomes-side-nav li:nth-child(2) .plus-icon {
                display: none; }
            .outcomes-sec .before-after-block .container.block2 .tab-content.tab-content-3.show .header-section ul.outcomes-side-nav li:last-child {
              background-color: #ff6a39; }
              .outcomes-sec .before-after-block .container.block2 .tab-content.tab-content-3.show .header-section ul.outcomes-side-nav li:last-child .plus-icon {
                display: none; }
          .outcomes-sec .before-after-block .container.block2 .footnote {
            width: 100%;
            padding-top: 0;
            text-align: center;
            padding-left: 0; }
            .outcomes-sec .before-after-block .container.block2 .footnote p {
              text-align: center;
              font-size: 18px;
              padding: 0 18px;
              margin-bottom: 20px; }
  .chart-sec {
    padding: 45px 20px 0; }
    .chart-sec .content-wrapper {
      display: block; }
      .chart-sec .content-wrapper .block1 {
        position: relative;
        width: 100%; }
        .chart-sec .content-wrapper .block1 ul {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          padding: 15px 0 10px; }
          .chart-sec .content-wrapper .block1 ul li {
            width: 100%;
            margin: 0 3px 30px;
            text-align: center;
            padding: 24px 10px 20px;
            -webkit-border-radius: 30px;
               -moz-border-radius: 30px;
                    border-radius: 30px;
            background-color: #6dc7ea; }
            .chart-sec .content-wrapper .block1 ul li span {
              font-size: 24px;
              line-height: 14px;
              color: #071d49; }
              .chart-sec .content-wrapper .block1 ul li span.plus-icon {
                padding: 14px 7px 6px;
                font-size: 25px;
                right: auto;
                left: 45%;
                top: auto;
                bottom: -17px;
                border: 1px solid #00a3e0;
                color: #00A3E0; }
            .chart-sec .content-wrapper .block1 ul li::after {
              display: none; }
            .chart-sec .content-wrapper .block1 ul li.active {
              background-color: #00a3e0; }
              .chart-sec .content-wrapper .block1 ul li.active .plus-icon {
                display: none; }
      .chart-sec .content-wrapper .block2 {
        width: 100%; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section p {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 20px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section strong {
          font-size: 16px;
          line-height: 20px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block {
          width: 100%;
          display: block; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-area {
            width: 100%; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-area canvas {
              height: 250px !important; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc {
            width: 100%; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul {
              width: 70%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              margin: 30px auto 0; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li {
                max-width: 100% !important;
                width: 50%;
                margin-right: 5px;
                padding: 30px 10px 20px 55px;
                font-size: 26px; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li p {
                  font-size: 26px;
                  line-height: 26px; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child {
                  margin-left: 5px;
                  margin-right: 0; }
                  .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot1, .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot2 {
                    padding: 10px 0 5px 5px; }
                    .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot1::before, .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot2::before {
                      left: -25px;
                      top: 12%;
                      width: 20px;
                      height: 20px; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li sup.star-sup {
                  font-size: 14px;
                  left: -5px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .footnote {
          text-align: center;
          padding: 60px 0 100px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section {
          margin-bottom: 30px; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section h2 {
            font-size: 32px; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section h2 sup {
              font-size: 14px; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section strong {
            font-size: 20px;
            line-height: 24px; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section strong sup.numeric {
              font-size: 10px; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p {
            font-size: 22px;
            line-height: 22px; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p sup {
              font-size: 12px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block {
          width: 60%; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left {
            max-width: 45%;
            padding: 10px;
            min-height: auto; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left p {
              font-size: 20px;
              line-height: 24px; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left p sup {
                font-size: 10px;
                top: -0.35rem; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .right ul li {
            font-size: 18px;
            padding: 8px 30px 5px;
            margin-bottom: 8px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote {
          padding: 25px 0 40px;
          text-align: center; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote p {
            font-size: 20px;
            line-height: 22px; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote p br {
              display: none; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote .btn {
            margin: 40px 0 80px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section h2 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 20px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section p {
          font-size: 22px;
          line-height: 24px;
          margin-bottom: 20px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block {
          max-width: 100%; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item {
            max-width: 70%;
            margin: 0 auto 10px; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content {
              width: 85%;
              margin: 0 auto;
              min-height: 200px; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content h2 {
                font-size: 70px; }
              .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p {
                font-size: 22px; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p br {
                  display: none; }
                .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p sup {
                  font-size: 7px; }
                  .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p sup.numeric {
                    font-size: 10px;
                    top: -0.3rem; }
          .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .footer-content {
            width: 100%; }
            .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .footer-content p {
              width: 100%;
              font-size: 20px;
              text-align: center;
              padding: 0; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .footnote {
          padding: 20px 0 40px;
          text-align: center; }
  .product-sec .container .title {
    font-size: 30px;
    padding-top: 25px;
    margin-bottom: 20px; }
    .product-sec .container .title br {
      display: none; }
  .product-sec .container .scroll-circle-arrow {
    right: 15px;
    top: -15px;
    width: 35px;
    height: 35px; }
    .product-sec .container .scroll-circle-arrow span {
      width: 10px;
      height: 2px;
      left: 32% !important; }
      .product-sec .container .scroll-circle-arrow span::after {
        width: 6px;
        height: 6px;
        background-color: transparent;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
  .product-sec .container .header-section {
    width: 100%;
    text-align: center; }
    .product-sec .container .header-section p {
      font-size: 26px; }
  .product-sec .container .item {
    height: 245px; }
    .product-sec .container .item .item-content {
      margin-top: 0;
      height: 230px;
      width: 70%;
      margin: 0 auto;
      position: relative;
      left: 0; }
      .product-sec .container .item .item-content h2 {
        line-height: 44px;
        font-size: 40px;
        margin-bottom: 10px; }
      .product-sec .container .item .item-content p {
        font-size: 20px; }
      .product-sec .container .item .item-content img {
        width: 60px;
        margin-bottom: 15px; }
  .product-sec .container .footnote {
    margin-top: 0;
    text-align: center; }
  .mode-action-sec .container > .row .scroll-circle-arrow {
    bottom: auto;
    top: 0; }
  .shop-now-sec {
    padding: 40px 20px; }
    .shop-now-sec .header-section .title {
      font-size: 28px;
      text-align: center;
      padding: 0; }
    .shop-now-sec .header-section .scroll-circle-arrow {
      display: none; }
    .shop-now-sec .item .item-img img {
      width: 60%;
      margin-left: 0; }
    .shop-now-sec .item .item-content h2 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .shop-now-sec .item .item-content h2 span:first-child {
        font-size: 80px; }
      .shop-now-sec .item .item-content h2 span:last-child {
        margin-left: 20px;
        font-size: 28px; }
    .shop-now-sec .item:last-child .item-content h2 {
      font-size: 28px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 20px; }
      .shop-now-sec .item:last-child .item-content h2 sup {
        top: -0.65rem;
        font-size: 12px;
        font-weight: 400; }
    .shop-now-sec .item:last-child .item-content a.custom-button {
      margin: 0 auto;
      width: 260px;
      font-size: 28px;
      padding: 15px 30px 20px;
      -webkit-border-radius: 40px;
         -moz-border-radius: 40px;
              border-radius: 40px;
      height: auto; }
    .shop-now-sec .footnote {
      display: block;
      text-align: center;
      margin-top: 20px; }
      .shop-now-sec .footnote p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px; }
        .shop-now-sec .footnote p sup {
          font-size: 12px;
          top: -0.55rem; }
          .shop-now-sec .footnote p sup.numeric {
            font-size: 14px; } }

@media (max-width: 767px) {
  .footnote .btn {
    font-size: 18px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 10px 20px 3px; }
  .about-sec {
    padding: 30px 15px 15px; }
    .about-sec .title {
      padding: 20px;
      margin-bottom: 0; }
      .about-sec .title br {
        display: none; }
    .about-sec .header-section {
      width: 100%; }
      .about-sec .header-section p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px; }
    .about-sec .item {
      height: 200px;
      margin-bottom: 15px; }
      .about-sec .item .item-img {
        width: 90%;
        margin: 0 auto; }
        .about-sec .item .item-img img {
          min-height: auto; }
      .about-sec .item .item-content {
        width: 90%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        .about-sec .item .item-content img {
          width: 60px;
          margin-bottom: 10px; }
        .about-sec .item .item-content h2 {
          font-size: 28px;
          line-height: 30px; }
        .about-sec .item .item-content svg {
          width: 60px !important;
          height: 60px !important;
          margin: 0 0 10px; }
      .about-sec .item:last-child .item-content p {
        font-size: 16px;
        line-height: 26px; }
    .about-sec .footnote {
      margin-top: 0;
      padding-bottom: 30px;
      padding: 10px 0 25px;
      text-align: center; }
  .product-info-sec {
    padding: 40px 20px; }
    .product-info-sec .bg-img .left-bg-img {
      top: 0px;
      left: -470px; }
      .product-info-sec .bg-img .left-bg-img img {
        width: 590px; }
    .product-info-sec .bg-img .right-bg-img {
      top: 0px;
      right: -470px; }
      .product-info-sec .bg-img .right-bg-img img {
        width: 590px; }
    .product-info-sec .header-section .scroll-circle-arrow {
      right: 35px;
      top: 3%;
      width: 35px;
      height: 35px; }
      .product-info-sec .header-section .scroll-circle-arrow span {
        width: 10px;
        height: 2px; }
        .product-info-sec .header-section .scroll-circle-arrow span::after {
          width: 6px;
          height: 6px;
          background-color: transparent;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
    .product-info-sec .content-section {
      display: block;
      padding: 0; }
      .product-info-sec .content-section .item {
        width: 100% !important;
        min-height: auto;
        margin-bottom: 20px;
        position: relative; }
        .product-info-sec .content-section .item .item-img img {
          width: 45%;
          height: auto;
          left: -35px;
          top: -25px; }
        .product-info-sec .content-section .item .item-content {
          width: 80%; }
          .product-info-sec .content-section .item .item-content > div {
            width: 100%;
            height: auto;
            margin: 0 auto;
            min-height: 160px; }
            .product-info-sec .content-section .item .item-content > div h2 {
              padding-left: 0 !important;
              font-size: 20px; }
        .product-info-sec .content-section .item .item-footnote {
          bottom: -45px;
          left: 40px; }
          .product-info-sec .content-section .item .item-footnote p {
            line-height: normal;
            font-size: 12px; }
        .product-info-sec .content-section .item:last-child {
          display: block; }
          .product-info-sec .content-section .item:last-child .indicators {
            width: 100%;
            position: relative;
            left: auto;
            top: auto; }
            .product-info-sec .content-section .item:last-child .indicators ul {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                 -moz-box-orient: horizontal;
                 -moz-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: space-evenly;
              -webkit-justify-content: space-evenly;
                 -moz-box-pack: space-evenly;
                  -ms-flex-pack: space-evenly;
                      justify-content: space-evenly;
              padding: 20px 50px 10px; }
          .product-info-sec .content-section .item:last-child .item-content {
            margin: 0 auto; }
    .product-info-sec .footnote {
      position: absolute;
      left: 0;
      bottom: 25px;
      width: 100%;
      text-align: center; }
  .harmony-patient-sec {
    padding: 45px 20px 15px; }
    .harmony-patient-sec .title {
      font-size: 30px;
      padding-top: 20px;
      margin-bottom: 10px; }
    .harmony-patient-sec p {
      font-size: 16px;
      line-height: 24px;
      padding: 0 38px; }
      .harmony-patient-sec p br {
        display: none; }
      .harmony-patient-sec p sup {
        font-size: 6px;
        top: -0.45rem; }
        .harmony-patient-sec p sup.numeric {
          font-size: 9px;
          top: -0.45rem; }
    .harmony-patient-sec .scroll-circle-arrow {
      right: 35px;
      top: 30px;
      width: 35px;
      height: 35px; }
      .harmony-patient-sec .scroll-circle-arrow span {
        width: 10px;
        height: 2px;
        left: 32% !important; }
        .harmony-patient-sec .scroll-circle-arrow span::after {
          width: 6px;
          height: 6px;
          background-color: transparent;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
    .harmony-patient-sec .footnote {
      display: block;
      padding: 5px 0 50px;
      text-align: center; }
      .harmony-patient-sec .footnote p {
        font-size: 12px;
        line-height: 14px;
        padding: 0 20px;
        width: 100%;
        margin-bottom: 40px; }
    .harmony-patient-sec .slick-arrow {
      display: none !important; }
  .outcomes-sec .before-after-block .container.block2 ul li {
    padding: 14px 10px 15px; }
    .outcomes-sec .before-after-block .container.block2 ul li span {
      font-size: 14px;
      line-height: 15px; }
      .outcomes-sec .before-after-block .container.block2 ul li span.plus-icon {
        font-size: 24px;
        padding: 4px;
        left: 40%; }
  .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .patient-details h2 {
    text-align: left;
    font-size: 40px; }
    .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .patient-details h2 span {
      font-size: 30px;
      padding: 0; }
  .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .treatment-desc h2 {
    font-size: 28px; }
  .outcomes-sec .before-after-block .container.block2 .tab-content .header-section .treatment-desc p {
    font-size: 18px; }
  .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item > div .item-content p {
      padding: 0 15px;
      font-size: 16px; }
    .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item::before {
      width: 10px;
      height: 10px; }
    .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item::after {
      left: -1px; }
    .outcomes-sec .before-after-block .container.block2 .tab-content .item-wrapper .item:last-child.animate .item-content::after {
      width: 7px;
      height: 7px; }
  .outcomes-sec .before-after-block .container.block2 .footnote p {
    font-size: 12px; }
  .chart-sec .content-wrapper .block1 ul li {
    padding: 12px 10px 8px; }
    .chart-sec .content-wrapper .block1 ul li span {
      font-size: 14px;
      line-height: 14px; }
      .chart-sec .content-wrapper .block1 ul li span.plus-icon {
        padding: 7px 3px 0;
        font-size: 19px;
        left: 40%;
        bottom: -12px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section p {
    font-size: 16px;
    line-height: 22px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .header-section strong {
    font-size: 14px;
    line-height: 20px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul {
    width: 100%;
    margin: 30px 0 0; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li {
      font-size: 16px;
      padding: 15px 10px 10px 35px; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li p {
        font-size: 16px;
        line-height: 20px; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot1, .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot2 {
        padding: 5px 0 5px 5px; }
        .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot1::before, .chart-sec .content-wrapper .block2 .tab-content.tab-content-1 .content-block .chart-desc ul li:last-child .plot2::before {
          left: -18px;
          top: 15%;
          width: 15px;
          height: 15px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section strong {
    font-size: 18px;
    line-height: 24px; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section strong sup.numeric {
      font-size: 10px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p {
    font-size: 20px;
    line-height: 22px; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .header-section p sup {
      font-size: 12px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block {
    width: 100%; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left p {
      font-size: 14px;
      line-height: 20px; }
      .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .left p sup {
        font-size: 10px;
        top: -0.35rem; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .content-block .right ul li {
      font-size: 14px;
      padding: 5px 25px;
      font-size: 14px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-2 .footnote p {
    font-size: 15px;
    line-height: 20px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section h2 {
    font-size: 30px;
    line-height: 40px; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section h2 sup {
      top: -0.55rem; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .header-section p {
    font-size: 16px;
    line-height: 22px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item {
    max-width: 100%;
    margin-bottom: 10px; }
    .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .item .item-content p {
      font-size: 14px; }
  .chart-sec .content-wrapper .block2 .tab-content.tab-content-3 .content-block .footer-content p {
    font-size: 12px; }
  .mode-action-sec {
    padding: 50px 20px 20px; }
    .mode-action-sec .container > .row .title {
      font-size: 28px; }
      .mode-action-sec .container > .row .title sup {
        font-size: 10px;
        top: -0.7rem; }
    .mode-action-sec .container > .row .scroll-circle-arrow {
      right: 15px;
      top: -20px;
      width: 35px;
      height: 35px; }
      .mode-action-sec .container > .row .scroll-circle-arrow span {
        width: 10px;
        height: 2px;
        left: 32% !important; }
        .mode-action-sec .container > .row .scroll-circle-arrow span::after {
          width: 6px;
          height: 6px;
          background-color: transparent;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
  .product-sec .container .title {
    font-size: 30px;
    margin-bottom: 0; }
  .product-sec .container .header-section p {
    font-size: 20px; }
  .product-sec .container .item {
    height: 235px; }
    .product-sec .container .item .item-content {
      width: 90%;
      height: 220px; }
      .product-sec .container .item .item-content h2 {
        line-height: 34px;
        font-size: 30px; }
      .product-sec .container .item .item-content p {
        font-size: 16px; }
      .product-sec .container .item .item-content img {
        width: 60px;
        margin-bottom: 15px; }
  .product-sec .container .footnote {
    margin-top: 0;
    text-align: center; }
  .shop-now-sec .header-section .title {
    font-size: 20px; }
  .shop-now-sec .item .item-img img {
    width: 100%;
    margin-left: 0; }
  .shop-now-sec .item .item-content h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .shop-now-sec .item .item-content h2 span:first-child {
      font-size: 62px; }
    .shop-now-sec .item .item-content h2 span:last-child {
      font-size: 22px; }
  .shop-now-sec .item:last-child .item-content h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0; }
    .shop-now-sec .item:last-child .item-content h2 sup {
      font-size: 8px;
      top: -0.65rem; }
  .shop-now-sec .item:last-child .item-content a.custom-button {
    width: 180px;
    font-size: 18px;
    padding: 0px 25px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    height: 45px;
    margin-top: 20px; }
  .shop-now-sec .footnote p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center; }
    .shop-now-sec .footnote p sup {
      font-size: 7px;
      top: -0.45rem; }
      .shop-now-sec .footnote p sup.numeric {
        font-size: 12px; } }

@media (min-width: 680px) and (max-width: 767px) {
  .product-info-sec .content-section .item .item-img img {
    width: 170px;
    left: 90px;
    top: -45px; }
  .product-info-sec .content-section .item .item-content {
    width: 50%; }
  .product-info-sec .content-section .item:last-child .indicators {
    width: 50%;
    margin: 0 auto; }
    .product-info-sec .content-section .item:last-child .indicators ul {
      padding: 20px 50px; }
  .product-info-sec .content-section .item .item-footnote {
    left: 25%;
    bottom: -45px; } }

@media (min-width: 415px) and (max-width: 680px) {
  .product-info-sec .content-section .item {
    width: 350px !important;
    margin: 0 auto; }
    .product-info-sec .content-section .item .item-img img {
      width: 170px;
      left: -65px;
      top: -45px; }
    .product-info-sec .content-section .item .item-content {
      width: 100%; }
    .product-info-sec .content-section .item:last-child .indicators {
      width: 100%;
      margin: 0 auto; }
      .product-info-sec .content-section .item:last-child .indicators ul {
        padding: 40px 50px 20px; }
    .product-info-sec .content-section .item .item-footnote {
      left: 0px;
      bottom: -45px; } }

@media (min-width: 376px) and (max-width: 414px) {
  .product-info-sec .content-section .item .item-img img {
    width: 40%;
    left: -25px;
    top: -25px; } }

@media (max-width: 360px) {
  .product-info-sec .content-section .item .item-img img {
    width: 47%;
    left: -45px;
    top: -25px; } }

#footnotepopup.show, #formsubmitModal.show {
  background-color: #071d4985; }

#footnotepopup .modal-dialog, #formsubmitModal .modal-dialog {
  max-width: 820px; }
  #footnotepopup .modal-dialog .modal-content, #formsubmitModal .modal-dialog .modal-content {
    padding: 30px 40px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: 2px solid #ff6a39; }
    #footnotepopup .modal-dialog .modal-content .modal-header, #formsubmitModal .modal-dialog .modal-content .modal-header {
      padding: 0;
      border: none; }
      #footnotepopup .modal-dialog .modal-content .modal-header .close, #formsubmitModal .modal-dialog .modal-content .modal-header .close {
        width: 90px;
        height: 90px;
        position: absolute;
        right: 30px;
        top: 20px;
        opacity: 1;
        padding: 0;
        margin: 0;
        z-index: 11; }
        #footnotepopup .modal-dialog .modal-content .modal-header .close:focus, #formsubmitModal .modal-dialog .modal-content .modal-header .close:focus {
          outline: none; }
    #footnotepopup .modal-dialog .modal-content .modal-body, #formsubmitModal .modal-dialog .modal-content .modal-body {
      padding: 0; }
      #footnotepopup .modal-dialog .modal-content .modal-body .content-block, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block {
        min-height: 170px;
        padding: 0 20px; }
        #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references {
          margin-bottom: 30px; }
          #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes h2, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references h2, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes h2, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references h2 {
            font-size: 30px;
            color: #071d49;
            font-family: "saolstandard-light";
            margin-bottom: 20px; }
          #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul {
            list-style: none;
            padding-left: 0;
            width: 80%;
            margin-bottom: 0; }
            #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li {
              font-size: 16px;
              color: #071d49;
              font-family: "foundersgrotesk-light";
              line-height: 24px;
              position: relative; }
              #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li span, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li span, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li span, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li span {
                display: block;
                margin-bottom: 15px; }
              #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li sup {
                font-size: 7px;
                font-weight: 500;
                top: -0.35rem; }
                #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.numeric, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li sup.numeric, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.numeric, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li sup.numeric {
                  font-size: 12px; }
                #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.star-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.dagger-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li sup.star-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li sup.dagger-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.star-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.dagger-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li sup.star-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li sup.dagger-sup {
                  font-size: 22px;
                  position: absolute;
                  left: -20px;
                  top: 16px;
                  font-weight: 500; }
                #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.sp-dagger-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li sup.sp-dagger-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li sup.sp-dagger-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li sup.sp-dagger-sup {
                  font-size: 15px;
                  position: absolute;
                  left: -19px;
                  top: 13px; }
              #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul li i, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li i, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes ul li i, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li i {
                font-family: 'foundersgrotesk-regularitalic'; }
          #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes p, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references p, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes p, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references p {
            font-size: 17px;
            color: #071d49;
            font-family: "foundersgrotesk-light";
            line-height: 24px;
            position: relative;
            margin-bottom: 0; }
            #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes p span, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references p span, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes p span, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references p span {
              display: block;
              margin-bottom: 15px; }
            #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes p sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references p sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes p sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references p sup {
              font-size: 7px;
              font-weight: 500;
              top: -0.35rem; }
              #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes p sup.numeric, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references p sup.numeric, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes p sup.numeric, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references p sup.numeric {
                font-size: 12px; }
              #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes p sup.star-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes p sup.dagger-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references p sup.star-sup, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references p sup.dagger-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes p sup.star-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .footnotes p sup.dagger-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references p sup.star-sup, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references p sup.dagger-sup {
                font-size: 22px;
                position: absolute;
                left: -20px;
                top: 16px;
                font-weight: 500; }
        #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references {
          margin-bottom: 30px; }
          #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul {
            list-style: decimal;
            margin-left: -6px; }
            #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li {
              padding-left: 8px;
              font-size: 17px;
              font-family: 'founders-grotesk-regular'; }
              #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul li::marker, #formsubmitModal .modal-dialog .modal-content .modal-body .content-block .references ul li::marker {
                color: #ff6a39;
                font-family: 'founders-grotesk-bold'; }
      #footnotepopup .modal-dialog .modal-content .modal-body .footer-block, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .left-note p, #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .right-note p, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .left-note p, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .right-note p {
          font-size: 9px;
          line-height: 12px;
          margin-bottom: 0; }
        #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .left-note, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .left-note {
          width: 63%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .left-note p, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .left-note p {
            padding: 8px 10px;
            font-family: "foundersgrotesk-light";
            border: 1px solid #071d49;
            color: #071d49; }
            #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .left-note p span, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .left-note p span {
              color: #FA0096; }
        #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .right-note, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .right-note {
          width: 27%;
          padding: 0 0 0 30px; }
          #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .right-note p, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .right-note p {
            font-family: "foundersgrotesk-light";
            width: 100%;
            text-align: left;
            color: #071d49; }
            #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .right-note p sup, #formsubmitModal .modal-dialog .modal-content .modal-body .footer-block .right-note p sup {
              font-size: 5px;
              top: -0.25rem; }

#formsubmitModal.success .modal-dialog .modal-content {
  border-color: green; }

#formsubmitModal.error .modal-dialog .modal-content {
  border-color: red; }

#formsubmitModal .modal-dialog {
  max-width: 500px; }
  #formsubmitModal .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #dee2e6; }
  #formsubmitModal .modal-dialog .modal-content .modal-header .close {
    width: 45px;
    height: 45px;
    top: 5px;
    right: 5px; }
  #formsubmitModal .modal-dialog .modal-content .modal-body {
    padding: 20px 0; }
    #formsubmitModal .modal-dialog .modal-content .modal-body p {
      margin: 0;
      padding: 0; }

#startPopup, #confirmPopup, #loginpopup {
  background-color: #071d49; }
  #startPopup .modal-dialog, #confirmPopup .modal-dialog, #loginpopup .modal-dialog {
    max-width: 530px; }
  #startPopup .main-container, #confirmPopup .main-container, #loginpopup .main-container {
    padding: 0px 0 30px; }
    #startPopup .main-container .cover, #confirmPopup .main-container .cover, #loginpopup .main-container .cover {
      padding: 40px 20px 20px; }
      #startPopup .main-container .cover h2, #confirmPopup .main-container .cover h2, #loginpopup .main-container .cover h2 {
        font-size: 50px;
        font-family: 'saolstandard-light';
        font-weight: 700; }
        #startPopup .main-container .cover h2 sup, #confirmPopup .main-container .cover h2 sup, #loginpopup .main-container .cover h2 sup {
          font-size: 14px;
          top: -1.55rem; }
      #startPopup .main-container .cover .bottom-text, #confirmPopup .main-container .cover .bottom-text, #loginpopup .main-container .cover .bottom-text {
        font-size: 20px;
        margin-bottom: 20px;
        font-family: 'foundersgrotesk-light'; }
      #startPopup .main-container .cover .cta-btn, #confirmPopup .main-container .cover .cta-btn, #loginpopup .main-container .cover .cta-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        #startPopup .main-container .cover .cta-btn .btn-lnk, #confirmPopup .main-container .cover .cta-btn .btn-lnk, #loginpopup .main-container .cover .cta-btn .btn-lnk {
          display: inline-block;
          margin: 15px 0;
          font-size: 18px;
          font-weight: 600;
          line-height: normal;
          font-size: 20px;
          font-family: 'foundersgrotesk-light';
          cursor: pointer;
          color: #071d49;
          margin: 0;
          background: #fc9978;
          -webkit-border-radius: 25px;
             -moz-border-radius: 25px;
                  border-radius: 25px;
          text-align: left;
          padding: 10px 20px 4px;
          margin-right: 10px; }
          #startPopup .main-container .cover .cta-btn .btn-lnk img, #confirmPopup .main-container .cover .cta-btn .btn-lnk img, #loginpopup .main-container .cover .cta-btn .btn-lnk img {
            margin-top: -4px; }
          #startPopup .main-container .cover .cta-btn .btn-lnk:hover, #confirmPopup .main-container .cover .cta-btn .btn-lnk:hover, #loginpopup .main-container .cover .cta-btn .btn-lnk:hover {
            color: #071d49;
            text-decoration: none; }

#startPopup .main-container .cover h2 {
  font-size: 34px; }
  #startPopup .main-container .cover h2 sup {
    font-size: 10px;
    top: -1.05rem; }

#loginpopup .cover {
  padding: 20px 40px; }
  #loginpopup .cover h2 {
    text-align: center; }
  #loginpopup .cover .cta-btn {
    margin-top: 20px; }

@media (max-width: 767px) {
  #footnotepopup .modal-dialog .modal-content {
    padding: 30px 20px; }
    #footnotepopup .modal-dialog .modal-content .modal-header .close {
      width: 50px;
      height: 50px; }
    #footnotepopup .modal-dialog .modal-content .modal-body {
      padding: 0; }
      #footnotepopup .modal-dialog .modal-content .modal-body .content-block .footnotes ul, #footnotepopup .modal-dialog .modal-content .modal-body .content-block .references ul {
        width: 100%; }
      #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .right-note {
        width: 37%;
        padding-left: 18px; }
        #footnotepopup .modal-dialog .modal-content .modal-body .footer-block .right-note p br {
          display: none; } }

footer {
  background-color: #071d49;
  padding-top: 30px; }
  footer .footer-logo-sec .container > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer-logo-sec .container > .row .logo .harmonica-logo {
      width: 153px;
      margin-left: -17px; }
    footer .footer-logo-sec .container > .row .logo .allergan-logo {
      width: auto;
      margin-left: 35px;
      margin-top: 10px; }
    footer .footer-logo-sec .container > .row .footer-text p {
      color: #FFF;
      font-size: 16px;
      margin-bottom: 0;
      font-family: "foundersgrotesk-light"; }
  footer .bg-img {
    height: 72px;
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
       -moz-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
        -ms-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
         -o-transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
            transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    opacity: 1; }

@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-logo-sec .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .footer-logo-sec .container > .row .footer-text p {
      font-size: 20px;
      padding: 10px 0; } }

@media (max-width: 767px) {
  footer .footer-logo-sec .container > .row .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    footer .footer-logo-sec .container > .row .logo .allergan-logo {
      margin: 0 !important;
      width: 120px !important; }
    footer .footer-logo-sec .container > .row .logo .harmonica-logo {
      width: 130px;
      margin-left: 0; }
  footer .footer-logo-sec .container > .row .footer-text {
    width: 100%; }
    footer .footer-logo-sec .container > .row .footer-text p {
      font-size: 12px;
      margin-bottom: 0;
      width: 68%;
      text-align: center;
      margin: 0 auto;
      line-height: 20px;
      padding: 10px 0 25px; } }

@font-face {
  font-family: 'CerosIcons-Regular';
  src: url("../../../fonts/CerosIcons-Regular-2021-11-16.woff");
  font-display: swap; }

@font-face {
  font-family: 'founders-grotesk-bold';
  src: url("../../../fonts/founders-grotesk-bold.woff");
  font-display: swap; }

@font-face {
  font-family: 'founders-grotesk-regular';
  src: url("../../../fonts/founders-grotesk-regular.woff");
  font-display: swap; }

@font-face {
  font-family: 'foundersgrotesk-light';
 src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-display: swap; }

@font-face {
  font-family: 'foundersgrotesk-regularitalic';
  src: url("../../../fonts/foundersgrotesk-regularitalic.woff");
  font-display: swap; }

@font-face {
  font-family: 'JTUSjIg1_i6t8kCHKm459Wlhyw';
  src: url("../../../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2");
  font-display: swap; }

@font-face {
  font-family: 'saolstandard-light';
 src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAJ1MAA0AAAABLdAAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAHVAAAaKMAAKfN0NTJIEZGVE0AAJl8AAAAGgAAAByOF6tbR0RFRgAAb/gAAAA4AAAAPAiuCkJHUE9TAABzEAAAJmwAAGvmqVrrCkdTVUIAAHAwAAAC3QAABYbmSPeJT1MvMgAAAZAAAABQAAAAYGWefvRjbWFwAAAEwAAAAn8AAAOWV6VLT2hlYWQAAAEwAAAANAAAADYW0+WBaGhlYQAAAWQAAAAhAAAAJAfeBNdobXR4AACZmAAAA7MAAAeIpFtBMG1heHAAAAGIAAAABgAAAAYB4lAAbmFtZQAAAeAAAALeAAAHVnKRURFwb3N0AAAHQAAAABMAAAAg/7gAMnicY2BkYGBgZHD8rPs7LJ7f5isDN/MLoAjDzd8Bc2D0f6n/bCxLWGSBXA4GJpAoAJJ/Dbt4nGNgZGBgevefjVGf5fJ/qf/SLEsYgCLIgPERAJXNBr0AAAAAAFAAAeIAAHicY2Bm/Mqow8DKwMLUxRTBwMDgDaEZ4xiMGNWAfAYWBjhgB2JGGCfYOcSfwYFB4TcT07v/bIz6LLIMvxQYGCaD5BhfMa1kUABCJgAGlAxseJzNlD1vEzEYx/+53PWFviiFrSrIUlG3XF5EItJIiCoIMVQUNS1DN+vOSay73FV3l6YRKwMz34AFVImRD8GAGPkAbHwDRh47Tkg7BEoXcrL98+PnzfbjALiXi5DD+Pch98JwDncsZtjCovXEcB53rTeGbdL5athBNf/M8AJu598ZXkTRLhhewpp9YniZ+LXhFWzZXwyvYsvZNryObWcSq4A157PhDTjOd8okZy9Tos91Vopz2Mn9NGxh3XpgOI9da9+wjR3rvWEHvjXxs4D7+VeGF3GS/2R4CZv2I8PLxD3DK3hovzW8SvzD8DqeOo8NF7DpfDS8gVvON7QQ4xQjJJDooocMDBfUqiijggZRGx7JJfUBzY5IXxIF4HBpvoeQPjZjn+qZoFHQeEa9rzXbZBFr3TZpcUQk56Thk0RqK04tIwknmUBfr6qYMTp/zOOY/HEMyL5HK4n2KLRvz+xQkkZXe0uo79Pok6yjPXKykySJptFUfqPpTJp9+VqTTzOWeveC/HIaXaAVn44S2e1l7IJVy5UGa3s96QXsKJZBwF22F4ZMr6csEalIzoTvsjaPQ9bOeOTzxGcyZZxlCfdFnycBiztXfRxHfJD14kSmwmceBZRRl8UJ68e+7EiPZzKOlBmPRmqQFMvnGVeOZRiKLg8p0Xm3sT+9S1xObV9lDhzqHQ/IWlngUHQHISeo0AmUdd00yWuL7uhA0zjS1TjF2TgVt1yuNNuto4OmCjmJWDQRb5LtS12H6fR+Z7NUtZLpComoUidrLo1lqv2mrsGA7JVWh8ZzauptuKhRq1NfI706BRFJqo59vI9enHlxdKZmbqXcaPZ5IOKsI84Fq7o1t16rNer4u4O57mnc7CXhWqWIuZ7+VVNtO6MXu4sSfUP9ubSr3/ZFWp99/er++mSYZae7pdJwOHRT7bKYjV+MF/f/O7elmf+N0vwgJf1mS/Pu/fK9YbaAxjXzCz7NczgAAHictZL7T49RHMdfnwchl5SQytfpQcglckm5E4WU5H5JUS6ltEmWkehCyS25Xyr3S8wt1w2bjc1vZszW7Pk+/QXGZq49zr76we/mbOecfXa21/uz8/oArfizgxF9IpW6Ek/dWnL1vYhJtCGAQimUKrknjhFkRBovjQ+tnrlKXXtcn5W/ClQuZapQNUxFqxiVqwpUoSpX9SFmSGhIimmYXqaP6WcGmi5zkBlnppoZ/V59ef7V+WE4jk5Q1Glyg3w3AjT5hfFek4tcFa5PqqsKUMFKechRHnKe2qaKWsjJLWTfv8jpLWRxHMd2njr1ToUT64Q7/s1lzfm/qpveNr1uyrLj7Rl2nB1rx9hj7RF2mNtx/3R/c391v3OnuVPcEdZ+q9IqsYqtrVaBlW0lWdFWZOMb78Z2tV41f37pvywvw9tjgH/OEAxtsbX25kVb2tEebzrQkU50xocu+OJHV/zpRnd6aLc9CSRIG++Fi97aRwgmfehLP0LpzwAGEsYgBjOEoYQzjOFEMIKRjGI0kYwhimjGMo7xTGCinpfJTGEqMUxjOrHEMYOZzCKe2SSQyBySmEsy85jPAhbqCVvMEpayjOWksEL3X0wJZezmAIc5SS011HGOs5znIpe5xBWuUs81rnODm9zmFndo4C4PecAjHssaNpDGSlbLOjZxhmzWSjEbWSMnKOWoHCVXTsop0smTg1Ith2SeHGMdBTr7AvcpJJUsOSIT5LhUkckWydQv29lJtfiKn6yQVEmXDEmTldyT0zyRSMmRnbJesqVW6mQt+bJKVksWOyiniAp2Ucle9rGHKg5JDQc5zgmO8VHiZS45kiCJMofNkixJMvs35bPB8AB4nGNgZgCD/1sZjBiwAAAswgHqAHictHwHXBRH1PjuHXu3Oc2pbJYUkzvU2GIBey/Ye+8FRXpHer8DVMogSj3gjiYoYAMLgiJg79hiL4lGEk1CEqOJszgk+c/uHsUW832/7/9Tdra8efNm5s1r8+ZIwsSEIEmSmW/j6Tbf18bDzsbbrs8MZ0cnX4KUECQxhGtPNHxONnwhaVBJOTMTFIwSPjcpeLmH+oIg2qxrh68E0R5f203uwN/3w5d1paakCV+ZJtoRZsQXxJdEL6I/MZQYTUwkZhDziCWELeFBBBKRRAyRQKQQmUQusY3YRewnDhFHiHPENeIu8R3xhPiVaCBNSAXZnvyM/JLsRfYnR5FTyBnkHHIRuYK0JV1IL9KfDCPXkQnkZjKJzCKLyBLyAHmMPENeJK+T98jvyCdkPfmUfEE2SqQShaS9xEzSSfKlpLukr2SQZITESjJLslxiI3GUeEj8JCGSCEm0ZKMkXZIv2SHZJzkkOSo5LamVXJFcl9yVPJQ8kfwm+VOCpISUkppK1dJu0j7SodLx0lnSpdJVUnuppzRIqpVGSxOleukWabF0v7RGekpaK70mvSv9Tlon/Un6VPpC2mhCmShNWJPPTTqb9DCxMBlsMspkgsl0k3kmS00cTfxNwkzWmQCTJJMMk1yTQpPdJmUmh02OmJw2uWhy3eSeySOTn0x+N+FM/qFk1IfUR1RHqhvVhxpIjaImUDOoBdQqypHyokKpKCqOSqQM1BZqF7WXOkQdpc5QV6jb1EPqCfU79VImkX0o+1zWRzZENlE2X7ZG5iXTyDbJcmU7ZOWyY7Ja2beyZ3IT+cfyrvKB8pHySfJZ8mVyG7mz3FseLo+RJ8qz5EXyUvkRea38jvxHOaQp+iPanO5BD6RH0RPpyfRUejo9k+Y+aPOBys/D2dLSaoJQjOsvFgPEYpBYDLNyt7H19vSwEQurNd72/vY2wtXK09HTw97VRizG29j6+drbCtfxts7etn7uDm72gbYtt+PtPH1tbG3tPXxtm+/G29pgrLbCdYJwtTPee3va+NoJ14li0/ZiMVFo2164TmzGY998N1Ekx14sJgrY7IXr5BZSHFtuJwuYHIXr5GYsjs13/DD0699fLAZMaano1HI7ZY2NtxP+m+rr7GZn7yxcp4rkOovFVAG/s3CdKpLmLBZTm1uaOs3ZZVoLUpeWW6HxAYPFYoiro7e9vYcblgjOtjOE8XYTruLncWIxfobQZzfhOgO34Yb/ZglwHi3QAweJxeBZApyHeLXx8vTx9fb0crKf6OFo7+E4W+yDp1jMFjrhKVxnO/l5ONp4+7m72fj5erZ+mCc04t3S1CCR/EFD5gmNeAvX+cJ3H+E6v6W/Pi23823t7Zzd3Gx8jKWAZLA4HYMHLBCw+ArXBXgCfPHfQmH4/YTrQpFkP7FYKNDsJ1wXejt7OPrxl4WtyfZr/bBQnCE/sVjcQlRAy+3SltuglttlQo+Cheuy5gkOfpWpxCXWb9xgK54MAdam+c5qovjCXihm++ARcBJuPVtu+er9+w0Vi2FiYSUWAhf0HzDEy3mxo7eNv32AcF0sVAsQrovtnO297X2cfQKabnCVfhOHWonFuKVCjSDhil/1txxiKRYDxWKQWAwWiyFiMVQshnnZeGMOtXfw7evj5+UjPHnzmkt4FGCGitiG9hOL/mIxQCzEJoaKTQwVmxgqNjFUbGLosIl+3p78bb/+wvd+gwaIxUCxGCQWxm9DxGKoWAwTCyuxGCcW48ViglhMxDT7Otu42Tk7OPBv+lsO9vL2tPOz9fXxc3e38XXGHGyD15+Nm7OHg7OHs2+QMxZCeLDcbLwwYKD9Wj8bNw9PX6F0s/fxEW7wwrXBi0J86RmMlxY/tJMGj+dpnzR00iRRHg+0HGDZb15fHx9LUSQPtuJfOPf19XYNtvf27Ovp44AZki98A4QnXycsEfgbB08/b6F09heefZwDhQIzvAd/Yy9MAr7xcBYRNOFbZdkPy2o3G3c7zwCPvrY2PL32Pnw3m18IfCfcrbGxdW15apnr5idxrgVQLAHsmz8KT69+dLX3feUzfm4BcArCMkhs3aiphHt7bAsZG7d3b7519MPywd7dswVf85sWjPwrH7zG3F4BEt60ALXm3jWvcu8aH3758iNm54mlkTDYPCcKo4ynFrODI38fJI63l5ufD1+6O3sYb/zcfJ293IIEDM7+znbCLAgMIUyLkWP4eyOz8Lc8A7V61QzSzFhNbTW304oLhUcsUUW1JFTzdOQ5FzfW/E0UXfxjEz/z91iaCgMiyNe+Pm6e/jauzRLK1pNfCJ5eDmscXBycHFzHe3oFCcNkvqKH7Yqe5v0t+w0zn2/r5Gzrar7A09nV1aavuZWbm7kA42OORY69t7+9XV9z3sA1b7JwzZ19zG3MffHiwvre29Xc0+F1HAs9sGh28vR29rG3M7fFjWKCzD29zd098WLF/eKZlq9m4xHEF864LTsbXxseMc8OjnhEXm1RsKnf8oq3n0lCQkgJE4IiZISccCI+IBREG6It8SGhxBZ0e6IDYUowxEcEi63pj4lPiE+Jz4iOxOfYslYRasKc6ER0JrpgK7sr0Y3oTvQgehJfYYu7N9GH6EtYEJZEP2x9DyAGEoOIwcQQbIcPI4YTI4iRxChskY8hxhKhxDhiPDEBW+eTiMnEFGIqMY2Yji31mcQsYjYxh5iLbfb5xAJiIbGIWIyt96XEMmI5sYJYSVgTq4jVhA2xhnAk7LAV70BEEdsJQLgQOjKa2EpoiTzCQMaQsUQYGUf4EN7EehIQm7Dtn03oiXwihNhN7CB2EqXY+i8h4og9RBmxl9iHPYGDxAGinKjAvsEhopqoJA4TNUQVUURsJE4QR4ljxHHiJJFFpBLniTPEWaIWew0XiM3EReIqcYm4TFwhbhBfYz/iOlFI3MTexC3iNnGPuEPkEMnEQ+Ib4lviAfYwthCPyHhyI/YeNmH/IRF7EMlkCplKppE6Mp3MIDNJPWnAXkU2mUPmknnkFjKfLCC3ktvIQuxpFJPbyR3kTnIXuRt7HaXkHnIvuY/cT5ZhD6ScrCAPkofISvIwkUhWkdVkDXmEPIo9k+PkCfIkeYo8jX2Us+Q58jwRTySRF8ha7LFcIi+TV8ir5NfkNey93CBvkrfI2+Qd3kci72Jv5j75Dfkt+YB8iP2aR2Qd+T35A/aX7pOPsZfzI/kT+TP2dX4hfyV/wx7P7+Qz8jn5B/kn9n0gyZEN5EsSkY3EKfIv8m/yHwlBnCbqCHsJKZFgz8hEQklkErmElnyAvaQ2kraSD4lw7J1FYB9tHRFNaIgNEqWkHfafOkhMJYzkIwmLPamPJZ8QnkQsYYU9PT/CmQgg/AkvYi3hSwQRwYQr4UbYSj6VfCbpKPlc8oVEJVFLzLH31VnSBXtgXSXdsBfWQ9JT8pWkl6Q3kSHpg30yC4mlpJ+kv2SAZCD2zwZLhkiGSoZJhmNPbaRkFLFNMloyRjIWe23jJOMlEyQTJZMkkwl3wkMyRTJVMk0yXTJDMhN7dLMlcyRzJfMk8yULJAsliySLJUskSyXLsKe3QrJSYi1ZJVmNfb41EluJncRe4oC9PyeJs8RF4ipxk7hjT9BT4iVZK/GW+Eh8sVfoLwmQBEqCJMHYPwyVhEnCJRqJFnuKkZIoyTrJeskGSTT5He/uLsILI4XYQZqRx3AnoVQu/VTaW/pYCrGbN8pkhom1yU6TBmoZ9Z1sgaxG/qXcU87Rq+lA+iB9jv6OfvbBWMVIxXLFszbSNt3aTGtzt80/bdm2XduObjunrfuHHT+0+HDyhweUk5VuSq0yRVncrk+7Ge1WtvNsF9HuYLuv2/3Tvn37Lu0Ht1/U/lz7ux3IDp07bOxwv8Ofpmam3qaJpvlMILOR2fqRxUclH53/6NuPfmc7sGnsHvYY+z3bYNbWrLPZYLOpZvZmCR8v+PjRJ5mfHPrU69OYz/p+dumzus/+6PhBx/qOf38+5PNZn9t8Hvl5yhcmX0z4YuEXKV8UfPGrykTVX7VCdVX1XP2JerTaVp2kPqp+Zj7W/E4nqpNlp2WdkjoVd6rpdKMT7GzZeVFnv84pnfd1/qtLty5Duizq4t0loUtxl0tdHn/p0tWy6+KuYV0Lut7v1q7blG7B3anuvbsv6B7SfW/3892/7/53jy49dvR40OOfnl/0HNnTpWdqz4qeN3v+/VXXr6Z/lfTV4V6TegX2yu11rtez3l171/bZ1KewT02fm31+69u2b4++Y/su6RvR97LFBxYJFpUW31uaWk62DLTM7+ffv23/If1X9Y/r/3BA+wHeA4oGSgaOGJg2cN/Aq4M2De47eM7goMHJg0sGnx78yxDfocxQy6Hjh9oNvTH0xbAOw/oPsxneZfjk4auGg+G7hl8d/ssIsxGDRhweaTay38iZI71GJo/cPfLcyIZRB0bPGO0+etPo0tH3xpBjuo55ODZm7L6x160UVoOtbKyirLKtKqy+tvplXOl4p/FR47MmLJ5wdUL9RJOJiRO/neQ6KX/S0Uk/TaYnj5rsODlv8vHJT6fop6qmTpjqMDV8atHUC1O/n0ZM6zht6LS501ynXZ8+Z/rJ6S9mOM04POPPmR1nWs20nbluZvHMMzPvz3w6SzrLfJblrOmzImblzqqYPXm2++xNs8tm35wjm/PNHG6u6dyv5i6Y6zQ3bO7muUVzD8+9NffZPMW8uPlu8xPm71wwccGiBQ4LtAsyFpQvuLDwg4WfLBy7cOlCl4UhC5MX5i7cu/DKon6LJixavsh1UeKiHYsHLbFe2nbp+KV7lv60rO+yiuWzlwevkK6Ys6JuZbR1R+so6+pVs1YdW3V1FVz98Wrf1ZtXF6w+uLrWhrT5yObimhDb9raWtj/amdh1tXO1q7L/yH6zA+1g43Dcsa1jmiNymurk6BTtlOG0z+mk0y2nn53+cR6CTYpA543Oec4HnC84P3L+00XmYubSzWW2C3Jd7zbdXeJu6t7ZvZ/7fHdX93D3je4G91L3k+733DmPNh4dPXp7zPBY4+HtsdEjy9PNq7PXqbV5e5F/5ss520MzTasyOZtMpqIK+bOc5mV4o0ZW8LcnC9dyTtCr0YlqXKxnmVvg5Vjo3ehCwahGFxZ5cy4Q/1EouHExy1SgtZwjNwtQSvS3Ep2Les7VBZhefT5bz1yGH8M17AE5gB8Xw0HgV3pHmN7HLzTYTQV6FqHBAH1Mr5YzD5KRC2uuUKJNDZMDyIq7R+9KH3O2bCcF7G7WSaEsg/ZZ0M9AlnI5UtghmT0JV0JLMB8tNUTztx8DkIVMwQXoBz8BwIAYcBwuDd48F1lTyLL5HmGwYGgKpiE/hMGCIMNjoO5CV5avacl/oJS+wNDwuZ68tRv2yYL9Dkhh1ng262vZi/gn1wFsBx7PO9NnG70sA8Ct1PGY7Z5ZCxNDNoZtikgM1a1PB+lAnwpywdfdj43eRH8dNF6O2sVNGwH6gH6n597xoQ+HAnSMGpewZkdgVVROjD46db1BkxQCQkBoOPABVlCy4Nl6OsvAAliVEU09Xlu9Bgynh86a2UsVxLVnfZKpgUU2u8AlcOnw6efxtBIOjtKn+MMbep0ehuivB6ToQ3JMT52Biw1V/IXJfArHhbOM4Sn3WcMMisl42lnBLHvaRcEcesqR0eyXCr1JVwWGQjfhC3aS5vLDB7orl2/uGT9UPcR+whiVEoZEZIUWwAcnYY7e9Ob17ENMOtwWwT4CZ88cqqOZ0GLU4ZJfDbgBdh7M2kVrkyjsE/k4gMXAodALqqINsekx6XTlXapgf25qNjCA7Kh8QBfpMvSGkLS16sVgmavjHNpmCuUHpVMPdNs7beuKPeA0qD1WVgvOg102hmUpa3XrMgGtT0/NOfVV9bBRlou7q8H8oiVHPGmmor/PoEkAtaWR8tFIKFFlmXTz/eGJGkDJgas3c9I3FETmRJ732u2SOy3JL9Frs6v1wDmTBgJa2ciKLGZkMCVKQRNefk6evSiFLCxiuzW/gaPxq9H4VXf8agjn+A8x/kItCUeclMIl3JdsZobOoAa7A7bHnKpy1bnuCNockxS7GfcyVQ8yQOqGlMjNztmu6xcV0kcKd2zYlZ2SuDkFpIIMbWYw2ADWx26IcQ3SuC51TTiVUwx204YwXWhomCZYBZxy3RPmLN2h2eGStSFh/cYNIBhoQ0EYiNgcmbJ+d+COzbj3izxdE50CIzdsiAQRICwtxAA2g8SNmxN2Zul2VO2ImePvBpzo4AxNpkrpDy8aSJiWJYVFz9geuCvfbPidhL2ypC82sHkgIzU5I2Gpy/JFwfQmDXVQV30Q3KTLPbe5ufp7e3nm+hWplCgeph4mL0IrKVwHU9nDyGqZXIm+j3pOnnguhWQU2xMjXYDGv/yM3AKvSPei8exXCuWRCH1DPz155A6svyM9An9k0ZxHaAjE/x7hyxw4ZwAcjIagIQPQYDRHdccMTsmAfWF/2D8D9UVT0OQwZIn6o/5h0BJOxjRoQHrDkAASfn5Jet6sRLYF6BO2g+0gMyafZ484mU1k0gF1A6WVR3osmj/Knk7U5KVRGUm6xDRApyVFhagbI+U2QdHWqkiZchqo5f7Uk7DxjpSbV8uip+DGTQp2hCosqqQAfkpDyuJo3x6dRswJTNdkqfQgLTl1W/6F0qM3wWVQuhqYA/TFEEQiJTKj0SfIHETCh4AqA5kh0da0Lo5Sro3Qc9IMuF9vCv+57n6HebINWrATfu0DP/oFfnYFdlMB2AUpymevp5mnFwrPnwJX6O9HnujRvStuMUOjV2WB9NTkwqwTJafugJugcCkYAMasXTHTlbZckRR6rZRinmSn6hMzAH12x0rUHrHzJvdSjwOzSj0hta4obHM4oENDwv3USkeQDicYuIllIMAUVl9ibnH+cC5bBLtoEyjXUfZL5gB6A+cpCwXhcevAOhAevw7QqLrRF2hgBQDIjBJHLPxd4w1N5ZMNLMoDmCKYx02klD6452P1cFgtyfW4LYXxESw0e/49nkP1sBuIUc8F49xsFtGlcCM8B7b8icnQOHqvs8OtJoIl6OfMDVTllevbTwD6t+1jEIPa2XdFCvVI4HQu8ERUgSYlCNAhYZqAhb8MeaZWArGpDQE8j5Xfxjx2kEWJsMvSBw/hZ9fheDgCtSsfrloAZnjaLNkKJ0OTH+DQUjomg0Ludmg4Gg7QIvqOGTBszN2orzx9ZlsNoK8dWYi+RJZLrSws556FeAQHZfg3SPCi73FXWsodYtNiKMPhnOwqQMMtMvQRmopY5AzQbHptVuiWnOzMAjyzO29iNuoHA+kUdF3uAnwS43fS2nhKqREWhOnhy3aHYfEp3yNM3WE4nUWy70dixjP94T78QAXqF1YPK6GZW+dLy6rBNfoXy1Pd0Qejh/ZRgUlliy+70v3WLJkKJtCXE1lwpuDyuRL6hQ11x/2wNRhDD14wAbOkZFndj6pU2MhePXas7se9c4eowKLg6SsdaPMyalKh/T5wmlaCVH+4gR87suo2LL8jreJmsWgEbLfqnuoYOFdYVu2NJiOTfmiYPZ0QRkH3vXA4HA7gIhomoi5Vgwehz6zQeNXtBBb2q7r2+IeTM5GfCgTHBcQGL5s9y2sxoMctOgq/VAsiAhqMUgKT1FPRaGLSUxRAUP/c9MTziCzmgfDJXMFcjm0k3yePVKJAGgnVnAlZkSflhkE120uhnAX9suCgLPIQ96X0ENeD7a1AS016K5QjOU0AyfXNlR7DcH1wy2uwYVJ4xvS753P08KNs5hbsgW0TyMjhB7uLb4Ov6Z8nXkfkmqAQn8D00FzVFpCXXgHOgp12YDmYZ72whz+NrOXMkyTRVoG7UVc9NM8O3MENM0BzvWmNAWJzZ95xmGpgvtVyk1FXFnYBsNudGvgFHZ5ILUFmSDUGqTG7r0EDsRR0hDZwEBwDV2HutEQd0FzU7iss/T70DtMXqkFB6s4tR2mohIciN1GBDkHBq0J9drrvXAkWgsX2y6fSTI123qhJqB+YCOxy/XaDSnCg+mAtjWdLOx11pzAJQbZBS4EDvWSv52GofgaHYcZcgYZCMzQHOaFRaBJyUSFPOBKNga4qjA31hnNY7bqkHDWorIA9j/9Q803RlhJQDLb5bnWg0TyUS9nMdnMJwEr0RyxZRhq4jo+xZAluGM7cCjbrq8B9mckyTywUypMgPTwLXk3TGuB5Q3i66a+XYNkN2zvMMu0hMz0vTOK3g/0gJ24nXkhtZS8gfQK2VTMuWgAV5tX942nGlbiRdv80eEy/+Oo8aqfqL3MDgXF2wA2ExPtiISBj0rSW2JbRwrabWXgVjpb/ctwOtUVS6+WIUOP+PGLheaiWM8sJ+GHR/J591s5AbdXKM1HVDW31ZMkpaQn8me2nUH7L09nwmZFE7g7jdsisv4IxYNxuPOoBCuUFoSvXDPCsEWqtjvHnolzYgQpmN4bzH6RQYnmNlSwGEiF8dUw91x0uYWGxRh41KmrJaDzjH8NrcJpsD9i6bptXkcfOVTVj6bTNFjBQE01tDIzSemEQP5kvCIlza9XLe+Hx8rKU9avVjUflqyPX26jiwvWyAmBI2An2guyY7YAuTg+QLQlM3aeGBvix/BZIXpQ8ilb+kuqfkAOL0jmF3rTkNvf5JW0ac4g7rWXTZEzoYAUTPASzb2dM9W0DrE0nMc3/XJIeMhuKl0gZVrRd+Ff4eRh+Tu55cOWZhoXpprDTJabUdjI7XMF4jVAon4F07ssUGGcEHalQpgmDqeKHgPHiTkI/dpSCKR2Nwcfg1s6JeCFh4K5ckuab5csyQAHWKcWgIAZrsgKsU6ziNSewgAKcFyxpfE5lgc3xGUAHkuKyAe16GQKuFjReo5rHoUkn6WO2NOmkxANq7qj8QEpimSo+PUTmAzSx4cATBG2MwMOb0vgIFXKPqAAQEOcPAkAEP8gR4ZtlxUCvzXSnG9fJZ0fMHaeKkynhl0ZqSQO3yCAtMBurUL4QDZqSu9y4u5h/fmStFHfNximUejyMR7LgQ+Pkn77N1PNM/tosucuWRPKzlACHyKHyt/PwQ9im+3mkVCPiDd6+Z6mAbeFVlqmHD+FAOWxTOBcRiPSci9qolS+QpqSu6Ko+LIPXJgI1zK88Ocw3AM2BJPoS9g6m8eo2TdZQx7duT80FeSBPu8WPPrWQ2ua9NbwYVIHdRRdv0BHJ1MI5/sFewAN45/rk0YsOU4FZvsk++NkpcrEPzfwKVc/TAQWtsAzqBVdg2aGEXyErNbLCps9XaIVa6P8D3P+TBnjf2P9zt/j+j1cYe3ED92KCQpkgDt6ZMk5aKS2GbuxEhbIOj7HaQD5Kg3MvSbne6ewkhfJaVHZD13Tym0uc3CDlSqAjO1mhvArqx/o3WKSbRjaoMWdt4Y6zhfd2bT26kU73l4cAu5hQ4A0cE/DgacJlh7P9vdQgNMp7fSDNlKKhjXbIjsugotNik0ESnWNI3olZw18WBjxiXDFruCWEAto/PF62E+RGZjrQjBdM+EtC5YCE+HRsxifGGQDtcZNScuPAb93/GCqQEf0ylBkKD5tNUTBLpiqY9GkK5TcivyQ3SKQNCrPpCuUhIwNtuySNbLBkZyiUu7Fj2dFAFnJ7pJy7CzsTr61CNCajAWaYflc7FQ5jHnyHxrHM5dMJxdijojOwUzwLq8UscC7hvPg4FriD2Ql0a2Mb3sLWtj4RHX35Uch6qgVjIRw2tRYro4UY5ctPcd3ZMe5gLKDD5Mzl2QrmwRyFsn/D2FyyipNIuYHwOjsXk0NaGEgdN1zKTbJgDY3Dg7GVf5HbA6eTR+DnUjiXq2DnKZTLo7KCtnL2maY1N6FbLVNRA9uw8xVM4ALFzY3sQoXSO0rPeejhGJ3pnTRtLUy/ydTnN/Rj42UHk7Ec+0uRJmf+2Ji5Kadi1x7XaqcLgH7w9CycD+d3OztEzdRPB0tdHVxpeAAb8r5LA6wBvV4GP2x8xsIn8vI9h4pOAfp0lQtajVYtdZ6tngKWlzoV08qRUcWcTSZZflNaDiPYRQqlNkofpeNcBDIO34TptUzoYRjLMocXK5jQJQrm8E2zpQrluKhiWGaAFpmm5TfH3IExl5g/yqGWXaZg6u88ZpfjEYkFOm6NHg48TP5YK93KebBfy2KDY32BF41+ka+OWrdSFafJwEtd37LUt+jCZCsDsXHMWcL+etQ/Q/7n9n1XsS2xPRqzUk6qLjMjQhegng+Gui4d7+uqcYhypMfKlM4oPBMu/ocYoSX+IRy1RCa8eWRFZkSZqeG0V6XjFRh8JeUw85O5AbVnVyiY71evxKI111rBFOWuUjDF5qsVpxNYG/z44Bg3nV2jUEZgyldvxf0nn9TCoFopt4wby9riLh3CH8brDgRAWb3pd/XDapk/oI+ZnYLhrLg61h4DnEXaigalEeKhAOGPtOxJUFVceqawMvM8tpO4VS3zozFObeMG+Ww/L0eVL/BP8sNyLDwyWB2SGaFXMRy0aLjM4/YFOphUY78HDtTByTrTJ7XMYa4t14l1wNLCETd9HOgauvIUS+GAs6wT1hrbBGoNW8nfa6En/1/asMtMFydfGcWPsERe45Nlr3IGDqEL/eiedtQl52TPlkdwUwuo18lED16fuJ1YgxTgFaaLkwloAax/uo/am5mflgPo/LRQFzX6+/+wjjKuVZ/4mck0c1Yo7aIyOS+ehWERz8WxrIvippkr5mTkr4Nr9Nxk3TY9P5XpN6V7kD/7LqaDXvISj0qnS4C+/7uwrLqeHaqeBpbxi+r8W+bsmJFIvMhgWdMiOw3oU1XOaBW/yOaoJ4MVJY7baaW3kRIPvbiksEnB8YsKzf995jeqC+DwztLtNPLCdgpGGKYp5CncJPQ6uvVINfTWYgkQGxbjv9LZYcfS3ZMBPbTrTDRffdMMrqredVJ1GVTa7/Kg0RP5KruVnrMAPXfJLrgKuxOLhHHTHDP9vZYphcDMDUtHd7wMPBTK7uLoXS2Bafuw1xnFemJuyokq4Fbq+ZULR0exXgplaNS2QJH5TX+ohb5YKHBxZmuxNPDGUsEHuwvgh0n+3FqdaQwX3vkPrAm2XWaZIkjDm1RWTf6OYxtpXbA8CPjGeGLFEZDgg60HjexATri7GmhiwjeE0VhLn0Rm8GesbcAmsBkbJcm7VDofeSgIjHEBLiAwIQTQvhpZKTBEZQi6ZkjjRCoTpMTrsJ2TGJeFuQPaN1PRkC1QEWjmixe2n0I5Ew+Ag45M4TylXKCZPyYYafevqYFrWhFdsQ+v1QAFsz8Qy+QghbIzyORWZ5K/p8LINCn8y48NxiOTisa9NCPLissuSeHY2WwIfvUdcn/pSf6eJYVtkTv70jPob095EyCkL5UVS6HpbDZUoQyA27PKs8gKbp6U6wC3s2G48jlO9dz0Ch/tzYUyWMqGK5gjUdCF1SiUS7BodgtI1mn0piduMuknsHzWKpgzEbhHK5GaYtIjFTf3slFYPUYYQk9fyIMjs+Azvekuw+PLe/bCkFzsluw6y1rv8apUHQbVW3YcoRmN9oTzCdtT4GtQXgO+AVu1R71209pIKs890RGsBfN9XBaABWBu4bwtacVJu7GfsXv99sgdNByXhSbJ1n7regvXvLTv8C1wEuxZa5iSYpcUghnUoEvPutn5xKhB3ad1UYPJ22bvnEQjJgh2lG2bnTtBM8Mh0yHNCdAz1rhaqx8uYG098nbuLMzbq94L9gbt8/W3XuWzhJ89BZQYuAl68lcDN8MgPX2ChSZQQpXZnww8D86Dk9lle2hogiQ6HeLf792XdxxcBJd9T9juxe8hpdEhClHUmpJ5OTPADDAvYI0jjSj8XoNrUZStne88MAlMyZu/15ZGGA8F959kUYfe9+Bn8NOfvoUdYIefhqBP0We9h6MOamUVts06ZT3I4r7Apkg+trI6mqXHyVetw3byY2iRhSweCNejcmgKA6hdZ/cePhVPx6cHykLAmpgwbFU5J2BRHo7No6q0YF9sVkUGBbvRSIFcsf+aS61PjU4BKbQ+I6lEle4s520qd2zH+iSEYaMpXFYCCiJynGg4HZ0CNsiCD7njy+DmOwtq9br1q7Atn45lRaYgITMECfkaN3LTghqnybOw2ceNDWocK1diZPsbEvaTZ/fsKoODDuzcI4WTkQX7BDw+kVlXUlhSiZ32w0E7Z1+mUQfYnVp2ync3KAdVu3cewXOQ41oC6DydXr/NO2OOui+wmBfa39HTcTmYCZZluZyeRMMO2HuumpvnCFaBpU4ui/A8BOxwALSfJiTEqyDslBqGwygWeEX4+vrGnPEtta6m0afQglp01rcQVIDC1Lz8LRtnb3GoWEzDT5EFdWTWFk+wEvdqIHevjjxV91udFPZooNl1CjjXbD1WcusjDbDNfviPHnYwkDXZUHWaW5kl5TpHsnAetIQdoQt0QpbwC+yBz0cW6AvsvLtAC9QRzlcbTNAM1AWaQWu4EnbB/v0M/O9L9DFaiazRl8gMzVDHYwPtDrhaU3Sa1iZSHksWrF0K6D4TH0HFn0erL6irQbVj7Sg6JXE6NNdiXzRsfWQICAJr0xwBPbbTbNQL0Q/7Psfi1wru15/ICSiAZdj2Ow6ZI4trdqcy92u4heyCXS4nVMzdXaA4syifZioTfLJDC0Ah0Gck5tMRCVSMdv2GKEAzVdp1SXlqaCMvD9g6a9x427Xa5Mg0VSpITkpK3l66PXsXoLcmabE4tR3uQs33W+kEFtAb0SAWFulRkewo7MOCcl3hwRz6ciFAAyl3X+9wf+AAwnaAclppfZH7gKzhPpZyVhfZDQrUzyxaobSGVwwkNxePpu0LNkbx9li2GzxhuKb7KTMs41mGRndDb1qTBendkNj9g4H5+QHMhHgV0z9+i9eIaZ9vEY3oPkOQqRqZ/jgE0io8A8SQm/ADqPj2JiQg8WAMXh4fDB6DCDU0vcbq5D4gamPodpq5+8DvYBSgwkFU4vo0OkFWvbWw9IDLlsVqO1kkdvu1QIM90kjBAXz8QCPfmhATpkZT5KExMWtVGr08BaRiLZEG0uJSsLerk62NTshU36qUHzGnMJGJIC0+CehBCu+vzIFWrEekn61qzrMTsgPJ/m549lZwz/PJk3CdFFZzz9lYPBIR3HIDtDaQZdlwKb85wF1hv154cMaMhSvHjz+68ty5owe/VgWZzbK2XbjIet+ZsxV7jxytsJupUs56kQXXZ5EwMkt6iJOwcQpUzMfauE7lMDyDhDOO46FtIFiAX32aAbulQXmGKZx61Ok48wSmcH5svIJ5ulHBPElQNLkXNdi9OMvtYTdhFY1c/WHga2q6WlTT2L8928WGcte4arCr56PN3Knmxr9p0yBODhDpNQg40F760Nwt+sxtKrDT83QUlOmCs6KzwS6wJ/1YHs1UY5UPkI0/9OdDQJgK/V3MJ/2wdQX9v8/q1/DZ9wY0XY4dXUVXFIkioKIL/Ep9A/nLRsAYtuGzu399hjVkFTz4nLz1nN87OshvhFiUkHBphRRuQB+we1y2rFKtB+viNsTRu09GgME9k9ZR6Um5ibmgCGSHAy9gPXfpQA29UUt9m/L8CLhK41HUkfCjGin0w2bxZjxCw/GqO54JazLJmjNw8FlpDZfLWp4bd/veuWs/PJn59bDhs8f3VSVgnS+ukZPQi4Xtd2ytrNqxFrVHSlevpctdt0GlSlweV/HygJEX2UQF6h7JJmH8w4DufCaM1h/SmcIJNW412Fjvbsb8kayYf4dNUaA+MJpNVXx9iGW4NAGan+QyI3TscYYrh8/YEHhMLx93CNPL/KHHDidohXdvMwssrQnjmeBvAjfwKno4YC/LNGprjpUeU4Oq1YWr4mnmLwLzSKPWxj9Rsz2TSkxISUjCUjstYOnyUE9HtRMIyow4sCFXk6jFTn+kVmN3wOEy5vI1aNkZrvC56bGsB89n6THDrcTWiA4z3DrRGvn3sKUFV8J7uP8OhNZwRTyn/juUA7ebTX8FCNIH4soEyBstkD9hfBLuJpuhYG5kvgL+e50pHIFVBfNNC/SvGNqa+7NZcbQCv2eAar0p9DTAzwzMty1VfrNQTGhQsHpFsJkBL8hFQjBziAGaG+OZ3ATYdszNyUJUM/DISxMXNkvBBI/NVjD+Y8MT5UzZ2BwFU3EkFxuTRwYp/poBA1l4nhsMGgdTyjMWJZXGeCoMKRdCqgDNe466wr6h9EhLzOsZSTmJeVgP5Ai8PmfpIA0d38TrgF8dYD1YH7c+ji6uygAUbAN+fVD5G61JpFYMmLK4F6BRT9QGdsPqbwSU/AHbqG+BWza/oP506mYLGMQrq6B1oWuxyWefPR2gNgCNQiRAUfR/idmiDg3J/GT/F9Cohnh+xv8D6MSGJH7aX4G8X4dh1+GpXKpjvMca4bePxRX8tBi5puF284S+FnyF3RuceBpfe729wYYn53Vg6wZHvm3j6/t15Po6/SV9nfCxpGE3m2ds5JFA3HUDPMN344UQ9vbfBR+z12TMgS24G/kKxqNAATuhH1h4HX5uQJ/LGf+tiqag6M88H4uBUeYeHxll6rk2DZt5Hr637Z1hUqxfzPm+vOvzYO5TvlPv+vwtp+Y7J35+yFMgRj7v8TBoBVSiXtDq9UCl6pVAJVMP07gpr5L5dR1u6haemxuvtDacc2iZk8+49QHkbvhMWgl7sIWvkfjLHLZIAcFxtliBBj1gt789gol6cFv4zr/1m57T8z1/27e+XB7fa/ETntFvLu3DtB5pqavjnjQT+kbEERYc5hFnYikxkI9PQyad/IUPUEuhB+8GCOFyKIWD5LDdUyEg3e08aqdGg27LmiPoviAkRtiQ4KOrIdgPeGM34pUovCOcz8KH0AJjLBJi1h5zMUZldqp/Ah+QW6OHizJNf6yFHSq+Pn7wILNKyx2CA1hwwvfIuH30zF3Usm3herAFbCvaVlxwaF9eEdgLrg0vHgNQRzB1yHrUgZ4ccknGjNE2Wr4SXInfCRJBblwioLkEOaR2XXhxZbvDXBVYFexsbe3s5O+NfW/nHO+Da+kLjlStQ94KsJzGjU9ftXyOahlYUWgFP6a1GygmR1uNrFITKPwtLj05KR3kgb0BpYC+cfP8M/X7Ip9wLjfmPwRIb3BD+Vl5H7IYbjQ/9U1g32OWTw7YGmAE36c1wvtomyqM4RxZpkyL2btYm9lS8WEdrhKBuWZxLVNsrORsrMMcuMNtapYLTTWOCaqk5mYZr0sSsfXV1FZ4U1tMDQEduEx2h6hVoCeu2RRJ5em7NPkqH0ytqoE92Z0KJmwXX223gqmE++BEtkShHIk1hzFiC78qF4K2AH35Y9+nUfSIfv8TvbGjiqqLO1e1vZ7WbqLcBy1yngfofuMeweGwzcFHj9UnQenazDmbguM1CRGbQ9M2pGHLOU2nP2Z18ysk6dwbDVe/Nwa8FBtU894fKkZDoTM/re+D2ww9+WltBsPTwwNuwBPkcYl5ojUC12kFaOY5gf3sI81T1By8JX+vlQph23AxKP/mB8SKBvWbX/Zx5YKeaPrwZx0ZXWeoNdQZK7bHrmlTg3ZiMH96wPYAUz40eYu5B9Oi2CdQeQWGqgE0mwTbIMkN+vGZqHSKqf9qGrVk59y86To6Jpw6rTnqW+ZKd5+SHP78ClVht2N59hz3ArtMG6zXFb2QBHVRoy4/IwlUqPQmw+aXw4Vw0fED99UVYE9wiXP64sTFYDGNAufbDVM1h0ybl4EQOsXLgMs0K8XDpN2jwLy/V4EmcQ/YpiXwjpAqXA6P82P2js8PoCA131U5CR7jR0/83EyOAMY85uH2iXBTsTXE/IxJ+bqZEmGuAZ7p2JvM1RZQpr6OY5pH3B8q63/M+qmehG71UmjAUmC/Arkjii1TQHdkj59eJe3BQvaAAs6qYcsVyOQyW/HeKCfqL7LM+8AKjA7Zv4N9KTJTC9SfdRhuLe6kJwbVGmG1GDhYi5HmCmEPJozAnS3wz/HxDgzw9s4OLFDl52YXqP9DPBP2bsjiydI0B6P5LY7HQlwc9j/OvjP43XpHqclT/KvgfXs4MJ3rw/Jh8LmqSWB5idN2Gj6RV+w52Bwif5XmH+tMX+Cux/zBVBvJrsJkh2OyLRv+eJvZDjvmCy7BvRaLvd5C4cL9xHvoTQIZkvlGsX/YKIlDm4R+PBfMQ7bCWF/9FoSoN3eCPdiC8Wr1+YCCJl1SbkQa0ISU5RawTOUhBVNeiVGjSUWwZ4urw/U4ie29MDSJPQgqCrfsoCOTqJBA70BX4AR8crFvXVa2vTqfTpMVguIYPaBz02UuwC81pJRG6Q0kFQai4sJBOIiMDwb09vFoQWMI5T7KzWNJLB2eK9eDvQmZoACU8LaELl22JDCnWA3SN+embKHzz8C74Bqyoma4TVgNrGn7HR5HVOgXri3L/GGBu4YmFcLOWZy7oIJGnoyoZTiug0hm0ZbtdBQmM8jL3xVbAt45mMz9+3aWZdHMH1t1hrwUPR2xmYoICg7FRIVEpRao4Qv5Ua/S/uiDzjPtQzIidCodSE5MSas+XbXrAqDLUgKWqcEUxC6mBjqNWQz6g1HVy74BJ8DZnXt3AputPjsAnSBjuJV+M+yAjUgp8weaCeewS4KrzqjBZd3x2ztpaFoDUDK1ymGOB+bKN5JToEY0iV/f3MSzeoJ//zo810O0kd+A/wae49+L8LX1vLs2tb6pkf1cf16miJVu1+Nq39c3VXTBTsH+NxvCdTqyh9/SkAs8xb9/f1JNccNqHhAIu7R+ASmt9mmthX3a7MUKxnqJgsnm92m58fhV/sOdxzIObUyMTwGbgCE0NRSEAG1EdAjNeGhXbpoQNIB+zbF5Jjo2xf/BsWnaLb6Q+UMTGeECGdWYjPD58mSQslHPb2TFtt7I4mIvZE6D3d4UKzbmoS8QK3csXr5rStPmFlMtbm+dUl0Chxx2u9PosXy1/Qr32YCeI25vveIzQnm+0cEMMDqMJXj0AgYppjZc5Bd8s/3Ay4YmS+Ol0Xh4IdgOKXAHD/kK2lvVb8eKZjYU8fKhGa1RQDRhftFklzSIdglW2utZLCBeaCtfa+F6PW7hm/r92NXVNrm6fKZWAO/qzmrYyvNTcyu364UWHtSfvcT8bGwBig1IYTwPeoFf1V+95nbLTh7WMZVaTvLG6nbjhRC/ussO7qzIpfNk20CSJjaITov5GcZqE6lVVg6L3FycHX2i7bERYgOvwY9kt0DywuRRtA4Wa2RRo8VcrY/gWbjo33O1PN7I2rnJ97NSG66Xi/ltWJfEYV0CZ8mW+o22AStEOaAcJwiq1lbikZPw00sM4gcA9Xre908sbFJA2kZrv2n2wBrwtUCrbgZ6Brg3dfNA2c7y7EN5Bw7kX+cNYI8hix1nge5gFp/FrAIZID0+nYYXZZuhsveFAZhoAtu8I9TCGKc+PHD5JjgJjjlvRB/+t4jJrIYEftW+1xSWQlcerv79OWiIbIjgRdP/cfIDXA+DeLStKLhc3UxDlZGGcExD2BC8wJFvg47n/ndRsVdcDK/QcsJIyw87MS3PUjAtP6VgWn4qaKLl58+NtJjCTfxS+Sml8hWCausxQXBCPWzD07RfayTKj8BU+WoxWRoC+TWk8FkT76LrYL2Rplv1x3mifqSNRNWl8wM0hR+gKZioopgmorYHGonqANP45VWP7Pyvf3e79TzBFINI0m9jjSR9q8UkfTsWk/StFqWhILbq3SSVfGck6bYBdhRo6tFEUwVPkxNPkxNPU9EbNLF4yVe/Iy2RGywGt96R1YI8G4byn2F3XPegAXYzwGnp5O9C9Sqzd2UKwhj4D4p5RySjJZ+w13WDFfxU/p6QCPoU/fNfoMYG32jsZWxTBtti1Qy7YTK6yY1943VQ684ZE1xsQpcE0J3WANjpBQCZ5gBgxfNmbovNtNALjbH/IVcFkmXU3oyC1Nz/nOCiROUt0b9fLjG3DpoNUzBP4Edi5O/WttapRZIWN415LniVztgvY/7EgD9mNocosZJrDl6uacgXNqWaUbD5zQ7rQeOGlVjrVnVTpYcNYfyyba7zg7hOcZsvhHpjuFqWecmrqUq+tqhK+BBZ9sm8S9Ln/6Y9dmPtoYtLjUt/R2Lpfw2L0Zmy5X7DV4HlohinMbECGS0pWAUnN/EpVn/BVtoMm9ShQZ6YHmcjPRU8PUyDLi6Np6jFApnylt2vN9Kb6CwZ89cKgQqjKfqyoCGNBfJteTmFhX65Xl7+/p5qz9yAbaqmMcZa/EH90EvMGX6YmacPG4KFzLA3QgnKND45uJSvwuuMdZeYw8JsTh7OZwmHjuDNcm0FnP9qxhmczPf4pVbMO2vUiolnf/x1+X+VY8anmKkZRDTlmL0rYRk+aKgQ4h7N+W3kU9yNEXvZGsU33Gb+0zNBHF5qyWuGSw1CajPcjBJ5secrAryWxAZ7GJjftE2JbFDrqFjQeIQHD2lKd+ug26LT5PCcee6Q2buXpfSHJ/AT5EIlaeOjwXo6LGyDN57HfFkmyMPwu8CWmEzsFmF4R6BJ9sUe1QCou3OP2ldWtbcK0PHYafUG4THO2MUJT/AGdDgetR1pUUFqZhvQRoV5r6VHDKX844Li/fGqtx86GMDjWIYwd97JQrJ/Telu/KAhUYgwvZ61N7BhJf8+zTiaTQhgZwPzTROOXzGOb8YokBuy5UcKHTeOLEaERxQYGE7ExfwxDR3jIZooSQngaXFqwlOE8SwZo1jChbFHMJoKwPsTcEkrav7AQvSIsT7cXw+zBFqG1DNLmnCkYxyhYxTDRG8HDcaz5lIPfxXEsLzeiAYOgUP5z1lNI/InPyKOLuxTmIYtS+uRtrM83JzsfaLXYDtrFDwlg59eicpEHaYBWEi9R24AdH6UbXLolRKKKUUBTcqB8Wo2JbFOisM6CTrzBq02NhDLkTRx0KG8Vnr6X1gqt+7QuoxhNoBr8xZ1AdDJASuTwu7tByicapryt6S+w4MNtvyMvi1xEW0T40TwS+N0G+vCfAMcbKx+Wlw9ccY5bsbRw3C+CUsiWseDvK3xXxvseXPyrY2v5fbx3+4Zv/3yBASY1hluC8HBEq6ejw3+tge7OXsVjbVcPHtUwZQfw618gbQHVp+B4wXBZdzKCi341yMJ/pxVYwOVBJLikwDNHA5Dn02f7YjvQl2BR9ZaQAdqwoOC0jV56ufgyVkDHJ8HEuJyAG19EXAB1GndyWt4/n1kYcAbz7878OYzpLzx/F+PS50HZtOgcVVjf+47KgAExfmDQBAVj1Guw993gRRtngfduL75aIK2WaK2jIXtm4bC/zr19XXToLGgSeQGJPm2ErmvyGrjptgf+W/u3D3ilvPaWwxaYnf1zZBqGvybhxBRXKx+E4UbN4hX9CKKZteUj7j+2iriqoa3WOYFVve/Vr57H9GC68geV8CP1+Hru2K8t2F1Cww3FRj9IrL0DoS8YyRtgC7s/96hLHbfsfr9DmVfGRqPzFBbtBZ5QjP0IRyvfiJ71bEMbnJvG9lKFlEyNH3OQ6iFUacewOlqSOGlvCMqM7TFWcO9HHMbxl7CHtCzKPYhOHdY3DdhwjyGLHKcDbqB2W93HMeDabb2Vg6Xp1eMbYndM1VN0fvr4NyB0ov0nom1tlfw96eZ7LD5FUI0v/z+/eOr0CK0cL71MDVnA6+zTCWKlaU+Kr/Yyvf8LwdIrDi1oGvenQM8QZRDD4xiqDXGBYantxikFZBCbRNWpJ2gsG/8WlA/i1pEk4AbK6B6EfsfGHu9B/bf0IeiiPov1PpjU+Dwv1IbJAqutxyLgcOwMbLprSnN/biD/Je3VfqOS+MtmLdUusPV8F8SLEoO6kMz+TNDZ8qgT/lvlYw1X5epvo9C0hKo2DxdWg7IBwe9r2ygR/X/n2zCYUSVaYD6AUovwE/V4MGkc0i6nx66nULE/lX7wUVwvuroj+AKuO/1BPXGfD8Q2mG+T/AJiwwEnmBV9gLQFQyZCb4EPR7MvedO33OnoMS2ZjEYC0ZPndMfjAO9t3aC82hld4uSyqbuDS6vwR2sbUmyMqaRUI8uH/1ZDS7Y7htdTI/YTk3c5lYEDoC9RaXnQCm4qzmP1HRawlI4WhtDbQzTrgvDfXMzLAMjwLIlYBKYVWp9xYu+50Zd8SpxBsvAIptVVmAFGG6YDDvT2uhqNC4VD1WGLikD6+QdwYdi6JHv26+k3zpfHlwSP/9vmS93rpL/UmdRcpw/HmUqHI+KrmCcoD1KYJm61hNAM5wxvaz0DJUTlxmb1dpf+fWRvBRkxBa4bnPZPr98IB75MTBZE0sFRmq8VF1kQcAzzgE4AM/4IEB3kXlF6rLV2o2jUbJuA1X+3fbjW3du3ZG+sRTQjxp/lTX7NXkgK6EE0IO64W4zdW9JZlOiHDxPxsz7nHIp9H1jkjCzVICSXZk76IhEKszLJwCb8gEhafvVXM9n+i+huTZO7hbg4aQaOSHkamMXOViwLaBwPT3C4r0j/ZYTZYMavISl+PphgMNcBW8W1onBhrMtlVoyI4pgBwPqAM/+Xw0j9jw6BMMOqEj29pCDEmVFFcCLesjoyZ8xnWOj2LcPE8x8qB8EmTfGCjH8JUU+eX/obpUxa0Tw14WkEuaekDUCH8vfa46gx3KkHD0KSdEnS67BUSpO8l7Xt5cc9Xs0A/ZWwc/uP8RigKlHg7lzTdk2LfuDLbEBcTsx6Ii4R3jwCL9HeMRHgSaIW7i+RzKbMl/4QMEreTH9ufu8xdAKK5tvxBcuoqvG2MJ9FD3E0IGI5lb1a5k39lw5b1e0oDFGEERMIcbdy0p+9zKM37304Gr5UF4IH/UWUZ7hcyUw1id8rgSUtKBmuL+aku5a0N8QMit+qN3KQxdjWscaiR3LUzvWR8FojqAvGpimxIq3pgvlcVkt1sn7NnF3YDXTDHxNiDwbUd49CcOMSP9/c0SebEnADFuw+pVQ9usxjv0Vuw/ofis6+zWACloZKpDaum99TqbXMjWc+l+iNuW7+ChJVSpIjUt7T5SEuY8HqOrpfjCZEjd36DwZU7Pcb9Sq5jj9vx/4xAMnEyKO7zytw40WId5Iy+JmChkE/2Gv+3pDfguG+3UknFSXdKmgrim9qwiaNqcNvHG4FM0Skxbfcv4H9eFO8p/EOtfrSbirvqnWp+IWjVjrYT2u9319dVPF7twT/uObbX0q7gy8pa3u3GlB/C5GmsNcoh6eP0zCbrVSL6RhT4N7uysv7z2WdhHU0jAbfqTHZvIQ+Z+FZTdUWWBvdHqr05KzwXCn5ZPsFmingKn05K9C6tFf8k5eNmNUQcBuUzgWixGa0LBUTY6aJ47fAjzbQl+Tpe683NXRxdF7HW+pRwLoAq/DTvyPRbEAOsErIKWRApQXWJe+0YCN4l5Im7aBqrpZUllUvK2wIHkftrdtALLFMvxL/lekPgHIC90HkVw3QBmtcL770C8TerUegWtwEhbevk6uK/x8XV0CIxfzvwQAYCfo9wSAzKEAdoYBIBkl4qbDEgzqiI2T0NiUDdTOqsLS/C1bC/Sby3HDNEAq5NUHgNAHAHVFISASFuBmM2KC1W/JAfZ6Sw7wxAYFewILlZNvpnkd4ME3vyvNy5HLZA857F2hCgXB68Mj95Xv35FTvClxYzJIBJma9GAQCSI2rIvwso1YaTuejgiJDgTB9IoSu0rVodK9h9RCi/+nWce3uO1CuOF/mnOGzokJWv+evYnmQOaN7J83UmyQBZQKhrjgNZw0Wncw2vCi2b5b17iGdxa6CxCnm4w8K8OlJjPPBYXyAHVNUZMmSy/OwDSKlgvzEilElwPliGiMFswWg9GGWSzieFtEU4k8uVI4g6yBoVJYasz48uT2Nb0aKfofaCxXK+q801CPXZQFfMj8MtZxpXzI/AV3rZ6sqZf+xl0TImO7uSpB39XwLCOFXlhTGXUc2oQFNnnkpBROMVvhN2JNU8D7HcL+wMEdWFQrUV/uQZM1cALuY9JhNL9NUIS1/xR+P8EJ0zsV0xslPddaj6UKh7I1OmMSWAWX2fpE8IHkpIMqMRYaEscfulwb740XHYOf1wrPIfxzmKAJ1mE1JXlfTIS5xVnCoNcyTlsd532PogiEcj7d6l8UhVyEeA8eGSQExn8nHpgqQrTCc7/OFD7jDxGMFnFZY1zZGJcCi4Xm02dNCH/EwHyiKLT4gwnHWDOFA0c6sJk/lrr28p+wEn7eSLx6WnXt5TdOx/oJp2P9Xzsdq9kQSjPVwvlYFj6hotPiEkFiq/OxAcL52KBXz8dmreiMKjH8j1S0Lm7z+8/Twgy4uLlf4i8y3MDarbJe/E0GFN8Qw/OxeIwWKze4vF48SIscRQ5/U1ebCamC/0FXZzcUCEmFsID/GaLhUs4ZFrBZjcOD5EpuqvDypZn05UT+5d9m+CV6ycU/eRxAHsIL6fOGiewpBf/qCR/AhJ8amNVnxHBl7jH+vc4fPBFe557pxjKrT+N33k3VYVuMYauAAZnrBDzeGA+JwflPPJ7TCmiO9S3/JbLlQ7dW79uk+XPx6aZw2terM8LTmTPQLwKrxSHJsEvGU5q5vCE99ETstj1xx/yKAZ2bmZqzJTTVX+0OFnhhZco82Pxj/nawk84P0QcEhIT4qJjLwCXfbXMfB+y5uQHaPzTCNyAzIle9HRzLK42P8wqZtyGcZs5kdEtBXQAaggVBm3R/2OkcPHnOSIJOk87UQV/YyILT6fpNaTHpmtK4bfvijjQRoGae8jSo3MGitbZxmx/nJ7xCwHfApSBms4Vt/KKtrQlg6raDI3n74mO9NA4x4Zu06SHYtPU1AbPDQ6K1CRqdQ7yXbfziXLFKAG7DF9dSbQc12/bFb7DwiQHOtI8+JCdHr89XMU/ALp+EDY8xUV4iUVty+FFh6jBN/rZxG7ellSbootPC9fxvbiFnmAXHkA/haCkcA7PYytKSw1UOJcuXOzguXVbqWKlW/iD8nh6U8P+Nv6oHXcyMFyW37l9/6fGm8HOP2xuFn3s0aS/+3OMHWv7nHo90wVxk2ernHpMuCD/3CORv/uBjw8BGGf7w6MDdH9SMedvvV98bMHDBmN69jo39TqU3EWuom6qIPxGJxGOXMFgKCy6yZxTGF1fxi3sX2bMKZWME/3OLKJjLksLyhslsWGrjpr+sMyIo4XhgQQa59Tg0Oy69z5Ww57CWNTvPHyXkz45Z7OHXQpca5tYTrhMrnBhjnqSIpwpHZtSUk3DecSmM47TsBfHlhAyy5DiU4JdfcZ+yFefKL5y22b1AvRZ4hoaH6E6XV9zPoGN1FKKDR00AQ+keV5zLVRkmtQplQ4dy8mdcrQOudlFhpMv0wEG3PZDY63GAqTvA2bOXFMyty4qDCewVRRIcwl7FcMEZcHxzm2ncEfZrxXyza7jLcvgHpyBLK4ReXW9+8XuF9Hf84oZCGdW657Bzc89B0+k/s834odWBSujDn6qLeuM85betj1PyR+5IPGJSGG6mi5W7r0suU2eckOuvRW6kgpyD1mKRHA0XyqLA+rhIEAUi46OxYuyIlmN7kgEgjLKJjHJXaTV5skyQKCi4RH7DccQPbCfwJ7Sg+OZbDfxP/LhHvTLsUexNhTCieDnHG8c0ih/SqDdG9NJbBjTXv+6VEYUDmkb0VoQe6rNeGKBBT8L230q5TyLY21B26lp2mC5E7QnWuUV5hC50cpkEsHnuDun1sDsNU7NQ6guYakCpskTYvQh+ALuCy2C3S+aCZPdk922A1mfosq8h2elRatQT9Eft/ZEl3SX4d1lsYFwICASB8cEbg+muQc9lucjie9Qe9uAP+MdxKh3MyMDmx9OUaweglR4GHGAuwpecik2SJYGcjZkgA+TFJgI6TRcrc1yXsU0N4LwXKJpKwZpzM0jCmhO7p0H7foAu2ImgAqNjPLFVoZelgzRcF2vd2HT+1whiZZ7RCdlqZjf0khs2bSpUbZQxF7GGDQcRcaFgAwiL3wDonii4GwymNCA8TgMiMMWhWB7v1myU74zbhJUkjWbLvaLDnFSxMmSnwfSlgVzchh7kxmISknEbHjF8G9/AqGI5bnmDLjw1Ii0o35lO2Wz/PCKWiorZEKayl20A/nFhIAwE8G3ay8JiNierIzfadUndQG3ZrTOkpqalp27GrFKMomSBMbg/sTIlnI3dxG560yvfOqXBMQY8d92+na3DTbVxZdM2UtnJaQUqaPFExvyK2tasgr3AjzTsWg3N+R8brEbmqKsK9FmNeqG2i+m+cuYXaCHLT9YGqnWxd6EGu1Srprks93Z1WuO3fiWgV5zHaOBXR+9CcwDlNJDDQdhsMEdj8T8W4xqkAkh+F5nDXgvp6cvlzDfWwDfRef/aHa6Vqy7QWv6Hk4Y1ra2mw61J/AprfO1461/lqJZfcS/xivuLP8Dcuhq/XE2h5ujK49a4pra5qiPK5uv8/T8/0SqciGX+IrTcTvFQrXEFbjkQYqQy8Ti/B/YKjb/ko2PsLQXzZ+bFiI0U88vt1yuKdIYfX3Gc+Y1orsz8ql0Bt+Bm8MvIxjweAyREFL8Rr+NoOdUbfnwBP1C/tXR3/v/r7Tvgori2/0Wc3RtG0Z/LYp9Ffb7EmERTjLEk0WBXJCrYRUCKINKWXpZdSkQOgtQFdqlLlY6oFBUBuxLsJmqM0bQXU17eS7zruyT539mlKkST9/L/6MLuZWb2zK3ne+58v4ck6U6Wd54sjwqRKXz52GiMH13vJanRTGZ+YSp1nWtS/S1XyTwdJdQpT1NURWUpum5+x2G3c00ttWcloh/MsrWmfPX9MJ9W3w9mcU9UQ/dSsbEphNbGcfy8brmo7JgpFn2fw1+l1aZqtcQTfBTBMqS8TrE7I3qYo7fu+5w/aZ2ESPA34hSjBsxRhD0/udMs8wzMUZsMvmgtaSqic5itfkq8aUTewLf1TOrU3ofW6O9k5BeteFCrdavoVzneRlch0W+D+jVcZ/SfsFjCm8zFdojEN41Ch9zgreGN1xuSr+/z9+jsXNmUzU/P/6Hd4h79+yFSId7atKuVE/1HfovvD7eNivEn9A7U5EvxJ3QYyO/wpZ3Td/fFunsHf8lvmu1rXFvXHxL9avb4RX8dQS/6y/zbRvG0xbr6O9fFAP9VThv8V7NnHS+Sgx0cb9OvI+7wF+3HJl1F39OvQXqL5j9hkRlvkfy2UbJ2lLirE/KtwP1PWqGqw0RnohlvovxxE/EBvXk5rfv5RviXXG8drWXewHa+pi8aqagDkRLDJOUoUzSAsLGAHrd6qeU7sAD5pysy0tNSszjApgeq2j5DyeQ1oR8o4mKzeQFaep3kX4zFoEkryU1H1cFMRag6ALzQTj8ve87et6BG0tOUjvrd+hX+uhDIR4Z9SF/ryMv4bbKjiid54Yked+dWE8EuTW9iV+fOsCRjSM9OsKQeqgIrXdLWJWyEdTyva/tszvg6ZD6a5m9Qoz1iqL2fLCblj97oSxEpn0OCO+5DuPYIMOS89oYYh3ac7NgAjO450UeSzl3Y39pFdY+47q2bxx7V65HUJIcfk9h8KqO1eztN9JH2e/xbx/cDHGd8HNq03/DmVGmLRRe11RbiAmzSYQ1YgcvJCnwJLwPmiQcA/MOimdiASN0DAB8IXAFi7Cms3c1HKIIEoipZnPAwpIRn7kR4FblK9pFjtCYW8FLT6pAPtiLjVbitU/QWt4lfMjJ2z/GDopF12qWiHGxjqgKsehQenMCIbEnSL25kqnYOrxGIt+KVmRjUBg2ZjwTUKV+GV4o/NcocctdIy5l+1hmrffSRPlCrFT8aK+4/DNuxuv8QbJ+4rnZ1n4CucSjeqK5TP6AvavcaQ62JFonvGRHzIff6qvjiyZgV3zcy9vsp0+BOiaF2K44Sf27kTJTig/pC7ewSw4af6KcS7UjxF0bGsjm5j5JyDOq0Gwy1UfgjMfHQTg0F4tExFdMXry6wWTtVTOw7RMReK8L2WhPGuKNJF1czMFcbkgn6UNujeTl+eJhapsYbVTIV3kDfjWzM/M8XatE1+aNJ+CvxXTjYUNyGRFfkhWdrD9+g7tY1eQ5U79bAfTjXAldQdqAwNgqiqH9tuW7jXOCP9IEd8d4wA+zXuS/3WOns8C4tbZMHw9a4QJgJTpu813hZ2KyfQ0sPyv3AMV4Ks+D9jbAIwiEqNhKpcwUnG+tucPScPKjYnQ//gMMn9rcXntlfcY12UGiIVtOaVemeNchSJflji0qeY72vTVRRY/oUdcIiIR58quIUdwpq3A5RtzNVmVG8KdVKsgAWum9Y6O8Z7KjYhuYHXxVEB+/xhkBEfu4WjLscJh4wZHbndx9NFRgn6nUVrVW8obt1UnJPNbVM+H3tmW+5Bqjyy5Gijqt94nH9Cc292Ck052/jEpC1XbMBCIKlc4KICTIPvizYExTjA76I/KvbqAGfHH3vUS0fWLsDabhFHazGn/Y8+3Ede/RsGCfgcUJsRdqZDFDG5UAt7IluAJQmtNnrpdxyHYkOkbHYlcGD09uvwjcIC6e0E2OuH/3XD/tT/X2MZ39XLDqE7/LqsENLLCZLYLrfilfDkei6azMTCHt03noEvyNdZsX0GyCeqY3RPVBztJcc5F29HKRXbzlIP7oSRGYYHNdFwo/jJDF54QERYiNs9AAL8Qv4hWlYSIz4eV9IXuBumGLbE4dv80/92JJta21mz1lTh7dxxqSIfk2Q0uAh/foFWitx7yCtLpIXHNcnKGv61MfRZ8JZ7UqKdj+7Zlhhig8IDoAqdM8WlBqTj0eQRjjfyuARD388Dz+jC/NPvDr91YXrgtLkKo6CrMQkTfaJ0iMX4QIUbIOlMH3VAmLwPCImBDHGL+BwFY7NGInPXNt8XXSxVGsmDkgNU3EqSElMKUaiu6q6stZLcAMyLWENvOvitnYXWuCYGNpUyIgu5qSo9qVDK2hsYCUQYyIgDJnrjPbSZfKlfGyDRwIeD9++rFnDB83O7z9dSyfIS7NaZnGvvPbeZonxBmKmxLNUISrtrAMjcXWb6Ax2I2bigYQURXVYgJGwGI9XxDEui1zWWfBq/tsEIRQg8mr+obyav+gjUt7hAGG4CIAwjF6bUUAs8BIxTtS+BR1vMcbTcVEGfv2sAf7imuFp8ooY2x/CU/Aw3tjPl7b8HdaChbv9elSBI3Ee5P0YFseEOvlE8au9A2wid9N3M1XnP6w8BW1Qsh7m0htfQoaQHZuQsZ8iQ/tKhsGJG7joY8MTuEBMQvH4jbc/wabX8HQ8l7CH3+G2wEpP+835eB4e/CV+tRztSWeIiwN5ncwEshrdMAV1bFZcTv2pswV1gC4esSZTyPit819/w/octpMYE0Ot9VmDS6nNtwzLtSZiZQwvz69upI7RPgFhySyK/pyBLOstz5/3ER5Db287SiItQle/xDIJL86/U5HxSJwx8siHTo047YRvk+hznK0QY8MH1/FgCTywbHq7gtblycqjTXANfTHt2JtTZs+nqHJJ47oP3ZDo85kO7y+ExcjsG3M8nMsY8veNN7+UwIXKthMV6CtH5rpb/UZ4F71lufolTvRRMybil2uYFYXOtXAGtR1vvHPrsJU5B+s8Vzg40kr7WFdphz7GRTcMD+GDvDQ/u+0jrhHOFdY2epF5ZPAM8qoL2hvKYJca/DqeCXg1wqFk/NE5s4npAjJdJ80/vv76/XvNK4kdR/2dgD1+WyxXeVGkvHhTM54iMa6L0Gi9NQZVhVq3QsMqflRPwXQQ03qZwg9t/jf9ZEQrewo/uCkYLzTFY3/+CZviUT9NImPJmEkTyShiOvFnPIaO7qPpftrPOxUgL2KB1oNXgLzbqQBJ7CMf02Sif++lyUSsyPDu1CHD+dQhvUrwR7Sol75xMhnRnavldmeulhE9uVpu63K1pBDjHnnLCJ28pb6oS8gygheyJEWE7au+bPxs6std5/VoLBsPpLFMYvGFbrm5C12pU/ordMC3ujcObvVsHNzq3ji41blxYKON8O+UucOje3Tu+FK9uhct7ZH30h+ti87S8jNdJbrwLC3g47NCm85YJZ6kj1XadIYq6efrf0DA02636tGgDIMbZfh5FZ5aa4iTzcWqdsGPsfcvA34OPt9wYkYB2pwGOIM5Hl3ipV6/LyROFqdICFVG8ftJqhTIgovTmt6LRxeDF9M1JcbiXXgNZp60vi5FDSFADjGL4hz2BzREZukSJ6nkiTwHOFQGfvDeT+u/j0IqlRhwTcZu5r53/XZ4G+atfn9GDArGv4l9EplZhdsr6Ix/vvHk97HIuFmRgeNVD1U4ni4hQ28aagUK8TWKwC9mypTBEilE+oS7BL3vLLUEwoEnHhKFJQhHq0j0Q91PQQLmijCDJ8ApqPJWv5/iFu9VwGMFZeZFMujEAgmZCLMI60+eR88Hf8fHE4MgAAJjg/cGoqnBPwiyyQt36PiaRN02pUIVeuJcNn5Tje9njCxT3/+wogp7Zoua5FioEDfAkdz9x3jJ02bXZsdWuAgHj8JN0MibvMuQIoLJdk9wAW9Y57NzPawDqwKr3NTixDI4AGVR+yP2IzxbTd4WeN92v0rPvFDVcBVaqL0ZK1KcEkI0Oi2UzCvPNy+Y/ZLFCxJYnr+mdCkiw4KwiaDQMmup3NI5fUeqK6BVDrtsJbZVXnWcaoiTR05paWFOpaSaorlqX39bO59N9C54jaGx6ttq7TClAU6ksAHpvaL4WsnneKqaTL2t+3mceit4F1N6qrqhNRbFKgPpYuUQzae+2hnnpyesNKQG+UogNCIo2B3R5dOOvISTeJ3RJEhGGWmJFZzSVSgDj2gPOhp94iju8AgTlINGkeWK8AJSB3bk7/zzGfTHnO53rzH2EbvtqReVLtBAhs6LSufz2BiH4Gi1AU6nIKi0jE+NZIV3ZxocpfDjKN7N46lJH+MfDY7ifxme+5hXfgpp6pTm8PjWEGdj7ZPSHFZ4ug7C6K9xrzsRSe9y/PcjPLIxv6gdYqCdkWN44iKfmkT38Wiuofadi3xGk5AKCnHmlRgereiBOHzZZxQL2eJ3e7CQVZVejTEqk37hkW41xnAs6sJZR3mcNQq3dOOscOzAK/jqyk2xA6/g68DjQa1VpqHWqYqXyXxCGx5vxwIdaDyqB40rsaAvaLxPZv/Hw+Cf9E8smd2lH9wxSKug089nhue1Mh0/p+sJguP6Jwi8Hom6HkshP2nP3TNoURv+rD2no4HWRegVoyJU2EIHE+SpcgoUeEH5XfNxhKkyVNgXHfyz7tQ97giU+uVJkah8/i/jU4WirPm81Hx9eZXrEZd2QHd6ZEFEW+f3UgYRuR3fE7qbAoXALCfNOiCGsGxAoPC4WIgoc752YpJ4MWyp3FGK8FfCw9X1xWcAnTzG64PoNLQ549hu1kYvhBbfJrqh9aoRi374fa5bf8QL1Mm8IOEO4seq4k9jusfvzBgf13FSpb2RGv/IxVF8Wesufhom6w8YfvKnyKc9Qu/dPNgWnrrW+CXtKAe6WHYzVGHK3pDyxqA/a+bvUfHydFS83C4q3g6QdVHxGFH7oF50PAE1gLZMX0qeQFQ5KCxWqKPl9ZDygmLcYsM6SXnaAv7Orsv5W2sw0TaJFSlaWRJekSIg8hQhZ2QYNvS5+KFGMJRVGalihw5tZ9v2JsUPHTZ+0KuiQaf5zKwmg14Z9O4gt0GKQSmDWgf9aCAwGG3wN4O3DN41sDZoNWgzuDv4tcFOgwMH3x6MDW0NPYYMGrJoSPCQaOY9xp8JZ3IEEwXmAjvBScEN4QphHZIgb1SArj2XYjTOyM0o0khtVG7UanTf6Dd2HruJzWbL2W+GoqHzh1oOdRgaN7RwaMPQ9qHfDRs0LGRYzbCTxm8YuxlrhpsNf2e41fDdwxOGHxjxtxHrRkhHlIw4MuLz//MYOXXkgpGlI4+KjER2ogbR1ybIZJzJMhMfkwiTTJNKk2aTL8Ws2FQ8XvyqOEAsF1eIPzM1MH3X1M40wrTd9IbpnVETRlmM8h+1Z1TRqPpR50dLRk8f7TY6cHTsaOXoC6M/Hv3tGHbM62O8x8SPKRxTP+b62KljF421GisdWzj2yth/jRsyjh23aJztON9xynEl4xrH/WM8O/7V8TvHw3j1+Mrx7ROMJoyf8M4E2wlRE4om1E84z3HcHM6TU3A5XCN3neuQiCQzJeslMkmCpF3yQKI1MzXjzF4z22bmZ7bXrNHs24mDJppM3FSkySsuluZ5eEh93CXuGp8ijo3Do0vUUIUKgzKkvkEhnhw4lQTFk9GIDU1mbK3MPbbCdtihcitBrF+2R5oLoDes331pWvP8e/cP36K4oiyqLGR/fmh+JK82fTy7uhR1DP5lAsPqN+67Nu0lul17tu82P79nL2EBzyjF6/DIL1FEKkNMp79BqJ+zgP6/Ryyx6XSUREtHfrUTrwM8HbFApu8k68hIWi5nsOlX97Al4AX0/xvYkph+hSJo6cgZpYROmzMQi52xs5o44x2BZAdxDsLOxFnI9q4Evg4kLOYdeurW/2rCsIkq8gvFf/QVqeoYSswhkGG1f8vs+JuA1Q7F5pDZQX9GBuNfKfahL4bNEfyeUFDeGXwbGinY3SfbG0nHrn9QuAsnyxGmQ0lcKTyDLFHJQrKmI4Rx08sSsfgl7Tj8Zsc4hn0iLCNgyVaMyIt4LvffiZciClbfJgYkQsKq+rK8rguwOUVdw7AH9iKmmFaPZP7jASP20VgsEOIVp2aScCJ/fyZZIWH/esET9gmlk25CGovjnqqEMEPoumO18yJ65Rfews9hN6x48DVGks/gyvZ/kjd6ask3TO5Ha8kli+eejSKv01qKJ8uxMXkV0678NZw6XFKMcoPz/fY5IHZAqYdi/BspfqrUw1MZ/kRNfsPqZ9YBEAxo0B8QExCwPK8UC364iXdy2rlPPe+kcEGAsx3H7gTXDKmemCoZ0A7AL+D/w1PpSG5kEsL3hUMECg2X7+RkshpBOhRSMLxfT4atSRNsBzelXzkivvgh7dfvMaU1DQdbgM/BFASeFPpKwZu3JEgmqElX+Esg7IPQYH9EJpN3GGmMD89oLd1EhGQCaEVPY0T3unkdudre0sPN2dH3A55c/Y72u6fpk7K9zn+CRO3aRaJOjWbY36f8Lu54xKhBGZsBKZARQ/++8SpovZ6Fzrux4zXt7Weg87IDadd2SddyLLZopA00F89tpDOKBVm5mUwjc8nczfToldzAPT4ZPy/ES8jl7mB0jD4YbbvXK8HmNpqOZzPbICBNWo3iBHji9c8eYOGUtn7zkbH4Ez7ObFT6/iSCnDcRAwnbmzNYAM1ud+BL6jNdADzmL6P/sX8pra1vJdJb/ms5MXqSFMf2STPmeR1P07rj1R31TDbsjeWzSSfy5V4f0yXIl9HcrC4aIOVZpi7lWZRvpC9iyd86tpBF2kTmA2VMAp/xLDOpnKMnhVLQ7AbuXQnPaFfMjUhzQuotDEte6vAka7WpzG7lnkR6Sk5WYpn+lF26HGm7uk/JCU93Qmya0Blc0/3KEFmNT9LFyZo5eK6y/ow+c0gQbI8OpXPBjq7MIY1JAXQyCJD5BksRGUFWkuexnIlIi+bTsWWqE2q4NAdhCJ1A9FVMEb2DjK5EpbJsF4RXkkbyd7KN2bbKZfOqGBQjyxKo4UBcOmigIjqXdmfa3beEZ2VLQJ1WqMpB2Iz6NS+TGCYpLC6SzmXBIeH2nKxGmEGnMn6Qa6LTALGVkCfPpVe3IW1AEhiH8A8GXBX21dApUo2n4DCm5nxFQ5/sKL3u8YgySCqBYEVAkAciE4gPWYJLmMhUeo9JSJ3WlR3Fo1d2FAHbl5ci1fFSIkC7/NHkZ+KidKz4ZbKef1IECbI9QYhdASvjAkF1pQRPAuwGeNcuPCn4CmLPw7noLAgy30UmAXEDsquETFKbIzYALKKX8+HK67RmTkfTrvOe1iQIiHmHiSoSz9UK8NwOAcPaXpE1eVdFpijo6hAEYTIIgai9EfFRBY517keWIJbXPuQ6tQ93ZFLEWQeFZak5vKQi+19oKlLHs5dMoj94dAolboCgo3CGGjvt3y//zPWw2P+M+i/bJ3cVO5DSH7+T+MRm5qq+An9sX3W/r4W2Tr3U/Vi9sFuPtbxUG8+4X4UHA5YMKNXGptw71N5DlWfXf7SaTvsj8LDDDzi4YnGAGKTSmhiexixIkqohDwpKso6qsiPyd2vgZ7h5Hf4NLT6NO0qz8pRKirbZXFDKs/mIQIpKJUv1ltB50nOnPWLdNHZKW5gIc+fDJHj70NpWb8S+77veHWzAqdT9rhxN8dlsBza0SRoqK27TYTYkjLkV3uIFG9CyeU5EQIzW1Tdx7HclH979dP/SqS+6LZ3Fvbnrw28lbH+wfcAkZP9bxSq2mxTyTDJJnaezT6oisU8V2OlB8r4xobHS3kj+j98s++eEgBi2v276DF/3ZDa9/7mGyICNxXY+KcTvJg/Gk/HkaXiwfjd5MJlMXZ/1Jw7dvn3Clqwn69ZsmzNnzWG8jmO7wl34mLD0SOmBYsiBjCi6GBSkparVISleEleQhgaGSP2lXl7bERbKhWy4zwb/bXwuSTYsVjjAfXQGvdh7l/4/KQiUQaV/E/3CP8KF11G7f7dns8+YJeeucL0msJrrTIbD9uLCdk5/7LMRgBj2D1CA/mICEKsUuoBfprSST7ds+xk2ZSpbyvMO8kM3iDqG/r0T98UKapNlARKQRYaGh6J5xHgqnsa7JbxZGRnxJfqvCdR9jT//NV78RkNuUJ4TnyDMehqZyDhZu0ptAcWEqQWZkB1XxOsS8PsKKXQo2IenUa+ENnNyBvoCj/qJzKQ+yd4oOpqDQ3bv4sI01CfJ1A2EbD4ewX4HpRda8UiUXa8CJhlS+1RuFq3c5n6zDx7MCXOj97A7dHfYE9kH1enUjeu/siJ5ttRbHYsD7ZgNBHk6OVMLfEGaSntMiEwRIgnOkOdzbDd5dauv1M3FP6KTvFqvde6fslqp0RQUqOI7Kat1HU69iKos1KZgIfUNLns3vZl6NzW/CS5DnYIW1cJZTdatbLQ7jTHz2uAJk8EyZQE4wrIwu0XRKFB4KVppB8vAUbEALGHyMc+HXig+jZmbLc2Cs3RFEoKFNGCuP4qXMQ8LjhXSJe+04hpUQ5vy4KU4lClcFBd2ENqgOuUanIZ/byg0K0C7Zcwtfw11f8BeQYR0kVuYv/6u/E2593pYCDYptIiuia1QXa0qRCHJTKCHu8dmOr5XnZ0JVuDoGOyJ0sOZrKLioga4BWcsPqOVZysEYupOZsFU5JYRlKtJV5Vy8P0u/CZgU3RIyHZFvvhImIQPhXEsvFRrfsIerSVvqz5opmhsf2CZohwed2jswSHTowqxeLR2ElMiz/FK2d7bo1FBqpL+OLz55KIcVI+5YOp0hcYpYqkb3eXjUGfo3lfU2VLGpOxBRNxhyngeDD4LNxGb75/tLfX39/bODtDkZ2fRFu+tyc5LsnNsSjJjfWbxg5DsjJyLD5pPI0UKY2lBEahReGRyFJ5G2NOrkP6gRQ9Cs9OzL3070EHYv+ONIO0k4iRkNSRSKmTxWjI7E8/GazPJWjwzkMwkawVso0POphXOTtLQlMhUXgg3KUGdWpimyoNsUIcCdUKcV2/ciCwtadd6made7w2JCUYpMaob5EXIUjOXzrUehBO0W+gfImZr0grpsEQ1zjkbLB17XTUxk141I5eC1xQfCop2Kvz9FIj9Q9mmdA/ns0fa64oLqp9kRHs7ydbbUidbGSF0i+ITf0cqhJH+zg7bpCgkYp+CSU9UJyfTRTwuKlhCxvBrkQsXGJZL16Iu6g0/BZ8+Q909NjkhPJFMw0aWZ5FCwTRbXp6aFhAasOhF61UDHXHpxXT/riMeo/PwrJQ/yQwSsD/j6UCm01mpRUVaBOxj5iYqIwTPfrMCloiEBLnsmgfmaNrFBdigNlOlyZJl+HE+4CuzgVXgUgONcKK++TvqctoIWddjPvXS+rC8iNRgCIYIeZiPz1bpVtcNKCWSqTxSWVZeWe5c6Vq5CbGNUHYqu0y3pPr6udK7YzeBX+1W2Ayuq/1c+ePT83LK8uEoZNvV0782ONds3uzssIVnrjdW1jRwrJPHTgdH99Kq6uLS6pqinY7cfxFRHVDxi3080lKcHBUqof1HppChDoMOGWNvtXHd2hi0R5ZHgW9tnIp22Ep+iVGm7RFsVqhzJZCZka/ORQ3naaPcIKygK+zVe2xz/OCmGKTkyaDYH4kyd4W/ieo9OnjPPBFy7r+KUVcd4zfpv1nkTaWS0N/8Jxl9x//Db4aFYf7dLDKLYS88ZBqcTvid120yGONpgLcANrL758JzqO1hSPKKScyWyjU5y3U7FsZ01JMtQIwOTblsgZYRA4ZdDJsLXQ4h3KZNZWpWpb8GL0BnzIzasP1M6OfwA3SG1OAiHPEq29a3+Tm+/WllMTe2XeVuQWttXeuhJWfdT/Wamdnf0Ut7maK3DbDG136DvNkjawlt5i68K+nEu6eOVLQBqkvw3SSZtYgOgIkW5DkJ+7DsOBZy7TYCME/anGNrs3aj02JAVl5Hv5SwqV/Xn70KrdDqupcYo6c47Owf99jZ/95l57pk4frgJx4+SVjtysyOlQK2+T5T7lkbcpg2JjzgYe9kuLPzysZ61PJFaJL1a4xLob1qG21KoBcCMhneKjU/thVZvcawtuCcJj2A8E78kFE5p1jDPNBJylFjgisVx+kirGMYUC+9UqbZjtjLUNue1cAHIHxsHKWWdCJx1PjW8RmesrbULrkCTx6B2CePUUFSqjJPU59XX3YMKRIZ503OdNy7VDqXOR9BikimbINma95WpU+SnPffKpIaKuEyKvPReHoG+vlIMwPyuQxIT05QxtvssHcKp8AyMydPE5jlLQkGWXhkWHRdeW1VMtqTyuyI2OwMC5GrRkqx5h9Rve0jwcgOlCGhMz0CezC54RC0o1ovjYe7v4+UYz2zAwq4LEhPSUyLt3XZYENtrL1Um59TG58UmwD76GpG51kFKKKi5L72UXZOC+hA+TNSILwSCJ1Q3Xc6OnjQCbWotKa6mJ9Q7cK32MISZF8gLSrOztMU+md5cQEQqoiU7T5Ufqwu+QmT+zFY53ks+Udwriqv/R8DeR79r5HtL6t8gn2WvMKvkVdSzzc3p64wN5evsLaWn7/CsZ9ubFu4cOOyWbOOLrt8+Wjbpxz7P6MBdZPbWEf/oi8lwIuKJmTmaqg7gsqU3mtWhrg5SVieySPpl8njN7UPAagX+4djeRrTiSNVxzio9ch3UiG2LC2zGHJRjX3hJmv7nbYc2Jf5Zocj+xBPd3ClflJ/bCCeDMSxmqzsytIc3x0cBIT7B4UgRxXjrgzJAA1iv19Uvs1m5bbllgddWrgCKMpIU8ktbbbODkV7wxiM1B9fhjuI9RcG+nmH+AFylWlOnMvYX1Wd7TGDTjZt2VfqDqCIZMbKbstieBfmNyxqsUNJyYzNAf+rcIEatdz/PZvtKCmcaTnYcAmuw40tF60Ooohwpm57tjkso5BZT+62lniB+8Dk7iebjGH/LN2vvwZL1zWYtLPB+GqX/H61P1brbH/VfhOaTre1X1jatOoWoJstly5ftro0TzIXNlosXbq8bf05uozNs1q0cGHLopsSdvGWs2fONJy7KLkKjZYXlq+w2GhpTiej92DLqeXnzl9oOH0N0KV6C4tVWy0WSdgWqK5SFaHQZCbAw919SyekWQuOTsEeKCOcySwqLm6ks+lZi7v0Iqd+xnsAMkkYfIFn4in823HQ9HVI8uopJJrP4B0Gr1JUS6bwOdKtX2TYfWryIxZi+vpA3WFEhvP7+B8E4R+JkNDXviCtER4OmQz7zJSMAdMyaWcI2f8HhwN2rQB4nB3KwQ2AIADF0BaNJ8ZxXQHdCxM28cfDS3ooAjXOKBzoFc3GZrenhzfFx5l+Xbn2/+UDycgH/HictVPJTxNxGH1vKAVKKVIRlwhWD4aIMW4HYlwBwy6GcDCIQgFRsLSlBQRERE7EGA4GNaIHJKYqokZU3OKOO+6K6MHl6sF/Ab/5dWLEAPFiJvPezO/75n3rgAAsGGYH6HLWuhGORJjXFa53IC01v8CB0ty8HAeqNuSkOdCen5frQKAgP1uswOgoIuVrQkOIfBchOpGwIgo2ZbP+tpnGsVJOx3qFTqphntQa9pc1uszp34aicrenGqUVPmcZdrgqtzvhdXnKXKhX2KywTWG7u67ahw6PEDo9vnI3uvyV7gp0+/2LlyAguBR9/jqvH/0qpklhhKAmmYWptyiFIQqhkEZ+OloUhisMVRjsnU1htEIr7JiPRUjGWmRgIzahBFXwoQlt2I+D6EIPeiWDoG6nRNbjBzBonIwY/MPgn0FmssEpwS9Yok9bnQwEWVtucKHBrQYHgpVqQ8H3EJPB4QZbDY6TPGwwMZ0ZzGSW3iHGM4FzOU86QsyQ2250ZorqTLbCvgmsSQoPTKJKmLlZeWWJ1wLYeYUDvMlLvM7LvMGr/MxrvMg7vMt+3uJt3uN9FUffE5vEWYlVWI0ibMFW1ecmtLBYeuNitSha5K5Eo5pfisxCw2xE0k0PGlADH72soY9+1rJObBS9WZK9Xk3iH9XEqO0Uf3lukEujR/x1L9L9z96izwbuU9NOwxw+4jMGeIqneYa9PMs+nuN5XuAbvuRrjnCYD/mET/mR7znEF3zM5/zED3zFd3wrkebIBlolmh1TEYtpiMN0mcFMqSAeCWJdg2I4UYpy7IQXhzHANh7iER5lF4/xuGSRACsfcFCyamQTd7OZe9jCvWyVLDW5ItS+x4iiZnjXc9cEvRvP+/9oEyvUP2iW+cfKiUP+toX8LpYcfhPM5FfBbH4RTOUJwVx2C2apPUvXd07U9NkF1P551fmy4LawhyfVtiTJbmuiblHZN0odYysYZ8K/AEsSwfoAAAB4nM19CZhVxZX/Offet93eu18vILTstIioIAoKiKAoinGJKyoRg37uOo7xS/Lly2TUGCeLYxidMQlDEjW4K+MuyRjjkExMtBPFpTVBsTWi2C4ItmiDd371q3r33df9umlc/vnX+U69u9V2qu45VeecW09UREKZLWeLnrv44vMlK6MkdcDCg0bIqMOPWID4CwsORHz0EYcjPubowxCLRJH4SKfiif/lC//xQsmfc/pF58vQ8xZfdI65LyZXwV3zhPn1JZCUVEoed/eWWbyvsi/uZCXQq9NHV71dcyHPMsPuH/XU9I+POPDoExZ9dclypMOTp1e7X5MSKVBjlVuQY0bqpF4akG+jNEmztMgQGYoyRssYGSvjZLy0yS4yQXaVibKbTJLdZQ/ZUybLFNlLpqIm+8g0mY567CeL5TRZImfIV+Sf5Fvyz3KpXCaXy7flCvmOXCn/It+V78n35QdylfyrXC0/lKXyb3KNXCv/IdfJj+TH8hNZJv8pv5bfyP/Ib+V/5TH5ozwhf5InZY08I8/J8/IXWSsvycvyivxN1ssb8qa8Je/IRtkk78sW+Ui2yscq6mmgac1phVZpjdZpgzZqsw7RnXS47qwjdbSO1fG6i+6qu+nuuqdO0am6j07TfXWG7q8H6Fw9SA/W+XqsHq8n6kl6il6ql+u/6TX6X3q33qP36n16vz6gD+pDukp/qf+tD+uv9RH9jT6qL4gG55PSbbJQTgU1Vsqz8jrqM03n6YX6gm72mrxh3iJvmZzqXe/93nvKW+e97W3xPvazfpM/xp/nL/CP85fg9xL/Gv9+/2n/7aAlmBzMRn/NjroRtyCul9robGmMeqQZ2ILeGxl14f5KORO/l0Rd+kPg0qhdV+D35qhbb4069Db83g68E3gXcCVyyiGnbmlAqpZos0zC8eyoU5ZEnUjdrfdE2/TeaBtaVIsRY8qbid8leCqDdD1I14NxE7JOs5HHEpR2L44rOcLqgA1InTdpgc3uyaEYd8hDL5VQVwJNCp/1GIr8TD6hy/2tOPehuFqsXbfOYvtMXgGupEyNorVI1S51eLIx6pAmUqdbhkRbkPptUKgdtc8jh1UyF7+L8cxpps4o4Qz8Fig3C1S7lLl3gkLtoEGn3otn0qhPN+qyBfXoYV8siTah7j14n2pRdgPumJraWq50tTQ07GKvdYGGdYbWBWqYnkPdh+LaSOBM9OhsadOzXO+tML0G6pgeu8P2mtSIh7gWo6sOKfNs6Sq0tAu5dTK3IcxpJfv9dqBN2YWWdLIWPehxk9a0JQ9sRNom/DYz7SZDZzzbAU5iqW57psu1vYtnnW68dNmnUMZHyLuB5+bZmXyujrma2rTjzLSa4wBXsuzrmRyxdnTewhFqatujj6F0RdyN3Gbi+mPMbaYtB2edbjTOdK0z9zPM0ebW43Izz29mPuCJSGWfMG/Eej5l3oi7kOPKOP3MOI9tuNsT554uuXuL6w9Tk5CttmO0gz0/Mx6jHcjH1LCLT6ZBj22ktqFJC1IMQQn3oM993mnhm3O2VKB+HXoT8r+ZZXWiJqvx5nagNzuYm+nNu3Bse7QNVMqYkdWHh4/EaJ8NHrSYXPlMuUS+qWfpD3UpONkKvUlv1lv0Vr1Nb9c79E69S1eStz0mXuZQw8FSB6arwWfGQlZtRG0/s4Bafzb5dEXtoGQoYdSN424cf+IaIX1prT5he1GLDowDpmedulg71nLH8ow29qFT2CcebDB12JqsZSEu4A7VrKdcTjuUwwrUqJPU2iit0fpotaWW68kuQ0McdSJeBsD7gOOtvNce9fQqLQ8utgzp25FLWKwLqQ+5ULZ80y+F+odSncwJ+a8CRw0Tz3SYcvvJxz7l9cqpHjmtYJ3ai3XCma1T7xAm8vLcmK4cNDGT9dnOm1W+FWWe69ruE6sGkY0PunifvqzBBkPxT5V+Y3w0yPE8AD09cF8fUAHZk0WcA6SlCpDFKDFz8RoA5CBhBKBaZgDS4Nkz0fuzAXVyMiCNdQVWFnIuIAAPvwR5fB3gyTcBNfolPRXz/8W6WHJ6mp6G+cKX9cuS1SW6BFdO19Nx5Qw9A1fO1rMRn6vnQrqep+eJh3nsfZLBTPYBxA/pQ4h/qQ9LCnPZR8THbPZR9uFebEkLapKGfDHtaSE3q2R7Arannu0JUOc6tLYeMAryqAGp8VZhLdEISEM2NYEuzYBq5NGCXIcAUpBVQ5FuJxmGNYehxc6kgmKVM8vRYoQsAlRCip2JZw1FGkiRevkHuQh5GLq0ylcBQ0iRelKkiRRpJkUCUqSJFGkmRQJSJNBz9BxpJF0a9AL9CnJYqkulCjJyhdRCSt4MCt6it4Cat2I+loHEvE2GQWreDurfoXeApnfqnbITJOhdMhwrgV9LHmuB36DditWTD3rlQKdq0KeWbRyBfjaS+WS04lzU++uQy6gzanwaaroENTwDNTsXfXQf+uYh9MmvuMZ4BP3h6YFcXVwjL4CeFULe3s8Y7CsjQvO2lX0+dByon7zIm8uMdnIcD/WoBHjyJYDHPkrJ/QCPlAz0Wr0Wx3/QP2JUPaFPIG7XZzAKn9VncfycPsdVbh3HWcgRFnJs5Ti2shxbOY6ngCNJOXo8joAs+zvLPs6xX3Ps1xx7LsOeS7OfUpjhrEQJKsNR2+EYLzujvmfKOXKh/Lvcj7peqz/SH+tPdJmpK2rarn/SP+uT+pSu0af1GdT3OfGqJpoeyHblzkRN9iZfX8X3IU/MW4mPWYA5awO2chbQxfufMsTSrdtJuKT87ZV7tA0y832UvBUS+xOUnBwLRiq7o63ln/50nJxlBSWXUlzT2XHZUyZJGP9+CqoWpfznE1jzvH1HHQ3NLKP/96wHI92GvB1LDmqQRwfHVP+tdTNDltURzwXy/b7zA9W7a2C6RE+4+2HJbGq1lOmP6EP7hGt1mOi5Ykhx/JSOgN5ldnOmHnMh5tkVfTioBsVpBt/fn/vYaEdrzJzD0KGVlOwErECv95vCPhutMSuWmCKd5C15yw8A7dSfhLbnXcrCaLBzTZN2c7SJfKvsWqK07VjdJ0NYXubEvOkD92v7x8zrAwncGNjYO2XJu9B37HT2N6ctXXn0Ouvqk/NnHCz9LY8aQGb2n35jcba53bLid/mTtWgQY778mtKcDySzyo3T0I2oQfDkZN9+Hj0VbUgcx+v7It8qeRaryui1Mjyq17P99nWXuDU/++vxZKnl+EjiSh9K9T/mS+vAstpLV2JcUfd6+hNxMduLZvZe5+wDDZi9GolUzRlYinN5n3P5Ss7GQs7llXP5DOfODXqT3uTmYXWch9VwBp3mDDrgDLqKM7MKzqA9zqCznKWZubOvL2EOWAjmaCesRcahvNZ4fdwkZrVtQiOwAauLkVh5jKIFxdhHml0dC7+7MhauPew1Y1VJSwYwhDN14UrEhhHACrSsgtaQPZ3tw1g/Jtu5N353AUUmcoZaC5zAdDuhln3DXrSrtOLXHI/CDHR44u5wXNvNHZvWF8GjpciGZge2BQUYBUw7yOLeaK6iilARw+4OKtiCAowDTnRg5h81KHVEjGYVm8RmNzqaeVyKPuiUxGZQS4DNKLMUJ/N3V1C0mRRt5lP2aYumjZNjtKFvXSbHGKAvkphCz1gU0GViWcxwFV7Dnp8QozA2bfdc+wv57V6mX00eBRyCUWDyawUYy1mli20wv0PZy8NLoP+w1wD3CqEw1kYlRr4ZA6M52vcoW+fSMCzGnR2MlUnE0jAFYOKpvcBcSYbRDjyj9QaYN3Mo6GnW6jmu0iu40q4En1iJe5r6Bud+X5AVcrvcLQ/K7+RVHUeYqJfqdbocXORufVw36HVytxd4ofct7yocdbinxnkvGj5D2OCf6V/kf8O/wlwPjgEuAl5tnwuWIzcLy3V5ahpzLsLdKGGDvZ863z11N2ED6j+NlpxJtMItxBvgg0Jp2pKOwsw9Iy3RJtz9UGZGW2JrmLGi3UubjbVPrQW/Cmmfaqb1KkSKrbRLHYXzxeD9xgZ1KS0YnbT9FOxPKnfScpSJ3kA+a0DXdMKqspE82OZnrXSzMZdcjDzvlLxmpY32rJsktPoMqUf+7eC9eZM/xnZt9LHs6qx4m1Dq9Wzl65QCr6OMDTxCXryWlhvQgttwZK+Y+3kx886MKHLo765J1+7utDInk28XW7cQ9R6OMiaiNsZ2mAelWtHCGTiaCk7fgtFci3gK3rI2tHQ63s1W9EAerZ1Bm8spOF8CTnAmrl3Clrex9C60PisLIZNCUoC2IamFzAlpA/WR7xDao9BjKNVD+aYOGdNvzmKXd/bPJko6S2lLZWuPzIKSl5KyNdaSRS56FGYho2Q0xsRY4DjgeOAuwAnAicDdgHsCpwC/B/w+8AfAq4BPAJ8ErgE+A3wO+DzwFeB64BvAN4FvAd8BbgS+D9wC/Cj6UBuAjcBm4A24Zm16M2lZa4REXUKLnRlVpiem4I0N8daH4Cgh+FYInheCD4bokRBcKwRXNk+Fsg+oMQ24L46/B/w+8AfAq4DLgKZ/72Aft8kT+H0SuAb4DPA54PPAV4DrWXJe3uA4yMubHAt5eQu/7wCN3el94BbgR6At+kEbgZBAOgX0norffYDH4vh44InAU3B+QzxWu6inxDOob8j6LrOjEunDRPoQ6UOkD016jIfCOO/COBgnPmZZWWAF+noqxu8+oJvhBftGr8tZuHYe8ALgP+DaRcCvAr+G82XR6zoSb9lo4FjgFIyLqbi2D3A+zo/F+fHAE4Gn4NriaLWehutL8Hs6fi/A9QuByFeRr/4j8GLgV4CXIf8q1LQV8qYVPKhN5qO+C4CHA18FvgY0GpQPgUYDtA0YsXXNqN8QZ91VcF0F983hHRiNXje+HpMokYv+Hca7w+gsD5aj5YtyMt6xoidH0ndjOXr9TvTsetDuDfTom6Cf9dDYWuJ/MWYAD4xZun/C++IU8ZpGGdlQs65+Id7/E6gjCaM3MWP/bfRe9Djm2E/yTV2KdXEPemgz18Hro7V4ohPXVhDayeOsZu5pnHWYlajRLOFJ6jZpA7R2p3dwpZVamw7gC9EGXvnEgTPy2A7lcjLnIWVeGF81OpDNTu/TlFgXlF+X9b1WWmoXpEpqcCuxXikTq32ui/rRF7tnU4R+dRYyaA1dQcsXfRxtNTpL1n8wIVOaB9c7WZ6m45LzhTqX1SX2rm8f3VTxGNRI2SdK7KDb3JODpHb04Y7prUpCqqTMMnn3Ot9+i7cTBj/6B73W/Az9CfrU4Q3gC9EbXHu/5tbJVj/0qtUgYkyviR7jKjvke7+1YMuLXne6ow7gO07H3sEcOmOusY76tXwxV3IOp4Eq0grH75HHrB6EridlbaooY1P0NOu1VMw6rDKhmzHW5RQt4svw3Po4XRc9DgrjNjRrj7g+nVaH7kLeaQKp1SkZvz3ufuFd2k7/lOcK1EducVpIPtHbWkDrfVhmROUL6SXhk2Br1dcu5a5/XMzf8fKy49T0jxheYI7fjv4WPe/aF5C6NSzbrN8r7Nhx7Y+1nEZ/XUKPWknq2i1X2Wz1RhgfsSYIvNzMPUK8jykc2zSpWMftesukdP1XqO9bLHMrsAf59XD0mXamSZl3nC3BtjZdSp2kHtToYWMPBddjFp0/ik3RVeytvjQedMgVUkXbovfF8t+QWpV83NqMiJNI5SVC0qKTvJ8tX2SBpkZesUzhrL3ckyVcCfOGvvq49czJyP81Vm/teMAK6raMf2Uqep9+KPFYSHiatGP2FTrNob22BvOP+Jxa8JWWX5sY1GaM3ivLL6NV1NkWxt/beH5zif/OFvcG9Fj57MDIvue4Zmot9q5I8SxOj/lNrzeqs0Tf311Ks0JpCRldtCmlpJcfBPnra9YKYGqKtTAtF+SEq91My1gwjNfPUqylWrGOM9YL4+/zDJ40My9zBk6LJ9biaJVMxtlaztS6aPFYzb7Y4N60DqsH5VheZ3vO9V873pd2+hJ1R8+KOO6z2nr0gJO7loIrfBy30YynLaZllCAd1jsMv+ulMG+ricvAbNNodfjk+87KRSsfy3TnJd5GkEnOKuJ6sIR2pkc74re0rDwF7YwM2uLo+xHpu5qUeSB6GGOnA5Qytb7P0XcIVqB5tqADc9m1Zm5J2vQYivJ6O+i7kSM/tB5soNmzhXrjicfpE2WONpGKj9t+JiXXO1+tbp4byRhgvk0dNu6V1j/XqynFtzVdcpaXfmc3YuRgWDr7GnQIB8y3TKC834CyKD1c77sa2voO5DWxY4H8zIy6AVtWhlM/iflFClzS1YcxVj6In7Gj184DomfIz4YQWrGm/VS1Rh/bEbg1rrk529B/ik8ZPscZ48ABVDTe7h41/vaN9NFHeeNXbmY7YtcCKcrbK936zeisP12pK8y8obdEs1xqOymtl4E7Nu/3IIr7u1EXdD2LuuJ6GQNQGQvIyTiAJ+MBDZCtbeJTLxHIroAU7RRp2Q2QkUmAgDaNrOwByNFC00gbTY4a61D2AlRQU10pewOqqNWolumAGtkXUCv7Aerk2wBPrgCofEe+i+PvyVXI/18BObkakJUfyrU4/g9ATq6TnyC3ZYBa+U9Ak/wWoPK/AJXHACp/BKg8AcjJnwA5eRLgyRqAJ88APHkO4MnzAE/+AvBlLcCXlwC+vAzw5RVAIH8D5GU9IJA3AIG8CQjkLUAg7wAC2QgIZBMgJe8D0rIFkJGPABnZCsjIx4CMMS8h9tSTrAYaIE5rGnGFVkhOq7QKcY3WIK7TOvG0wergrBaOerghOkQqdCfdCfFwHY54Z90Z8UgdKZU6WkcjHqtjEY/X8VKlu+guiHfVXRHvprsh3l13R7yn7ol4ik6Rap2qU6VW99F9EE/TaVKn++q+iGfoDMT76/6I5+pc1OcgPQh1O1gPRonzdT5KOVaPRQ7H6/GIT9QTEZ+kJ0mNnqKnILfr9XpJ6Q3UEKLx+rJ8UYxN5jA5FH23M45EjsQoOUKaMfKaMXqmy7EYLfMw/sbTAjgWY8/4pi0gCG1kB6B3DiDYX4/xXJnJc4NFK6OxNJm3bSTKETlajIXxQIxXY1edFXv/mDAH0CgH4c4cOVj2l9kyDHAI0FqMjkQtRY6h7WWaGOuJ4A2qxEhcgLobW1MljnaKrZnGmrMTrh0el5C0Ms5IWBkPcCBsQQEWJKyMRpLPSlgQDTTGUAiNbEEBjgDOdmCtTYpUBfRxN4kHcL1bjd/GPuiDTkk8IK53b5zDX8+dz4nvJMNMXC/grrzSty5zYgzQF0lMoWcsmlnM7LKYQVtzxBB9V0BhbNo+w7W/kF+5YPIoYBajwORnrPLmW49mF5swGr9NGAOHs7eT0F+Yvx1v81bGR7izBfHIF46BWRztJuwrx8tx4K4TwK8ngxOPA3/ej3f2olXyqBjzDoxnQZ2z3+94mOVA5bJP9L3i/w9fKX523yheD57m5fc2+oWqd2svxIg4VOj9Z76MoPY7xZXMempK4lX/Z/U1zuADS283a1zOZtdyhWdqstmtlrZwBRTaL0I41++K3kNLtnye9eUapt0dFfxqY+1SvN4rrGesDqswy+r8XOdPbYnjhe4sH3tEJMMSd7XNxW18znxXcCRqO5l6v4V88/roBAYXqG/osH6eWPtujK0oll5dTpcVJr2s0HeDLivaihnujtssCt9YifN8DEtoZnpqdKz7MrrYfKL3eutG+uhqXds28QukzWjrR67Vn3z99PebbSdDOS+3mv/3dbNfydFWY2uUL2qAJfasQx/H2gQ+Xy6ndxPHvVZK4B6bqN3ZGHOanuK6dYDafThoW83nSjn73jmNjNEfbbRH9p58Zl9V7kCNDB9/DHy8k2/HWkJ39IGjbqfj41LCx991fHzz9uuLpwZc7RodeNlUnQk6bSxaEvD+Gtnyin0qkWIrOUe/3zV8BiF0ur8iFOyR8Xgv2IETbQrLc6h+Qmb7j5QG6v3ElVpqt/r7jCdjre+238lAwkzGTK1V2py+3cxBrVQxX47G37M6+3ReCr7xxdySXuU2DlwpodFJU2/1TkLWWz1OV7TNyZBiThtpHUhR70v7Wh/+5NujEv5Uzqs+yZ966SFRp/dYJ1pszNttbUklIzW2zJt5nJQdGazbpjL3quI6DW48fTJu1r/Xwt8jTMa6fR7WyWbkHElY0ueZYRhnbaDnJoyiGb3u5Yt+DQNoZVs5a+knJPhKW7/PDPytzef2FcNANehTan9vV+8Qe1r0e7d86OvB0rEdzWVpXv2VOZB37Q4Fw5nYbmNfNxa/0VznllgnI7unRri9Ph1Q3oQDjaeS4MnZMhegciDAk4MAOY55o0k4WBrkEEAKK3zjG3YoIC2HATJcwWflcEBOvoC1fci3owJr86OQ29GAJvkioFmOAVTKsYAqrO6Pk2qs8k8AJzwRUIvVxEIcnwSok+WAvPwCEMgKgCc3ya04vk3uRLkrAaH8l9yHUh4AVMiD8kvk9itAjfw3QOVhQI38DuDJ7wGe/AHgyeMAT9rF7CPyZ0C9PAUI5GlAIM8CAukABPICIJC/AlLyIiAl6wAp6RSzAn7V+cUZz7jXAWnZAEhLl5g9Pt4GpOVdQFreA2RkMyAj3fIBaPUhICc9YvZP2QbwJQI0qq++hJpSyAfNaBZxpVZKhVZrNeJarUVcr/US6FAdKpU6TIchbtVWxCN0BOJROkqqdIyOQdymbVKtE3QC4ok6EfEknYR4D90D8WSdjHgv3UtqdG/dG/F0nS51up/uh3imzkQ8W2cjPtB8J6zzdB5KP0QPQSmH6qHI/zA9TNJ6nB6HtCco+lEXKnpQT9aTpVYX6SIc/1x/Ljm9UW+UjP5Cf4HnX9QXRfUlfQlX1uk6tPFlfRk0UfFwdnD87hn/yiHc3cfMR1qAw+l/3iojwWeN/rFWdkMPp509zQY19knnu25/Gxjvijcs765NRf/PpxbSaMmaUEoVdbUjgHvLRLyJ4OIyBm/BeKcFGk8LgOG5++B3muwi0/mVstGATkB6YXqjRTKhqINKua8rUmItfBXW7oOwH89S7tsEW/MizE3wo6In/uhY12Xu5vkmGjBzkTG0RRShLYaxDtrYggIYCTLdgdXuKlIV0H5rXMRRaLdp+ygel2IedEriKFBrHnAUyizFyfxtAEVHkaKj+NR45FxA08bJMVpNYN+6TI5xKvoiiR56xqLRRE4viz73k6pkz0+IURibts917S/kN7YMrzR5FLARoyBw3y0ZfXzGxSZU89d+iVKq3+4vTNmOn+JBA9wzNi8z2sehzmb2sbPMkb1kf3Bt89XEbJk5YM6fLoxxoHIFSp2LcXAQRsHBKHs+JMVhkBCHUzYcCZlg/H6PgQw4jtz/RHD9k8Dtfyo/k5/L9XKD3AiuvwL8/ma5BTz/NrmdnsArwe/vlnvkXnD9B8DvH5JV4Pm/Aq9/WB6RR2U1OP3vweEfB2f/Mzj60+DkHeDgfwXnXgeO/So49evg0F3gzO+CI28mL/4QPHibROC8KcNxwW+rwWfrwV+Hga+OAD8dAz46AfxzEvjmZPDLvcEn9wN/nK1zwBnngSMeCk54HDjgQnC+ReB4N4LTvQgOtw58zfMDvp8L0GKlHX1ZdHHBI8x5pnRGVybWcub6KrvfD+3t5tvblfTfsbv0GUl9EblXtfOJynIfEGNHqnC+Z7XcHaKROzi1UJ9vOIjSaulTax3QUpmiXShNiR9S4mco8UPK+ix7LEdpHlKOZyjHc5TgNey9WsruOsruWsrueu6f0SL/JJejRGsDNTbNFHoY/B89eytyuwsQUo7nKMdDyvGQEryWsrtWfg1Q9O0jSPUbgKKXH8Xx/wAU/b0ax0a+h5TvIeV7SPkeUr5nKN8zlO8h5XtI+R5SvoeU7yHle5byPUv5nqV8z1J25zBCPoD8MnI5R7mcwyjJIDZyOaRcDimXQ8rlUPOax90mbULcoi2Ije3Sp1yuoQXTp3SuoR3Tp40yoBSupaUyRVls7ZUpSuR6SuR6SuR6SuR6PUAPgAydo+g7Z7s0MjpNGR3SdulTRtfQghlQRtfSjhlQUtfSmhlQXtdSXtfRppmi1K7lfieV3O+kinthVHC/k0rud1LFfTEquC9GBffkaOAXmsP5beYwfpXZzK8yG/k9pvlWy+wucpacJxfI1/Qy8SoeNO9Eeks24FeMQmu8GeEpt7NFyDXyoD2giyF61voOuWBX6T0Fj7btpi5onruitb3vFP2otpPHZnp0GZ+yVfG63n6vvoWWCONhtWbglpEK9mv8jl7+hrGGYbtrgvXWs4x5FOqxlboAq52w3pzUflB/WUYvCSqYPNY7X8WSerhaDOLL89hftZyGwfoU2l8zK7H7W5gx0Nq3PJGEXbk09LseHmRI7iPRf99MiN7AGF0qAZBeW8YPkc/7XPUb/duKEi1LQTMzI7rS0WwFS2jl7Nacr+NZDe/WmHEXmd0QOf4wZitRxvp47VrwxFzBXVhcHqjDYyato2KN851rcRaoDVIZbeTuYS4Pq6l29RiBdPzKk5JmiPOFK9ajM66HGQedLmWBQq3Uz66WgtdmKtrGFWsV3yLj09UWreHvvJgkeaeBX1k4L1jEjDdgaXCUnNz7bezzXIddJZf6JyU1a4MN1r9Niv7vyVA4L6d3SMzaypW7A1892LZ0J9/wUr7Tf14JneFnFIxmsK/mxPHSeBR8igIG+tbHlvUKOVMeI7CJ51sTusd6Z3UJ6R9f9PHfyPFKSlqf4lgr3vfdHrw90YzRVZLYGy7WebdzzBxp7Rfx3d6WJfM1qpm3mX3OAsyTzLytiru5ZdimHOdwIfepSnEmF3Im18zv7vO0vWa4m1k1fRVy9H4Zwp3dMtzTLCenAuoSu7ylOBtr4C5vPnd5a+QeVynK+ArK+ErK+JAyvoIyvpIyPtSz9CzMBoykDxN7vfnmG2Zp0nv0HmnRe/VezDPM7m9Z7v6W5e5vWe7+luYOZh73gAu4j5nHneAC46miz2GFsiNBsfL3uCtD4beecR3o4blrZm/YGtLX+kglw1DMSs2+E+arerN3mpkdGy+oZn4LPAR3mulVY/c4qARW9VMTE3ZO/JZrR/Jacm3fmtjHcKQDYQsKYEZKjQOj28hyH4wi1MZQ8IaqZQsKIG4XQLtbg9AnamiMHu4mcaTTJozkcSl6oFMSRzpfq5EosxSb+VvPPfmG8WxY/LRF08bmGG3oW5fmGDHjLkHz3bRFI+tGlMUAbU0TM+i7Ag5nbNre6tpfyK/oXVYMAXdosGj2SE8PsFrf0bBj4z0ZDK8wo72pbJ0/35B1oDKZO8dbr8O+uxDO4j6Ei8CB+t+L8Cy3G2Fh7/PknoRu33PxUpvNzN0b4V0E2rdYe+cOekmEyW8lth+srwm/0e2w3kTbCRnOpHfArlnYr3WwbSh4VQ06fzs3G/xOUKW578hKK+/icl5DpWUMco/YxMzlL/bMeUjZL0q6+a3JK7ZHMcv2MPZS/LcBAz41sUo+GnDXSJXFgJQs4W7sZgfJNHeQVJ2lsyCZzB6dOa5cPe4maXbFuZaSuZLjvJLS2OrpstScpKnb8qg59eg3XkUvcaWXuEftsEftSobaFZ961YKOZRa9W42mpTqhaalxmhZjW6mlvqWO+pb6hL6lhvqWetpNGqh1ydNu0kjdS466lybqXnLUvTRzFmDW2meh5ucBslhzX4D4a4AsdTJpeqR79D9X+p979D8vaGmM5aWWuprqPrqa+hJdjbG5NFJjk6PGJkeNTZoam2pqbNLU2FRTY5OmxqaaPu2e09sYz3bPaW+Mf7vndDjGy91LaHJqqMmp2Y4mx/i6e9Tn1NHj3aNWp45+7x51O3X0fveo4amjhqeenu1V1PPU03ddqe2ppwe7UudTTz92peannt7sntP/GJ92z2mBjGe753RB1r+9qBGqp0aonhqhetpuGmi7aaDtpoG2mwZqijLUFOWpKcpQU5SnpihDa04jrTmNtOY00prTSGtOI605jdQm+dQm5RLapFxCm9RMbVIztUnN1CY1U5uUpjapmnqkanrCe06bZCw+DdQpZahTylOn5FOnlKNOyadOKUedkk+dUo5+8gE1S00JzVJOL9PL8Ab+TH/u/Oer9EV9GePN7K5l3ujCXqoj8R6bveaLO6rOwnub2FWVexYb/U4LveYDp7fpTGhJa/hGKt9Ij++izzHuk9JKGiupq6ScR5r5pJbPFivb6rGVHtvnsTV+PJsbh9oq5vWV3J8IfMgzvtGqV7EWZs/aa/htwHLWCaMous7cSb0dPIt4M1L8CP21L3pini7Qo0HJRZCUZ+uFeol+Qy/VK/UqvQYt/pmu0NshNR+EnFytf9A/67P6V+3U1/Vt3awfYdqY9iq9eq/Fa/XGeBO8Pby9vRneHO8Q7wveMd5C71TvDO9c7yLvq943vcu973pXe//uLfOu92727vTu9VZ5j3i/8x73nvI6vBe9V70N3rtet7fV9/ysX+3n/aH+CH+cP9Gf7E/zZ/kH+of6R/rH+Sf7p/ln+uf7F/tf97/lX+F/31/qX+cv92/0b/VX+vf7v/If9X/vt/tP+y/46/zX/C7/PX+L/3EQBGFQGzQFw4JRQVswKdgr2DeYHcwLFgRHBycEi4IlwdnBhcElwTeCS4Mrg6uCa4IfBz8LVgS3B3cHDwYPB6tB5T1I5f0YX8F4Pin+bR4fxjjP+KTElXmMpzOew3gu458y7cc8Hs7j7/C4nsff5LHtV49XrmT8AeNLeX25iW2tBo5dbfvEtuZ945L69xfP7Sf+6SDi4f3Eifb2Gy8vH7uW/rT3se0vR+fBHF+RqM9gjueXjyH1BqCw6+vDij1uR47r98Ecn5SgWH/H5yVK8QY8nlccY/0eTy+OwH6P5yTG59xEH+3gcUkP9pM/KenJJGeptpZA+92d/eJuAnX85iuKFL+iyMgUgWTirKiKs6Jqzodq6FlSS3thHe2FDZgBmRmPmbsMQV9dBelwNWYt4/m93G6Yqdwoe9I7ZB/MUO6T/TgvOQAzkUcxy/ot5hDz5UnMFY7i1xTHc2awkHOCkzgbOJnfv53C798W8fu3L/HLt1Nlo7wHGfS+dMuXZYtEcjrmB5hVYQZQKxcrJLh8XXfWEXK52YVIrtDxkMRXQprOkaV6MCTlNfR4uK4v//8/KKRg/nicY2BgYGQAgluKXEog+ubvgDkwGgA7yAapAAB4nI1VW4iMYRh+3veftax1GDR2Z8ee7I7sweyOWdvuMollS04pVmrLJlqHK0kutKscIlxw4d6FG9cuiIgSQooUWuVQLhRS6xDL73m/+WdMw8bF0/P97/99//cen1/XIYnrAD6hR1rQrOtRrzOQ0vvo8qZhJc6jWRqRJkrlKO0RJPASHTIfS/GMvBMzdTPaZDHxFhENo0KLMU6nI6GNtD3m96rQynXS9ruzw/zmeyTILdKHDm8Zv3vM/6BbeWYAdTpE3kUsIk7y+RL3lhBN/hM9TdsCJLx+lOlllOsZvu+izfgAeR4q9RAm6h5U6W7/i/fUH9VBjNdN/hddjZiUodd8JsfkIZJyFaX4SD+/04dpKKNPTVqNVnmFJlmAqE5AWGsQlyLG/dm/x9zEMYq4Z741ECG3P86zrbKdPt5Cg1QzJzHUybD/Q0f9H/IOE2wtN1AjDWjAc2wjR3Qmmpn35fIVHfStVs+iRftQbO9VmPPjrEEMKRkkfjokLO9ayvUWdEqad1ke4/QvjnrGkbJ7meuUKFbRliK65bA72yNHGFMWfWh3Of8LvHf+XVeHXUEdArgaZBCWEv+bHqTP2RoUQM5htltbHfJhdejEPE0jajn/G7xxZNbB1SAfrEGAsBSxrpb7bA0KEQnslo88uJpUod4xY3V1L+QB28ezY/GQ6+1Wxl9pveJyQ//+ySfog/XTWMw+Z695epUzVMP+HO+PMM5PzPckxjyFLGQhTyeXu1oUZeaBfrv5cD1qM8I+1YrMO+vXfJbigI+RF/GeubzP6mi5LOT99OcC19XBjFlOC9h7gXpvCZ85fzYDfzBn0uZiTOa8upnJ51reaf0SC3roP9jNOufNeszVNzvznLtClgH/Vs4W1N363novF1+Bf5ZbWcveNAxhIe6Qw0QL9eMUda2XZ9uoTYEfhWw6ZFqQ8y/EvS9Yl5u/IavycIHfNmzABj2CjlAFuqSfz/3oQdqPcrYNU4lqoi7QgUZb4yL1gAj2dGc1Yqz9ug/lXg3S+oa2fJ34D2gRsRdzXP9u5h3UJJ3Mf8kIY7A8zyKbLRKgkroHf0foEfWuixqbpI+m7YMZjaV2NXNfGzU6xf/HbLlNf7+iRB5QJyPM8xXqzkTOXQSNupH3KTWUeuZ03ZD9X1FrTWed5pveUzudfgZ5DzS1J5fTbM5Mj4W17GcPtrM/OhFifyVlhLiBZG5teJ2B2bJ2rQ0Q4jP/MfqN/75hbMU11y9tuIt2bw3jbkLU6yVWIPoLzFF7CAA=) format('woff');
  font-display: swap; }

@font-face {
  font-family: 'saolstandard-lightitalic';
  src: url("../../../fonts/saolstandard-lightitalic.woff");
  font-display: swap; }
