@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #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;
          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 {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .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]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 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 {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  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: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: 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;
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control: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);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: 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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-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);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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: center right calc(0.375em + 0.1875rem);
  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);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' 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);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.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);
          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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.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);
          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);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%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);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.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);
          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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.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);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-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;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.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;
}
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 {
  -webkit-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);
          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 {
  -webkit-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);
          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 {
  -webkit-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);
          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 {
  -webkit-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);
          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 {
  -webkit-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);
          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 {
  -webkit-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);
          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 {
  -webkit-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);
          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 {
  -webkit-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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 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);
  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: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.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 {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-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;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: -webkit-box;
  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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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;
  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: 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;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  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;
  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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  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);
          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 {
  color: #6c757d;
}
.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 {
  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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 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' 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 {
  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' 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;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(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: 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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-color: #fff;
  border: 1px solid #ced4da;
  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);
          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-sm {
  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: 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: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  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);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  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;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.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 {
  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;
  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;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-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;
  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;
  -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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  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 {
  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 {
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-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(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  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: 2;
  outline: 0;
  -webkit-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;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  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 {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #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);
          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);
          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);
          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);
          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);
          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);
          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);
          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);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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-horizontal {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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 {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .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: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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;
  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);
  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: calc((0.5rem + 1px) * -1);
}
.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: calc((0.5rem + 1px) * -1);
  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: calc((0.5rem + 1px) * -1);
}
.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: calc((0.5rem + 1px) * -1);
  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;
  border-top-left-radius: 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;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          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;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-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;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-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 {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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;
          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;
          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;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #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-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */
@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}
.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown.b-dropdown .b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.dropdown.b-dropdown .b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.dropdown.b-dropdown .b-dropdown-form.disabled, .dropdown.b-dropdown .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}
.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}
input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}
input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}
.input-group > .custom-range {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    -webkit-transition: none;
    transition: none;
  }
}
.input-group > .custom-range: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);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}
.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  -webkit-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-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  -webkit-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-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}
.modal-backdrop {
  opacity: 0.5;
}
.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}
.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}
.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}
.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}
.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}
.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}
.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}
.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table[aria-busy="true"] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table > caption.b-table-caption-top {
  caption-side: top !important;
}
.table.b-table > thead > tr > th[aria-sort],
.table.b-table > tfoot > tr > th[aria-sort] {
  cursor: pointer;
}
.table.b-table > thead > tr > th[aria-sort]::before,
.table.b-table > tfoot > tr > th[aria-sort]::before {
  display: inline-block;
  float: right;
  margin-left: 0.5em;
  width: 0.5em;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.4;
  content: "\2195";
  speak: none;
}
.table.b-table > thead > tr > th[aria-sort][aria-sort="ascending"]::before,
.table.b-table > tfoot > tr > th[aria-sort][aria-sort="ascending"]::before {
  opacity: 1;
  content: "\2193";
}
.table.b-table > thead > tr > th[aria-sort][aria-sort="descending"]::before,
.table.b-table > tfoot > tr > th[aria-sort][aria-sort="descending"]::before {
  opacity: 1;
  content: "\2191";
}
@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > td {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 1rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > td {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  display: inline-block;
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 1rem;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-selectable > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable.b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}
.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}
.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}
.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}
.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}
.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}
.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}
.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}
.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}
.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}
.b-toaster.b-toaster-top-right .b-toast, .b-toaster.b-toaster-top-left .b-toast, .b-toaster.b-toaster-bottom-right .b-toast, .b-toaster.b-toaster-bottom-left .b-toast {
  /*
      &.b-toaster-enter-active,
      &.b-toaster-enter-to {
        .toast.fade {
          // Delay the appearance of the toast until
          // the move transition has completed
          transition-delay: 0.175s;
        }
      }

      &.b-toaster-move {
        transition: transform 0.175s;
        // transition-delay: 0.175s;
      }

      &.b-toaster-enter-active {
        z-index: 0;
      }

      &.b-toaster-leave-active {
        transition: transform 0.175s;
      }

      &.b-toaster-leave,
      &.b-toaster-leave-active {
        position: absolute;
        z-index: 0;
        transition-delay: 0.175s;

        .toast.fade {
          transition-delay: 0s;
        }
      }

      &.b-toaster-leave {
      }

      &.b-toaster-leave-to {
      }
      */
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  -webkit-transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}
.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}
.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}
.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}
/*# sourceMappingURL=bootstrap-vue.css.map *//**
 * @file
 * Alignment classes for text and block level elements.
 */
.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

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

.text-align-justify {
  text-align: justify; }

/**
   * Alignment classes for block level elements (images, videos, blockquotes, etc.)
   */
.align-left {
  float: left; }

.align-right {
  float: right; }

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans_500_Italic.otf) format("opentype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans_500.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans_700.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans_900.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans-100.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans-100Italic.otf) format("opentype");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans-300.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans-300Italic.otf) format("opentype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans-700Italic.otf) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "MuseoSans";
  src: url(/static/fonts/MuseoSans-900Italic.otf) format("opentype");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal; }

.dropdown {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  min-width: 110px;
  width: 100%;
  text-transform: capitalize; }
  .dropdown .dropdown-selection {
    text-align: left;
    width: auto;
    min-width: 110px;
    right: 0;
    left: auto;
    overflow-y: auto;
    max-height: 400px; }
    .dropdown .dropdown-selection a {
      color: #263238; }

.dropdown-button {
  box-sizing: border-box;
  padding: 0 30px;
  padding-left: 25px;
  border-radius: 0px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }
  .dropdown-button .dropdown-button-text {
    overflow: hidden;
    text-overflow: ellipsis; }

.triangle {
  position: absolute;
  right: 5px;
  top: 50%;
  -moz-transform: translateY(-75%) rotate(45deg);
  -o-transform: translateY(-75%) rotate(45deg);
  -ms-transform: translateY(-75%) rotate(45deg);
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
  margin: auto;
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 13px;
  height: 13px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 2px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms; }

.dropdown .triangle.active {
  -moz-transform: translateY(-25%) rotate(-135deg);
  -o-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms; }

.dropdown ul.active {
  visibility: visible;
  transition: all 0.3s ease;
  transform: scaleY(1);
  color: #333;
  z-index: 999; }

.dropdown ul {
  visibility: hidden;
  overflow: hidden;
  color: #fff;
  padding: 0;
  list-style: none;
  transform: scaleY(0);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  margin-top: 2px;
  margin-bottom: 0;
  transition: all 0.3s ease; }
  .dropdown ul.top {
    top: 100%;
    transform-origin: top; }
  .dropdown ul.bottom {
    bottom: 100%;
    transform-origin: bottom; }

.dropdown li {
  background: #fff;
  padding: 8px 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.2s ease;
  position: relative; }

.dropdown li.check {
  background: #f6f6f6; }

.dropdown li:hover {
  background: #f6f6f6;
  transition: background 0.2s ease; }

.dropdown-title {
  color: #00a19c;
  font-size: 15px;
  font-weight: 700; }

@media (min-width: 768px) {
  .dropdown-button {
    max-width: 240px; }
  .dropdown-title {
    text-align: right; }
  .dropdown .dropdown-selection {
    white-space: nowrap; } }

@media (max-width: 991px) {
  .dropdown {
    min-width: 90px;
    font-size: 15px; }
    .dropdown .dropdown-selection {
      min-width: 90px; } }

@media (max-width: 767px) {
  .dropdown {
    min-width: 120px; }
    .dropdown .dropdown-button {
      padding-left: 0; }
    .dropdown .dropdown-selection {
      right: auto;
      left: 0;
      width: 100%; } }

.bottom-views .view-id-views_board_of_directors {
  margin-bottom: 95px; }
  .bottom-views .view-id-views_board_of_directors .executive-header {
    margin-top: 80px;
    margin-bottom: 35px;
    color: #00a19c;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700; }
  .bottom-views .view-id-views_board_of_directors .executive-views-container {
    height: 100%;
    overflow: hidden; }
    .bottom-views .view-id-views_board_of_directors .executive-views-container .executive-views-image .executive-image {
      text-align: center;
      background-color: #e5e6e7; }
    .bottom-views .view-id-views_board_of_directors .executive-views-container .executive-views-content {
      padding: 20px 0;
      background-color: #00a19c;
      height: 100%; }
      .bottom-views .view-id-views_board_of_directors .executive-views-container .executive-views-content .executive-views-title {
        padding: 0 20px;
        color: #fff;
        font-weight: 700; }
      .bottom-views .view-id-views_board_of_directors .executive-views-container .executive-views-content .executive-views-job-title {
        padding: 15px 20px;
        color: #fff;
        font-size: 15px;
        font-weight: 100; }

@media (min-width: 768px) {
  .bottom-views .view-id-views_board_of_directors .executive-views-container {
    border: 1px solid transparent; }
    .bottom-views .view-id-views_board_of_directors .executive-views-container .executive-views-image .executive-image {
      max-height: 195px;
      overflow: hidden; } }

@media (max-width: 767px) {
  .bottom-views .view-id-views_board_of_directors .executive-views-container {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .bottom-views .view-id-views_board_of_directors .executive-views-container .executive-views-image .executive-image img {
      width: 100%; } }

/* Accordion styles */
.custom-accordion.tabs {
  border-radius: 8px;
  overflow: hidden; }
  .custom-accordion.tabs .tab {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .custom-accordion.tabs .tab input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      z-index: -1; }
    .custom-accordion.tabs .tab-label {
      display: block;
      position: relative;
      padding: 30px 20px;
      padding-top: 38px;
      padding-right: 30px;
      text-align: left;
      background-color: transparent;
      border: 0;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      max-width: 95%;
      margin: 0;
      white-space: normal;
      cursor: pointer;
      /* Icon */ }
      .custom-accordion.tabs .tab-label::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-100%) rotate(45deg);
        transform: translateY(-100%) rotate(45deg);
        margin: auto;
        display: inline-block;
        width: 18px;
        height: 18px;
        border-color: #00a19c;
        border-right: 2px solid;
        border-bottom: 2px solid;
        border-radius: 2px;
        -webkit-transition: all 400ms;
        transition: all 400ms; }
    .custom-accordion.tabs .tab-content {
      max-height: 0;
      padding: 0 1em;
      transition: all .35s; }
  .custom-accordion.tabs input:checked + .tab-label::after {
    transform: translateY(-50%) rotate(-135deg); }
  .custom-accordion.tabs input:checked ~ .tab-content {
    max-height: 1000vh;
    padding: 1em; }

body {
  overflow-x: hidden;
  padding-top: 33px;
  color: #263238;
  font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 18px;
  font-weight: 500; }

.error {
  color: #263238;
  font-size: 50px;
  padding-top: 200px; }

.petronas-gutters .container, .petronas-gutters .container-fluid, .petronas-gutters .col, .petronas-gutters [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px; }

.petronas-gutters .row {
  margin-right: -25px;
  margin-left: -25px; }

.modal-open {
  padding-right: 0 !important; }
  .modal-open .modal {
    padding-right: 0 !important; }

a {
  font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  word-wrap: break-word; }
  a:hover {
    text-decoration: none; }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }

.loading-container {
  width: 100%;
  height: 100%; }

.spinner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #00a19c;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-o-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-moz-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-o-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.bk-img {
  position: relative;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .bk-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }

.bk-img[lazy=loading]::before {
  background-color: gray;
  opacity: 0.5; }

.bk-img[lazy=loading] .bk-loading {
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%; }

.bk-img[lazy=loaded]::before {
  opacity: 0;
  background-color: gray; }

.bk-img[lazy=loaded] .bk-loading {
  display: none; }

.bk-img[lazy=error] {
  background-image: none !important; }
  .bk-img[lazy=error]::before {
    background-color: transparent; }
  .bk-img[lazy=error] .bk-loading {
    display: none; }

.stop-scrolling {
  height: 100%;
  overflow: hidden !important;
  width: 100%; }

.stop-scrolling-fixed {
  position: fixed; }

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.slider-banner {
  max-height: none !important; }

input:focus, select:focus, textarea:focus {
  outline: none; }

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.cta {
  position: relative;
  display: inline-block;
  margin-top: 36px;
  padding-right: 36px;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .cta.cta-btn button {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0; }
  .cta.cta-btn button, .cta a {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 16px;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
    .cta.cta-btn button::before, .cta a::before {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      height: 100%;
      max-height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -moz-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
  .cta:hover {
    padding-left: 8px;
    padding-right: 28px; }

.cta-green {
  color: #00a19c;
  border-color: #00a19c; }
  .cta-green.cta-btn button, .cta-green a {
    color: #00a19c; }
    .cta-green.cta-btn button::before, .cta-green a::before {
      background-image: url(/static/img/icon-cta-green.png); }
    .cta-green.cta-btn button:hover, .cta-green a:hover {
      color: #fff;
      border-color: #fff;
      color: #263238;
      border-color: #263238; }
      .cta-green.cta-btn button:hover::before, .cta-green a:hover::before {
        filter: invert(100%);
        background-image: url(/static/img/icon-cta-white.png); }

.cta-white {
  color: #fff;
  border-color: #fff; }
  .cta-white a {
    color: #fff; }
    .cta-white a::before {
      background-image: url(/static/img/icon-cta-white.png); }
    .cta-white a:hover {
      color: #263238;
      border-color: #263238; }
      .cta-white a:hover::before {
        filter: invert(100%);
        background-image: url(/static/img/icon-cta-white.png); }

.row .no-padding {
  padding: 0; }

.no-padding {
  padding: 0; }

.content-body {
  line-height: 24px; }

p {
  margin: 0; }

.pagination {
  margin: 20px 0;
  margin-bottom: 60px; }
  .pagination .page-item a, .pagination .page-item span {
    border: 0;
    color: #263238;
    font-size: 16px; }
    .pagination .page-item a:hover, .pagination .page-item span:hover {
      background-color: transparent;
      border: 0; }
    .pagination .page-item a:focus, .pagination .page-item span:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .pagination .page-item.active a {
    color: #00a19c;
    background-color: transparent; }
  .pagination .page-item:first-child.disabled, .pagination .page-item:last-child.disabled {
    display: none; }

@-webkit-keyframes arrow-blink {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-moz-keyframes arrow-blink {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-o-keyframes arrow-blink {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes arrow-blink {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.icon-group-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 20px;
  z-index: 1; }
  .icon-group-container .mouse-icon-group .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto; }
  .icon-group-container .mouse-icon-group .mouse-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIxLjhweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSIwIDAgMjEuOCAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEuOCAzMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLjksMEM0LjksMCwwLDUsMCwxMS4xdjguOEMwLDI2LDQuOSwzMSwxMC45LDMxYzYsMCwxMC45LTUsMTAuOS0xMS4xdi04LjlDMjEuOCw1LDE2LjksMCwxMC45LDB6DQoJCQkJIE0xOS44LDE5LjljMCw1LTQsOS04LjksOWMtNC45LDAtOC45LTQuMS04LjktOXYtOC44YzAtNSw0LTksOC45LTljNC45LDAsOC45LDQuMSw4LjksOVYxOS45eiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMC45LDguNWMtMC42LDAtMSwwLjUtMSwxdjMuNmMwLDAuNiwwLjUsMSwxLDFzMS0wLjUsMS0xVjkuNUMxMS45LDguOSwxMS41LDguNSwxMC45LDguNXoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
    height: 34px;
    width: 24px;
    margin-bottom: 5px; }
  .icon-group-container .mouse-icon-group .arrow-icon {
    -webkit-animation-name: arrow-blink;
    -moz-animation-name: arrow-blink;
    -o-animation-name: arrow-blink;
    animation-name: arrow-blink;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE1LjhweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNS44IDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1LjggOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuMSw4LjdMMC4zLDEuOWMtMC40LTAuNC0wLjQtMS4xLDAtMS42YzAuNC0wLjQsMS4xLTAuNCwxLjYsMGw2LDZsNi02YzAuNC0wLjQsMS4xLTAuNCwxLjYsMA0KCQljMC40LDAuNCwwLjQsMS4xLDAsMS42TDguNyw4LjdDOC41LDguOSw4LjIsOSw3LjksOUM3LjYsOSw3LjMsOC45LDcuMSw4Ljd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
    height: 10px;
    width: 18px; }
    .icon-group-container .mouse-icon-group .arrow-icon:last-child {
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      -o-animation-delay: 0.5s;
      animation-delay: 0.5s; }

@media (min-width: 576px) {
  body .custom-flex {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  body {
    padding-top: 49px;
    /* show objects being animated */ }
    body .padding-default {
      padding-top: 120px;
      padding-bottom: 120px; }
  .hash-padding {
    padding-top: 50px;
    margin-top: -50px; } }

@media (max-width: 767px) {
  body {
    padding-top: 0;
    word-wrap: break-word; }
    body .padding-default {
      padding-top: 50px;
      padding-bottom: 50px; }
  .hash-padding {
    padding-top: 100px;
    margin-top: -100px; }
  .one-column,
  .two-columns-image,
  .two-columns-video,
  .two-columns,
  .three-columns,
  .four-BoxesHighlighter,
  .FW2-4,
  .FW3-3,
  .FW3-7,
  .FW7-3,
  .single-video,
  .sponsorship-entities,
  .subpage-image {
    overflow-x: auto; }
  .icon-group-container {
    display: none; }
  .special-title-mobile {
    font-size: 27px !important;
    line-height: 1 !important; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}

@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}

.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}

@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

.flash{-webkit-animation-name:flash;animation-name:flash}

@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}

@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}

.pulse{-webkit-animation-name:pulse;animation-name:pulse}

@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}

@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}

.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}

@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}

@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}

.shake{-webkit-animation-name:shake;animation-name:shake}

@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}

@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}

.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}

@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}

@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}

.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}

@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}

@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}

.tada{-webkit-animation-name:tada;animation-name:tada}

@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.wobble{-webkit-animation-name:wobble;animation-name:wobble}

@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}

@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}

.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}

@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}

@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}

@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}

@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}

@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}

@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}

.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}

@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}

@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}

.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}

@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}

@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}

.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}

@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}

@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}

.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}

@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}

@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}

.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}

@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}

@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}

@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}

@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}

@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}

@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}

@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}

@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}

@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}

.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}

@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}

@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}

@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}

@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}

.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}

@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}

@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}

@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}

@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}

.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}

@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}

@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}

@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}

@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}

.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}

@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}

@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}

@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}

@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}

.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}

@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}

@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}

.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}

@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}

@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}

.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}

@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}

@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}

.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}

@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}

@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}

.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}

@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}

@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}

@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}

@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}

@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}

@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}

@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}

.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}

@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}

@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}

.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}

@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}

@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}

.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}

@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}

@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}

.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}

@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}

@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}

.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}

@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}

@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}

.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}

@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}

@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}

.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}

@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}

@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}

.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}

@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}

@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}

@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}

.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}

@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}

@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}

@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}

@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}

@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}

@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}

@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}

@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}

.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}

@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}

@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}

@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}

.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}

@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}

@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}

.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}

@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}

@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}

@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}

@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}

@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}

.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}

@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}

@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}

.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}

@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}

@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}

.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}

@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}

@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}

.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}

@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}

@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}

.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.rb-grid {
	list-style: none;
	/* text-align: center; */
	margin: 0 auto;
}

.rb-grid li {
	/* width: 24%; */
	/* height: 15em; */
	/* margin: 0.5%; */
	/* background: #8CC7DF; */
	/* color: #fff; */
	display: block;
	/* float: left; */
	/* padding: 1.6em; */
	/* cursor: pointer; */
	position: relative;
}

.rb-grid .expandable {
	cursor: pointer;
}

.rb-grid li.rb-span-2 {
	width: 49%;
}

.rb-grid li.rb-span-4 {
	width: 99%;
}

/* .rb-grid li h3 {
	font-size: 2.6em;
	font-weight: 100;
} */

/* .rb-grid li[class^="icon-"]:before,
.rb-grid li[class*=" icon-"]:before {
	font-size: 10em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 3;
	opacity: 0.4;
	text-align: right;
	pointer-events: none;
} */

/* .rb-temp {
	display: block;
	font-size: 2em;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
} */

/* 
.rb-grid li:hover .rb-temp {
	opacity: 1;
} */

.rb-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
}

.rb-close {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
}

.rb-close::before {
	content: 'x';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.rb-week {
	width: 100%;
	height: 100%;
}

/* .rb-week > div {
	width: 10%;
	height: 100%;
	float: left;
	position: relative;
	padding: 3% 0;
} */

/* .rb-week > div:first-child {
	width: 30%;
} */

/* .rb-week span {
	padding: 5% 0;
	font-size: 2em;
	font-weight: 100;
	display: block;
	margin: auto 0;
	height: 30%;
	width: 100%;
	line-height: 0.8;
} */

/* 
.rb-week span.rb-city {
	font-weight: 700;
	padding: 1% 10%;
	font-size: 1em;
	line-height: 1.2;
} */

/* .rb-week [class^="icon-"]:before {
	font-size: 2.5em;
	font-weight: normal;
} */

/* .rb-week > div:first-child [class^="icon-"] {
	opacity: 0.1;
} */

/* Colors */

/* Grid */

/* .rb-grid li:nth-child(1) { background: #3399CC; }
.rb-grid li:nth-child(2) { background: #33CCCC; }
.rb-grid li:nth-child(3) { background: #996699; }
.rb-grid li:nth-child(4) { background: #C24747; }
.rb-grid li:nth-child(5) { background: #e2674a; }
.rb-grid li:nth-child(6) { background: #FFCC66; }
.rb-grid li:nth-child(7) { background: #99CC99; }
.rb-grid li:nth-child(8) { background: #669999; }
.rb-grid li:nth-child(9) { background: #CC6699; }
.rb-grid li:nth-child(10) { background: #339966; }
.rb-grid li:nth-child(11) { background: #666699; } */

/* Overlay Columns */

/* .rb-grid li:nth-child(1) .rb-week > div:nth-child(1) { background: #3399CC; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(2) { background: #2D87B4; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(3) { background: #297AA3; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(4) { background: #256E93; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(5) { background: #216283; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(6) { background: #1D5672; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(7) { background: #184962; }
.rb-grid li:nth-child(1) .rb-week > div:nth-child(8) { background: #143D52; } */

/* .rb-grid li:nth-child(2) .rb-week > div:nth-child(1) { background: #33CCCC; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(2) { background: #2DB4B4; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(3) { background: #29A3A3; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(4) { background: #259393; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(5) { background: #218383; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(6) { background: #1D7272; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(7) { background: #186262; }
.rb-grid li:nth-child(2) .rb-week > div:nth-child(8) { background: #145252; } */

/* .rb-grid li:nth-child(3) .rb-week > div:nth-child(1) { background: #996699; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(2) { background: #936293; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(3) { background: #875A87; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(4) { background: #7A527A; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(5) { background: #6E496E; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(6) { background: #624162; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(7) { background: #563956; }
.rb-grid li:nth-child(3) .rb-week > div:nth-child(8) { background: #493149; } */

/* .rb-grid li:nth-child(4) .rb-week > div:nth-child(1) { background: #C24747; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(2) { background: #B83D3D; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(3) { background: #A83838; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(4) { background: #993333; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(5) { background: #8A2E2E; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(6) { background: #7A2929; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(7) { background: #6B2424; }
.rb-grid li:nth-child(4) .rb-week > div:nth-child(8) { background: #5C1F1F; } */

/* .rb-grid li:nth-child(5) .rb-week > div:nth-child(1) { background: #e2674a; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(2) { background: #E05C3E; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(3) { background: #DD4D2C; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(4) { background: #D34322; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(5) { background: #C13D1F; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(6) { background: #AF371D; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(7) { background: #9E321A; }
.rb-grid li:nth-child(5) .rb-week > div:nth-child(8) { background: #8C2C17; } */

/* .rb-grid li:nth-child(6) .rb-week > div:nth-child(1) { background: #FFCC66; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(2) { background: #FFC247; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(3) { background: #FFBB33; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(4) { background: #FFB41F; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(5) { background: #FFAD0A; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(6) { background: #F5A300; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(7) { background: #E09600; }
.rb-grid li:nth-child(6) .rb-week > div:nth-child(8) { background: #CC8800; } */

/* 
.rb-grid li:nth-child(7) .rb-week > div:nth-child(1) { background: #99CC99; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(2) { background: #85C185; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(3) { background: #77BB77; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(4) { background: #6AB46A; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(5) { background: #5CAD5C; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(6) { background: #52A352; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(7) { background: #4B954B; }
.rb-grid li:nth-child(7) .rb-week > div:nth-child(8) { background: #448844; } */

/* .rb-grid li:nth-child(8) .rb-week > div:nth-child(1) { background: #669999; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(2) { background: #629393; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(3) { background: #5A8787; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(4) { background: #527A7A; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(5) { background: #496E6E; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(6) { background: #416262; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(7) { background: #395656; }
.rb-grid li:nth-child(8) .rb-week > div:nth-child(8) { background: #314949; } */

/* .rb-grid li:nth-child(9) .rb-week > div:nth-child(1) { background: #CC6699; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(2) { background: #C7578F; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(3) { background: #C24785; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(4) { background: #B83D7A; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(5) { background: #A83870; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(6) { background: #993366; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(7) { background: #8A2E5C; }
.rb-grid li:nth-child(9) .rb-week > div:nth-child(8) { background: #7A2952; } */

/* .rb-grid li:nth-child(10) .rb-week > div:nth-child(1) { background: #339966; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(2) { background: #2E8A5C; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(3) { background: #297A52; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(4) { background: #246B47; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(5) { background: #1F5C3D; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(6) { background: #194D33; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(7) { background: #143D29; }
.rb-grid li:nth-child(10) .rb-week > div:nth-child(8) { background: #0F2E1F; } */

/* .rb-grid li:nth-child(11) .rb-week > div:nth-child(1) { background: #666699; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(2) { background: #626293; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(3) { background: #5A5A87; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(4) { background: #52527A; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(5) { background: #49496E; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(6) { background: #414162; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(7) { background: #393956; }
.rb-grid li:nth-child(11) .rb-week > div:nth-child(8) { background: #313149; } */

@media screen and (max-width: 63.125em) {
	
	/* .rb-grid li,
	.rb-grid li.rb-span-2,
	.rb-grid li.rb-span-4 {
		width: 100%;
		height: 10em;
		text-align: left;
	}

	.rb-grid li[class^="icon-"]:before,
	.rb-grid li[class*=" icon-"]:before {
		font-size: 6em;
		left: auto;
		right: 0;
		line-height: 2.5;
	}

	.rb-grid li > div {
		text-align: center;
	} */
}
.landing-banner-title {
  font-weight: 700;
  font-size: 68px;
  line-height: 68px;
}
.landing-section-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
}
.body-text-highlight {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.body-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.body-text-italic {
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.news-title-landing {
  font-weight: 300;
  font-size: 23px;
  line-height: 23px;
}
.news-page-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
}
.inner-page-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
}
.inner-page-section-description {
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
.four-columns-pto-title {
  font-weight: 700;
  font-size: 44px;
}
.p-cta {
  color: #00a19c;
  border-color: #00a19c;
  position: relative;
  display: block;
  padding-top: 36px;
}
.p-cta a {
  color: #00a19c;
  border-bottom: 1px solid;
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.p-cta a:hover {
  text-decoration: none;
}
.p-cta a:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  right: -40px;
  background-image: url(/static/img/icon-cta-green.38844ed.png);
}
.p-green {
  color: #00a19c;
}
.p-black {
  color: #263238;
}
.p-white {
  color: #fff;
}
.number-font {
  font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
.front-2017rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.front-2017rank::before, .front-2017rank::after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  border-bottom: 2px solid white;
  -ms-flex-item-align: center;
      align-self: center;
}
.front-2017rank >* {
  padding: 0 5px;
  text-align: center;
}
.font-title-30 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .four-columns-pto-title {
    font-size: 33px;
  }
  .landing-banner-title, .landing-section-title, .inner-page-title {
    font-size: 38px;
    line-height: 38px;
    word-wrap: break-word;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 768px) and (max-width: 992px)   {

}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
.pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.pswp img {
    max-width: none; }
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
  display: block; }
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
.pswp__button:active {
    outline: none;
    opacity: 0.9; }
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }
.pswp__button--share {
  background-position: -44px -44px; }
.pswp__button--fs {
  display: none; }
.pswp--supports-fs .pswp__button--fs {
  display: block; }
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }
.pswp__button--arrow--left {
  left: 0; }
.pswp__button--arrow--right {
  right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__share-modal--hidden {
  display: none; }
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
          transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
.pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
.pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
  opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }
a.pswp__share--download:hover {
  background: #DDD; }
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
.pswp__caption small {
    font-size: 11px;
    color: #BBB; }
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }
.pswp__caption--empty {
  display: none; }
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }
.pswp__preloader--active {
  opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }
.pswp__element--disabled {
  display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
  background: none; }
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
[v-cloak][data-v-71f94610] {
  display: none;
}

.listing-container[data-v-d300fdca] {
  margin: 30px 0;
}
.loading-container[data-v-d300fdca] {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
.listing-container[data-v-d300fdca] {
    margin: 30px 0;
}
.listing-container .three-column-margin[data-v-d300fdca] {
      padding: 0 7.333333%;
}
}

.listing-content-balance .custom-padding[data-v-6e13d1f3] {
  margin-bottom: 40px;
}
.listing-content-balance .custom-padding .listing-content[data-v-6e13d1f3] {
    height: 179px;
    color: #fff;
    position: relative;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container[data-v-6e13d1f3] {
      position: absolute;
      bottom: -7px;
      width: 100%;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-6e13d1f3] {
        padding: 0 25px;
        font-size: 15px;
        text-transform: uppercase;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-6e13d1f3]::before, .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-6e13d1f3]::after {
          content: "";
          display: table;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-6e13d1f3]::after {
          clear: both;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-date[data-v-6e13d1f3], .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-category[data-v-6e13d1f3] {
          float: left;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-date[data-v-6e13d1f3] {
          padding-right: 15px;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-title[data-v-6e13d1f3] {
        padding: 0 25px;
        line-height: 28px;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
}
.listing-content-balance .custom-padding .cta-btn[data-v-6e13d1f3] {
    margin-left: 20px;
}
.listing-content-balance .custom-padding .listing-download-modal .listing-overlay-button[data-v-6e13d1f3] {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
.listing-content-balance[data-v-6e13d1f3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listing-content-balance.custom-0[data-v-6e13d1f3] {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.listing-content-balance.custom-2[data-v-6e13d1f3] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.listing-content-balance .custom-padding[data-v-6e13d1f3] {
      width: calc(100% - 50px);
}
.listing-content-balance .custom-padding .listing-download[data-v-6e13d1f3] {
        margin-left: 20px;
}
}
@media (max-width: 767px) {
.listing-content-balance .custom-padding[data-v-6e13d1f3] {
    padding: 0 25px;
}
}

.listing-download-modal #modallg {
  padding-right: 0 !important;
}
.listing-download-modal .modal-lg .modal-content .modal-header .close {
  position: relative;
  right: 25px;
  top: 25px;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #263238;
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1;
}
.listing-download-modal .modal-lg .modal-content .modal-header .close::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(/static/img/icon-close.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.listing-download-modal .modal-title {
  padding: 25px 0;
  line-height: 28px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
.listing-content-balance .custom-padding .listing-download-modal .modal-lg .modal-content .modal-title {
    padding-top: 75px;
}
}

.listing-content-balance .custom-padding[data-v-ea7b3d1a] {
  margin-bottom: 40px;
}
.listing-content-balance .custom-padding .listing-content[data-v-ea7b3d1a] {
    min-height: 244px;
    position: relative;
}
.listing-content-balance .custom-padding .listing-content .image-container[data-v-ea7b3d1a] {
      height: 182px;
      position: relative;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container[data-v-ea7b3d1a] {
      padding-top: 15px;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-title[data-v-ea7b3d1a] {
        padding: 0 10px;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
}
.listing-content-balance .custom-padding .listing-content .listing-content-sub[data-v-ea7b3d1a] {
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 300;
}
.listing-content-balance .custom-padding .listing-content .listing-content-sub[data-v-ea7b3d1a]::before, .listing-content-balance .custom-padding .listing-content .listing-content-sub[data-v-ea7b3d1a]::after {
        content: "";
        display: table;
}
.listing-content-balance .custom-padding .listing-content .listing-content-sub[data-v-ea7b3d1a]::after {
        clear: both;
}
.listing-content-balance .custom-padding .listing-content .listing-content-sub .listing-content-date[data-v-ea7b3d1a], .listing-content-balance .custom-padding .listing-content .listing-content-sub .listing-content-category[data-v-ea7b3d1a] {
        float: left;
}
.listing-content-balance .custom-padding .listing-content .listing-content-sub .listing-content-date[data-v-ea7b3d1a] {
        padding-right: 15px;
}
.listing-content-balance .custom-padding .listing-content.no-cover .listing-content-container[data-v-ea7b3d1a] {
      padding-top: 20px;
      padding-bottom: 20px;
}
.listing-content-balance .custom-padding .listing-content.no-cover .listing-content-container .listing-content-title[data-v-ea7b3d1a] {
        padding: 0 25px;
        font-size: 28px;
        color: #fff;
}
.listing-content-balance .custom-padding .listing-content.no-cover .listing-content-sub[data-v-ea7b3d1a] {
      padding: 10px;
}
.listing-content-balance .custom-padding .cta[data-v-ea7b3d1a] {
    margin: 15px 10px;
}
@media (min-width: 768px) {
.listing-content-balance[data-v-ea7b3d1a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listing-content-balance.custom-0[data-v-ea7b3d1a] {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.listing-content-balance.custom-2[data-v-ea7b3d1a] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.listing-content-balance .custom-padding[data-v-ea7b3d1a] {
      width: calc(100% - 13%);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-title[data-v-ea7b3d1a] {
    font-size: 22px;
}
}
@media (max-width: 767px) {
.listing-content-balance .custom-padding[data-v-ea7b3d1a] {
    padding: 0 25px;
}
}

figcaption[data-v-5e047480] {
  display: none;
}
.listing-content-balance .custom-padding[data-v-5e047480] {
  margin-bottom: 40px;
}
.listing-content-balance .custom-padding .listing-content[data-v-5e047480] {
    height: 179px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container[data-v-5e047480] {
      position: absolute;
      bottom: -7px;
      width: 100%;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-5e047480] {
        padding: 0 25px;
        font-size: 15px;
        text-transform: uppercase;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-5e047480]::before, .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-5e047480]::after {
          content: "";
          display: table;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub[data-v-5e047480]::after {
          clear: both;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-date[data-v-5e047480], .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-category[data-v-5e047480] {
          float: left;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-date[data-v-5e047480] {
          padding-right: 15px;
          display: none;
}
.listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-title[data-v-5e047480] {
        padding: 0 25px;
        line-height: 28px;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
}
.listing-content-balance .custom-padding .listing-download button[data-v-5e047480] {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    position: relative;
    display: inline-block;
    font-size: 16px;
}
.listing-content-balance .custom-padding .listing-download button[data-v-5e047480]::before {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      right: -40px;
      background-image: url(/static/img/icon-cta-green.png);
}
@media (min-width: 768px) {
.listing-content-balance[data-v-5e047480] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listing-content-balance.custom-0[data-v-5e047480] {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.listing-content-balance.custom-2[data-v-5e047480] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.listing-content-balance .custom-padding[data-v-5e047480] {
      width: calc(100% - 50px);
}
.listing-content-balance .custom-padding .listing-download[data-v-5e047480] {
        margin-left: 20px;
}
}
@media (max-width: 767px) {
.listing-content-balance .custom-padding[data-v-5e047480] {
    padding: 0 25px;
}
}

.pswp__button--arrow--left[data-v-76e6f21d]::before, .pswp__button--arrow--right[data-v-76e6f21d]::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.pswp__button--arrow--left[data-v-76e6f21d] {
  left: 50px;
}
.pswp__button--arrow--right[data-v-76e6f21d] {
  right: 50px;
}
.pswp__caption__center[data-v-76e6f21d] {
  text-align: center;
  max-width: 768px;
}

.no-result-container[data-v-2fe5a444] {
  padding: 20px;
}
.no-result-container .no-result-head[data-v-2fe5a444] {
    font-size: 30px;
    font-weight: 700;
}
.no-result-container .no-result[data-v-2fe5a444] {
    font-size: 15px;
    font-weight: 300;
}

.listing-container[data-v-4d2b3b38] {
  margin: 30px 0;
}
.loading-container[data-v-4d2b3b38] {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.listing-content-balance[data-v-4993558d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  border-bottom: 2px solid #26323810;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-content-balance .listing-content-container[data-v-4993558d] {
    color: #263238;
    position: relative;
    max-width: 780px;
    width: 100%;
    padding-right: 20px;
}
.listing-content-balance .listing-content-container .listing-content-sub[data-v-4993558d] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 15px;
      padding-top: 15px;
      font-weight: 300;
}
.listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail[data-v-4993558d] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
}
.listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-symbol[data-v-4993558d] {
          padding: 0 6px;
}
.listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-data[data-v-4993558d] {
          padding-right: 15px;
}
.listing-content-balance .listing-content-container .listing-content-title[data-v-4993558d] {
      line-height: 30px;
      font-size: 30px;
      font-weight: 700;
}
.listing-content-balance .listing-more[data-v-4993558d] {
    min-width: 167px;
    text-align: right;
}
.no-padding:last-child .listing-content-balance[data-v-4993558d] {
  border: 0;
}
@media (max-width: 767px) {
.listing-content-balance[data-v-4993558d] {
    display: block;
}
.listing-content-balance .listing-content-container[data-v-4993558d] {
      max-width: unset;
      padding-right: 0;
}
.listing-content-balance .listing-more[data-v-4993558d] {
      min-width: unset;
      text-align: left;
}
}

.listing-container[data-v-5f4a00f0] {
  margin: 30px 0;
  margin-bottom: 100px;
  font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.listing-container .start-year[data-v-5f4a00f0], .listing-container .end-year[data-v-5f4a00f0] {
    text-align: center;
    font-size: 70px;
    font-weight: 600;
}
.listing-container .milestone-container[data-v-5f4a00f0] {
    position: relative;
    width: 100%;
}
.listing-container .milestone-container .milestone-background[data-v-5f4a00f0] {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
}
.listing-container .milestone-container .milestone-background .top-line[data-v-5f4a00f0], .listing-container .milestone-container .milestone-background .middle-line[data-v-5f4a00f0], .listing-container .milestone-container .milestone-background .bottom-line[data-v-5f4a00f0] {
        position: relative;
        width: 100%;
}
.listing-container .milestone-container .milestone-background .top-line[data-v-5f4a00f0]::before, .listing-container .milestone-container .milestone-background .middle-line[data-v-5f4a00f0]::before, .listing-container .milestone-container .milestone-background .bottom-line[data-v-5f4a00f0]::before {
          position: absolute;
          content: "";
          display: inline-block;
          width: 3px;
          height: 100%;
          background-color: #00a19c;
          left: 0;
          right: 0;
          margin: auto;
}
.listing-container .milestone-container .milestone-background .top-line[data-v-5f4a00f0] {
        height: 13px;
}
.listing-container .milestone-container .milestone-background .middle-line[data-v-5f4a00f0] {
        height: calc(100% - 44px);
        margin-top: 8px;
}
.listing-container .milestone-container .milestone-background .bottom-line[data-v-5f4a00f0] {
        height: 13px;
        margin-top: 8px;
}
@media (max-width: 767px) {
.listing-container .start-year[data-v-5f4a00f0], .listing-container .end-year[data-v-5f4a00f0] {
    text-align: left;
}
.listing-container .milestone-container .milestone-background .top-line[data-v-5f4a00f0]::before, .listing-container .milestone-container .milestone-background .middle-line[data-v-5f4a00f0]::before, .listing-container .milestone-container .milestone-background .bottom-line[data-v-5f4a00f0]::before {
    left: 25px;
    right: auto;
}
.listing-container .milestone-container .milestone-background .top-line[data-v-5f4a00f0] {
    height: 13px;
}
.listing-container .milestone-container .milestone-background .middle-line[data-v-5f4a00f0] {
    height: calc(100% - 44px);
    margin-top: 8px;
}
.listing-container .milestone-container .milestone-background .bottom-line[data-v-5f4a00f0] {
    height: 13px;
    margin-top: 8px;
}
}

.milestones-container[data-v-6e102b9a] {
  margin: 60px 0;
}
.milestones-container .milestones-left[data-v-6e102b9a] {
    z-index: 1;
}
.milestones-container .milestones-right[data-v-6e102b9a] {
    z-index: 1;
}
.milestones-container .milestones-right .milestones-year[data-v-6e102b9a] {
      font-size: 42px;
      font-weight: 300;
      position: relative;
}
.milestones-container .milestones-right .milestones-year[data-v-6e102b9a]::before {
        content: "";
        display: block;
        position: absolute;
        height: 14px;
        width: 14px;
        background-color: #00a19c;
        border-radius: 50%;
        border: 3px solid #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.milestones-container .milestones-right .milestones-body[data-v-6e102b9a] {
      font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-size: 16px;
      font-weight: 100;
}
@media (min-width: 768px) {
.milestones-container[data-v-6e102b9a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.milestones-container .milestones-left[data-v-6e102b9a], .milestones-container .milestones-right[data-v-6e102b9a] {
      width: 50%;
}
.milestones-container .milestones-left.order-1[data-v-6e102b9a], .milestones-container .milestones-right.order-1[data-v-6e102b9a] {
        text-align: right;
        right: 0;
}
.milestones-container .milestones-left.order-12[data-v-6e102b9a], .milestones-container .milestones-right.order-12[data-v-6e102b9a] {
        text-align: left;
        left: 0;
}
.milestones-container .milestones-left[data-v-6e102b9a] {
      z-index: 0;
}
.milestones-container .milestones-left.order-1 .milestones-image[data-v-6e102b9a] {
        margin-left: auto;
        margin-right: -10px;
}
.milestones-container .milestones-left.order-12 .milestones-image[data-v-6e102b9a] {
        margin-right: auto;
        margin-left: -10px;
}
.milestones-container .milestones-left .milestones-image[data-v-6e102b9a] {
        max-width: 270px;
}
.milestones-container .milestones-right[data-v-6e102b9a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.milestones-container .milestones-right .milestones-year[data-v-6e102b9a] {
        padding: 0 30px;
}
.milestones-container .milestones-right.order-1[data-v-6e102b9a] {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
}
.milestones-container .milestones-right.order-1 .milestones-year[data-v-6e102b9a]::before {
          right: 4px;
}
.milestones-container .milestones-right.order-12 .milestones-year[data-v-6e102b9a]::before {
        left: 4px;
}
.milestones-container .milestones-right .milestones-body[data-v-6e102b9a] {
        text-align: center;
        max-width: 292px;
}
}
@media (max-width: 767px) {
.milestones-container[data-v-6e102b9a] {
    padding: 0 15px;
}
.milestones-container .milestones-left .milestones-image[data-v-6e102b9a] {
      width: 100%;
}
.milestones-container .milestones-right .milestones-year[data-v-6e102b9a] {
      padding: 20px;
}
.milestones-container .milestones-right .milestones-year[data-v-6e102b9a]::before {
        left: 4px;
}
.milestones-container .milestones-right .milestones-body[data-v-6e102b9a] {
      padding: 0 20px;
}
}

.listing-container[data-v-3b65a86b] {
  margin: 30px 0;
}
.listing-container .awards-header[data-v-3b65a86b] {
    color: #00a19c;
    text-align: center;
}
.listing-container .awards-year-top[data-v-3b65a86b] {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
}
.listing-container .awards-year[data-v-3b65a86b] {
    font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    line-height: 50px;
    font-size: 50px;
    font-weight: 600;
}
.listing-container .awards-year-bottom[data-v-3b65a86b] {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    background-image: url(/static/img/awards.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: -10px;
}
.listing-container .awards-container[data-v-3b65a86b] {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
}

.awards-accordion[data-v-34d578e6] {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.awards-accordion .awards-header[data-v-34d578e6] {
    width: 100%;
    text-align: left;
    position: relative;
}
.awards-accordion .awards-header .btn-awards[data-v-34d578e6] {
      padding: 30px 20px;
      padding-top: 38px;
      padding-right: 30px;
      text-align: left;
      background-color: transparent;
      border: 0;
      text-transform: uppercase;
      font-size: 25px;
      font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      max-width: 95%;
      white-space: normal;
}
.awards-accordion .awards-header .btn-awards[data-v-34d578e6]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
}
.awards-accordion .awards-header .arrow[data-v-34d578e6] {
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translateY(-100%) rotate(45deg);
      transform: translateY(-100%) rotate(45deg);
      margin: auto;
      display: inline-block;
      /* By using an em scale, the arrows will size with the font */
      width: 18px;
      height: 18px;
      border-color: #00a19c;
      border-right: 2px solid;
      border-bottom: 2px solid;
      border-radius: 2px;
      -webkit-transition: all 400ms;
      transition: all 400ms;
}
.awards-accordion .awards-header .arrow.active[data-v-34d578e6] {
      border-color: #fff;
      -webkit-transform: translateY(-50%) rotate(-135deg);
      transform: translateY(-50%) rotate(-135deg);
      -webkit-transition: all 400ms;
      transition: all 400ms;
}
.awards-accordion .awards-collapse[data-v-34d578e6] {
    padding: 0 10px;
}
.awards-accordion .awards-content[data-v-34d578e6] {
    color: #fff;
    padding-bottom: 45px;
}
.awards-accordion.show[data-v-34d578e6] {
    background-color: #00a19c;
}
.awards-accordion.show .awards-header .btn-awards[data-v-34d578e6] {
      color: #fff;
}

.board-of-director-container[data-v-6ee4d62c] {
  min-height: 780px;
  padding: 40px 0;
  background-image: url(/static/img/board-of-directors1.jpg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.board-of-director-container .board-of-director-header-container[data-v-6ee4d62c] {
    z-index: 9999;
}
.board-of-director-container .board-of-director-header[data-v-6ee4d62c] {
    padding: 20px 0;
    z-index: 1;
}
.board-of-director-container .board-of-director-header .board-of-director-title[data-v-6ee4d62c] {
      color: #fff;
      font-size: 45px;
      line-height: 45px;
      font-weight: 700;
      text-transform: uppercase;
}
.board-of-director-container #board-of-director-slider .profile[data-v-6ee4d62c] {
    min-width: 150px;
    position: relative;
    padding: 40px 0;
    z-index: 1;
    cursor: pointer;
}
.board-of-director-container #board-of-director-slider .profile .profile-image-container[data-v-6ee4d62c] {
      overflow: hidden;
      width: 100%;
      height: 212px;
      position: relative;
      background-color: #e5e6e7;
}
.board-of-director-container #board-of-director-slider .profile .profile-image-container .profile-image-max[data-v-6ee4d62c] {
        width: auto;
        max-width: 250px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
.board-of-director-container #board-of-director-slider .profile .profile-image[data-v-6ee4d62c] {
      height: 212px;
      width: 100%;
      background-position: center top;
      z-index: 0;
}
.board-of-director-container #board-of-director-slider .profile .hover-profile[data-v-6ee4d62c] {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: -1;
      background-position: center top;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease;
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
}
.board-of-director-container #board-of-director-slider .profile .profile-data[data-v-6ee4d62c] {
      text-align: center;
      max-height: 0;
      opacity: 0;
      color: #fff;
      padding-bottom: 30px;
      -webkit-transition: all 400ms ease, max-height 400ms ease;
      transition: all 400ms ease, max-height 400ms ease;
      -webkit-transform: scale(1);
      transform: scale(1);
}
.board-of-director-container #board-of-director-slider .profile .profile-data .profile-title[data-v-6ee4d62c] {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transform: translateY(0) scale(0.5);
        transform: translateY(0) scale(0.5);
}
.board-of-director-container #board-of-director-slider .profile .profile-data .job-title[data-v-6ee4d62c] {
        font-weight: 100;
        -webkit-transform: translateY(0) scale(0.5);
        transform: translateY(0) scale(0.5);
}
@media (min-width: 768px) {
.board-of-director-container .board-of-director-header[data-v-6ee4d62c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.board-of-director-container #board-of-director-slider .owl-item .profile .profile-data .job-title[data-v-6ee4d62c] {
    margin-left: -35px;
    margin-right: -35px;
}
.board-of-director-container #board-of-director-slider .owl-item.active .profile:hover .hover-profile[data-v-6ee4d62c] {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(-0.5%) scale(1.2);
    transform: translateY(-0.5%) scale(1.2);
}
.board-of-director-container #board-of-director-slider .owl-item.active .profile:hover .profile-data[data-v-6ee4d62c] {
    display: block;
    max-height: 999px;
    opacity: 1;
    -webkit-transform: translateY(40px) scale(1);
    transform: translateY(40px) scale(1);
    moz-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}
.board-of-director-container #board-of-director-slider .owl-item.active .profile:hover .profile-data .profile-title[data-v-6ee4d62c] {
      -webkit-transform: scale(1);
      transform: scale(1);
}
.board-of-director-container #board-of-director-slider .owl-item.active .profile:hover .profile-data .job-title[data-v-6ee4d62c] {
      -webkit-transform: scale(1);
      transform: scale(1);
}
}
@media (max-width: 767px) {
#customDots[data-v-6ee4d62c] {
    display: none;
}
.owl-custom-controls[data-v-6ee4d62c] {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.board-of-director-container[data-v-6ee4d62c] {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-position: center top;
    background-size: inherit;
}
.board-of-director-container .board-of-director-header[data-v-6ee4d62c] {
      padding-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
#board-of-director-slider .owl-item.active .profile.clicked .hover-profile[data-v-6ee4d62c] {
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#board-of-director-slider .owl-item.active .profile.clicked .profile-data[data-v-6ee4d62c] {
    display: block;
    max-height: 999px;
    opacity: 1;
    -webkit-transition: all 400ms ease, max-height 400ms ease;
    transition: all 400ms ease, max-height 400ms ease;
    -webkit-transform: translateY(40px) scale(1);
    transform: translateY(40px) scale(1);
}
#board-of-director-slider .owl-item.active .profile.clicked .profile-data .profile-title[data-v-6ee4d62c] {
      -webkit-transform: scale(1);
      transform: scale(1);
}
#board-of-director-slider .owl-item.active .profile.clicked .profile-data .job-title[data-v-6ee4d62c] {
      -webkit-transform: scale(1);
      transform: scale(1);
}
}

@charset "UTF-8";
.board-of-director-container .owl-custom-controls {
  z-index: 2;
}
.board-of-director-container .owl-custom-controls .owl-dots {
    counter-reset: dots;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot {
      background-color: transparent;
      border: 0;
      position: relative;
      cursor: pointer;
      padding: 0;
      font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-size: 18px;
      font-weight: 700;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot:focus {
        outline: none;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot::before {
        counter-increment: dots;
        content: counter(dots);
        color: #00a19c;
        text-decoration: underline;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot span {
        position: relative;
        width: 20px;
        height: 20px;
        display: inline-block;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot span::before {
          content: "\B7";
          position: absolute;
          left: 0;
          right: 0;
          color: #fff;
          margin: auto;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot:last-child span {
        display: none;
}
.board-of-director-container .owl-custom-controls .owl-dots .owl-dot.active::before {
        color: #fff;
        text-decoration: none;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-prev, .board-of-director-container .owl-custom-controls .owl-nav .owl-next {
    margin: 0 5px;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-prev:focus, .board-of-director-container .owl-custom-controls .owl-nav .owl-next:focus {
      outline: none;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-prev::before, .board-of-director-container .owl-custom-controls .owl-nav .owl-next::before {
      content: "";
      display: block;
      height: 20px;
      width: 100%;
      background-image: url(/static/img/arrow-white.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.board-of-director-container .owl-custom-controls .owl-dots.disabled, .board-of-director-container .owl-custom-controls .owl-nav.disabled {
    display: none;
}
.board-of-director-container .owl-item:hover {
  z-index: 99;
}
@media (min-width: 576px) {
.board-of-director-container .owl-custom-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.board-of-director-container .owl-custom-controls .owl-dots {
      margin-right: 30px;
}
}
@media (min-width: 768px) {
.board-of-director-container #board-of-director-slider .owl-item:hover {
    z-index: 99;
}
}
@media (max-width: 767px) {
.board-of-director-container .owl-custom-controls .owl-dots {
    margin-bottom: 15px;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-prev, .board-of-director-container .owl-custom-controls .owl-nav .owl-next {
    margin: 0 5px;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-prev:focus, .board-of-director-container .owl-custom-controls .owl-nav .owl-next:focus {
      outline: none;
}
.board-of-director-container #board-of-director-slider .owl-item.clicked {
    z-index: 99;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.board-of-director-container .owl-custom-controls .owl-dots {
    white-space: nowrap;
}
.board-of-director-container .owl-custom-controls .owl-nav {
    white-space: nowrap;
}
.board-of-director-container .owl-custom-controls .owl-nav .owl-prev, .board-of-director-container .owl-custom-controls .owl-nav .owl-next {
      margin: 0 5px;
}
}

.profile-content-container[data-v-7da84e2a] {
  overflow-y: auto;
  height: 100%;
}
.profile-content[data-v-7da84e2a] {
  padding-top: 75px;
  padding-bottom: 60px;
}

#board-of-director .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
#board-of-director .modal-dialog .close {
    position: fixed;
    right: 25px;
    top: 25px;
    display: block;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 1;
    z-index: 999;
}
#board-of-director .modal-dialog .close::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 20px;
      height: 20px;
      background-image: url(/static/img/icon-close.png);
      background-repeat: no-repeat;
      background-size: contain;
}
#board-of-director .modal-dialog .modal-content {
    background-color: transparent;
    height: 100%;
    border: 0;
}
#board-of-director .modal-dialog .modal-content .modal-body {
      padding: 0;
      height: 100%;
}
#profile-modal.modal:not(.show) {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#profile-modal.modal.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.loading-container[data-v-7d745363] {
  position: fixed;
  width: 100%;
  height: 100%;
}
.spinner[data-v-7d745363] {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate-data-v-7d745363 2.0s infinite linear;
  animation: sk-rotate-data-v-7d745363 2.0s infinite linear;
}
.dot1[data-v-7d745363], .dot2[data-v-7d745363] {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #00a19c;
  border-radius: 100%;
  -webkit-animation: sk-bounce-data-v-7d745363 2.0s infinite ease-in-out;
  animation: sk-bounce-data-v-7d745363 2.0s infinite ease-in-out;
}
.dot2[data-v-7d745363] {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate-data-v-7d745363 {
100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
}
@keyframes sk-rotate-data-v-7d745363 {
100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes sk-bounce-data-v-7d745363 {
0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
50% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}
@keyframes sk-bounce-data-v-7d745363 {
0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
50% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}

.one-column[data-v-75ba4eb4] {
  position: relative;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
.cta-right .cta[data-v-75ba4eb4] {
    margin-right: 35px;
}
}

.two-column-image[data-v-46353808] {
  border-bottom: 1px solid #fff;
}
.column-image img[data-v-46353808] {
  width: 100%;
}
@media (max-width: 767px) {
.container-spacing[data-v-46353808] {
    padding-top: 50px;
    padding-bottom: 50px;
}
.container-spacing .cta[data-v-46353808] {
      margin-bottom: 50px;
}
.container-spacing .right.column-text[data-v-46353808] {
      padding-top: 50px;
}
}
@media (min-width: 992px) {
.container-spacing[data-v-46353808] {
    padding-top: 100px;
    padding-bottom: 100px;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.container-spacing[data-v-46353808] {
    padding-top: 100px;
    padding-bottom: 100px;
}
}

.two-columns-video[data-v-93b28e14] {
  border-bottom: 1px solid #fff;
}
.column-vbackground[data-v-93b28e14] {
  text-align: center;
  min-height: 385px;
}
.silentbox-single[data-v-93b28e14] {
  text-decoration: none;
}
.silentbox-single img[data-v-93b28e14] {
    margin-top: 80px;
}
.silentbox-single .column-video-text[data-v-93b28e14] {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    margin-top: 35px;
}

.two-columns[data-v-8673f55e] {
  position: relative;
  border-bottom: 2px solid #fff;
}

.three-columns[data-v-fc0e12ae] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.three-columns-container[data-v-fc0e12ae] {
  width: 100%;
}

.four-BoxesHighlighter[data-v-3f28bf1c] {
  border-bottom: 2px solid #fff;
}
.four-boxes-outer[data-v-3f28bf1c] {
  overflow: hidden;
}
.four-boxes[data-v-3f28bf1c] {
  height: 350px;
  position: relative;
}
.box-title[data-v-3f28bf1c] {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
.four-boxes-outer[data-v-3f28bf1c] {
    border-top: 1px solid #fff;
}
.four-BoxesHighlighter .no-padding:first-child .four-boxes-outer[data-v-3f28bf1c] {
    border: 0;
}
.box-title[data-v-3f28bf1c] {
    font-size: 38px;
    line-height: 38px;
    word-wrap: break-word;
}
}
@media (min-width: 768px) {
.four-boxes-outer.odd[data-v-3f28bf1c] {
    border-right: 1px solid #fff;
}
.four-boxes-outer.even[data-v-3f28bf1c] {
    border-left: 1px solid #fff;
}
.four-boxes-outer.top[data-v-3f28bf1c] {
    border-bottom: 1px solid #fff;
}
.four-boxes-outer.bottom[data-v-3f28bf1c] {
    border-top: 1px solid #fff;
}
.four-boxes-outer .four-boxes[data-v-3f28bf1c] {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.four-boxes-outer:hover .four-boxes[data-v-3f28bf1c] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}

.four-columnspto[data-v-0db251d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  border-bottom: 2px solid #fff;
}
.four-columnspto[data-v-0db251d3]::-webkit-scrollbar {
    height: 0px;
}
.four-columnspto[data-v-0db251d3]::-webkit-scrollbar-track {
    background: black;
}
.four-columnspto[data-v-0db251d3]::-webkit-scrollbar-thumb {
    background: black;
}
.four-columnspto .columnspto-fixed-left[data-v-0db251d3] {
    width: 544px;
    min-width: 544px;
    height: 320px;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(252, 252, 252, 0.1) 0%, rgba(252, 252, 252, 0.11) 50%, rgba(0, 0, 0, 0.12) 100%);
    /* w3c */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.four-columnspto .columnspto-fixed-left .columnspto-left-container[data-v-0db251d3] {
      max-width: 320px;
}
.four-columnspto .columnspto-scroll-right[data-v-0db251d3] {
    width: 100%;
}
.four-columnspto .columnspto-scroll-right ul[data-v-0db251d3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
}
.four-columnspto .columnspto-scroll-right ul li[data-v-0db251d3] {
        height: 320px;
        border-right: 1px solid #fff;
}
.four-columnspto .columnspto-scroll-right ul li .columnspto-one[data-v-0db251d3] {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.four-columnspto .columnspto-scroll-right ul li .columnspto-one.align-top[data-v-0db251d3] {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
}
.four-columnspto .columnspto-scroll-right ul li .columnspto-one.align-bottom[data-v-0db251d3] {
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
}
.four-columnspto .columnspto-scroll-right ul li .columnspto-title[data-v-0db251d3] {
          padding: 25px;
}
.four-columnspto .columnspto-scroll-right ul li .columnspto-expand[data-v-0db251d3] {
          overflow-y: auto;
          height: 100%;
          width: 100%;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding[data-v-0db251d3] {
      padding: 0;
      min-width: 297px;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-background-outer[data-v-0db251d3] {
        position: absolute;
        height: 100%;
        overflow: hidden;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-background-outer .columnspto-background-inner[data-v-0db251d3] {
          height: 100%;
          width: 100%;
          -webkit-transition: all 400ms ease;
          transition: all 400ms ease;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .rb-close[data-v-0db251d3] {
        top: 40px;
        right: 30px;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .rb-close[data-v-0db251d3]:before, .four-columnspto .columnspto-scroll-right .columnspto-no-padding .rb-close[data-v-0db251d3]:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #fff;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .rb-close[data-v-0db251d3]:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .rb-close[data-v-0db251d3]:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-expand[data-v-0db251d3] {
        padding: 90px 0;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header[data-v-0db251d3] {
          color: #fff;
          font-size: 68px;
          font-weight: 700;
          line-height: 68px;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header p[data-v-0db251d3] {
            margin: 0;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header .enlarge-content-icon[data-v-0db251d3] {
            padding-right: 15px;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-body[data-v-0db251d3] {
          color: #fff;
          padding-top: 15px;
          font-weight: 300;
}
@media (min-width: 768px) {
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-background-outer[data-v-0db251d3] {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-background-outer .columnspto-background-inner[data-v-0db251d3] {
      height: 100%;
      width: 100%;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-body[data-v-0db251d3] {
    color: #fff;
    padding-top: 15px;
    font-weight: 300;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding:hover .columnspto-background-outer .columnspto-background-inner[data-v-0db251d3] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
}
@media (max-width: 767px) {
.four-columnspto[data-v-0db251d3] {
    display: block;
    width: 100%;
}
.four-columnspto .columnspto-fixed-left[data-v-0db251d3] {
      width: 100%;
      min-height: 320px;
      height: auto;
      min-width: auto;
      padding: 0 25px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.four-columnspto .columnspto-fixed-left .columnspto-left-container[data-v-0db251d3] {
        max-width: 320px;
}
.four-columnspto .columnspto-scroll-right ul[data-v-0db251d3] {
      display: block;
      width: 100%;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding[data-v-0db251d3] {
        max-width: none;
        border: 0;
        border-top: 1px solid #fff;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header .enlarge-content-icon[data-v-0db251d3] {
          padding: 0;
          margin-bottom: 15px;
          max-width: 100px;
}
}
@media (max-width: 991px) {
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand[data-v-0db251d3] {
    padding: 108px 0;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header .enlarge-content-icon[data-v-0db251d3] {
      padding-bottom: 15px;
}
}
@media (min-width: 991px) {
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header[data-v-0db251d3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.four-columnspto .columnspto-fixed-left[data-v-0db251d3] {
    width: 425px;
    min-width: 425px;
}
}

.four-columnspto .columnspto-scroll-right ul li .columnspto-title * {
  line-height: 25px !important;
  text-transform: uppercase;
}
.four-columnspto .columnspto-scroll-right ul li .columnspto-expand {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.four-columnspto .columnspto-scroll-right .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header .enlarge-content-title * {
  font-size: 68px !important;
  font-weight: 700;
  line-height: 68px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header {
    display: block;
}
.four-columnspto .columnspto-scroll-right ul .columnspto-no-padding .columnspto-expand .enlarge-content .enlarge-content-header .enlarge-content-title * {
      font-size: 35px !important;
      font-weight: 700;
      line-height: 35px;
      text-transform: uppercase;
}
}

@charset "UTF-8";
.director-image[data-v-57810a8e] {
  bottom: 0;
}
.director-background-image[data-v-57810a8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.director-background[data-v-57810a8e] {
  padding-top: 50px;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: radial-gradient(ellipse at center, rgba(252, 252, 252, 0.1) 0%, rgba(252, 252, 252, 0.11) 50%, rgba(0, 0, 0, 0.12) 100%);
  /* w3c */
}
.director-details[data-v-57810a8e] {
  z-index: 0;
}
.director-opening[data-v-57810a8e] {
  color: #323232;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
.director-name[data-v-57810a8e] {
  color: #00a19c;
  font-weight: 700;
  font-size: 75px;
  line-height: 75px;
  text-transform: uppercase;
}
.director-message[data-v-57810a8e] {
  font-size: 16px;
  font-weight: 100;
  padding: 25px 0;
  position: relative;
}
.director-message[data-v-57810a8e]::before {
    content: '\201C';
    display: block;
    position: absolute;
    font-family: sans-serif, 'Lucida Grande', 'Lucida Sans Unicode';
    top: 0;
    left: 0;
    font-size: 123px;
    line-height: 123px;
    color: #00a19c;
}
@media (max-width: 767px) {
.director-background-image[data-v-57810a8e] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.director-background-image .director-image[data-v-57810a8e] {
      height: 300px;
      margin-bottom: 20px;
}
.director-opening[data-v-57810a8e] {
    font-size: 20px;
}
.director-name[data-v-57810a8e] {
    font-size: 40px;
    line-height: 40px;
}
.director-message[data-v-57810a8e] {
    padding-left: 50px;
}
}
@media (min-width: 768px) {
.director-background-image[data-v-57810a8e] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.director-details[data-v-57810a8e] {
    padding-left: 5px;
    padding-right: 0;
}
.director-opening[data-v-57810a8e] {
    margin-top: 110px;
    margin-left: -22.22%;
}
.director-name[data-v-57810a8e] {
    margin-left: -22.22%;
}
.director-message[data-v-57810a8e]::before {
    content: '\201C';
    display: block;
    margin-left: -45px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.director-opening[data-v-57810a8e] {
    font-size: 23px;
    line-height: 23px;
    margin-top: 50px;
}
.director-name[data-v-57810a8e] {
    font-size: 52px;
    line-height: 52px;
}
}

.front-banner[data-v-88a57498] {
  position: relative;
  border-bottom: 3px solid #fff;
  background-color: #eceff1;
}
.front-banner .loading-container[data-v-88a57498] {
    position: absolute;
    top: 25%;
}
.front-banner .fixed-text[data-v-88a57498] {
    position: absolute;
    z-index: 10;
    top: 198px;
    left: 0;
    right: 0;
}
.front-banner .fixed-text .search-text[data-v-88a57498] {
      font-size: 70px;
      line-height: 70px;
      padding-bottom: 25px;
      font-weight: 700;
      color: #fff;
}
.front-banner .fixed-text .search-field[data-v-88a57498] {
      position: relative;
      max-width: 536px;
}
.front-banner .fixed-text .search-field .input-group[data-v-88a57498] {
        border-bottom: 1px solid #fff;
}
.front-banner .fixed-text .search-field .input-group .input-group-append .btn-search[data-v-88a57498] {
          border: 0;
          background-color: transparent;
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(/static/img/icon-search.png);
}
.front-banner .fixed-text .search-field .input-group input[data-v-88a57498] {
          border: 0;
          border-radius: 0;
          background-color: transparent;
          padding-left: 0;
          color: #fff;
}
.front-banner .fixed-text .search-field .input-group input[data-v-88a57498]:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}
.front-banner .fixed-text .search-field .input-group input[data-v-88a57498]::-webkit-input-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-banner .fixed-text .search-field .input-group input[data-v-88a57498]:-moz-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-banner .fixed-text .search-field .input-group input[data-v-88a57498]::-moz-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-banner .fixed-text .search-field .input-group input[data-v-88a57498]:-ms-input-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-banner .banner[data-v-88a57498] {
    height: 664px;
    z-index: 0;
    max-height: none !important;
}
.front-banner .banner .banner-container[data-v-88a57498] {
      position: absolute;
      bottom: 46px;
      left: 0;
      right: 0;
}
.front-banner .banner .banner-container .banner-description[data-v-88a57498] {
        position: relative;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        padding: 5px;
        padding-left: 34px;
}
.front-banner .banner .banner-container .banner-description[data-v-88a57498]::before {
          content: "";
          display: block;
          position: absolute;
          width: 27px;
          height: 100%;
          left: 0;
          top: 0;
          bottom: 0;
          background-image: url(/static/img/icon-i.png);
          background-size: contain;
          background-repeat: no-repeat;
}
.front-banner.changecursor .banner[data-v-88a57498] {
    cursor: -webkit-grab;
}
@media (min-width: 768px) and (max-width: 991px) {
.front-banner .fixed-text[data-v-88a57498] {
    top: 230px;
}
.front-banner .banner[data-v-88a57498] {
    height: 698px;
}
}
@media (max-width: 767px) {
.front-banner .fixed-text[data-v-88a57498] {
    top: 344px;
}
.front-banner .fixed-text .search-text[data-v-88a57498] {
      font-size: 38px;
      line-height: 38px;
      padding-bottom: 20px;
}
.front-banner .fixed-text .search-field input[data-v-88a57498]::-webkit-input-placeholder {
      font-size: 16px;
}
.front-banner .fixed-text .search-field input[data-v-88a57498]:-moz-placeholder {
      font-size: 16px;
}
.front-banner .fixed-text .search-field input[data-v-88a57498]::-moz-placeholder {
      font-size: 16px;
}
.front-banner .fixed-text .search-field input[data-v-88a57498]:-ms-input-placeholder {
      font-size: 16px;
}
.front-banner .banner[data-v-88a57498] {
    height: 570px;
}
.front-banner .banner .banner-container .banner-description[data-v-88a57498] {
      display: none;
}
}

.front-video[data-v-3006a158] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.front-video .fixed-text[data-v-3006a158] {
    position: absolute;
    z-index: 10;
    top: 198px;
    left: 0;
    right: 0;
}
.front-video .fixed-text .search-text[data-v-3006a158] {
      font-size: 70px;
      line-height: 70px;
      padding-bottom: 25px;
      font-weight: 700;
      color: #fff;
}
.front-video .fixed-text .search-field[data-v-3006a158] {
      position: relative;
      max-width: 536px;
}
.front-video .fixed-text .search-field .input-group[data-v-3006a158] {
        border-bottom: 1px solid #fff;
}
.front-video .fixed-text .search-field .input-group .input-group-append .btn-search[data-v-3006a158] {
          border: 0;
          background-color: transparent;
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(/static/img/icon-search.png);
}
.front-video .fixed-text .search-field .input-group input[data-v-3006a158] {
          border: 0;
          border-radius: 0;
          background-color: transparent;
          padding-left: 0;
          color: #fff;
}
.front-video .fixed-text .search-field .input-group input[data-v-3006a158]:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}
.front-video .fixed-text .search-field .input-group input[data-v-3006a158]::-webkit-input-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-video .fixed-text .search-field .input-group input[data-v-3006a158]:-moz-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-video .fixed-text .search-field .input-group input[data-v-3006a158]::-moz-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-video .fixed-text .search-field .input-group input[data-v-3006a158]:-ms-input-placeholder {
            color: #fff;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-size: 18px;
            font-weight: 300;
}
.front-video .video-main[data-v-3006a158] {
    height: 662px;
}
.front-video .video-main .video-background[data-v-3006a158] {
      z-index: -1;
}
.front-video .video-container[data-v-3006a158] {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
}
.front-video .video-container video[data-v-3006a158] {
      position: absolute;
      min-width: 1280px;
      min-height: 100%;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
}
.front-video .video-container .fixed-text[data-v-3006a158] {
      z-index: 10;
      left: 0;
      right: 0;
      margin-top: 135px;
}
@media (min-width: 768px) and (max-width: 991px) {
.front-video .fixed-text[data-v-3006a158] {
    top: 230px;
}
}
@media (max-width: 767px) {
.front-video .fixed-text[data-v-3006a158] {
    top: 344px;
}
.front-video .fixed-text .search-text[data-v-3006a158] {
      font-size: 38px;
      line-height: 38px;
      padding-bottom: 20px;
}
.front-video .fixed-text .search-field input[data-v-3006a158]::-webkit-input-placeholder {
      font-size: 16px;
}
.front-video .fixed-text .search-field input[data-v-3006a158]:-moz-placeholder {
      font-size: 16px;
}
.front-video .fixed-text .search-field input[data-v-3006a158]::-moz-placeholder {
      font-size: 16px;
}
.front-video .fixed-text .search-field input[data-v-3006a158]:-ms-input-placeholder {
      font-size: 16px;
}
}

.FW2-4[data-v-5f3290fe] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.borderonright[data-v-5f3290fe] {
  padding: 0 25px;
}
.right-content .cta.animated[data-v-5f3290fe] {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
@media (min-width: 992px) {
.borderonright[data-v-5f3290fe] {
    border-right: 1px solid #fff;
}
}
@media (min-width: 768px) {
.borderonright[data-v-5f3290fe] {
    border-right: 1px solid #fff;
}
}
@media (max-width: 767px) {
.borderonright[data-v-5f3290fe] {
    padding: 0 25px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.borderonright[data-v-5f3290fe] {
    border-right: 1px solid #fff;
}
}

.FW3-3[data-v-279eb968] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.borderonright[data-v-279eb968] {
  padding: 0 25px;
}
@media (min-width: 992px) {
.borderonright[data-v-279eb968] {
    border-right: 1px solid #fff;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.borderonright[data-v-279eb968] {
    border-right: 1px solid #fff;
}
}

.FW3-7[data-v-2df511d2] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.FW3-7 .borderonright[data-v-2df511d2] {
    padding: 0 25px;
}

.FW7-3[data-v-34f208b6] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.FW7-3 .borderonright[data-v-34f208b6] {
    padding: 0 25px;
}
@media (min-width: 992px) {
.borderonright[data-v-34f208b6] {
    border-right: 1px solid #fff;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.borderonright[data-v-34f208b6] {
    border-right: 1px solid #fff;
}
}

.single-video[data-v-4238af72] {
  height: 662px;
  position: relative;
}
.single-video .video-main .video-background[data-v-4238af72] {
    z-index: -1;
}
.video-container[data-v-4238af72] {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
}
.video-container video[data-v-4238af72] {
    position: absolute;
    min-width: 1280px;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
}
.video-container .fixed-text[data-v-4238af72] {
    z-index: 10;
    left: 0;
    right: 0;
    margin-top: 135px;
}
@media (max-width: 767px) {
.backup-image[data-v-4238af72] {
    min-height: 500px;
    position: relative;
}
.fixed-text[data-v-4238af72] {
    position: relative;
}
}
@media (min-width: 768px) {
.fixed-text[data-v-4238af72] {
    margin-top: 135px;
    position: absolute;
}
.fixed-text.right[data-v-4238af72] {
      text-align: right;
}
}

.standardImage-slider[data-v-366b42ec] {
  position: relative;
  border-bottom: 3px solid #fff;
  background-color: #eceff1;
}
.standardImage-slider .loading-container[data-v-366b42ec] {
    position: absolute;
    top: 25%;
}
.standardImage-slider .fixed-text[data-v-366b42ec] {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}
.standardImage-slider .banner[data-v-366b42ec] {
    position: relative;
    height: 660px;
    z-index: 0;
}
.standardImage-slider.changecursor .banner[data-v-366b42ec] {
    cursor: -webkit-grab;
}
@media (max-width: 767px) {
.standardImage-slider .fixed-text[data-v-366b42ec], .standardImage-slider .banner[data-v-366b42ec] {
    height: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 50px;
}
}
@media (min-width: 992px) {
.standardImage-slider .banner[data-v-366b42ec] {
    height: 660px;
}
.standardImage-slider .banner-description[data-v-366b42ec] {
    padding-top: 135px;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.standardImage-slider .banner[data-v-366b42ec] {
    height: 660px;
}
.standardImage-slider .banner-description[data-v-366b42ec] {
    padding-top: 135px;
}
}

.subpage-image[data-v-ae239634] {
  position: relative;
  border-bottom: 1px solid #fff;
}
.align-center[data-v-ae239634] {
  text-align: center;
}
.white-title[data-v-ae239634] {
  color: #ffffff;
}
.banner-subtitle[data-v-ae239634] {
  text-transform: uppercase;
}
@media (max-width: 767px) {
.inner-banner[data-v-ae239634] {
    min-height: 350px;
}
.banner-title[data-v-ae239634] {
    padding-top: 125px;
    font-size: 13px;
}
.banner-subtitle[data-v-ae239634] {
    padding-top: 10px;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
}
}
@media (min-width: 992px) {
.inner-banner[data-v-ae239634] {
    min-height: 370px;
}
.banner-title[data-v-ae239634] {
    padding-top: 110px;
}
.banner-subtitle[data-v-ae239634] {
    padding-top: 10px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 992px) {
.inner-banner[data-v-ae239634] {
    min-height: 370px;
}
.banner-title[data-v-ae239634] {
    padding-top: 110px;
}
.banner-subtitle[data-v-ae239634] {
    padding-top: 10px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}
}

.tabs-control[data-v-6aebde71] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tabs-control .tab-title-container[data-v-6aebde71] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-control .tab-title-container[data-v-6aebde71]:before {
      content: " \25A0";
      font-size: 10px;
      top: 15px;
      position: relative;
      margin-right: 20px;
}
.tabs-control .tab-title1[data-v-6aebde71] {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: #00a19c;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    display: inline-block;
    width: auto;
    white-space: normal;
    text-align: left;
}
.tabs-control .tab-title1[data-v-6aebde71]:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
}
.tabs-control .tab-title1[data-v-6aebde71]:active {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
}
.tabs-control .collapsed[data-v-6aebde71] {
    color: #323232;
}
.tab-content[data-v-6aebde71] {
  padding-top: 77px;
  padding-bottom: 77px;
}
.tab-content .tab-content-title[data-v-6aebde71] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tab-content .tab-content-title .tab-title2[data-v-6aebde71] {
      min-height: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      padding-left: 25px;
      width: calc(100% - 90px);
      font-weight: 700;
      font-size: 25px;
      text-transform: uppercase;
      border-top: 1px solid #00a19c;
      border-bottom: 1px solid #00a19c;
}
.tab-content .tab-content-title .icon-container[data-v-6aebde71] {
      margin-right: 5px;
      width: 90px;
      min-height: 80px;
}
.tab-content .tab-body[data-v-6aebde71] {
    padding-top: 30px;
}
@media (max-width: 767px) {
.tablisty[data-v-6aebde71] {
    padding-top: 77px;
}
.tablisty .dropdown[data-v-6aebde71] {
      font-size: 18px;
}
.tab-content[data-v-6aebde71] {
    padding-top: 20px;
}
.tab-content .tab-content-title .tab-title2[data-v-6aebde71] {
      padding-left: 15px;
      font-size: 15px;
}
.tab-content .tab-content-title .icon-container[data-v-6aebde71] {
      position: relative;
}
.tab-content .tab-content-title .icon-container img[data-v-6aebde71] {
        width: 85px;
}
}
@media (min-width: 992px) {
.desktop-right[data-v-6aebde71] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.desktop-right[data-v-6aebde71] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}
.tablisty[data-v-6aebde71] {
    display: contents;
}
.tab-content .tab-content-title .tab-title2[data-v-6aebde71] {
    font-size: 20px;
}
}

.sponsorship-entities[data-v-c8ad34b6] {
  border-bottom: 2px solid #fff;
}
.sponsorship-left[data-v-c8ad34b6] {
  border-bottom: 2px solid #fff;
}
.left-container[data-v-c8ad34b6], .right-container[data-v-c8ad34b6] {
  position: relative;
}
.right-container .right-inner .right-title[data-v-c8ad34b6] {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.entity-icon-container[data-v-c8ad34b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.entity-icon-container .entity-icon[data-v-c8ad34b6] {
    width: 100%;
    margin: 25px 0;
}
.entity-icon-container .entity-icon .entity-icon-img[data-v-c8ad34b6] {
      max-height: 150px;
}
@media (min-width: 992px) {
.left-container[data-v-c8ad34b6], .right-container[data-v-c8ad34b6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.left-container .left-inner[data-v-c8ad34b6] {
    max-width: 370px;
}
.right-container .right-inner[data-v-c8ad34b6] {
    width: 100%;
}
}

.newsletter[data-v-17f0fe58] {
  min-height: 332px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
.newsletter .newsletter-container[data-v-17f0fe58] {
    width: 100%;
    max-width: 540px;
}
.newsletter .newsletter-container .newsletter-title[data-v-17f0fe58] {
      font-size: 34px;
      line-height: 34px;
      font-weight: 700;
      color: #00a19c;
      text-transform: uppercase;
      padding-bottom: 10px;
}
.newsletter .newsletter-container .newsletter-description[data-v-17f0fe58] {
      font-size: 16px;
      font-weight: 300;
}
.newsletter .newsletter-container .newsletter-email[data-v-17f0fe58] {
      padding-top: 50px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58] {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #bcc0c2;
        background-color: transparent;
        padding: 0;
        padding-bottom: 25px;
        height: auto;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]::-webkit-input-placeholder {
          color: #263238;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 300;
          font-size: 18px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]:-moz-placeholder {
          color: #263238;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 300;
          font-size: 18px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]::-moz-placeholder {
          color: #263238;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 300;
          font-size: 18px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]:-ms-input-placeholder {
          color: #263238;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 300;
          font-size: 18px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
}
.newsletter .newsletter-container .newsletter-email .input-group .input-group-append[data-v-17f0fe58] {
        padding-left: 10px;
}
.newsletter .newsletter-container .newsletter-email .input-group .input-group-append .btn-newsletter[data-v-17f0fe58] {
          border: 0;
          background-color: transparent;
          width: 40px;
          height: 29px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2NyA1My42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NyA1My42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMjIyQzMxO30NCjwvc3R5bGU+DQo8dGl0bGU+SWNvbnMvMjDDlzIwL0VtYWlsPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KPGcgaWQ9Ikljb25zX3gyRl8yMF94RDdfMjBfeDJGX0VtYWlsIj4NCgk8ZyBpZD0iRW1haWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAyLjAwMDAwMCkiPg0KCQk8ZyBpZD0iU2hhcGUiPg0KCQkJPHBhdGggaWQ9InBhdGgtMV8xXyIgY2xhc3M9InN0MCIgZD0iTTEwLjEsNC43Yy0xLjksMC0zLjQsMS41LTMuNCwzLjR2MzMuNWMwLDEuOSwxLjUsMy40LDMuNCwzLjRINTdjMS45LDAsMy4zLTEuNSwzLjMtMy40VjguMQ0KCQkJCWMwLTEuOS0xLjUtMy40LTMuMy0zLjRIMTAuMXogTTEwLjEtMkg1N2M1LjYsMCwxMCw0LjUsMTAsMTAuMXYzMy41YzAsNS42LTQuNSwxMC0xMCwxMEgxMC4xQzQuNSw1MS42LDAsNDcuMSwwLDQxLjVWOC4xDQoJCQkJQzAsMi41LDQuNS0yLDEwLjEtMnoiLz4NCgkJPC9nPg0KCQk8cGF0aCBpZD0iUGF0aC0yIiBjbGFzcz0ic3QwIiBkPSJNMzUuNSwyMi4xYzEuNSwxLjEsMS44LDMuMiwwLjcsNC43cy0zLjIsMS44LTQuNywwLjdMNC43LDcuNEMzLjIsNi4zLDIuOSw0LjIsNCwyLjcNCgkJCVM3LjIsMC45LDguNywyTDM1LjUsMjIuMXoiLz4NCgkJPHBhdGggaWQ9IlBhdGgtMl8xXyIgY2xhc3M9InN0MCIgZD0iTTM1LjUsMjcuNWMtMS41LDEuMS0zLjYsMC44LTQuNy0wLjdjLTEuMS0xLjUtMC44LTMuNiwwLjctNC43TDU4LjMsMg0KCQkJYzEuNS0xLjEsMy42LTAuOCw0LjcsMC43YzEuMSwxLjUsMC44LDMuNi0wLjcsNC43TDM1LjUsMjcuNXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.newsletter .newsletter-container .newsletter-email .input-group .input-group-append .btn-newsletter[data-v-17f0fe58]:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}
@media (max-width: 767px) {
.newsletter[data-v-17f0fe58] {
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.newsletter .newsletter-container .newsletter-description[data-v-17f0fe58] {
      font-weight: 100;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]::-webkit-input-placeholder {
      font-size: 15px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]:-moz-placeholder {
      font-size: 15px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]::-moz-placeholder {
      font-size: 15px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]:-ms-input-placeholder {
      font-size: 15px;
}
.newsletter .newsletter-container .newsletter-email .input-group .form-control[data-v-17f0fe58]:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.newsletter .newsletter-container[data-v-17f0fe58] {
    max-width: 688px;
}
}

.footer-content[data-v-45feac37] {
  border-bottom: 2px solid #fff;
  background-color: #f6f6f6;
}
.footer-content .news-letter-outer[data-v-45feac37] {
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(252, 252, 252, 0.1) 0%, rgba(252, 252, 252, 0.11) 50%, rgba(0, 0, 0, 0.12) 100%);
    /* w3c */
}
.footer-content .footer-content-link .footer-content-link-container[data-v-45feac37] {
    min-height: 332px;
}
.footer-content .footer-content-link .footer-content-link-container .footer-content-link-title[data-v-45feac37] {
      padding: 0 25px;
      padding-top: 33px;
      color: #fff;
      font-size: 25px;
      line-height: 25px;
      font-weight: 700;
}
@media (min-width: 768px) {
.footer-content .footer-content-link[data-v-45feac37] {
    border-left: 2px solid #fff;
}
}
@media (max-width: 991px) {
.footer-content .footer-content-link[data-v-45feac37] {
    border-top: 2px solid #fff;
}
}

.breadcrumb[data-v-f7bf5f7a] {
  background-color: transparent;
  font-size: 15px;
  font-weight: 300;
  padding: 23px 20px;
  margin-bottom: 0;
}
.breadcrumb a[data-v-f7bf5f7a] {
    color: #263238;
}
.breadcrumb .seperator[data-v-f7bf5f7a] {
    padding: 0 12px;
}
.breadcrumb .seperator[data-v-f7bf5f7a]::before {
      content: "";
      display: inline-block;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDkuN3B4IiBoZWlnaHQ9IjkyLjlweCIgdmlld0JveD0iMCAwIDQ5LjcgOTIuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkuNyA5Mi45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMSwwLjljLTEuMywxLjMtMS4zLDMuNCwwLDQuNmw0MC45LDQwLjhMMSw4Ny4zYy0xLjMsMS4zLTEuMywzLjQsMCw0LjZjMS4zLDEuMywzLjQsMS4zLDQuNiwwbDQzLjEtNDMuMQ0KCQljMC42LTAuNiwxLTEuNCwxLTIuM2MwLTAuOC0wLjMtMS43LTEtMi4zTDUuNiwxQzQuMy0wLjMsMi4yLTAuMywxLDAuOSIvPg0KPC9nPg0KPC9zdmc+DQo=);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 10px;
      width: 10px;
      margin-top: -4px;
}
.breadcrumb .active[data-v-f7bf5f7a] {
    color: #00a19c;
}
@media (max-width: 767px) {
.breadcrumb[data-v-f7bf5f7a] {
    display: none;
}
}

.empty-breadcrumb {
  padding: 30px 0;
}

.four-BoxbuttonsLeftEditor[data-v-6679d554] {
  border-bottom: 2px solid #fff;
}
.four-box-buttons-outer[data-v-6679d554] {
  overflow: hidden;
}
.four-box-buttons[data-v-6679d554] {
  height: 210px;
  position: relative;
  overflow: hidden;
}
.box-buttons-title[data-v-6679d554] {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
.four-box-buttons-outer[data-v-6679d554] {
    border-top: 1px solid #fff;
}
.four-BoxbuttonsLeftEditor .no-padding:first-child .four-box-buttons-outer[data-v-6679d554] {
    border: 0;
}
.box-buttons-title[data-v-6679d554] {
    font-size: 38px;
    line-height: 38px;
    word-wrap: break-word;
}
}
@media (min-width: 768px) {
.four-BoxbuttonsLeftEditor[data-v-6679d554] {
    max-height: 420px;
}
.left-box-buttons[data-v-6679d554] {
    border-left: 2px solid #fff;
}
.four-box-buttons-outer.odd[data-v-6679d554] {
    border-right: 1px solid #fff;
}
.four-box-buttons-outer.even[data-v-6679d554] {
    border-left: 1px solid #fff;
}
.four-box-buttons-outer.top[data-v-6679d554] {
    border-bottom: 1px solid #fff;
}
.four-box-buttons-outer.bottom[data-v-6679d554] {
    border-top: 1px solid #fff;
}
.four-box-buttons-outer .four-box-buttons[data-v-6679d554] {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.four-box-buttons-outer:hover .four-box-buttons[data-v-6679d554] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}

@-webkit-keyframes kenburn-data-v-246aabf6 {
0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes kenburn-data-v-246aabf6 {
0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
.kenburn-banner[data-v-246aabf6] {
  position: relative;
  border-bottom: 3px solid #fff;
  background-color: #eceff1;
}
.kenburn-banner .loading-container[data-v-246aabf6] {
    position: absolute;
    top: 25%;
}
.kenburn-banner .fixed-text[data-v-246aabf6] {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}
.kenburn-banner .banner[data-v-246aabf6] {
    height: 664px;
    z-index: 0;
    max-height: none !important;
}
.kenburn-banner.changecursor .banner[data-v-246aabf6] {
    cursor: -webkit-grab;
}
@media (min-width: 768px) {
.kenburn-banner .ken-burn[data-v-246aabf6] {
    -webkit-animation-name: kenburn-data-v-246aabf6;
    animation-name: kenburn-data-v-246aabf6;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.kenburn-banner .fixed-text[data-v-246aabf6] {
    top: 0;
}
.kenburn-banner .banner[data-v-246aabf6] {
    height: 660px;
}
.kenburn-banner .banner-description[data-v-246aabf6] {
    padding-top: 135px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.kenburn-banner .banner[data-v-246aabf6] {
    height: 698px;
}
.kenburn-banner .banner-description[data-v-246aabf6] {
    padding-top: 135px;
}
}
@media (max-width: 767px) {
.kenburn-banner .banner[data-v-246aabf6] {
    height: 698px;
}
.kenburn-banner .fixed-text[data-v-246aabf6] {
    bottom: 145px;
}
.kenburn-banner .banner-description[data-v-246aabf6] {
    padding-top: 135px;
}
}

.kenburn-banner .owl-dots {
  position: absolute;
}
.kenburn-banner .owl-dots .owl-dot {
    margin: 13px;
    width: 26px;
    height: 26px;
}
.kenburn-banner .owl-dots .owl-dot span {
      background: #fff;
      opacity: 1;
      margin: 6px auto;
}
.kenburn-banner .owl-dots .owl-dot:focus {
      outline: none;
}
.kenburn-banner .owl-dots .owl-dot.active {
      border: 2px solid #fff;
      border-radius: 50%;
}
.kenburn-banner .owl-dots .owl-dot.active span {
        opacity: 0.4;
}
@media (min-width: 768px) {
.kenburn-banner .owl-carousel .owl-stage {
    width: 100% !important;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
    height: 660px;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
}
.kenburn-banner .owl-carousel .owl-stage .owl-item {
      opacity: 0 !important;
      left: 0 !important;
      top: 0;
      z-index: 0;
      position: absolute !important;
      -webkit-transition: all 0.5s ease-out, opacity 0.5s ease-out .1s !important;
      transition: all 0.5s ease-out, opacity 0.5s ease-out .1s !important;
}
.kenburn-banner .owl-carousel .owl-stage .owl-item.active {
        opacity: 1 !important;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in, opacity 0.5s ease-out .1s !important;
        transition: all 0.5s ease-in, opacity 0.5s ease-out .1s !important;
}
.kenburn-banner .owl-dots {
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.kenburn-banner .owl-dots .owl-dot {
      display: block;
}
.kenburn-banner .owl-dots .owl-dot span {
        background: #fff;
        opacity: 1;
        margin: 6px auto;
}
.kenburn-banner .owl-dots .owl-dot:focus {
        outline: none;
}
.kenburn-banner .owl-dots .owl-dot.active {
        border: 2px solid #fff;
        border-radius: 50%;
}
.kenburn-banner .owl-dots .owl-dot.active span {
          opacity: 0.4;
}
}
@media (max-width: 767px) {
.kenburn-banner .owl-dots {
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
}

.fourcolumn-listing .header-title {
  padding: 30px 0;
}
.fourcolumn-listing .listing-column {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.fourcolumn-listing .listing-column:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #00a19c;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.fourcolumn-listing .listing-column .listing-image {
    text-align: center;
    background-color: #e5e6e7;
    position: relative;
    overflow: hidden;
}
.fourcolumn-listing .listing-column .listing-content {
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.fourcolumn-listing .listing-column .listing-content hr {
      border-top: 1px solid #fff;
}
.fourcolumn-listing .listing-column .listing-content .listing-content-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
}
.fourcolumn-listing .listing-column .listing-content .listing-content-description {
      line-height: 20px;
}
@media (min-width: 768px) {
.fourcolumn-listing .listing-column {
    border: 1px solid transparent;
}
.fourcolumn-listing .listing-column::before {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.fourcolumn-listing .listing-column .listing-image {
      max-height: 286px;
}
.fourcolumn-listing .listing-column .listing-image::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.3)));
        background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
}
.fourcolumn-listing .listing-column .listing-image img {
        z-index: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.fourcolumn-listing .listing-column .listing-content {
      min-height: 300px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
}
.fourcolumn-listing .listing-column .listing-content hr {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.fourcolumn-listing .listing-column .listing-content .listing-content-title {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.fourcolumn-listing .listing-column .listing-content .listing-content-description {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
.fourcolumn-listing .listing-column:hover::before {
      background-color: #fff;
}
.fourcolumn-listing .listing-column:hover .listing-image::before {
      opacity: 1;
}
.fourcolumn-listing .listing-column:hover .listing-content hr {
      border-top: 1px solid #00a19c;
}
.fourcolumn-listing .listing-column:hover .listing-content .listing-content-title {
      color: #00a19c;
}
.fourcolumn-listing .listing-column:hover .listing-content .listing-content-description {
      color: #00a19c;
}
}
@media (max-width: 767px) {
.fourcolumn-listing .listing-column {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.fourcolumn-listing .listing-column .listing-image img {
      width: 100%;
}
}

.three-columns-highlighter[data-v-953c7baa] {
  position: relative;
  border-bottom: 2px solid #fff;
}
.three-columns-container[data-v-953c7baa] {
  width: 100%;
}
.three-columns-highlighter .highlighter-title[data-v-953c7baa] {
  padding-bottom: 30px;
}
.three-columns-highlighter .box-content-balance .box-outer[data-v-953c7baa] {
  position: relative;
  overflow: hidden;
  height: 355px;
}
.three-columns-highlighter .box-content-balance .box-outer .background[data-v-953c7baa] {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}
.three-columns-highlighter .box-content-balance .box-outer .box-content-container[data-v-953c7baa] {
    position: absolute;
    bottom: -7px;
    left: 0;
    padding: 0 25px;
}
@media (min-width: 768px) {
.box-content-balance[data-v-953c7baa] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.box-content-balance.custom-0[data-v-953c7baa] {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.box-content-balance.custom-2[data-v-953c7baa] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
.box-content-balance .custom-padding[data-v-953c7baa] {
      width: calc(100% - 5px);
}
.box-content-balance .box-outer:hover .background[data-v-953c7baa] {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
}
}
@media (max-width: 767px) {
.three-columns-highlighter .box-content-balance .custom-padding[data-v-953c7baa] {
    padding: 10px 25px;
}
}
@media (max-width: 991px) {
.three-columns-highlighter .box-content-balance .box-outer .box-content-container[data-v-953c7baa] {
    padding: 0 10px;
    bottom: -5px;
}
}

.box-sub-title {
  font-size: 28px;
}
.bottom-title {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991px) {
.box-sub-title {
    font-size: 22px;
    word-break: break-word;
}
.bottom-title {
    font-size: 28px;
    word-break: break-word;
}
}

.view-listing-page-top .left-content-container .left-content .quote {
  font-weight: 700;
  font-size: 14px;
}
.view-listing-page-top .left-content-container .left-content .content-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.view-listing-page-top .left-content-container .left-content .content-date {
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
}
.view-listing-page-top .left-content-container .left-content .content-description {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 300;
}
.view-listing-page-top .right-image {
  min-height: 250px;
}
@media (min-width: 768px) {
.view-listing-page-top {
    padding-top: 60px;
}
.view-listing-page-top .left-content-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 595px;
}
.view-listing-page-top .left-content-container .left-content {
        max-width: 422px;
}
.view-listing-page-top .left-content-container .left-content .content-description {
          max-width: 320px;
}
}
@media (max-width: 767px) {
.view-listing-page-top {
    padding-top: 90px;
}
.view-listing-page-top .left-content-container {
      padding-bottom: 25px;
}
}

.full-width-two-box-highlighter[data-v-1926535d] {
  position: relative;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.full-width-two-box-highlighter a[data-v-1926535d] {
    color: #fff;
}
.full-width-two-box-highlighter .highlighter-container[data-v-1926535d] {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.full-width-two-box-highlighter .highlighter-container .bk-absolute[data-v-1926535d] {
      z-index: 0;
}
.full-width-two-box-highlighter .highlighter-container .highlighter-tag-container[data-v-1926535d],
    .full-width-two-box-highlighter .highlighter-container .highlighter-detail-container[data-v-1926535d] {
      position: absolute;
      left: 0;
}
.full-width-two-box-highlighter .highlighter-container .highlighter-tag-container[data-v-1926535d] {
      top: 25px;
}
.full-width-two-box-highlighter .highlighter-container .highlighter-detail-container[data-v-1926535d] {
      bottom: 25px;
}
.full-width-two-box-highlighter .highlighter-container .highlighter-title[data-v-1926535d] {
      max-height: 70px;
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
}
.full-width-two-box-highlighter .highlighter-container .highlighter-description[data-v-1926535d] {
      max-height: 50px;
}
.full-width-two-box-highlighter .highlighter-container .highlighter-tag-title[data-v-1926535d] {
      background-color: #00a19c;
      padding: 0 10px;
}
.full-width-two-box-highlighter .highlighter-container .bk-img[data-v-1926535d] {
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in;
}
@media (min-width: 768px) {
.full-width-two-box-highlighter .highlighter-container:hover .bk-img[data-v-1926535d] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.full-width-two-box-highlighter .container-1[data-v-1926535d] {
    margin-right: 1px;
}
.full-width-two-box-highlighter .container-2[data-v-1926535d] {
    margin-left: 1px;
}
}
@media (max-width: 767px) {
.full-width-two-box-highlighter .right-container[data-v-1926535d] {
    margin-top: 25px;
}
.full-width-two-box-highlighter .highlighter-container[data-v-1926535d] {
    position: relative;
    width: 100%;
    min-height: 350px;
}
.full-width-two-box-highlighter .container-1[data-v-1926535d] {
    margin-bottom: 1px;
}
.full-width-two-box-highlighter .container-2[data-v-1926535d] {
    margin-top: 1px;
}
}

.site-logo[data-v-7d8252a2] {
  position: fixed;
  z-index: 9999;
}
.site-logo img[data-v-7d8252a2] {
    height: 50px;
}
@media (min-width: 768px) {
.site-logo[data-v-7d8252a2] {
    left: 72px;
    top: 17px;
    width: 82px;
}
}
@media (max-width: 767px) {
.site-logo[data-v-7d8252a2] {
    left: 10px;
    width: 60px;
    top: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-logo[data-v-7d8252a2] {
    width: 66px;
}
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app .content {
    min-height: 900px;
}

@-webkit-keyframes slideup-data-v-7bc398b8 {
0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@keyframes slideup-data-v-7bc398b8 {
0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
@-webkit-keyframes slidedown-data-v-7bc398b8 {
0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
}
@keyframes slidedown-data-v-7bc398b8 {
0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
}
.hide[data-v-7bc398b8] {
  -webkit-transform: translate3d(0, -100%, 0) !important;
  transform: translate3d(0, -100%, 0) !important;
}
.header[data-v-7bc398b8] {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}
.header .secodary-menu-container[data-v-7bc398b8] {
    width: 100%;
    text-align: center;
    background-color: #263238;
    min-height: 88px;
}
.header .secodary-menu-container[data-v-7bc398b8]::before, .header .secodary-menu-container[data-v-7bc398b8]::after {
      content: "";
      display: table;
}
.header .secodary-menu-container .secondary-menu[data-v-7bc398b8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.header .secodary-menu-container .secondary-menu[data-v-7bc398b8]::before, .header .secodary-menu-container .secondary-menu[data-v-7bc398b8]::after {
        content: "";
        display: table;
}
.header .secodary-menu-container .secondary-menu[data-v-7bc398b8]::after {
        clear: both;
}
.header .secodary-menu-container .secondary-menu .menu[data-v-7bc398b8] {
        float: left;
        display: block;
        padding: 5px;
}
.header .secodary-menu-container .secondary-menu .menu a[data-v-7bc398b8], .header .secodary-menu-container .secondary-menu .menu span[data-v-7bc398b8] {
          color: #bbbbbb;
          font-weight: 300;
}
.header .secodary-menu-container .secondary-menu .menu a[data-v-7bc398b8] {
          text-transform: uppercase;
          display: inline-block;
          font-size: 13px;
}
.header .navbar .navbar-header .navbar-toggler[data-v-7bc398b8] {
    border: 0;
}
.header .navbar .navbar-header .navbar-toggler .navbar-toggle-subtitle[data-v-7bc398b8] {
      color: #fff;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px;
}
.header .navbar .navbar-header .navbar-toggler .navbar-toggler-box[data-v-7bc398b8] {
      vertical-align: middle;
}
.header .search-area[data-v-7bc398b8] {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: fixed;
    z-index: 999;
}
.header .search-area .search-icon-container[data-v-7bc398b8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8] {
        position: relative;
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8]::before {
          content: "";
          display: block;
          position: absolute;
          width: 20px;
          height: 20px;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MC41IDQwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwLjUgNDAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHRpdGxlPkljb25zLzI0w5cyNC9TZWFyY2g8L3RpdGxlPg0KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQo8ZyBpZD0iSWNvbnNfeDJGXzI0X3hEN18yNF94MkZfU2VhcmNoIj4NCgk8ZyBpZD0iU2VhcmNoIj4NCgkJPGcgaWQ9Ikljb24tU2hhcGUiPg0KCQkJPHBhdGggaWQ9InBhdGgtMV8xXyIgY2xhc3M9InN0MCIgZD0iTTE3LjcsMjguN2M2LjEsMCwxMS00LjksMTEtMTFzLTQuOS0xMS0xMS0xMXMtMTEsNC45LTExLDExUzExLjcsMjguNywxNy43LDI4Ljd6IE0yOS4xLDI2LjUNCgkJCQlsNy44LDcuOGMwLjcsMC43LDAuNywxLjcsMCwyLjRjLTAuNywwLjctMS43LDAuNy0yLjQsMGwtNy44LTcuOGMtMi41LDItNS42LDMuMi05LDMuMmMtNy45LDAtMTQuMy02LjQtMTQuMy0xNC4zDQoJCQkJUzkuOCwzLjQsMTcuNywzLjRzMTQuMyw2LjQsMTQuMywxNC4zQzMyLjEsMjEsMzEsMjQsMjkuMSwyNi41eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
          background-size: contain;
          background-repeat: no-repeat;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8]:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
}
.header .search-area .search-icon-container .search-icon.hidden[data-v-7bc398b8] {
          opacity: 0;
          visibility: hidden;
}
.header .main-menu-container[data-v-7bc398b8] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header .main-menu-container .main-menu .menu a[data-v-7bc398b8], .header .main-menu-container .main-menu .menu span[data-v-7bc398b8] {
      text-transform: uppercase;
}
.header .main-menu-container .main-menu .menu .nav-item .menu-link a[data-v-7bc398b8] {
      cursor: pointer;
}
.header .main-menu-container .main-menu .menu .submenu[data-v-7bc398b8] {
      text-align: left;
}
.header .main-menu-container .main-menu .menu .submenu .secondlayer a[data-v-7bc398b8], .header .main-menu-container .main-menu .menu .submenu .secondlayer span[data-v-7bc398b8] {
        margin: 14px 0;
        display: block;
}
.header .main-menu-container .main-menu .menu .submenu .secondlayer > .menu-link > a[data-v-7bc398b8] {
        margin: 17px 0;
        font-weight: 700;
}
.header .main-menu-container .main-menu .menu .submenu .secondlayer .thirdlayer[data-v-7bc398b8] {
        padding: 0;
}
.header .main-menu-container .main-menu .menu .submenu .secondlayer .thirdlayer a[data-v-7bc398b8] {
          font-weight: 300;
          text-transform: capitalize;
}
@media (min-width: 768px) {
.header .site-logo[data-v-7bc398b8] {
    position: fixed;
    left: 20px;
    width: 80px;
    z-index: 999;
}
.header .secodary-menu-container .secondary-menu .menu[data-v-7bc398b8] {
    float: left;
    display: block;
    padding: 5px;
}
.header .secodary-menu-container .secondary-menu .menu a[data-v-7bc398b8], .header .secodary-menu-container .secondary-menu .menu span[data-v-7bc398b8] {
      color: #bbbbbb;
      font-weight: 300;
      padding: 10px;
}
.header .secodary-menu-container .secondary-menu .menu a[data-v-7bc398b8] {
      text-transform: uppercase;
      display: inline-block;
      font-size: 13px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease;
}
.header .secodary-menu-container .secondary-menu .menu a[data-v-7bc398b8]:hover {
        color: #fff;
}
.header .navbar[data-v-7bc398b8] {
    padding: 0 15px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header .navbar .navbar-header .navbar-toggler[data-v-7bc398b8] {
      position: fixed;
      right: 10px;
      top: 20px;
}
.header .navbar .navbar-header .navbar-toggler[data-v-7bc398b8]:focus {
        outline: none;
}
.header .navbar .navbar-holder[data-v-7bc398b8] {
      width: 100%;
}
.header .navbar .navbar-holder .navbar-collapse[data-v-7bc398b8] {
        position: fixed;
        bottom: 100%;
        left: 0;
        opacity: 0;
        display: block !important;
        width: 100%;
        -webkit-transition: all 0.4s ease-in, opacity 0.4s 0.4s;
        transition: all 0.4s ease-in, opacity 0.4s 0.4s;
        height: 100%;
        z-index: 999;
        overflow-y: auto;
        background-image: url(/static/img/main-menu-bk.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}
.header .navbar .navbar-holder .navbar-collapse.show[data-v-7bc398b8] {
          bottom: 0;
          height: 100%;
          opacity: 1;
          -webkit-transition: all 0.4s ease-in 0.1s, opacity 0s;
          transition: all 0.4s ease-in 0.1s, opacity 0s;
}
.header .navbar .navbar-holder .navbar-collapse.show .main-menu .menu .nav-item a[data-v-7bc398b8], .header .navbar .navbar-holder .navbar-collapse.show .main-menu .menu .nav-item span[data-v-7bc398b8]:not(.arrow) {
            -webkit-animation-name: slideup-data-v-7bc398b8;
            animation-name: slideup-data-v-7bc398b8;
            -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
            -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}
.header .navbar .navbar-holder .navbar-collapse .nav-close[data-v-7bc398b8] {
          position: fixed;
          padding: 15px;
          padding-right: 45px;
          right: 20px;
          color: #fff;
          text-transform: uppercase;
          font-size: 14px;
          z-index: 999;
          cursor: pointer;
}
.header .navbar .navbar-holder .navbar-collapse .nav-close[data-v-7bc398b8]::before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 20px;
            width: 18px;
            height: 18px;
            background-image: url(/static/img/icon-close.png);
            background-repeat: no-repeat;
            background-size: contain;
}
.header .navbar .navbar-holder .main-menu-container .main-menu[data-v-7bc398b8] {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        padding-top: 106px;
        padding-bottom: 50px;
        padding-left: 12%;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item[data-v-7bc398b8] {
          padding: 15px 20px;
          max-width: 340px;
          width: 35%;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item span[data-v-7bc398b8]:not(.arrow) {
            display: inline-block;
            cursor: pointer;
            -webkit-animation-name: slidedown-data-v-7bc398b8;
            animation-name: slidedown-data-v-7bc398b8;
            -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item a[data-v-7bc398b8]:hover, .header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item span[data-v-7bc398b8]:not(.arrow):hover {
              font-weight: 700;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item.show a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item.show span[data-v-7bc398b8] {
            font-weight: 700;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu .menu span[data-v-7bc398b8] {
          color: #fff;
          text-transform: uppercase;
          font-size: 28px;
          line-height: 33px;
          font-weight: 300;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .dropdown-menu[data-v-7bc398b8] {
          background-color: transparent;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .dropdown-menu .dropdown-item[data-v-7bc398b8]:hover, .header .navbar .navbar-holder .main-menu-container .main-menu .menu .dropdown-menu .dropdown-item[data-v-7bc398b8]:focus {
            background-color: rgba(0, 0, 255, 0.219);
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu[data-v-7bc398b8] {
          overflow-y: auto;
          position: fixed;
          top: 0;
          right: -100%;
          width: 60%;
          height: 100%;
          z-index: 10;
          background-color: #263238;
          padding-top: 106px;
          padding-bottom: 50px;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row[data-v-7bc398b8] {
            display: block;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row[data-v-7bc398b8]::before {
              content: "";
              display: table-cell;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row[data-v-7bc398b8]::after {
              content: "";
              display: table-cell;
              clear: both;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .nav-submenu[data-v-7bc398b8] {
            padding-left: 70px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .nav-submenu .secondlayer[data-v-7bc398b8] {
              margin-bottom: 35px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .nav-submenu .secondlayer .menu-link a[data-v-7bc398b8] {
                font-size: 23px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .nav-submenu .thirdlayer .menu-link[data-v-7bc398b8] {
              padding-left: 36px;
              position: relative;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .nav-submenu .thirdlayer .menu-link[data-v-7bc398b8]::before {
                content: '';
                display: block;
                border-bottom: 1px solid #6d7579;
                border-left: 1px solid #6d7579;
                height: 12px;
                width: 10px;
                position: absolute;
                left: 10px;
                top: 5px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .nav-submenu .thirdlayer .menu-link a[data-v-7bc398b8] {
                font-size: 21px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu a[data-v-7bc398b8]:hover {
            color: #00a19c;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu.show[data-v-7bc398b8] {
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            right: 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu.show .nav-item:not(.show) a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu.show .nav-item:not(.show) span[data-v-7bc398b8] {
          opacity: 0.5;
}
.header .search-area[data-v-7bc398b8] {
    right: 116px;
    top: 18px;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8] {
      background-color: transparent;
      height: 46px;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8]::before {
        width: 25px;
        height: 25px;
}
}
@media (max-width: 767px) {
.header.show[data-v-7bc398b8] {
    z-index: 9999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header.show .navbar.hover[data-v-7bc398b8] {
      background-color: transparent;
      -webkit-transition: all 400ms ease 100ms;
      transition: all 400ms ease 100ms;
}
.header .container[data-v-7bc398b8] {
    max-width: none;
}
.header .secodary-menu-container[data-v-7bc398b8] {
    display: none;
}
.header .navbar[data-v-7bc398b8] {
    display: block;
    padding: 0;
    padding-bottom: 0;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.header .navbar[data-v-7bc398b8]::before, .header .navbar[data-v-7bc398b8]::after {
      content: "";
      display: table;
}
.header .navbar[data-v-7bc398b8]::after {
      clear: both;
}
.header .navbar.hover[data-v-7bc398b8] {
      background-color: #263238;
}
.header .navbar .navbar-header[data-v-7bc398b8] {
      padding: 7px 15px;
}
.header .navbar .navbar-header[data-v-7bc398b8]::before, .header .navbar .navbar-header[data-v-7bc398b8]::after {
        content: "";
        display: table;
}
.header .navbar .navbar-header[data-v-7bc398b8]::after {
        clear: both;
}
.header .navbar .navbar-toggler[data-v-7bc398b8] {
      float: right;
      border: 0;
      display: block;
}
.header .navbar .navbar-toggler[data-v-7bc398b8]:focus {
        outline: none;
}
.header .navbar .navbar-holder .navbar-collapse[data-v-7bc398b8] {
      position: fixed;
      top: 0;
      left: 100%;
      display: block !important;
      width: 100%;
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      height: 100%;
      z-index: 999;
}
.header .navbar .navbar-holder .navbar-collapse .nav-back[data-v-7bc398b8] {
      position: absolute;
      height: 100%;
      width: 30px;
      background-color: rgba(0, 0, 0, 0.4);
      left: 0;
}
.header .navbar .navbar-holder .navbar-collapse.collapse[data-v-7bc398b8] {
      height: 100% !important;
      -webkit-transition: all 0.3 ease;
      transition: all 0.3 ease;
      left: 100%;
}
.header .navbar .navbar-holder .navbar-collapse.collapse .nav-back[data-v-7bc398b8] {
        background-color: transparent;
        -webkit-transition: all 0.4s ease 0;
        transition: all 0.4s ease 0;
}
.header .navbar .navbar-holder .navbar-collapse.collapsing[data-v-7bc398b8] {
      height: 100% !important;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      left: 100%;
}
.header .navbar .navbar-holder .navbar-collapse.show[data-v-7bc398b8] {
      left: 0;
      height: 100%;
}
.header .navbar .navbar-holder .navbar-collapse.show .nav-back[data-v-7bc398b8] {
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.4s ease 0.4s;
        transition: all 0.4s ease 0.4s;
}
.header .navbar .navbar-holder .navbar-collapse nav[data-v-7bc398b8] {
      overflow-y: auto;
      background-color: #263238;
      height: 100%;
      margin-left: 30px;
}
.header .navbar .navbar-holder .navbar-collapse nav .back-button[data-v-7bc398b8] {
        position: relative;
        display: block;
        border: 0;
        border-bottom: 1px solid #374248;
        background-color: transparent;
        text-align: center;
        width: 100%;
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        padding: 20px;
        cursor: pointer;
}
.header .navbar .navbar-holder .navbar-collapse nav .back-button[data-v-7bc398b8]::before {
          content: "";
          display: block;
          position: absolute;
          height: 22px;
          width: 14px;
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzQuOHB4IiBoZWlnaHQ9IjYwLjAwMnB4IiB2aWV3Qm94PSIwIDAgMzQuOCA2MC4wMDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM0LjggNjAuMDAyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxkZWZzPg0KCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAuMDAyIiB3aWR0aD0iMzQuNzk5IiBoZWlnaHQ9IjYwIi8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJPC9jbGlwUGF0aD4NCgk8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSIjRkZGRkZGIiBkPSJNMS45OCwzMi44MThjLTAuODE3LTAuODEyLTEuMjIzLTEuODg4LTEuMjIzLTIuOTU4DQoJCWMwLTEuMDY5LDAuNDA2LTIuMTM2LDEuMjIzLTIuOTUzTDI3LjY1OSwxLjIyOGMxLjYzMy0xLjYzOCw0LjI4Mi0xLjYzOCw1LjkxNCwwYzEuNjMzLDEuNjMyLDEuNjMzLDQuMjgsMCw1LjkxNEwxMC44NTUsMjkuODYNCgkJbDIyLjcyMiwyMi43MjRjMS42MjksMS42MzEsMS42MjksNC4yODEsMCw1LjkxNGMtMS42MzIsMS42MzItNC4yODEsMS42MzItNS45MTgsMEwxLjk4LDMyLjgxOHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
          background-repeat: no-repeat;
          background-size: contain;
}
.header .navbar .navbar-holder .main-menu-container .menu-link[data-v-7bc398b8] {
      display: block;
      width: 100%;
}
.header .navbar .navbar-holder .main-menu-container .main-menu[data-v-7bc398b8] {
      padding: 0;
      display: block;
      padding-bottom: 25px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu[data-v-7bc398b8] {
        border-bottom: 1px solid #374248;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu[data-v-7bc398b8]:last-child {
          border-bottom: 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item[data-v-7bc398b8] {
          padding-left: 25px;
          padding-right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item span[data-v-7bc398b8] {
            color: #fff;
            font-weight: 700;
            display: block;
            width: 100%;
            padding: 20px 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item .arrow[data-v-7bc398b8] {
            position: relative;
            display: block;
            width: 80px;
            text-align: right;
            padding: 11px 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item .arrow[data-v-7bc398b8]::before {
              content: "";
              display: block;
              position: absolute;
              right: 35px;
              bottom: 50%;
              margin: auto;
              -webkit-transform: rotate(-90deg) translate(0, 50%);
              transform: rotate(-90deg) translate(0, 50%);
              background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzQuOHB4IiBoZWlnaHQ9IjYwLjAwMnB4IiB2aWV3Qm94PSIwIDAgMzQuOCA2MC4wMDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM0LjggNjAuMDAyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxkZWZzPg0KCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAuMDAyIiB3aWR0aD0iMzQuNzk5IiBoZWlnaHQ9IjYwIi8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJPC9jbGlwUGF0aD4NCgk8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSIjRkZGRkZGIiBkPSJNMS45OCwzMi44MThjLTAuODE3LTAuODEyLTEuMjIzLTEuODg4LTEuMjIzLTIuOTU4DQoJCWMwLTEuMDY5LDAuNDA2LTIuMTM2LDEuMjIzLTIuOTUzTDI3LjY1OSwxLjIyOGMxLjYzMy0xLjYzOCw0LjI4Mi0xLjYzOCw1LjkxNCwwYzEuNjMzLDEuNjMyLDEuNjMzLDQuMjgsMCw1LjkxNEwxMC44NTUsMjkuODYNCgkJbDIyLjcyMiwyMi43MjRjMS42MjksMS42MzEsMS42MjksNC4yODEsMCw1LjkxNGMtMS42MzIsMS42MzItNC4yODEsMS42MzItNS45MTgsMEwxLjk4LDMyLjgxOHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
              background-size: contain;
              background-repeat: no-repeat;
              height: 15px;
              width: 15px;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .nav-item.show .arrow[data-v-7bc398b8]::before {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -webkit-transform: rotate(90deg) translate(50%, -50%);
            transform: rotate(90deg) translate(50%, -50%);
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu[data-v-7bc398b8] {
          max-height: 0;
          overflow: hidden;
          background-color: #fff;
          -webkit-transition: max-height 0.3s ease-out;
          transition: max-height 0.3s ease-out;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container[data-v-7bc398b8] {
            padding: 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row[data-v-7bc398b8] {
              margin: 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu[data-v-7bc398b8] {
                padding: 7px 0 14px 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu .secondlayer[data-v-7bc398b8] {
                  position: relative;
                  padding-top: 7px;
                  padding-bottom: 7px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu .secondlayer a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu .secondlayer span[data-v-7bc398b8] {
                    display: block;
                    margin: 0;
                    padding: 7px 0;
                    color: #263238;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu .secondlayer[data-v-7bc398b8]::after {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 25px;
                    width: 28px;
                    border-bottom: 1px solid #d8dcde;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu .secondlayer .thirdlayer-container[data-v-7bc398b8] {
                    position: relative;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu .container .row .nav-submenu .secondlayer[data-v-7bc398b8]:last-child::after {
                    border: 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu ul[data-v-7bc398b8] {
            padding: 0;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu ul li[data-v-7bc398b8] {
              display: block;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu .submenu.active[data-v-7bc398b8] {
            display: block;
}
.header .search-area[data-v-7bc398b8] {
    position: relative;
    float: right;
    margin-right: 20px;
}
.header .search-area .search-icon-container[data-v-7bc398b8] {
      padding: 3px 0;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8] {
        background-color: transparent;
}
.header .search-area .search-icon-container .search-icon[data-v-7bc398b8]::before {
          width: 24px;
          height: 24px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.header .site-logo[data-v-7bc398b8] {
    width: 66px;
}
.header .secodary-menu-container .secondary-menu .menu a[data-v-7bc398b8] {
    font-size: 11px;
}
.header .navbar .navbar-holder .main-menu-container .main-menu .menu a[data-v-7bc398b8], .header .navbar .navbar-holder .main-menu-container .main-menu .menu span[data-v-7bc398b8] {
    font-size: 25px;
    line-height: 24px;
}
}

.header .navbar-header .navbar-toggler {
  padding: 10px;
  display: inline-block;
}
.header .navbar-header .navbar-toggler .navbar-toggler-box {
    display: inline-block;
    position: relative;
    line-height: 0;
}
.header .navbar-header .navbar-toggler .navbar-toggler-box .navbar-toggler-icon {
      width: 18px;
      height: 18px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5JY29ucy8yMMOXMjAvSGFtYnVyZ2VyPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KPGcgaWQ9Ikljb25zX3gyRl8yMF94RDdfMjBfeDJGX0hhbWJ1cmdlciI+DQoJPGcgaWQ9Ikljb24tU2hhcGUiPg0KCQk8cGF0aCBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBkPSJNMy44LDcuNUMxLjcsNy41LDAsNS44LDAsMy44UzEuNywwLDMuOCwwaDQyLjVDNDguMywwLDUwLDEuNyw1MCwzLjhzLTEuNywzLjgtMy44LDMuOEgzLjh6DQoJCQkgTTMuOCw1MEMxLjcsNTAsMCw0OC4zLDAsNDYuMmMwLTIuMSwxLjctMy44LDMuOC0zLjhoNDIuNWMyLjEsMCwzLjgsMS43LDMuOCwzLjhjMCwyLjEtMS43LDMuOC0zLjgsMy44SDMuOHogTTMuOCwyOC44DQoJCQlDMS43LDI4LjgsMCwyNy4xLDAsMjVzMS43LTMuOCwzLjgtMy44aDQyLjVjMi4xLDAsMy44LDEuNywzLjgsMy44cy0xLjcsMy44LTMuOCwzLjhIMy44eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}
#searchoverlay___BV_modal_backdrop_ {
  background-color: #e1e4e6;
  opacity: 0.95;
}
#searchoverlay {
  padding-right: 0 !important;
}
#searchoverlay .modal-md {
    max-width: none;
    margin-top: 15px;
}
#searchoverlay .modal-md .modal-content {
      background-color: transparent;
      border: 0;
}
#searchoverlay .modal-md .modal-content .modal-header {
        border: 0;
}
#searchoverlay .modal-md .modal-content .modal-header .close {
          position: relative;
          right: 25px;
          display: block;
          width: 36px;
          height: 36px;
          background-color: #263238;
          border: 0;
          border-radius: 50%;
          text-indent: 9999px;
          overflow: hidden;
          opacity: 1;
}
#searchoverlay .modal-md .modal-content .modal-header .close::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 20px;
            height: 20px;
            background-image: url(/static/img/icon-close.png);
            background-repeat: no-repeat;
            background-size: contain;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group {
        border-bottom: 1px solid #263238;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .form-control {
          border: 0;
          border-radius: 0;
          background-color: transparent;
          padding: 0;
          padding-bottom: 15px;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .form-control::-webkit-input-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .form-control:-moz-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .form-control::-moz-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .form-control:-ms-input-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .input-group-append .btn-search {
          border: 0;
          background-color: transparent;
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(/static/img/icon-search-green.png);
}
#searchoverlay .modal-md .modal-content .modal-body .input-group .input-group-append .btn-search:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}
@media (max-width: 767px) {
#searchoverlay .modal-md .modal-content .modal-body {
    padding-top: 50px;
}
}

.global-menu-container[data-v-6d54e1fe] {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  float: right;
}
.global-menu-container .global-menu .globalm-icon[data-v-6d54e1fe] {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: 0;
    padding: 10px;
    padding-left: 25px;
    font-size: 14px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.global-menu-container .global-menu .globalm-icon[data-v-6d54e1fe]::before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAqCAYAAADBNhlmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmYmI2NTg4Yi05OWVkLWI2NDItYmFkYi1hMTZlY2NkYmRkNDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUFFQ0MxM0JEMjMwMTFFOEJDRkRDNjk3NjhEMUZBMzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUFFQ0MxM0FEMjMwMTFFOEJDRkRDNjk3NjhEMUZBMzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmRmMWMyOThlLWNhOTAtYmU0ZS05NGQ0LTVjNDQxNjgzZDdiMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmYmI2NTg4Yi05OWVkLWI2NDItYmFkYi1hMTZlY2NkYmRkNDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5kvx53AAAFCklEQVR42uyZT2wVVRTG+5rK41E1XTyMKUYNRWgiDX+CtmowLpQFgYTahLaRlStZm5DG2gVUNgprmhQNiQQXbMSFJC2piWGhUYyUqK0L29eotFq0wKOlDTB+x/zm5XSYad4/Exbe5Oudd84953wzc++Ze09TQRDUPMittuYBb3X2J5VKlWSkp24Gzwmv0T8rPC48zJC8MC38IHwjDFuvOEGJcfhTvEGD0CtMBKW3CWwbqk5QY1YJ7wpzLuBNd/2dsFe4AfYiixs7h69VVSEofYvwI87vCINCl3Ad2ftCHWMt+BzXdegCxnZheweZ+WypiCBOF3D4BWRXC2PIjkbGFwg62VHGjmHbgq8A311lEZT8oHAX9LAwTH7YEU4VQTDlCB12sh7n/2BJBCXbL9wTloR9kUWS5zVtiLG7jyDyDdjk/SIx38SwWPuLIsgruM0dH4joepCfSrjjWILoTmHbE5G/gfx2dE7eR1DXaeEnt+Js3rwuPIT+CvIdZRDcge0Vt4g6IvHsOr0SwV4GfilccIazwjmurwrPCJkSXvFqbH7Hx2fCX87/BWJa640l6OaXzYmNTOQ9wufCYkLytZyXE34WvneT3q7HhUnGxLVFfO8h1kZiF+ZplGAfhgMxT6BeGEZv/QgE5or4gswxdiTioz4mzgD6vmUEuYPw87UpYQ5dRt8Yo0vzBq6DBj+X3LhGfFxOiLHJfRZTnuDzKC6ukDTnkxZAMYskMmZ+Bf1FuBinwnZrF/1wgtFj6mxRTFZhB2U+MviMa8OeU0iwlb5dhmtijMLkOl0FgtMRn/5BWOx2zykkGM67LcKQBj4RsQ33edeqQPBaxGdIzmIOwaHAKSRoE/+mMCq8JIyxE1mP/lH6xSoQXPQ+LYbFspjEHoVLYyEZMiknSSfHyUcB38hLLkmfqMIiOYGvc/i+x+8lYtfDxVpNijxof6a0JX/KPe63hG5hfcwTmBJywqywINwQbglvM+a4UM9TssWVFcz3k0I0/fwifCIMKP6vxJ9Q97SdRsIn+Ldl/IQ73ix84Daes0H5bdZtdM3n5oSYM3AqvOJxjB5JMAjz5Bl+Z0iqO4VX2TYdIFfOc70P3U7GZrA9E+a5hFj16Mc9wbMIX04wakJ/vgpz8Dy+mhL0r6A/6xP1Jfq2BL9/utVeaWuM+Iy2F5dx4gm2wnpKWJtwZwtV/NQtJOjWsjsK4LRss5Bzm8atK2wW1pVL0GyTNguSbXGb11y4WailsmBpZpCxzcK3Un4stLmD0Sj99gpe73bvCxIvCKd5pc3oBwtVCLcfzCZsLu21nxQ+5fexCp7gMZekP8R33CY4G3L79zGGtRk78avrtyconCZRt8bE+kO4Cub5NNm8ehP9RyRoS9RrWBhWu4mb31+TqO2AZmedPvF5r5hD0ztu4naSWGeCytsMvjrDBWmxijo0IdzKirWzRXtEdwhHJ5kSzcxTy127hVtgN7I2xmSxsXYo4rOdWAvRxbnSwb3TfcA7nDzrDlZNJZzqmtyBKOvkHW5j0llO6SPg7uwV1CI/gnyohNLHEDZHkNXi8y7y0kofbkC3Kx6N8LoyrnjUXwTBflcEyOBjxBWPuistv21z5bcljoYdZZTfOrBdcuW3bdUqYKapOuQj+arYAqYfm8dX+r8oAWepjubKSC85bLOllICXJeoyiui72AHZAWcdybmGpP2bMC58xWGorCJ66v//k1TY/hFgACZWA+LefMi0AAAAAElFTkSuQmCC);
      background-size: contain;
      background-repeat: no-repeat;
}
.global-menu-container .global-menu .globalm-icon[data-v-6d54e1fe]:hover, .global-menu-container .global-menu .globalm-icon[data-v-6d54e1fe]:focus {
      background-color: transparent;
      border: 0;
}
.menu-title[data-v-6d54e1fe] {
  color: #00a19c;
  font-size: 50px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.menu-item[data-v-6d54e1fe] {
  padding: 15px 0;
  display: block;
  color: #000;
}
.menu-item[data-v-6d54e1fe]:hover {
    display: #000;
}
@media (min-width: 768px) {
.global-menu-container[data-v-6d54e1fe] {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: fixed;
    z-index: 999;
    right: 130px;
    top: 3px;
}
}
@media (max-width: 767px) {
.global-menu-container .global-menu .globalm-icon[data-v-6d54e1fe] {
    width: 36px;
    height: 36px;
    margin-right: 20px;
}
.global-menu-container .global-menu .globalm-icon[data-v-6d54e1fe]::before {
      right: 0;
}
.global-menu-container .global-menu .globalm-icon span[data-v-6d54e1fe] {
      display: none;
}
}

#globalmenu___BV_modal_backdrop_ {
  background-color: #e1e4e6;
  opacity: 0.95;
}
#globalmenu {
  padding-right: 0 !important;
}
#globalmenu .globalm-close {
    position: fixed;
    right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 999;
    cursor: pointer;
}
#globalmenu .globalm-close::before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 20px;
      width: 18px;
      height: 18px;
      background-image: url(/static/img/icon-close.png);
      background-repeat: no-repeat;
      background-size: contain;
}
#globalmenu .modal-header {
    border: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms;
}
#globalmenu .modal-header .close {
      position: fixed;
      right: 65px;
      display: block;
      width: 75px;
      padding: 0;
      z-index: 999;
      height: 20px;
      text-indent: 9999px;
      overflow: hidden;
      opacity: 1;
}
#globalmenu .modal-header .close::before {
        content: "CLOSE";
        text-indent: 0;
        font-size: 14px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        line-height: 1.5;
        margin: auto;
        padding-right: 25px;
}
#globalmenu .modal-header .close::after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        height: 100%;
        width: 20px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODViMmQyNC03MDYzLTViNDItYWRlZS1mMWE0MDQ5NzY4ZjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0EzNzRBMzgwQTZGMTFFQThGOEFFODI5MkZGN0Y5RjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0EzNzRBMzcwQTZGMTFFQThGOEFFODI5MkZGN0Y5RjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmIyODBiZTY4LWMxNjAtMjI0Zi04ZmI0LTBkNTM1YWY4YWM1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozODViMmQyNC03MDYzLTViNDItYWRlZS1mMWE0MDQ5NzY4ZjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5R3IRHAAAAhElEQVR42rzV3QqAIAwFYNf730rP6FNMF7sYtjmNQ4IQ5fn60SYxc4E2BdvodXT6QJBm22MpKCfk4D5ESTOSrRa0F3bRV8aCp6g7dgZ30XCMB2bo8oYRGAXTp1+BHpp+3wyc0XSyxLoKuv31ytBJgS4b6MKG/nrw4gAvX7ACS+gtoAswAPkqsde30nNAAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-size: contain;
}
#globalmenu.show .modal-header {
    opacity: 1;
}
#globalmenu .modal-md {
    max-width: none;
    margin-top: 15px;
}
#globalmenu .modal-md .modal-content {
      background-color: transparent;
      border: 0;
}
#globalmenu .modal-md .modal-content .modal-body .input-group {
        border-bottom: 1px solid #263238;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .form-control {
          border: 0;
          border-radius: 0;
          background-color: transparent;
          padding: 0;
          padding-bottom: 15px;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .form-control::-webkit-input-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .form-control:-moz-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .form-control::-moz-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .form-control:-ms-input-placeholder {
            color: #263238;
            font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
            font-weight: 700;
            font-size: 18px;
}
#globalmenu .modal-md .modal-content .modal-body .input-group .input-group-append .btn-search {
          border: 0;
          background-color: transparent;
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(/static/img/icon-search-green.png);
}
#globalmenu .modal-md .modal-content .modal-body .input-group .input-group-append .btn-search:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
}

.front[data-v-7134baa8] {
  padding: 0;
}

#countdown {
  padding: 15px 0;
  color: white;
}
#countdown .c-font-24 {
    font-size: 24px;
}
#countdown .custom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#countdown .custom-flex .custom-left {
      text-align: center;
}
#countdown .custom-flex .custom-right {
      -ms-flex-item-align: center;
          align-self: center;
}
#countdown .custom-flex .custom-pad-left {
      padding-left: 25px;
}
#countdown .custom-flex .c-days-bk {
      padding: 15px;
      font-size: 48px;
      line-height: 1;
}
#countdown .custom-flex .c-days {
      font-size: 16px;
      font-weight: 900px;
}
#countdown .c-days-bk {
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAACFCAYAAAERCkteAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABX9JREFUeNpi/P//PwPjqnkcDBQCFqgh4pQaxMRAJTBqEBEGnVM1lKeCOT+YgelI5KySzB8KDfrDsnPnTgYGZ3NFCg36wPTo0aO3VPAaC9P/FXP+UMEgntEESUeDAAKIkWHlXIoLtf9hST9YqFGoAQvHH6OxRmeDXlJqyHk1o0iquGjWrFkMoHQESpAUFWygwhHkIhZKXXT//v1TIIN0KM4iK+Z8G02QdDQIIIBgBZs4w+AA1CvXBl1Qjzpo5DoIWPWDHPV6ELjlF9AtbMzi4uJKW7lYPoBakgPsoN+SR06FsSxZsoSBIT+Z4jqNCuDDsmXLGJiuX78+aNLP1atXGUAltQCQbTBI3PRhNNuPOmjYOYgROoKlMBgcAyypHwAEYMfuTQCEwSAMhw8RR7BxCwdwHYe0l1QZInUgYC36uoRXXCD9w+WHXDj2pDQKeG6KwuK9Y4wxxhhjjFjHmhQgOKKUsitgcETOWWKJcJBMEkkmDRSrtK1/N86v4EWtVSIZHNF7l8DgiNbaoYDBwYN88w1sjDHGGGOM0OB/5nznLGC5HgHYt38cBGEojuOv5S3ujiaOurh5Aw/gwiW8gS4cxQO4eQBH0gkSVlh0L2kHBzYtf0wIOpKA5PddmjB+8kIolM+rtCWhbkb2cUpuos0kDP7khgMc4AAHOMBBwAEOcIAzeEJrvXLrYX67Hmk8Z1uHrNC7/cmtdw7DkKTEALVTSlUrR1FEnucRrRdQaYrjmMpXOZwkCTEzvYKgcNcfoCHyfb+enCzLqskRl/OYTmkOmd2kaT05xhgSQoCkVZ7nlQlba4HTHZ3GpPzYWp5P34LkK93Lr1sTjfGAg+0DcIADHOAABzjAAQ7q4jzB8Hv/+RaAvftnQRAI4zhucC8gaG5ua28Igl5C0AvoDfUO2mtv7I00BaKI4ug/COqeOw9PDFoaJL6/RXH8oJ6n9zxOftXJ6p8iDWxkRj7n0vp8OYHCTRgYYIABBhhggAEGGGAIMMAAAwwwwAADDDDAAEOA+Rb5ErkwO5dTDYf5ClnozUzlee56rB1hMSvKV3qzVWEYouHFeaixdFgbS5yHiuPYHpmyoFwSRZEtzkiSpIWhIEwiHn0YKuX6MGmaumGKCjmd3fm6NDBZZn9/oZ9jNrAEwVp7GBipjiNdXLWgKooCDS9lWdrhuq6ZCfhpmsYWmsoO6eJOFFVVFRpenIfA3ODowdzNKD2mNsdjCi+qgAEGGGCAAQYYYIABBhgCDDDAAAMMMMAAAwwwwJABzBOGYVzHIVlOxSK8Nq/94fEWoL07xkkYigM4/JBiGBzUOJgYNxNXJy/gDTyA5/A6HsDbODg4CAshgSjEAZEQ3ytW+5qAMrh9X9KkdGx+NK3Y969OzG5YLeXvq8UmbzGacfr5uhvMfuDvZq4suNNDNIgG0SAaEA2iQTSIBtGAaBANokE0iAZEg2gQDaJBNIgGRMM/q16WO4z7na9ju2KiYR635df+S2uxWKQRM9U0lVDc390GL8/xY/ZxfXPZarWu0od4kXkuer1euUw7rFOfRFQu0N7v90XDRs0LS5Gm8ezs1G5h2k4SuTTBKosmHciiOT1wllgbTTlxZjAYhE6nIxrWGg6H3xeW5XIZinSgKOpr9pxXj1ceu0neUyPZlSaNicujKWM5iVvX+SJ6So1k9zTj8Ti029nd755gqDkajUZ5NJPJpBkNZKbTafa5mM/n+dMTNG9qGsMWy+mLomGraNKISn8RZpPm9FIDcPlVaiT95lSp/jXiOO4f156eLLZM3VtYrVCetse0jvB+3LlwXvijV3fAbE00iAbRIBpEg2hANIgG0SAaRAOiQTSIBtEgGhANokE0iAbRIBrYTv1lubPgJTk2e43bwyfWzbP6sDjl+wAAAABJRU5ErkJggg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.front .front-2017rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front .front-2017rank .rank-line {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.front .front-2017rank .rank-line::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      border-bottom: 2px solid white;
}
.front .bottom-views {
  border-bottom: 2px solid #fff;
}
.front .bottom-views .row .bottom-views-container,
  .front .bottom-views .row .view-all {
    min-height: 310px;
    padding: 15px;
}
.front .bottom-views .row .bottom-views-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #00a19c;
    color: #fff;
}
.front .bottom-views .row .bottom-views-container .bottom-views-cover {
      padding: 0 10px;
      margin-top: 40px;
}
.front .bottom-views .row .bottom-views-container .bottom-views-cover .bottom-views-date {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
}
.front .bottom-views .row .bottom-views-container .bottom-views-cover .bottom-views-title {
        font-size: 23px;
        font-weight: 300;
        line-height: 29px;
        max-height: 185px;
}
.front .bottom-views .row .bottom-views-container .bottom-views-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      background-color: #d3db62;
      bottom: 0;
      height: 100%;
      left: 0;
      right: 0;
      overflow: hidden;
      max-height: 0;
      color: #323232;
      padding: 0 25px;
      -webkit-transition: max-height 0.3s linear;
      transition: max-height 0.3s linear;
}
.front .bottom-views .row .bottom-views-container .bottom-views-content .bottom-views-content-container {
        margin-top: 40px;
        max-width: 236px;
        max-height: 197px;
        width: 100%;
}
.front .bottom-views .row .bottom-views-container .bottom-views-content .bottom-views-content-container a {
          color: #00a19c;
}
.front .bottom-views .row .bottom-views-container:hover .bottom-views-content {
      max-height: 100%;
}
.front .bottom-views .row .view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00a19c;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f6f6f6;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(252, 252, 252, 0.1) 0%, rgba(252, 252, 252, 0.11) 50%, rgba(0, 0, 0, 0.12) 100%);
    /* w3c */
}
.front .bottom-views .row .view-all .views-all-container {
      text-align: center;
}
.front .bottom-views .row .view-all .views-all-container .views-all-icon {
        width: 116px;
        height: 116px;
        background-image: url(/static/img/icon-news.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
}
.front .bottom-views .row .view-all .views-all-container .views-all-title {
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
}
.front .front-innovation {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 45px;
}
.front .front-innovation-content {
  padding-top: 20px;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
}
.front .columnspto-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 25px;
  line-height: 27px;
}
.front .enlarge-content-body {
  font-size: 16px;
  font-weight: 100 !important;
}
.front .front-explore {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
}
.front .front-motorsport {
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
.front .borderonright {
    font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.front .front-fortune-container {
    max-width: 115px;
}
.front .front-fortune {
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
}
.front .front-global {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
}
.front .front-2017rank {
    font-size: 10px;
    text-align: center;
}
.front .front-184 {
    font-size: 66px;
    line-height: 66px;
}
.front .front-aboutus {
    padding-top: 30px;
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
}
.front .front-aboutus-content {
    padding-top: 20px;
    font-weight: 300;
    font-size: 16px;
    display: block;
}
.front .front-motorsport {
    font-size: 35px;
    line-height: 37px;
}
.front .onecolumn {
    text-align: left !important;
}
.front .bottom-views .row .bottom-views-container {
    border-bottom: 1px solid #fff;
}
.front .bottom-views .row .bottom-views-container .bottom-views-cover {
      margin-top: 40px;
}
.front .bottom-views .row .bottom-views-container .bottom-views-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      background-color: #d3db62;
      bottom: 0;
      height: 100%;
      left: 0;
      right: 0;
      overflow: hidden;
      max-height: 0;
      color: #323232;
      -webkit-transition: max-height 0.3s linear;
      transition: max-height 0.3s linear;
}
.front .bottom-views .row .bottom-views-container .bottom-views-content .bottom-views-content-container {
        margin-top: 40px;
        border-bottom: 1px solid #fff;
}
.front .bottom-views .row .bottom-views-container .bottom-views-content .bottom-views-content-container a {
          color: #00a19c;
}
.front .bottom-views .row .bottom-views-container:hover .bottom-views-content {
      max-height: 100%;
}
.front .bottom-views .row .view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00a19c;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f6f6f6;
}
.front .bottom-views .row .view-all .views-all-container {
      text-align: center;
}
.front .bottom-views .row .view-all .views-all-container .views-all-icon {
        width: 116px;
        height: 116px;
        background-image: url(/static/img/icon-news.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
}
.front .bottom-views .row .view-all .views-all-container .views-all-title {
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
}
}
@media (min-width: 992px) {
.front .front-fortune {
    font-weight: 500;
    font-size: 33px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}
.front .front-global {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
}
.front .front-2017rank {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.front .front-184 {
    font-size: 88px;
    line-height: 88px;
}
.front .front-aboutus {
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
}
.front .front-aboutus-content {
    display: block;
    padding-top: 20px;
    font-weight: 100;
    font-size: 16px;
}
.front .front-motorsport {
    font-size: 45px;
    line-height: 47px;
}
}
@media (min-width: 768px) {
#countdown {
    padding: 60px 0;
}
#countdown .custom-flex {
      max-width: 400px;
      margin: auto;
}
.front .borderonright {
    font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.front .no-padding .bottom-views-container {
    border-left: 2px solid #fff;
}
.front .no-padding .bottom-views-container .bottom-views-cover {
      margin-top: 40px;
      max-width: 236px;
}
.front .no-padding:first-child .bottom-views-container {
    border-left: 0;
}
.front .bottom-views-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    background-color: #d3db62;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    color: #323232;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
.front .bottom-views-content .bottom-views-content-container {
      margin-top: 40px;
      max-width: 236px;
      max-height: 197px;
}
.front .bottom-views-content .bottom-views-content-container a {
        color: #00a19c;
}
.front:hover .bottom-views-content {
    max-height: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.front .front-fortune {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}
.front .front-global {
    font-weight: 700;
    font-size: 22px;
    line-height: 24x;
    text-transform: uppercase;
    text-align: center;
}
.front .front-2017rank {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.front .front-184 {
    font-size: 78px;
    line-height: 78px;
}
.front .front-aboutus {
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
}
.front .front-aboutus-content {
    display: block;
    padding-top: 20px;
    font-weight: 100;
    font-size: 16px;
}
.front .front-motorsport {
    font-size: 45px;
    line-height: 47px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.front .borderonright {
    max-width: 200px;
}
.front .front-fortune {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.front .front-global {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.front .front-2017rank {
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.front .front-184 {
    font-size: 62px;
    line-height: 62px;
}
.front .front-aboutus {
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
}
.front .front-aboutus-content {
    font-weight: 16;
    font-size: 16px;
}
.front .front-motorsport {
    font-size: 45px;
    line-height: 47px;
}
}

.landing-page[data-v-1bc7a5bf] {
  padding: 0;
}

.landing-page .bottom-views {
  border-bottom: 1px solid #fff;
}
.landing-page .bottom-views .row > div {
    border-left: 1px solid #fff;
}
.landing-page .bottom-views .row > div:first-child {
      border: 0;
}
.landing-page .bottom-views .row .bottom-views-container, .landing-page .bottom-views .row .view-all {
    min-height: 310px;
    padding: 15px;
}
.landing-page .bottom-views .row .bottom-views-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #00a19c;
    color: #fff;
}
.landing-page .bottom-views .row .bottom-views-container .bottom-views-cover {
      margin-top: 40px;
      max-width: 236px;
}
.landing-page .bottom-views .row .bottom-views-container .bottom-views-cover .bottom-views-date {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
}
.landing-page .bottom-views .row .bottom-views-container .bottom-views-cover .bottom-views-title {
        font-size: 23px;
        font-weight: 300;
        line-height: 29px;
}
.landing-page .bottom-views .row .bottom-views-container .bottom-views-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      background-color: #d3db62;
      bottom: 0;
      height: 100%;
      left: 0;
      right: 0;
      overflow: hidden;
      max-height: 0;
      color: #323232;
      -webkit-transition: max-height 0.3s linear;
      transition: max-height 0.3s linear;
}
.landing-page .bottom-views .row .bottom-views-container .bottom-views-content .bottom-views-content-container {
        margin-top: 40px;
        max-width: 236px;
        max-height: 197px;
}
.landing-page .bottom-views .row .bottom-views-container .bottom-views-content .bottom-views-content-container a {
          color: #00a19c;
}
.landing-page .bottom-views .row .bottom-views-container:hover .bottom-views-content {
      max-height: 100%;
}
.landing-page .bottom-views .row .view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00a19c;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f6f6f6;
}
.landing-page .bottom-views .row .view-all .views-all-container {
      text-align: center;
}
.landing-page .bottom-views .row .view-all .views-all-container .views-all-icon {
        width: 116px;
        height: 116px;
        background-image: url(/static/img/icon-news.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
}
.landing-page .bottom-views .row .view-all .views-all-container .views-all-title {
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
}

.header-company[data-v-10834b40] {
  padding: 70px 0;
}
.filter-title-container[data-v-10834b40] {
  height: 100%;
  padding: 0 15px;
}
.filter-title-container .filter-title[data-v-10834b40] {
    font-size: 24px;
    font-weight: 300;
    color: #323232;
}
.company-title-container[data-v-10834b40] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 30px;
}
.company-title-container .company-title[data-v-10834b40] {
    font-size: 30px;
    color: #00a19c;
}
.company-content-container[data-v-10834b40] {
  padding-bottom: 120px;
}
.company-content-container .company-content[data-v-10834b40] {
    font-size: 16px;
}
.company-content-container .company-content .content-label[data-v-10834b40] {
      font-weight: 700;
}
.company-content-container .company-content .content-data[data-v-10834b40] {
      color: #828282;
      font-weight: 300;
}
.listing-inner-return-container[data-v-10834b40] {
  height: 100%;
  display: inline-block;
  padding: 15px;
}
.listing-inner-return-container .listing-inner-return[data-v-10834b40] {
    padding-right: 40px;
    position: relative;
}
.listing-inner-return-container .listing-inner-return[data-v-10834b40]::before {
      position: absolute;
      content: "";
      right: 0;
      background-image: url(/static/img/icon-return.png);
      background-repeat: no-repeat;
      background-size: contain;
      height: 100%;
      width: 24px;
}
.listing-inner-return-container .listing-inner-return a[data-v-10834b40] {
      color: #323232;
      font-size: 18px;
      line-height: 18px;
      font-weight: 300;
}
.content-header[data-v-10834b40] {
  padding: 20px 0;
  padding-top: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.content-header .right .media-release[data-v-10834b40] {
    color: #00a19c;
    font-size: 15px;
    font-weight: 700;
}
.content-header .right .year[data-v-10834b40] {
    font-weight: 300;
}
.content-header .listing-date[data-v-10834b40] {
    color: #00a19c;
    font-size: 15px;
    font-weight: 700;
}
.content-header .listing-title[data-v-10834b40] {
    font-size: 18px;
    font-weight: 300;
}
.listing-inner-background[data-v-10834b40] {
  background-color: #fafafa;
}
.listing-inner-back-container[data-v-10834b40] {
  padding: 0 15px;
}
.listing-inner-back-container .listing-inner-back[data-v-10834b40] {
    margin: 70px 0;
}
.listing-inner-back-container .listing-inner-back a[data-v-10834b40] {
      border-bottom: 2px solid;
}
.bottom-views[data-v-10834b40] {
  padding-top: 85px;
}
@media (min-width: 768px) {
.header-company .filter-title-container[data-v-10834b40] {
    padding: 0;
}
.filter-title-container[data-v-10834b40] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.company-title-container[data-v-10834b40] {
    padding: 20px;
}
.company-content-container[data-v-10834b40] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    padding-bottom: 100px;
}
.company-content-container .content-left .content-label[data-v-10834b40] {
      padding-left: 0;
}
.company-content-container .content-right .content-label[data-v-10834b40] {
      padding-left: 0;
}
.company-content-container .content-right .content-data[data-v-10834b40] {
      padding-right: 0;
}
.company-content-container .company-content[data-v-10834b40] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      padding: 5px 0;
}
.company-content-container .company-content .content-label[data-v-10834b40] {
        font-weight: 700;
        padding-right: 0;
}
.company-content-container .company-content .content-data[data-v-10834b40] {
        color: #828282;
        font-weight: 300;
        padding: 0;
}
.listing-inner-return-container[data-v-10834b40] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.listing-inner-return-container .listing-inner-return[data-v-10834b40] {
      padding-right: 40px;
      position: relative;
}
.listing-inner-return-container .listing-inner-return[data-v-10834b40]::before {
        position: absolute;
        content: "";
        right: 0;
        background-image: url(/static/img/icon-return.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        width: 24px;
}
.listing-inner-return-container .listing-inner-return a[data-v-10834b40] {
        color: #323232;
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
}
.content-header[data-v-10834b40] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-header .right[data-v-10834b40] {
      text-align: right;
}
}
@media (max-width: 767px) {
.company-content-container .company-content[data-v-10834b40] {
    margin: 15px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.company-content-container .company-content[data-v-10834b40] {
    margin: 15px 0;
}
}

.filter-title p {
  margin: 0;
}
p {
  margin: 0;
}
.bottom-views .related-header {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.bottom-views .view-views-our-brand-festive-ad .three-column-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bottom-views .view-views-subpage-media-press-release .related-press-release, .bottom-views .view-views-subpage-announcement .related-press-release, .bottom-views .view-views-subpage-media-events .related-press-release, .bottom-views .view-views-subpage-news-clipping .related-press-release {
  margin-top: 15px;
  margin-bottom: 50px;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance, .bottom-views .view-views-subpage-announcement .listing-content-balance, .bottom-views .view-views-subpage-media-events .listing-content-balance, .bottom-views .view-views-subpage-news-clipping .listing-content-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  border-bottom: 2px solid #26323810;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-content-container {
    color: #263238;
    position: relative;
    max-width: 780px;
    width: 100%;
    padding-right: 20px;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container .listing-content-sub, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container .listing-content-sub, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container .listing-content-sub, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-content-container .listing-content-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 15px;
      padding-top: 15px;
      font-weight: 300;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-symbol, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-symbol, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-symbol, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-symbol {
          padding: 0 6px;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-data, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-data, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-data, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-content-container .listing-content-sub .listing-content-detail .listing-content-data {
          padding-right: 15px;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container .listing-content-title, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container .listing-content-title, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container .listing-content-title, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-content-container .listing-content-title {
      line-height: 30px;
      font-size: 30px;
      font-weight: 700;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-more, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-more, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-more, .bottom-views .view-views-subpage-news-clipping .listing-content-balance .listing-more {
    min-width: 167px;
    text-align: right;
}
.bottom-views .view-views-subpage-media-press-release .no-padding:last-child .listing-content-balance, .bottom-views .view-views-subpage-announcement .no-padding:last-child .listing-content-balance, .bottom-views .view-views-subpage-media-events .no-padding:last-child .listing-content-balance, .bottom-views .view-views-subpage-news-clipping .no-padding:last-child .listing-content-balance {
  border: 0;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance.custom-0 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance.custom-2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding {
    width: calc(100% - 30px);
    margin-bottom: 40px;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content {
      height: 179px;
      color: #fff;
      position: relative;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container {
        position: absolute;
        bottom: -7px;
        width: 100%;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub {
          padding: 0 25px;
          font-size: 15px;
          text-transform: uppercase;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub::before, .bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub::after {
            content: "";
            display: table;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub::after {
            clear: both;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-date, .bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-category {
            float: left;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-sub .listing-content-date {
            padding-right: 15px;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-content .listing-content-container .listing-content-title {
          padding: 0 25px;
          line-height: 28px;
          font-size: 28px;
          font-weight: 700;
          text-transform: uppercase;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-download {
      margin-left: 20px;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-download button {
        background-color: transparent;
        padding: 0;
        border: 0;
        border-bottom: 1px solid;
        position: relative;
        display: inline-block;
        font-size: 16px;
}
.bottom-views .view-views-our-brand-festive-ad .listing-content-balance .custom-padding .listing-download button::before {
          content: "";
          display: block;
          position: absolute;
          width: 25px;
          height: 100%;
          background-repeat: no-repeat;
          background-size: contain;
          right: -40px;
          background-image: url(/static/img/icon-cta-green.png);
}
@media (min-width: 768px) {
.bottom-views .view-views-our-brand-festive-ad .three-column-margin {
    padding: 0 7.333333%;
}
}
@media (max-width: 767px) {
.bottom-views .view-views-subpage-media-press-release .listing-content-balance, .bottom-views .view-views-subpage-announcement .listing-content-balance, .bottom-views .view-views-subpage-media-events .listing-content-balance, .bottom-views .view-views-subpage-media-news-clipping .listing-content-balance {
    display: block;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-content-container, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-content-container, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-content-container, .bottom-views .view-views-subpage-media-news-clipping .listing-content-balance .listing-content-container {
      max-width: unset;
      padding-right: 0;
}
.bottom-views .view-views-subpage-media-press-release .listing-content-balance .listing-more, .bottom-views .view-views-subpage-announcement .listing-content-balance .listing-more, .bottom-views .view-views-subpage-media-events .listing-content-balance .listing-more, .bottom-views .view-views-subpage-media-news-clipping .listing-content-balance .listing-more {
      min-width: unset;
      text-align: left;
}
}

@-webkit-keyframes fixed-desktop-in-data-v-49ca13a6 {
0% {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 98;
    opacity: 0;
}
50% {
    position: fixed;
    left: 0;
    right: 0px;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    z-index: 98;
}
100% {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 98;
    background-color: #00a19c;
    opacity: 1;
}
}
@keyframes fixed-desktop-in-data-v-49ca13a6 {
0% {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 98;
    opacity: 0;
}
50% {
    position: fixed;
    left: 0;
    right: 0px;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    z-index: 98;
}
100% {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 98;
    background-color: #00a19c;
    opacity: 1;
}
}
@-webkit-keyframes fixed-desktop-out-data-v-49ca13a6 {
0% {
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    background-color: #00a19c;
    z-index: 98;
    opacity: 1;
}
25% {
    position: fixed;
    top: 94px;
    left: 0;
    margin: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    z-index: 98;
    opacity: 0;
}
50% {
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 98;
}
75% {
    position: relative;
    top: 0;
    opacity: 0;
    z-index: 98;
}
100% {
    position: relative;
    z-index: 98;
    opacity: 1;
}
}
@keyframes fixed-desktop-out-data-v-49ca13a6 {
0% {
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    background-color: #00a19c;
    z-index: 98;
    opacity: 1;
}
25% {
    position: fixed;
    top: 94px;
    left: 0;
    margin: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    z-index: 98;
    opacity: 0;
}
50% {
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 98;
}
75% {
    position: relative;
    top: 0;
    opacity: 0;
    z-index: 98;
}
100% {
    position: relative;
    z-index: 98;
    opacity: 1;
}
}
@-webkit-keyframes fixed-mobile-in-data-v-49ca13a6 {
0% {
    position: relative;
    right: 0;
    z-index: 98;
    opacity: 0;
}
50% {
    position: fixed;
    right: 0;
    opacity: 0;
    z-index: 98;
}
100% {
    position: fixed;
    right: 0;
    z-index: 98;
    width: 100%;
    text-align: right;
    background-color: #00a19c;
    opacity: 1;
}
}
@keyframes fixed-mobile-in-data-v-49ca13a6 {
0% {
    position: relative;
    right: 0;
    z-index: 98;
    opacity: 0;
}
50% {
    position: fixed;
    right: 0;
    opacity: 0;
    z-index: 98;
}
100% {
    position: fixed;
    right: 0;
    z-index: 98;
    width: 100%;
    text-align: right;
    background-color: #00a19c;
    opacity: 1;
}
}
@-webkit-keyframes fixed-mobile-out-data-v-49ca13a6 {
0% {
    position: fixed;
    top: 30px;
    margin-top: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    text-align: right;
    background-color: #00a19c;
    opacity: 1;
}
25% {
    position: fixed;
    top: 30px;
    right: 0;
    margin-top: 0;
    z-index: 98;
    width: 100%;
    text-align: right;
    background-color: transparent;
    opacity: 0;
}
50% {
    position: fixed;
    top: 54px;
    margin-top: 60px;
    right: 0;
    text-align: left;
    background-color: transparent;
    opacity: 0;
    z-index: 98;
}
75% {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    background-color: transparent;
    opacity: 0;
    z-index: 98;
}
100% {
    position: relative;
    opacity: 1;
    z-index: 98;
}
}
@keyframes fixed-mobile-out-data-v-49ca13a6 {
0% {
    position: fixed;
    top: 30px;
    margin-top: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    text-align: right;
    background-color: #00a19c;
    opacity: 1;
}
25% {
    position: fixed;
    top: 30px;
    right: 0;
    margin-top: 0;
    z-index: 98;
    width: 100%;
    text-align: right;
    background-color: transparent;
    opacity: 0;
}
50% {
    position: fixed;
    top: 54px;
    margin-top: 60px;
    right: 0;
    text-align: left;
    background-color: transparent;
    opacity: 0;
    z-index: 98;
}
75% {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    background-color: transparent;
    opacity: 0;
    z-index: 98;
}
100% {
    position: relative;
    opacity: 1;
    z-index: 98;
}
}
.listing-page .filter[data-v-49ca13a6] {
  position: relative;
  max-width: 1140px;
  padding: 0 25px;
  margin: auto;
}
.listing-page .filter .filter-title-container .filter-title[data-v-49ca13a6] {
    font-size: 24px;
    font-weight: 300;
}
.listing-page .filter .filter-title-container .filter-small-title[data-v-49ca13a6] {
    font-size: 18px;
    font-weight: 300;
}
.listing-page .filter .filter-title-container .filter-title-label[data-v-49ca13a6] {
    color: #00a19c;
    font-size: 15px;
}
.listing-page .filter .dropdowns .more-dropdown[data-v-49ca13a6] {
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #263238;
    font-weight: 300;
    font-size: 18px;
}
.listing-page .filter .dropdowns .more-dropdown[data-v-49ca13a6]:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
}
.listing-page .filter .dropdowns .more-dropdown .filter-icon-container[data-v-49ca13a6] {
      display: inline-block;
      position: relative;
      height: 20px;
      width: 24px;
      -webkit-transform: translateY(25%);
              transform: translateY(25%);
      margin-left: 10px;
}
.listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6], .listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6]::before, .listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6]::after {
        position: absolute;
        height: 3px;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-duration: .15s;
                transition-duration: .15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        border-radius: 4px;
        background-color: #00a19c;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
}
.listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6] {
        background-image: none;
        top: 0;
        width: 24px;
}
.listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6]::before, .listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6]::after {
          content: "";
          display: block;
}
.listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6]::before {
          top: 7px;
          width: 16px;
}
.listing-page .filter .dropdowns .more-dropdown .filter-icon-container .filter-icon[data-v-49ca13a6]::after {
          top: 14px;
          width: 8px;
}
.listing-page .close-button[data-v-49ca13a6] {
  position: relative;
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 30px;
  cursor: pointer;
}
.listing-page .close-button[data-v-49ca13a6]:focus {
    outline: none;
}
.listing-page .close-button[data-v-49ca13a6]::before, .listing-page .close-button[data-v-49ca13a6]::after {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: black;
}
.listing-page .close-button[data-v-49ca13a6]::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.listing-page .close-button[data-v-49ca13a6]::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.listing-page #dropdown-collapse[data-v-49ca13a6] {
  background-color: #fff;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.listing-page #dropdown-collapse .filter-group[data-v-49ca13a6] {
    margin: 25px 0;
}
.listing-page #dropdown-collapse .sortinglist[data-v-49ca13a6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.listing-page #dropdown-collapse .sortinglist .sorting-title[data-v-49ca13a6] {
      color: #00a19c;
      font-size: 15px;
      font-weight: 700;
}
.listing-page #dropdown-collapse .sortinglist #radios[data-v-49ca13a6] {
      padding-left: 25px;
      font-weight: 300;
}
.listing-page #dropdown-collapse .sortinglist #radios .custom-radio .custom-control-input:checked ~ .custom-control-label[data-v-49ca13a6]::after {
        background-image: none;
}
.listing-page #dropdown-collapse .apply-buttons[data-v-49ca13a6] {
    text-align: right;
    margin-bottom: 70px;
}
.listing-page #dropdown-collapse .submit-button[data-v-49ca13a6], .listing-page #dropdown-collapse .reset-button[data-v-49ca13a6] {
    display: inline-block;
    padding-right: 36px;
}
.listing-page #dropdown-collapse .submit-button button[data-v-49ca13a6], .listing-page #dropdown-collapse .reset-button button[data-v-49ca13a6] {
      background-color: transparent;
      padding: 0;
      border: 0;
      border-bottom: 1px solid #00a19c;
      position: relative;
      display: inline-block;
      font-size: 16px;
      color: #00a19c;
      border-radius: 0;
}
.listing-page #dropdown-collapse .submit-button button[data-v-49ca13a6]::before, .listing-page #dropdown-collapse .reset-button button[data-v-49ca13a6]::before {
        content: "";
        display: block;
        position: absolute;
        width: 25px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        right: -40px;
        background-image: url(/static/img/icon-cta-green.png);
}
.listing-page #dropdown-collapse .submit-button button[data-v-49ca13a6]:focus, .listing-page #dropdown-collapse .reset-button button[data-v-49ca13a6]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
}
.listing-page #dropdown-collapse .reset-button[data-v-49ca13a6] {
    margin-right: 50px;
}
.listing-page .filter-title[data-v-49ca13a6], .listing-page .filter-small-title[data-v-49ca13a6] {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
}
.listing-page .filter-section[data-v-49ca13a6] {
  -webkit-transition: all 0.4s ease, top 0.4s ease 0.2s;
  transition: all 0.4s ease, top 0.4s ease 0.2s;
}
.listing-page .sticky[data-v-49ca13a6] {
  position: fixed;
  text-align: right;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listing-page .sticky .filter-title[data-v-49ca13a6], .listing-page .sticky .filter-small-title[data-v-49ca13a6] {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (min-width: 768px) {
.listing-page .filter[data-v-49ca13a6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.listing-page .filter .dropdowns[data-v-49ca13a6] {
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 60px;
}
.listing-page #fix-dropdown .row[data-v-49ca13a6] {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.listing-page .no-sticky[data-v-49ca13a6] {
    -webkit-animation: fixed-desktop-out-data-v-49ca13a6 0.5s 0s ease-in forwards;
            animation: fixed-desktop-out-data-v-49ca13a6 0.5s 0s ease-in forwards;
}
.listing-page .sticky[data-v-49ca13a6] {
    top: 49px;
    -webkit-animation: fixed-desktop-in-data-v-49ca13a6 .5s 0s ease-in forwards;
            animation: fixed-desktop-in-data-v-49ca13a6 .5s 0s ease-in forwards;
}
.listing-page .sticky .filter .not-inline[data-v-49ca13a6] {
      color: #ffffff;
}
.listing-page .sticky .filter .not-inline .triangle[data-v-49ca13a6] {
        border: 2px solid #ffffff;
}
}
@media (max-width: 767px) {
.listing-page .filter-section[data-v-49ca13a6] {
    margin-top: 60px;
}
.listing-page .filter[data-v-49ca13a6] {
    display: block;
    padding: 0 25px;
}
.listing-page #fix-dropdown[data-v-49ca13a6] {
    background-color: #fff;
    z-index: 999;
    margin: 0 -25px;
    padding: 0 25px;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.listing-page #fix-dropdown .dropdown-container[data-v-49ca13a6] {
      width: 100%;
}
.listing-page #fix-dropdown .col-md-12[data-v-49ca13a6] {
      padding: 0;
}
.listing-page .filter-title-container[data-v-49ca13a6] {
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0.4s, max-height 0s linear 0.4s;
    transition: all 0.4s ease 0.4s, max-height 0s linear 0.4s;
}
.listing-page .no-sticky[data-v-49ca13a6] {
    -webkit-animation: fixed-mobile-out-data-v-49ca13a6 1s 0s ease-in forwards;
            animation: fixed-mobile-out-data-v-49ca13a6 1s 0s ease-in forwards;
}
.listing-page .sticky[data-v-49ca13a6] {
    top: 54px;
    margin-top: 0;
    -webkit-animation: fixed-mobile-in-data-v-49ca13a6 .5s 0s ease forwards;
            animation: fixed-mobile-in-data-v-49ca13a6 .5s 0s ease forwards;
}
.listing-page .sticky .filter-title-container[data-v-49ca13a6] {
      max-height: 0;
      -webkit-transition: all 0s ease-in;
      transition: all 0s ease-in;
}
.listing-page .sticky .dropdown-container[data-v-49ca13a6] {
      text-align: left;
}
}

.filter-title p, .filter-small-title p {
  margin: 0;
}
.sortinglist #radios .custom-radio input:focus {
  outline: none;
}
.sortinglist #radios .custom-radio .custom-control-label:focus {
  outline: none;
}
.sortinglist #radios .custom-radio .custom-control-label::before {
  width: 16px;
  height: 16px;
}
.sortinglist #radios .custom-radio .custom-control-label::after {
  top: 5px;
  left: -23px;
  width: 14px;
  height: 14px;
}
.sortinglist #radios .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  border: 1px solid #e1e1e1;
}
.sortinglist #radios .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1e98d7;
}
.sortinglist #radios .custom-radio .custom-control-label::before {
  border-radius: 0;
}
@media (min-width: 768px) {
.listing-page .sticky .filter .not-inline {
    margin-top: 5px;
    margin-bottom: 5px;
}
.listing-page .sticky .filter .not-inline .dropdown-title {
      color: #ffffff;
}
.listing-page .sticky .filter .not-inline .triangle {
      border-color: #ffffff;
}
.listing-page .sticky .more-dropdown {
    color: #ffffff !important;
    margin: 10px 0;
}
.listing-page .sticky .more-dropdown .filter-icon {
      background-color: #ffffff !important;
}
.listing-page .sticky .more-dropdown .filter-icon::before, .listing-page .sticky .more-dropdown .filter-icon::after {
        background-color: #ffffff !important;
}
}
@media (max-width: 767px) {
.listing-page .sticky .more-dropdown {
    color: #ffffff !important;
    margin: 10px 0;
}
.listing-page .sticky .more-dropdown .filter-icon {
      background-color: #ffffff !important;
}
.listing-page .sticky .more-dropdown .filter-icon::before, .listing-page .sticky .more-dropdown .filter-icon::after {
        background-color: #ffffff !important;
}
}

.dropdown-container[data-v-3aff9aa2] {
  margin-bottom: 15px;
}
.dropdown-container.inline[data-v-3aff9aa2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.dropdown-container.inline .dropdown-title[data-v-3aff9aa2] {
      width: 54px;
}
.dropdown-container.inline .dropdown[data-v-3aff9aa2] {
      padding-left: 25px;
      width: calc(100% - 54px);
}
.dropdown-container.inline .dropdown-button[data-v-3aff9aa2] {
      padding-left: 0;
      border-bottom: 1px solid #e1e1e1;
      max-width: none;
}
@media (min-width: 768px) {
.dropdown-container[data-v-3aff9aa2] {
    text-align: right;
}
.dropdown-button[data-v-3aff9aa2] {
    max-width: 240px;
}
.dropdown-title[data-v-3aff9aa2] {
    text-align: right;
}
.dropdown .dropdown-selection[data-v-3aff9aa2] {
    white-space: nowrap;
}
}
@media (max-width: 991px) {
.dropdown-container.inline[data-v-3aff9aa2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.dropdown-container.inline .dropdown-selection[data-v-3aff9aa2] {
      width: 100%;
      white-space: normal;
}
.dropdown[data-v-3aff9aa2] {
    min-width: 90px;
    font-size: 15px;
}
.dropdown .dropdown-selection[data-v-3aff9aa2] {
      min-width: 90px;
}
}
@media (max-width: 767px) {
.dropdown-container[data-v-3aff9aa2] {
    margin-top: 15px;
}
.dropdown[data-v-3aff9aa2] {
    min-width: 120px;
}
.dropdown .dropdown-button[data-v-3aff9aa2] {
      padding-left: 0;
}
.dropdown .dropdown-selection[data-v-3aff9aa2] {
      right: auto;
      left: 0;
      width: 100%;
}
}

.dropdown-container[data-v-1a23e050] {
  margin-bottom: 15px;
}
.dropdown .dropdown-selection li[data-v-1a23e050] {
  padding: 0;
}
.dropdown .dropdown-selection li a[data-v-1a23e050] {
    padding: 8px 20px;
    display: block;
}
@media (min-width: 768px) {
.dropdown-container[data-v-1a23e050] {
    text-align: right;
}
.dropdown-button[data-v-1a23e050] {
    max-width: 240px;
}
.dropdown-title[data-v-1a23e050] {
    text-align: right;
}
.dropdown .dropdown-selection[data-v-1a23e050] {
    white-space: nowrap;
}
}
@media (max-width: 991px) {
.dropdown[data-v-1a23e050] {
    min-width: 90px;
    font-size: 15px;
}
.dropdown .dropdown-selection[data-v-1a23e050] {
      min-width: 90px;
}
}
@media (max-width: 767px) {
.dropdown-container[data-v-1a23e050] {
    margin-top: 15px;
}
.dropdown[data-v-1a23e050] {
    min-width: 120px;
}
.dropdown .dropdown-button[data-v-1a23e050] {
      padding-left: 0;
}
.dropdown .dropdown-selection[data-v-1a23e050] {
      right: auto;
      left: 0;
      width: 100%;
}
}

.subpage-image .align-center[data-v-64b339b8] {
  text-align: center;
}
.subpage-image .white-title[data-v-64b339b8] {
  color: #ffffff;
}
.subpage-image .banner-title[data-v-64b339b8] {
  font-size: 20px;
}
.subpage-image .banner-subtitle[data-v-64b339b8] {
  text-transform: uppercase;
}
.subpage-image .inner-banner[data-v-64b339b8] {
  background-image: url(/static/img/search.jpg);
}
.search-bar[data-v-64b339b8] {
  margin-bottom: 60px;
}
.search-bar .search-input .form-control[data-v-64b339b8] {
    border: 0;
    background-color: #ebebeb;
    padding: 18px 28px;
}
.search-bar .search-input .form-control[data-v-64b339b8]:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
}
.search-bar .search-input .form-control[data-v-64b339b8]::-webkit-input-placeholder {
      font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-weight: 300;
      font-size: 18px;
}
.search-bar .search-input .form-control[data-v-64b339b8]:-moz-placeholder {
      font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-weight: 300;
      font-size: 18px;
}
.search-bar .search-input .form-control[data-v-64b339b8]::-moz-placeholder {
      font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-weight: 300;
      font-size: 18px;
}
.search-bar .search-input .form-control[data-v-64b339b8]:-ms-input-placeholder {
      font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-weight: 300;
      font-size: 18px;
}
.search-bar .search-input .input-group-append[data-v-64b339b8] {
    background-color: #ebebeb;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    position: relative;
    width: 50px;
}
.search-bar .search-input .input-group-append .btn-search[data-v-64b339b8] {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background-color: transparent;
      width: 30px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(/static/img/icon-search-black.png);
}
.search-bar .search-input .input-group-append .btn-search[data-v-64b339b8]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
}
.search-results .result[data-v-64b339b8] {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
.subpage-image .inner-banner[data-v-64b339b8] {
    min-height: 350px;
}
.subpage-image .banner-title[data-v-64b339b8] {
    padding-top: 125px;
}
.subpage-image .banner-subtitle[data-v-64b339b8] {
    padding-top: 10px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
}
.search-bar[data-v-64b339b8] {
    margin-top: 60px;
}
}
@media (min-width: 992px) {
.subpage-image .inner-banner[data-v-64b339b8] {
    min-height: 370px;
}
.subpage-image .banner-title[data-v-64b339b8] {
    padding-top: 110px;
}
.subpage-image .banner-subtitle[data-v-64b339b8] {
    padding-top: 10px;
    font-size: 58px;
    line-height: 58px;
    font-weight: 700;
}
}
@media (min-width: 768px) {
.search-bar .col-md-10[data-v-64b339b8] {
    padding: 0;
}
}
@media (min-width: 767px) and (max-width: 992px) {
.subpage-image .inner-banner[data-v-64b339b8] {
    min-height: 370px;
}
.subpage-image .banner-title[data-v-64b339b8] {
    padding-top: 110px;
}
.subpage-image .banner-subtitle[data-v-64b339b8] {
    padding-top: 10px;
    font-size: 58px;
    line-height: 58px;
    font-weight: 700;
}
}

.search-results .result .title {
  padding-bottom: 10px;
}
.search-results .result .title a {
    font-weight: 700;
    color: #00a19c;
}
.search-results .result .title a:hover {
      text-decoration: underline;
}
.search-results .result .hightlight {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
}

.information-container[data-v-98604752] {
  margin-bottom: 80px;
}
.contact-us-title[data-v-98604752] {
  color: #00a19c;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}
.no-padding[data-v-98604752] {
  padding-left: 0px;
  padding-right: 0px;
}
.petronas-map[data-v-98604752] {
  height: 100%;
}
.contact-outer[data-v-98604752] {
  background-color: #00a19c;
}
.contact-container[data-v-98604752] {
  min-height: 350px;
}
.contact-green[data-v-98604752] {
  text-align: center;
}
.contact-green img[data-v-98604752] {
    margin-top: 40px;
    margin-bottom: 20px;
}
.contact-green .contact-description[data-v-98604752] {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.contact-green .contact-details[data-v-98604752] {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
@media (max-width: 767px) {
.petronas-map[data-v-98604752] {
    min-height: 350px;
    height: 100%;
}
.contact-container[data-v-98604752] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 350px;
}
.contact-green[data-v-98604752] {
    width: 100%;
}
.contact-green img[data-v-98604752] {
      margin-top: 0;
}
.contact-green .contact-details[data-v-98604752] {
      padding-right: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
}
.contact-green .contact-description[data-v-98604752] {
      padding-right: 15px;
      padding-left: 15px;
}
.input-group .input-group-append[data-v-98604752] {
    float: none;
}
}
@media (min-width: 992px) {
.spacing-top[data-v-98604752] {
    margin-top: 70px;
}
.contact-green .contact-details[data-v-98604752] {
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 15px;
}
.contact-green .contact-description[data-v-98604752] {
    padding-right: 55px;
    padding-left: 55px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.contact-green .contact-details[data-v-98604752] {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.contact-green .contact-description[data-v-98604752] {
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.spacing-top[data-v-98604752] {
    margin-top: 70px;
}
.contact-green .contact-details[data-v-98604752] {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.contact-green .contact-description[data-v-98604752] {
    padding-right: 15px;
    padding-left: 15px;
}
}

.form-container {
  width: 100%;
}
.form-container .input-group {
    padding-bottom: 80px;
    display: block;
}
.form-container .input-group .input-group-append {
      float: right;
      margin-right: 35px;
}
.form-container .input-group .input-group-append button {
        margin-top: 25px;
        background-color: transparent !important;
        border: none;
        font-size: 16px;
        color: #00a19c;
        font-weight: 500;
        border-bottom: 2px solid #00a19c;
        border-radius: 0px;
        padding: 0;
}
.form-container .input-group .input-group-append button:active {
          border-color: #00a19c;
          color: #00a19c;
}
.form-container .input-group .input-group-append button:focus {
          -webkit-box-shadow: none;
                  box-shadow: none;
}
.form-container .input-group .input-group-append button:before {
          background-image: url(/static/img/icon-cta-green.png);
          content: "";
          display: block;
          position: absolute;
          width: 25px;
          height: 100%;
          max-height: 30px;
          background-repeat: no-repeat;
          background-size: contain;
          right: -40px;
          top: 0;
          bottom: 0;
          margin: auto;
}
.form-container .custom-checkbox {
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
}
.form-container .custom-checkbox a {
      color: #00a19c;
      text-decoration: underline;
}
.form-container .invalid-text {
    font-size: 12px;
}
.form-container select, .form-container input, .form-container textarea {
    border: 2px solid #e2e2e2;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 300;
    color: #3b3b3b;
}
.thank-you-message {
  min-height: 100px;
  text-align: center;
}
@media (max-width: 767px) {
.form-container .input-group .input-group-append {
    float: none;
}
}

.page-not-found-container[data-v-180c693e] {
  background-image: url(/static/img/404-not-found.jpg);
  padding-top: 150px;
  padding-bottom: 100px;
  min-height: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-not-found-container .page-not-found-content[data-v-180c693e] {
    max-width: 565px;
}
.page-not-found-container .page-not-found-content .content-body-container .content-body[data-v-180c693e] {
      padding-bottom: 20px;
}
.page-not-found-container .page-not-found-content .input-group[data-v-180c693e] {
      border-bottom: 1px solid #fff;
}
.page-not-found-container .page-not-found-content .input-group .form-control[data-v-180c693e] {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        padding-bottom: 10px;
        color: #fff;
}
.page-not-found-container .page-not-found-content .input-group .form-control[data-v-180c693e]:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
}
.page-not-found-container .page-not-found-content .input-group .form-control[data-v-180c693e]::-webkit-input-placeholder {
          color: #fff;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 700;
          font-size: 18px;
}
.page-not-found-container .page-not-found-content .input-group .form-control[data-v-180c693e]:-moz-placeholder {
          color: #fff;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 700;
          font-size: 18px;
}
.page-not-found-container .page-not-found-content .input-group .form-control[data-v-180c693e]::-moz-placeholder {
          color: #fff;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 700;
          font-size: 18px;
}
.page-not-found-container .page-not-found-content .input-group .form-control[data-v-180c693e]:-ms-input-placeholder {
          color: #fff;
          font-family: "MuseoSans", "Lato", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight: 700;
          font-size: 18px;
}
.page-not-found-container .page-not-found-content .input-group .input-group-append .btn-search[data-v-180c693e] {
        border: 0;
        background-color: transparent;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/static/img/icon-search.png);
}
.page-not-found-container .page-not-found-content .input-group .input-group-append .btn-search[data-v-180c693e]:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
.page-not-found-container[data-v-180c693e] {
    padding-left: 20px;
    padding-right: 20px;
}
}

.not-found-container {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
.not-found-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.not-found-container .icon-left {
      padding-right: 35px;
}
}

#footer[data-v-4bc46146] {
  background-color: #263238;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
#footer[data-v-4bc46146]::before, #footer[data-v-4bc46146]::after {
    content: "";
    display: table;
}
#footer[data-v-4bc46146]::after {
    clear: both;
}
#footer .footer-menu[data-v-4bc46146] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
}
#footer .footer-menu[data-v-4bc46146]::before, #footer .footer-menu[data-v-4bc46146]::after {
      content: "";
      display: table;
}
#footer .footer-menu[data-v-4bc46146]::after {
      clear: both;
}
#footer .footer-menu .menu[data-v-4bc46146] {
      float: left;
      display: block;
      padding: 20px 22px;
}
#footer .footer-menu .menu a[data-v-4bc46146], #footer .footer-menu .menu div[data-v-4bc46146] {
        color: #fff;
        display: inline-block;
}
#footer .footer-menu .menu a[data-v-4bc46146] {
        text-transform: uppercase;
        font-size: 16px;
        opacity: 0.5;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
}
#footer .footer-menu .menu div[data-v-4bc46146] {
        padding: 0 5px;
}
#footer .footer-social[data-v-4bc46146] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#footer .footer-social .media[data-v-4bc46146] {
      padding: 20px;
}
#footer .footer-social .media a[data-v-4bc46146] {
        display: block;
        overflow: hidden;
        max-width: 43px;
        white-space: nowrap;
        position: relative;
}
#footer .footer-social .media a[data-v-4bc46146]::before {
          content: "";
          display: block;
          float: left;
          background: url(/static/img/imagesprites-new.png) no-repeat;
          background-size: 100%;
          width: 43px;
          height: 43px;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#footer .footer-social .media a[data-v-4bc46146]::after {
          content: "";
          display: block;
          background: url(/static/img/imagesprites-hover.png) no-repeat;
          background-size: 100%;
          width: 43px;
          height: 43px;
          position: absolute;
          top: 0;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
          opacity: 0;
}
#footer .footer-social .media .facebook[data-v-4bc46146]::before {
        background-position: 0 0;
}
#footer .footer-social .media .facebook[data-v-4bc46146]::after {
        background-position: 0 0;
}
#footer .footer-social .media .instagram[data-v-4bc46146]::before {
        background-position: 0 -46px;
}
#footer .footer-social .media .instagram[data-v-4bc46146]::after {
        background-position: 0 -46px;
}
#footer .footer-social .media .linkedin[data-v-4bc46146]::before {
        background-position: 0 -92px;
}
#footer .footer-social .media .linkedin[data-v-4bc46146]::after {
        background-position: 0 -92px;
}
#footer .footer-social .media .twitter[data-v-4bc46146]::before {
        background-position: 0 -138px;
}
#footer .footer-social .media .twitter[data-v-4bc46146]::after {
        background-position: 0 -138px;
}
#footer .footer-social .media .youtube[data-v-4bc46146]::before {
        background-position: 0 -184px;
}
#footer .footer-social .media .youtube[data-v-4bc46146]::after {
        background-position: 0 -184px;
}
#footer .footer-bottom[data-v-4bc46146] {
    padding: 20px 0;
    margin: 0 20px;
    position: relative;
}
#footer .footer-bottom[data-v-4bc46146]::before, #footer .footer-bottom[data-v-4bc46146]::after {
      content: "";
      display: table;
}
#footer .footer-bottom[data-v-4bc46146]::after {
      clear: both;
}
#footer .footer-bottom[data-v-4bc46146]::before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      border-top: 1px solid #90a4ae;
}
#footer .footer-bottom .disclaimer span[data-v-4bc46146] {
      padding: 0 5px;
}
#footer .footer-bottom .disclaimer a[data-v-4bc46146] {
      color: #ffffff;
      text-decoration: underline;
      font-size: 14px;
      opacity: 0.5;
      display: inline-block;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease;
}
#footer .footer-bottom .disclaimer a[data-v-4bc46146]:hover {
        opacity: 1;
}
@media (min-width: 576px) {
#footer .footer-menu .menu a[data-v-4bc46146]:hover {
    opacity: 1;
}
#footer .footer-menu .menu div[data-v-4bc46146] {
    padding: 0 5px;
}
#footer .footer-social[data-v-4bc46146] {
    padding-bottom: 40px;
}
#footer .footer-social .media a[data-v-4bc46146]:hover::before {
      opacity: 0;
}
#footer .footer-social .media a[data-v-4bc46146]:hover:after {
      opacity: 1;
}
#footer .footer-bottom .copyright[data-v-4bc46146] {
    float: left;
}
#footer .footer-bottom .disclaimer[data-v-4bc46146] {
    float: right;
}
}
@media (max-width: 767px) {
#footer[data-v-4bc46146] {
    text-align: center;
}
#footer .footer-menu[data-v-4bc46146] {
      display: block;
      margin-top: 20px;
}
#footer .footer-menu .menu[data-v-4bc46146] {
        float: none;
        padding: 17px 22px;
}
#footer .footer-menu .menu a[data-v-4bc46146] {
          opacity: 1;
}
#footer .footer-social[data-v-4bc46146] {
      padding-bottom: 16px;
}
#footer .footer-social .media[data-v-4bc46146] {
        padding: 10px;
}
#footer .footer-social .media a[data-v-4bc46146] {
          width: 37px;
}
#footer .footer-social .media a[data-v-4bc46146]::before {
            width: 37px;
            height: 37px;
}
#footer .footer-social .media .facebook[data-v-4bc46146]::before {
          background-position: 0 0;
}
#footer .footer-social .media .instagram[data-v-4bc46146]::before {
          background-position: 0 -40px;
}
#footer .footer-social .media .linkedin[data-v-4bc46146]::before {
          background-position: 0 -79px;
}
#footer .footer-social .media .twitter[data-v-4bc46146]::before {
          background-position: 0 -118px;
}
#footer .footer-social .media .youtube[data-v-4bc46146]::before {
          background-position: 0 -158px;
}
#footer .footer-bottom[data-v-4bc46146] {
      margin: 10px 35px;
}
#footer .footer-bottom[data-v-4bc46146]::before {
        border-top: 2px solid #90a4ae;
}
#footer .footer-bottom .disclaimer[data-v-4bc46146] {
        margin-top: 20px;
}
#footer .footer-bottom .disclaimer a[data-v-4bc46146] {
          opacity: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-bottom .disclaimer[data-v-4bc46146] {
    padding-top: 15px;
}
}

.catfish-banner-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.catfish-banner-container .catfish-background {
    background-color: #00a19c;
}
.btn-close {
  background-color: transparent;
  border: 0;
  position: relative;
  text-indent: -9000px;
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-right: 20px;
}
.btn-close::before, .btn-close::after {
    position: absolute;
    left: 10px;
    top: 0;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
}
.btn-close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.btn-close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.catfish-padding {
  padding: 15px 0;
}
.catfish-padding::after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
.catfish-padding {
    max-height: 90px;
}
}
@media (max-width: 767px) {
.close {
    float: none;
    text-align: right;
}
}

.cookie-consent-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.cookie-consent-container a {
    color: #fff;
    text-decoration: underline;
}
.cookie-consent-container .cookie-consent-background {
    background-color: #00a19c;
}
.btn-accept-container {
  padding-right: 30px;
  position: relative;
  min-width: 100px;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}
.btn-accept-container::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    max-height: 30px;
    background-image: url(/static/img/icon-cta-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.btn-accept-container:hover .btn-accept {
    color: #263238;
    border-color: #263238;
}
.btn-accept-container:hover::before {
    -webkit-filter: invert(100%);
            filter: invert(100%);
    background-image: url(/static/img/icon-cta-white.png);
}
.btn-accept {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 0;
}
.cookie-consent-padding {
  padding: 15px 0;
}
.cookie-consent-padding::after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
.cookie-consent-padding {
    max-height: 90px;
}
}
@media (max-width: 767px) {
.cookie-consent-background {
    padding-bottom: 20px;
}
}

/*# sourceMappingURL=app.css.map?v=eb55f761148752e4c973*/