@font-face{
  font-family: 'arial';
  font-style:normal;
  font-weight:900;
  src:local('Arial');
 }

@font-face {
  font-family: 'amadeus_light';
  src: url('https://smartcdn.dam.gettyimages.com/ZDGGZ2DB/at/st755xh6xh5q5jt358xbsvg7/AmadeusNeue-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'amadeus_regular';
  src: url('https://smartcdn.dam.gettyimages.com/ZDGGZ2DB/at/kj7xsr2996nsp7qhb6wc8m2q/AmadeusNeue-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'amadeus_thin';
  src: url('https://smartcdn.dam.gettyimages.com/ZDGGZ2DB/at/f9b9tgtjhnrtkz4vg62c254k/AmadeusNeue-Medium.woff2') format('woff2');
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #9bcaeb;
  --indigo: #000835;
  --purple: #6f2b8d;
  --pink: #ce0058;
  --red: #c60000;
  --orange: #f7a827;
  --yellow: #feeb3d;
  --green: #00a34e;
  --teal: #0090c1;
  --cyan: #C5D5F9;
  --white: #fff;
  --gray: rgba(0, 0, 0, 0.6);
  --gray-dark: rgba(0, 0, 0, 0.9);
  --blue: #9bcaeb;
  --indigo: #000835;
  --purple: #6f2b8d;
  --pink: #ce0058;
  --red: #c60000;
  --orange: #f7a827;
  --yellow: #feeb3d;
  --green: #00a34e;
  --teal: #0090c1;
  --cyan: #C5D5F9;
  --white: #fff;
  --gray: #666;
  --black: #000;
  --sky: #e7f2fa;
  --primary: #000835;
  --secondary: #666;
  --success: #00a34e;
  --info: #C5D5F9;
  --warning: #f7a827;
  --danger: #c60000;
  --light: #f5f5f5;
  --dark: rgba(0, 0, 0, 0.9);
  --pacific: #9bcaeb;
  --mystery: #6f2b8d;
  --love: #ce0058;
  --sky: #e7f2fa;
  --inverse: #fff;
  --glass: rgba(255, 255, 255, 0.1);
  --frost: rgba(255, 255, 255, 0.25);
  --smoke: rgba(0, 0, 0, 0.2);
  --dusk: rgba(0, 0, 0, 0.6);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Arial", Calibri, sans-serif;
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  @media (min-width: 768px) {

    .jumbotron {
 
    min-height: 25.3015rem;
 
 } }
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    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; }
  .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 #ddd !important; } }

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

html {
  font-family: amadeus_regular, Arial;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "amadeus_regular", Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !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: 1rem; }

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

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

dfn {
  font-style: italic; }

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: #000835;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #00376c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .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; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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-cancel-button,
[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; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: inherit; }

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

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

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

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

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

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

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

.display-1 {
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.1; }

.display-2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1; }

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

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

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

.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: 5px; }

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.5rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.6); }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: rgba(0, 0, 0, 0.6); }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f5f5f5;
  border-radius: 0.1875rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.125rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.9); }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff; }
  .table th,
  .table td {
    padding: 0.875rem;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
  .table tbody + tbody {
    border-top: 2px solid rgba(0, 0, 0, 0.05); }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.05); }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5; }

.table-hover tbody tr:hover {
  background-color: #e7f2fa; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgba(193, 193, 193, 0.972); }

.table-hover .table-dark:hover {
  background-color: rgba(180, 180, 180, 0.972); }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: rgba(180, 180, 180, 0.972); }

.table-pacific,
.table-pacific > th,
.table-pacific > td {
  background-color: #e3f0f9; }

.table-hover .table-pacific:hover {
  background-color: #cee5f5; }
  .table-hover .table-pacific:hover > td,
  .table-hover .table-pacific:hover > th {
    background-color: #cee5f5; }

.table-mystery,
.table-mystery > th,
.table-mystery > td {
  background-color: #d7c4df; }

.table-hover .table-mystery:hover {
  background-color: #ccb3d6; }
  .table-hover .table-mystery:hover > td,
  .table-hover .table-mystery:hover > th {
    background-color: #ccb3d6; }

.table-love,
.table-love > th,
.table-love > td {
  background-color: #f1b8d0; }

.table-hover .table-love:hover {
  background-color: #eda3c2; }
  .table-hover .table-love:hover > td,
  .table-hover .table-love:hover > th {
    background-color: #eda3c2; }

.table-sky,
.table-sky > th,
.table-sky > td {
  background-color: #f8fbfe; }

.table-hover .table-sky:hover {
  background-color: #e2eefb; }
  .table-hover .table-sky:hover > td,
  .table-hover .table-sky:hover > th {
    background-color: #e2eefb; }

.table-inverse,
.table-inverse > th,
.table-inverse > td {
  background-color: white; }

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

.table-glass,
.table-glass > th,
.table-glass > td {
  background-color: rgba(255, 255, 255, 0.748); }

.table-hover .table-glass:hover {
  background-color: rgba(242, 242, 242, 0.748); }
  .table-hover .table-glass:hover > td,
  .table-hover .table-glass:hover > th {
    background-color: rgba(242, 242, 242, 0.748); }

.table-frost,
.table-frost > th,
.table-frost > td {
  background-color: rgba(255, 255, 255, 0.79); }

.table-hover .table-frost:hover {
  background-color: rgba(242, 242, 242, 0.79); }
  .table-hover .table-frost:hover > td,
  .table-hover .table-frost:hover > th {
    background-color: rgba(242, 242, 242, 0.79); }

.table-smoke,
.table-smoke > th,
.table-smoke > td {
  background-color: rgba(244, 244, 244, 0.776); }

.table-hover .table-smoke:hover {
  background-color: rgba(231, 231, 231, 0.776); }
  .table-hover .table-smoke:hover > td,
  .table-hover .table-smoke:hover > th {
    background-color: rgba(231, 231, 231, 0.776); }

.table-dusk,
.table-dusk > th,
.table-dusk > td {
  background-color: rgba(219, 219, 219, 0.888); }

.table-hover .table-dusk:hover {
  background-color: rgba(206, 206, 206, 0.888); }
  .table-hover .table-dusk:hover > td,
  .table-hover .table-dusk:hover > th {
    background-color: rgba(206, 206, 206, 0.888); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #e7f2fa; }

.table-hover .table-active:hover {
  background-color: #d2e7f6; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #d2e7f6; }

.table .thead-dark th {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1); }

.table .thead-light th {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.05); }

.table-dark {
  color: #fff;
  background-color: transparent; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: rgba(255, 255, 255, 0.1); }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm.table-bordered {
      border: 0; } }

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md.table-bordered {
      border: 0; } }

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg.table-bordered {
      border: 0; } }

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl.table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: rgba(0, 0, 0, 0.9);
    background-color: #fff;
    border-color: #000835;
    outline: none;
    -webkit-box-shadow: 0 0 0 0 none;
            box-shadow: 0 0 0 0 none; }
  .form-control::-webkit-input-placeholder {
    color: #666;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #666;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #666;
    opacity: 1; }
  .form-control::placeholder {
    color: #666;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.75rem + 2px); }

select.form-control:focus::-ms-value {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff; }

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

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

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

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

.col-form-legend {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.8125rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(3.5rem + 2px); }

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: rgba(0, 0, 0, 0.6); }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #00a34e; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 163, 78, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00a34e; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 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, .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-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #00a34e; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(0, 163, 78, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #00a34e; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #00a34e; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.25); }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #c60000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(198, 0, 0, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #c60000; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 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, .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-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #c60000; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(198, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #c60000; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #c60000; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 none;
            box-shadow: 0 0 0 0 none; }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #000835;
  border-color: #000835; }
  .btn-primary:hover {
    color: #fff;
    background-color: #004a92;
    border-color: #004485; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #000835;
    border-color: #000835; }
  .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004485;
    border-color: #003d78;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #666;
  border-color: #666; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #666;
    border-color: #666; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #464646;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }

.btn-success {
  color: #fff;
  background-color: #00a34e;
  border-color: #00a34e; }
  .btn-success:hover {
    color: #fff;
    background-color: #007d3c;
    border-color: #007036; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #00a34e;
    border-color: #00a34e; }
  .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #007036;
    border-color: #00632f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5); }

.btn-info {
  color: #fff;
  background-color: #C5D5F9;
  border-color: #C5D5F9; }
  .btn-info:hover {
    color: #fff;
    background-color: #008cba;
    border-color: #0083ad; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #C5D5F9;
    border-color: #C5D5F9; }
  .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0083ad;
    border-color: #0079a0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5); }

.btn-warning {
  color: #111;
  background-color: #f7a827;
  border-color: #f7a827; }
  .btn-warning:hover {
    color: #111;
    background-color: #ef9809;
    border-color: #e39008; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f7a827;
    border-color: #f7a827; }
  .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #e39008;
    border-color: #d68808;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #c60000;
  border-color: #c60000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a00000;
    border-color: #930000; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #c60000;
    border-color: #c60000; }
  .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #930000;
    border-color: #860000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5); }

.btn-light {
  color: #111;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: gainsboro;
    border-color: #d5d5d5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9); }
  .btn-dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
  .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-pacific {
  color: #111;
  background-color: #9bcaeb;
  border-color: #9bcaeb; }
  .btn-pacific:hover {
    color: #111;
    background-color: #7bb9e5;
    border-color: #71b3e3; }
  .btn-pacific:focus, .btn-pacific.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5); }
  .btn-pacific.disabled, .btn-pacific:disabled {
    background-color: #9bcaeb;
    border-color: #9bcaeb; }
  .btn-pacific:not([disabled]):not(.disabled):active, .btn-pacific:not([disabled]):not(.disabled).active,
  .show > .btn-pacific.dropdown-toggle {
    color: #111;
    background-color: #71b3e3;
    border-color: #66aee0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5); }

.btn-mystery {
  color: #fff;
  background-color: #6f2b8d;
  border-color: #6f2b8d; }
  .btn-mystery:hover {
    color: #fff;
    background-color: #582270;
    border-color: #501f66; }
  .btn-mystery:focus, .btn-mystery.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5); }
  .btn-mystery.disabled, .btn-mystery:disabled {
    background-color: #6f2b8d;
    border-color: #6f2b8d; }
  .btn-mystery:not([disabled]):not(.disabled):active, .btn-mystery:not([disabled]):not(.disabled).active,
  .show > .btn-mystery.dropdown-toggle {
    color: #fff;
    background-color: #501f66;
    border-color: #491c5c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5); }

.btn-love {
  color: #fff;
  background-color: #ce0058;
  border-color: #ce0058; }
  .btn-love:hover {
    color: #fff;
    background-color: #a80048;
    border-color: #9b0042; }
  .btn-love:focus, .btn-love.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5); }
  .btn-love.disabled, .btn-love:disabled {
    background-color: #ce0058;
    border-color: #ce0058; }
  .btn-love:not([disabled]):not(.disabled):active, .btn-love:not([disabled]):not(.disabled).active,
  .show > .btn-love.dropdown-toggle {
    color: #fff;
    background-color: #9b0042;
    border-color: #8e003d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5); }

.btn-sky {
  color: #111;
  background-color: #e7f2fa;
  border-color: #e7f2fa; }
  .btn-sky:hover {
    color: #111;
    background-color: #c7e1f3;
    border-color: #bddbf1; }
  .btn-sky:focus, .btn-sky.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5); }
  .btn-sky.disabled, .btn-sky:disabled {
    background-color: #e7f2fa;
    border-color: #e7f2fa; }
  .btn-sky:not([disabled]):not(.disabled):active, .btn-sky:not([disabled]):not(.disabled).active,
  .show > .btn-sky.dropdown-toggle {
    color: #111;
    background-color: #bddbf1;
    border-color: #b2d5ef;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5); }

.btn-inverse {
  color: #111;
  background-color: #fff;
  border-color: #fff; }
  .btn-inverse:hover {
    color: #111;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-inverse:focus, .btn-inverse.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-inverse.disabled, .btn-inverse:disabled {
    background-color: #fff;
    border-color: #fff; }
  .btn-inverse:not([disabled]):not(.disabled):active, .btn-inverse:not([disabled]):not(.disabled).active,
  .show > .btn-inverse.dropdown-toggle {
    color: #111;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-glass {
  color: #111;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }
  .btn-glass:hover {
    color: #111;
    background-color: rgba(236, 236, 236, 0.1);
    border-color: rgba(230, 230, 230, 0.1); }
  .btn-glass:focus, .btn-glass.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-glass.disabled, .btn-glass:disabled {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1); }
  .btn-glass:not([disabled]):not(.disabled):active, .btn-glass:not([disabled]):not(.disabled).active,
  .show > .btn-glass.dropdown-toggle {
    color: #111;
    background-color: rgba(230, 230, 230, 0.1);
    border-color: rgba(223, 223, 223, 0.1);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-frost {
  color: #111;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25); }
  .btn-frost:hover {
    color: #111;
    background-color: rgba(236, 236, 236, 0.25);
    border-color: rgba(230, 230, 230, 0.25); }
  .btn-frost:focus, .btn-frost.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-frost.disabled, .btn-frost:disabled {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.25); }
  .btn-frost:not([disabled]):not(.disabled):active, .btn-frost:not([disabled]):not(.disabled).active,
  .show > .btn-frost.dropdown-toggle {
    color: #111;
    background-color: rgba(230, 230, 230, 0.25);
    border-color: rgba(223, 223, 223, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-smoke {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-smoke:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-smoke:focus, .btn-smoke.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-smoke.disabled, .btn-smoke:disabled {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-smoke:not([disabled]):not(.disabled):active, .btn-smoke:not([disabled]):not(.disabled).active,
  .show > .btn-smoke.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-dusk {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6); }
  .btn-dusk:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
  .btn-dusk:focus, .btn-dusk.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-dusk.disabled, .btn-dusk:disabled {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
  .btn-dusk:not([disabled]):not(.disabled):active, .btn-dusk:not([disabled]):not(.disabled).active,
  .show > .btn-dusk.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
.submit-button-style {width: 100%;
        background-color: #000835;border: none;color: white;text-align: center;text-decoration: none;display: inline-block;font-size: 20px;margin: 4px 2px;cursor: pointer;}
.btn-outline-primary {
  color: #000835;
  background-color: transparent;
  background-image: none;
  border-color: #000835; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000835;
    border-color: #000835; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000835;
    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: #000835;
    border-color: #000835;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 94, 184, 0.5); }

.btn-outline-secondary {
  color: #666;
  background-color: transparent;
  background-image: none;
  border-color: #666; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #666;
    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: #666;
    border-color: #666;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }

.btn-outline-success {
  color: #00a34e;
  background-color: transparent;
  background-image: none;
  border-color: #00a34e; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00a34e;
    border-color: #00a34e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00a34e;
    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: #00a34e;
    border-color: #00a34e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 163, 78, 0.5); }

.btn-outline-info {
  color: #C5D5F9;
  background-color: transparent;
  background-image: none;
  border-color: #C5D5F9; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #C5D5F9;
    border-color: #C5D5F9; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #C5D5F9;
    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: #C5D5F9;
    border-color: #C5D5F9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 169, 224, 0.5); }

.btn-outline-warning {
  color: #f7a827;
  background-color: transparent;
  background-image: none;
  border-color: #f7a827; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f7a827;
    border-color: #f7a827; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f7a827;
    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: #fff;
    background-color: #f7a827;
    border-color: #f7a827;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(247, 168, 39, 0.5); }

.btn-outline-danger {
  color: #c60000;
  background-color: transparent;
  background-image: none;
  border-color: #c60000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c60000;
    border-color: #c60000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c60000;
    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: #c60000;
    border-color: #c60000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(198, 0, 0, 0.5); }

.btn-outline-light {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  border-color: #f5f5f5; }
  .btn-outline-light:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f5f5f5;
    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: rgba(0, 0, 0, 0.9);
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-dark {
  color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.9); }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: rgba(0, 0, 0, 0.9);
    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: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-pacific {
  color: #9bcaeb;
  background-color: transparent;
  background-image: none;
  border-color: #9bcaeb; }
  .btn-outline-pacific:hover {
    color: #fff;
    background-color: #9bcaeb;
    border-color: #9bcaeb; }
  .btn-outline-pacific:focus, .btn-outline-pacific.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5); }
  .btn-outline-pacific.disabled, .btn-outline-pacific:disabled {
    color: #9bcaeb;
    background-color: transparent; }
  .btn-outline-pacific:not([disabled]):not(.disabled):active, .btn-outline-pacific:not([disabled]):not(.disabled).active,
  .show > .btn-outline-pacific.dropdown-toggle {
    color: #fff;
    background-color: #9bcaeb;
    border-color: #9bcaeb;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(155, 202, 235, 0.5); }

.btn-outline-mystery {
  color: #6f2b8d;
  background-color: transparent;
  background-image: none;
  border-color: #6f2b8d; }
  .btn-outline-mystery:hover {
    color: #fff;
    background-color: #6f2b8d;
    border-color: #6f2b8d; }
  .btn-outline-mystery:focus, .btn-outline-mystery.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5); }
  .btn-outline-mystery.disabled, .btn-outline-mystery:disabled {
    color: #6f2b8d;
    background-color: transparent; }
  .btn-outline-mystery:not([disabled]):not(.disabled):active, .btn-outline-mystery:not([disabled]):not(.disabled).active,
  .show > .btn-outline-mystery.dropdown-toggle {
    color: #fff;
    background-color: #6f2b8d;
    border-color: #6f2b8d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 43, 141, 0.5); }

.btn-outline-love {
  color: #ce0058;
  background-color: transparent;
  background-image: none;
  border-color: #ce0058; }
  .btn-outline-love:hover {
    color: #fff;
    background-color: #ce0058;
    border-color: #ce0058; }
  .btn-outline-love:focus, .btn-outline-love.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5); }
  .btn-outline-love.disabled, .btn-outline-love:disabled {
    color: #ce0058;
    background-color: transparent; }
  .btn-outline-love:not([disabled]):not(.disabled):active, .btn-outline-love:not([disabled]):not(.disabled).active,
  .show > .btn-outline-love.dropdown-toggle {
    color: #fff;
    background-color: #ce0058;
    border-color: #ce0058;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 0, 88, 0.5); }

.btn-outline-sky {
  color: #e7f2fa;
  background-color: transparent;
  background-image: none;
  border-color: #e7f2fa; }
  .btn-outline-sky:hover {
    color: #fff;
    background-color: #e7f2fa;
    border-color: #e7f2fa; }
  .btn-outline-sky:focus, .btn-outline-sky.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5); }
  .btn-outline-sky.disabled, .btn-outline-sky:disabled {
    color: #e7f2fa;
    background-color: transparent; }
  .btn-outline-sky:not([disabled]):not(.disabled):active, .btn-outline-sky:not([disabled]):not(.disabled).active,
  .show > .btn-outline-sky.dropdown-toggle {
    color: #fff;
    background-color: #e7f2fa;
    border-color: #e7f2fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(231, 242, 250, 0.5); }

.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-inverse:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-inverse.disabled, .btn-outline-inverse:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-inverse:not([disabled]):not(.disabled):active, .btn-outline-inverse:not([disabled]):not(.disabled).active,
  .show > .btn-outline-inverse.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-glass {
  color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.1); }
  .btn-outline-glass:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1); }
  .btn-outline-glass:focus, .btn-outline-glass.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-glass.disabled, .btn-outline-glass:disabled {
    color: rgba(255, 255, 255, 0.1);
    background-color: transparent; }
  .btn-outline-glass:not([disabled]):not(.disabled):active, .btn-outline-glass:not([disabled]):not(.disabled).active,
  .show > .btn-outline-glass.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-frost {
  color: rgba(255, 255, 255, 0.25);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.25); }
  .btn-outline-frost:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.25); }
  .btn-outline-frost:focus, .btn-outline-frost.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-frost.disabled, .btn-outline-frost:disabled {
    color: rgba(255, 255, 255, 0.25);
    background-color: transparent; }
  .btn-outline-frost:not([disabled]):not(.disabled):active, .btn-outline-frost:not([disabled]):not(.disabled).active,
  .show > .btn-outline-frost.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-smoke {
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2); }
  .btn-outline-smoke:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2); }
  .btn-outline-smoke:focus, .btn-outline-smoke.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-smoke.disabled, .btn-outline-smoke:disabled {
    color: rgba(0, 0, 0, 0.2);
    background-color: transparent; }
  .btn-outline-smoke:not([disabled]):not(.disabled):active, .btn-outline-smoke:not([disabled]):not(.disabled).active,
  .show > .btn-outline-smoke.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-dusk {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.6); }
  .btn-outline-dusk:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
  .btn-outline-dusk:focus, .btn-outline-dusk.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dusk.disabled, .btn-outline-dusk:disabled {
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent; }
  .btn-outline-dusk:not([disabled]):not(.disabled):active, .btn-outline-dusk:not([disabled]):not(.disabled).active,
  .show > .btn-outline-dusk.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000835;
  background-color: transparent; }
  .btn-link:hover {
    color: #00376c;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: rgba(0, 0, 0, 0.6); }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8125rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem; }

.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 {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: rgba(0, 0, 0, 0.9);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000835; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: rgba(0, 0, 0, 0.6);
    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: rgba(0, 0, 0, 0.6);
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .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: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

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

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap; }

.input-group-addon {
  padding: 0.625rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.125rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.8125rem 2rem;
    font-size: 1.25rem;
    border-radius: 0.1875rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn + .btn {
    margin-left: 0; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0; }
    .input-group-btn:not(:first-child) > .btn:first-child,
    .input-group-btn:not(:first-child) > .btn-group:first-child {
      margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.75rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #000835; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 0 none; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #6cb7ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: rgba(0, 0, 0, 0.2); }
  .custom-control-input:disabled ~ .custom-control-description {
    color: rgba(0, 0, 0, 0.6); }

.custom-control-indicator {
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.1875rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%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-indicator {
  background-color: #000835;
  background-image: url("data:image/svg+xml;charset=utf8,%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-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(0, 0, 0, 0.9)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #000835;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: rgba(0, 0, 0, 0.9);
      background-color: #fff; }
  .custom-select[multiple] {
    height: auto;
    background-image: none; }
  .custom-select:disabled {
    color: rgba(0, 0, 0, 0.6);
    background-color: #f5f5f5; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.3125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #000835;
            box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #000835; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.75rem + 2px);
  padding: 0.625rem 1.5rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.75rem + 2px);
    padding: 0.625rem 1.5rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 0.1875rem 0.1875rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: rgba(0, 0, 0, 0.6); }

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: transparent transparent rgba(0, 0, 0, 0.2); }
    .nav-tabs .nav-link.disabled {
      color: rgba(0, 0, 0, 0.6);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: rgba(0, 0, 0, 0.9);
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #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.1875rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000835; }

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: #000835; }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #000835; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9); }
  .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: #000835; }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' 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.6); }
  .navbar-light .navbar-text a {
    color: #000835; }
    .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
      color: #000835; }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.5); }

.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.8);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' 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.8); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
      color: #fff; }

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

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

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

.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .card-header:first-child {
    border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.1875rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0; }
          .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0; }
        .card-group .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0; }
          .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0; }
        .card-group .card:only-child {
          border-radius: 0.1875rem; }
          .card-group .card:only-child .card-img-top {
            border-top-left-radius: 0.1875rem;
            border-top-right-radius: 0.1875rem; }
          .card-group .card:only-child .card-img-bottom {
            border-bottom-right-radius: 0.1875rem;
            border-bottom-left-radius: 0.1875rem; }
        .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
            border-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; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.1875rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #000835;
  content: ""; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.6); }

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }

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

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #000835;
  border-color: #000835; }

.page-item.disabled .page-link {
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000835;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #00376c;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #ddd; }

.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.1875rem;
  border-bottom-left-radius: 0.1875rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem; }

.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.125rem;
  border-bottom-left-radius: 0.125rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }

.badge {
  display: inline-block;
  padding: 0.33333em 0.66667em;
  font-size: 0.66667em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem; }
  .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: #000835; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004485; }

.badge-secondary {
  color: #fff;
  background-color: #666; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4d4d4d; }

.badge-success {
  color: #fff;
  background-color: #00a34e; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007036; }

.badge-info {
  color: #fff;
  background-color: #C5D5F9; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0083ad; }

.badge-warning {
  color: #111;
  background-color: #f7a827; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e39008; }

.badge-danger {
  color: #fff;
  background-color: #c60000; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #930000; }

.badge-light {
  color: #111;
  background-color: #f5f5f5; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: gainsboro; }

.badge-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.9); }

.badge-pacific {
  color: #111;
  background-color: #9bcaeb; }
  .badge-pacific[href]:focus, .badge-pacific[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #71b3e3; }

.badge-mystery {
  color: #fff;
  background-color: #6f2b8d; }
  .badge-mystery[href]:focus, .badge-mystery[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #501f66; }

.badge-love {
  color: #fff;
  background-color: #ce0058; }
  .badge-love[href]:focus, .badge-love[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9b0042; }

.badge-sky {
  color: #111;
  background-color: #e7f2fa; }
  .badge-sky[href]:focus, .badge-sky[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #bddbf1; }

.badge-inverse {
  color: #111;
  background-color: #fff; }
  .badge-inverse[href]:focus, .badge-inverse[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e6e6e6; }

.badge-glass {
  color: #111;
  background-color: rgba(255, 255, 255, 0.1); }
  .badge-glass[href]:focus, .badge-glass[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: rgba(230, 230, 230, 0.1); }

.badge-frost {
  color: #111;
  background-color: rgba(255, 255, 255, 0.25); }
  .badge-frost[href]:focus, .badge-frost[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: rgba(230, 230, 230, 0.25); }

.badge-smoke {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2); }
  .badge-smoke[href]:focus, .badge-smoke[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2); }

.badge-dusk {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }
  .badge-dusk[href]:focus, .badge-dusk[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem; }
  @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; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #003160;
  background-color: #ccdff1;
  border-color: #b8d2eb; }
  .alert-primary hr {
    border-top-color: #a4c5e5; }
  .alert-primary .alert-link {
    color: #00172d; }

.alert-secondary {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4; }
  .alert-secondary hr {
    border-top-color: #c7c7c7; }
  .alert-secondary .alert-link {
    color: #1c1c1c; }

.alert-success {
  color: #005529;
  background-color: #cceddc;
  border-color: #b8e5cd; }
  .alert-success hr {
    border-top-color: #a5dec0; }
  .alert-success .alert-link {
    color: #002210; }

.alert-info {
  color: #005874;
  background-color: #cceef9;
  border-color: #b8e7f6; }
  .alert-info hr {
    border-top-color: #a1dff3; }
  .alert-info .alert-link {
    color: #003141; }

.alert-warning {
  color: #805714;
  background-color: #fdeed4;
  border-color: #fde7c3; }
  .alert-warning hr {
    border-top-color: #fcddaa; }
  .alert-warning .alert-link {
    color: #54390d; }

.alert-danger {
  color: #670000;
  background-color: #f4cccc;
  border-color: #efb8b8; }
  .alert-danger hr {
    border-top-color: #eaa3a3; }
  .alert-danger .alert-link {
    color: #340000; }

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light hr {
    border-top-color: #efefef; }
  .alert-light .alert-link {
    color: #666666; }

.alert-dark {
  color: rgba(0, 0, 0, 0.948);
  background-color: rgba(212, 212, 212, 0.98);
  border-color: rgba(193, 193, 193, 0.972); }
  .alert-dark hr {
    border-top-color: rgba(180, 180, 180, 0.972); }
  .alert-dark .alert-link {
    color: rgba(0, 0, 0, 0.948); }

.alert-pacific {
  color: #51697a;
  background-color: #ebf4fb;
  border-color: #e3f0f9; }
  .alert-pacific hr {
    border-top-color: #cee5f5; }
  .alert-pacific .alert-link {
    color: #3d4f5b; }

.alert-mystery {
  color: #3a1649;
  background-color: #e2d5e8;
  border-color: #d7c4df; }
  .alert-mystery hr {
    border-top-color: #ccb3d6; }
  .alert-mystery .alert-link {
    color: #1b0a22; }

.alert-love {
  color: #6b002e;
  background-color: #f5ccde;
  border-color: #f1b8d0; }
  .alert-love hr {
    border-top-color: #eda3c2; }
  .alert-love .alert-link {
    color: #380018; }

.alert-sky {
  color: #787e82;
  background-color: #fafcfe;
  border-color: #f8fbfe; }
  .alert-sky hr {
    border-top-color: #e2eefb; }
  .alert-sky .alert-link {
    color: #606467; }

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

.alert-glass {
  color: rgba(14, 14, 14, 0.532);
  background-color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.748); }
  .alert-glass hr {
    border-top-color: rgba(242, 242, 242, 0.748); }
  .alert-glass .alert-link {
    color: rgba(0, 0, 0, 0.532); }

.alert-frost {
  color: rgba(34, 34, 34, 0.61);
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.79); }
  .alert-frost hr {
    border-top-color: rgba(242, 242, 242, 0.79); }
  .alert-frost .alert-link {
    color: rgba(9, 9, 9, 0.61); }

.alert-smoke {
  color: rgba(0, 0, 0, 0.584);
  background-color: rgba(248, 248, 248, 0.84);
  border-color: rgba(244, 244, 244, 0.776); }
  .alert-smoke hr {
    border-top-color: rgba(231, 231, 231, 0.776); }
  .alert-smoke .alert-link {
    color: rgba(0, 0, 0, 0.584); }

.alert-dusk {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(230, 230, 230, 0.92);
  border-color: rgba(219, 219, 219, 0.888); }
  .alert-dusk hr {
    border-top-color: rgba(206, 206, 206, 0.888); }
  .alert-dusk .alert-link {
    color: rgba(0, 0, 0, 0.792); }

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.25rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0; }

.progress-bar {
  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;
  color: #fff;
  background-color: #000835; }

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

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

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

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

.list-group-item-action {
  width: 100%;
  color: rgba(0, 0, 0, 0.9);
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    background-color: #f5f5f5; }
  .list-group-item-action:active {
    color: rgba(0, 0, 0, 0.9);
    background-color: #e7f2fa; }

.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.1); }
  .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: rgba(0, 0, 0, 0.6);
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000835;
    border-color: #000835; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #003160;
  background-color: #b8d2eb; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #003160; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #003160;
    background-color: #a4c5e5; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #003160;
    border-color: #003160; }

.list-group-item-secondary {
  color: #353535;
  background-color: #d4d4d4; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #353535; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #353535;
    background-color: #c7c7c7; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #353535;
    border-color: #353535; }

.list-group-item-success {
  color: #005529;
  background-color: #b8e5cd; }

a.list-group-item-success,
button.list-group-item-success {
  color: #005529; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #005529;
    background-color: #a5dec0; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #005529;
    border-color: #005529; }

.list-group-item-info {
  color: #005874;
  background-color: #b8e7f6; }

a.list-group-item-info,
button.list-group-item-info {
  color: #005874; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #005874;
    background-color: #a1dff3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #005874;
    border-color: #005874; }

.list-group-item-warning {
  color: #805714;
  background-color: #fde7c3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #805714; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #805714;
    background-color: #fcddaa; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #805714;
    border-color: #805714; }

.list-group-item-danger {
  color: #670000;
  background-color: #efb8b8; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #670000; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #670000;
    background-color: #eaa3a3; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #670000;
    border-color: #670000; }

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc; }

a.list-group-item-light,
button.list-group-item-light {
  color: #7f7f7f; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #7f7f7f;
    background-color: #efefef; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-dark {
  color: rgba(0, 0, 0, 0.948);
  background-color: rgba(193, 193, 193, 0.972); }

a.list-group-item-dark,
button.list-group-item-dark {
  color: rgba(0, 0, 0, 0.948); }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: rgba(0, 0, 0, 0.948);
    background-color: rgba(180, 180, 180, 0.972); }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.948);
    border-color: rgba(0, 0, 0, 0.948); }

.list-group-item-pacific {
  color: #51697a;
  background-color: #e3f0f9; }

a.list-group-item-pacific,
button.list-group-item-pacific {
  color: #51697a; }
  a.list-group-item-pacific:focus, a.list-group-item-pacific:hover,
  button.list-group-item-pacific:focus,
  button.list-group-item-pacific:hover {
    color: #51697a;
    background-color: #cee5f5; }
  a.list-group-item-pacific.active,
  button.list-group-item-pacific.active {
    color: #fff;
    background-color: #51697a;
    border-color: #51697a; }

.list-group-item-mystery {
  color: #3a1649;
  background-color: #d7c4df; }

a.list-group-item-mystery,
button.list-group-item-mystery {
  color: #3a1649; }
  a.list-group-item-mystery:focus, a.list-group-item-mystery:hover,
  button.list-group-item-mystery:focus,
  button.list-group-item-mystery:hover {
    color: #3a1649;
    background-color: #ccb3d6; }
  a.list-group-item-mystery.active,
  button.list-group-item-mystery.active {
    color: #fff;
    background-color: #3a1649;
    border-color: #3a1649; }

.list-group-item-love {
  color: #6b002e;
  background-color: #f1b8d0; }

a.list-group-item-love,
button.list-group-item-love {
  color: #6b002e; }
  a.list-group-item-love:focus, a.list-group-item-love:hover,
  button.list-group-item-love:focus,
  button.list-group-item-love:hover {
    color: #6b002e;
    background-color: #eda3c2; }
  a.list-group-item-love.active,
  button.list-group-item-love.active {
    color: #fff;
    background-color: #6b002e;
    border-color: #6b002e; }

.list-group-item-sky {
  color: #787e82;
  background-color: #f8fbfe; }

a.list-group-item-sky,
button.list-group-item-sky {
  color: #787e82; }
  a.list-group-item-sky:focus, a.list-group-item-sky:hover,
  button.list-group-item-sky:focus,
  button.list-group-item-sky:hover {
    color: #787e82;
    background-color: #e2eefb; }
  a.list-group-item-sky.active,
  button.list-group-item-sky.active {
    color: #fff;
    background-color: #787e82;
    border-color: #787e82; }

.list-group-item-inverse {
  color: #858585;
  background-color: white; }

a.list-group-item-inverse,
button.list-group-item-inverse {
  color: #858585; }
  a.list-group-item-inverse:focus, a.list-group-item-inverse:hover,
  button.list-group-item-inverse:focus,
  button.list-group-item-inverse:hover {
    color: #858585;
    background-color: #f2f2f2; }
  a.list-group-item-inverse.active,
  button.list-group-item-inverse.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-glass {
  color: rgba(14, 14, 14, 0.532);
  background-color: rgba(255, 255, 255, 0.748); }

a.list-group-item-glass,
button.list-group-item-glass {
  color: rgba(14, 14, 14, 0.532); }
  a.list-group-item-glass:focus, a.list-group-item-glass:hover,
  button.list-group-item-glass:focus,
  button.list-group-item-glass:hover {
    color: rgba(14, 14, 14, 0.532);
    background-color: rgba(242, 242, 242, 0.748); }
  a.list-group-item-glass.active,
  button.list-group-item-glass.active {
    color: #fff;
    background-color: rgba(14, 14, 14, 0.532);
    border-color: rgba(14, 14, 14, 0.532); }

.list-group-item-frost {
  color: rgba(34, 34, 34, 0.61);
  background-color: rgba(255, 255, 255, 0.79); }

a.list-group-item-frost,
button.list-group-item-frost {
  color: rgba(34, 34, 34, 0.61); }
  a.list-group-item-frost:focus, a.list-group-item-frost:hover,
  button.list-group-item-frost:focus,
  button.list-group-item-frost:hover {
    color: rgba(34, 34, 34, 0.61);
    background-color: rgba(242, 242, 242, 0.79); }
  a.list-group-item-frost.active,
  button.list-group-item-frost.active {
    color: #fff;
    background-color: rgba(34, 34, 34, 0.61);
    border-color: rgba(34, 34, 34, 0.61); }

.list-group-item-smoke {
  color: rgba(0, 0, 0, 0.584);
  background-color: rgba(244, 244, 244, 0.776); }

a.list-group-item-smoke,
button.list-group-item-smoke {
  color: rgba(0, 0, 0, 0.584); }
  a.list-group-item-smoke:focus, a.list-group-item-smoke:hover,
  button.list-group-item-smoke:focus,
  button.list-group-item-smoke:hover {
    color: rgba(0, 0, 0, 0.584);
    background-color: rgba(231, 231, 231, 0.776); }
  a.list-group-item-smoke.active,
  button.list-group-item-smoke.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.584);
    border-color: rgba(0, 0, 0, 0.584); }

.list-group-item-dusk {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(219, 219, 219, 0.888); }

a.list-group-item-dusk,
button.list-group-item-dusk {
  color: rgba(0, 0, 0, 0.792); }
  a.list-group-item-dusk:focus, a.list-group-item-dusk:hover,
  button.list-group-item-dusk:focus,
  button.list-group-item-dusk:hover {
    color: rgba(0, 0, 0, 0.792);
    background-color: rgba(206, 206, 206, 0.888); }
  a.list-group-item-dusk.active,
  button.list-group-item-dusk.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.792);
    border-color: rgba(0, 0, 0, 0.792); }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1rem;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: linear-gradient(135deg, #000835, #C5D5F9); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.9; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem; }
  .modal-header .close {
    padding: 1.5rem;
    margin: -1.5rem -1.5rem -1.5rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .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: 2.5rem auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.375rem;
  font-family: "amadeus_regular", Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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.95; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 1rem 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: 1rem;
      content: "";
      border-width: 1rem 1rem 0;
      border-top-color: #000835; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 1rem; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: 1rem;
      content: "";
      border-width: 1rem 1rem 1rem 0;
      border-right-color: #000835; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 1rem 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: 1rem;
      content: "";
      border-width: 0 1rem 1rem;
      border-bottom-color: #000835; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 1rem; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: 1rem;
      content: "";
      border-width: 1rem 0 1rem 1rem;
      border-left-color: #000835; }

.tooltip-inner {
  max-width: calc(100vw - 30px);
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000835;
  border-radius: 0.1875rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "amadeus_regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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: rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.1875rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 1rem; }
  .popover .arrow::after {
    content: "";
    border-width: 1rem; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 1rem; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -1rem;
      margin-left: -1rem;
      border-top-color: rgba(0, 0, 0, 0.05); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: calc((1rem - 1px) * -1);
      margin-left: -1rem;
      border-top-color: rgba(0, 0, 0, 0.8); }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 1rem; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -1rem;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -1rem;
      border-right-color: rgba(0, 0, 0, 0.05); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: calc((1rem - 1px) * -1);
      border-right-color: rgba(0, 0, 0, 0.8); }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 1rem; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -1rem;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -1rem;
      border-bottom-color: rgba(0, 0, 0, 0.05); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: calc((1rem - 1px) * -1);
      border-bottom-color: rgba(0, 0, 0, 0.8); }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid rgba(0, 0, 0, 0.8); }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 1rem; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -1rem;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -1rem;
      border-left-color: rgba(0, 0, 0, 0.05); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: calc((1rem - 1px) * -1);
      border-left-color: rgba(0, 0, 0, 0.8); }

.popover-header {
  padding: 2rem 2.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 2rem 2.25rem;
  color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

.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: #000835 !important; }

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

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

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

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

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

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

a.bg-info:focus, a.bg-info:hover {
  background-color: #0083ad !important; }

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

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

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

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

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

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

.bg-dark {
  background-color: rgba(0, 0, 0, 0.9) !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-pacific {
  background-color: #9bcaeb !important; }

a.bg-pacific:focus, a.bg-pacific:hover {
  background-color: #71b3e3 !important; }

.bg-mystery {
  background-color: #6f2b8d !important; }

a.bg-mystery:focus, a.bg-mystery:hover {
  background-color: #501f66 !important; }

.bg-love {
  background-color: #ce0058 !important; }

a.bg-love:focus, a.bg-love:hover {
  background-color: #9b0042 !important; }

.bg-sky {
  background-color: #e7f2fa !important; }

a.bg-sky:focus, a.bg-sky:hover {
  background-color: #bddbf1 !important; }

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

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

.bg-glass {
  background-color: rgba(255, 255, 255, 0.1) !important; }

a.bg-glass:focus, a.bg-glass:hover {
  background-color: rgba(230, 230, 230, 0.1) !important; }

.bg-frost {
  background-color: rgba(255, 255, 255, 0.25) !important; }

a.bg-frost:focus, a.bg-frost:hover {
  background-color: rgba(230, 230, 230, 0.25) !important; }

.bg-smoke {
  background-color: rgba(0, 0, 0, 0.2) !important; }

a.bg-smoke:focus, a.bg-smoke:hover {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-dusk {
  background-color: rgba(0, 0, 0, 0.6) !important; }

a.bg-dusk:focus, a.bg-dusk:hover {
  background-color: rgba(0, 0, 0, 0.6) !important; }

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.2) !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: #000835 !important; }

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

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

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

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

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

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

.border-dark {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.border-pacific {
  border-color: #9bcaeb !important; }

.border-mystery {
  border-color: #6f2b8d !important; }

.border-love {
  border-color: #ce0058 !important; }

.border-sky {
  border-color: #e7f2fa !important; }

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

.border-glass {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.border-frost {
  border-color: rgba(255, 255, 255, 0.25) !important; }

.border-smoke {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.border-dusk {
  border-color: rgba(0, 0, 0, 0.6) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

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

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

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

.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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

.w-33 {
  width: 33.33333% !important; }

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

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

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

.w-66 {
  width: 66.66667% !important; }

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

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

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

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

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

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

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

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

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

.h-33 {
  height: 33.33333% !important; }

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

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

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

.h-66 {
  height: 66.66667% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 2.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 2.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important; }

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

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

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

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

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

.m-8 {
  margin: 3.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 3.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important; }

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

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

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

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

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

.m-10 {
  margin: 4.5rem !important; }

.mt-10,
.my-10 {
  margin-top: 4.5rem !important; }

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important; }

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important; }

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

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

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

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

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

.m-12 {
  margin: 5.5rem !important; }

.mt-12,
.my-12 {
  margin-top: 5.5rem !important; }

.mr-12,
.mx-12 {
  margin-right: 5.5rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 5.5rem !important; }

.ml-12,
.mx-12 {
  margin-left: 5.5rem !important; }

.m-13 {
  margin: 6rem !important; }

.mt-13,
.my-13 {
  margin-top: 6rem !important; }

.mr-13,
.mx-13 {
  margin-right: 6rem !important; }

.mb-13,
.my-13 {
  margin-bottom: 6rem !important; }

.ml-13,
.mx-13 {
  margin-left: 6rem !important; }

.m-14 {
  margin: 6.5rem !important; }

.mt-14,
.my-14 {
  margin-top: 6.5rem !important; }

.mr-14,
.mx-14 {
  margin-right: 6.5rem !important; }

.mb-14,
.my-14 {
  margin-bottom: 6.5rem !important; }

.ml-14,
.mx-14 {
  margin-left: 6.5rem !important; }

.m-15 {
  margin: 7rem !important; }

.mt-15,
.my-15 {
  margin-top: 7rem !important; }

.mr-15,
.mx-15 {
  margin-right: 7rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 7rem !important; }

.ml-15,
.mx-15 {
  margin-left: 7rem !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: 2rem !important; }

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

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

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

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

.p-6 {
  padding: 2.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 2.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 2.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 2.5rem !important; }

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

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

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

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

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

.p-8 {
  padding: 3.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 3.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 3.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 3.5rem !important; }

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

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

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

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

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

.p-10 {
  padding: 4.5rem !important; }

.pt-10,
.py-10 {
  padding-top: 4.5rem !important; }

.pr-10,
.px-10 {
  padding-right: 4.5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important; }

.pl-10,
.px-10 {
  padding-left: 4.5rem !important; }

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

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

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

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

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

.p-12 {
  padding: 5.5rem !important; }

.pt-12,
.py-12 {
  padding-top: 5.5rem !important; }

.pr-12,
.px-12 {
  padding-right: 5.5rem !important; }

.pb-12,
.py-12 {
  padding-bottom: 5.5rem !important; }

.pl-12,
.px-12 {
  padding-left: 5.5rem !important; }

.p-13 {
  padding: 6rem !important; }

.pt-13,
.py-13 {
  padding-top: 6rem !important; }

.pr-13,
.px-13 {
  padding-right: 6rem !important; }

.pb-13,
.py-13 {
  padding-bottom: 6rem !important; }

.pl-13,
.px-13 {
  padding-left: 6rem !important; }

.p-14 {
  padding: 6.5rem !important; }

.pt-14,
.py-14 {
  padding-top: 6.5rem !important; }

.pr-14,
.px-14 {
  padding-right: 6.5rem !important; }

.pb-14,
.py-14 {
  padding-bottom: 6.5rem !important; }

.pl-14,
.px-14 {
  padding-left: 6.5rem !important; }

.p-15 {
  padding: 7rem !important; }

.pt-15,
.py-15 {
  padding-top: 7rem !important; }

.pr-15,
.px-15 {
  padding-right: 7rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 7rem !important; }

.pl-15,
.px-15 {
  padding-left: 7rem !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: 2rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important; }
  .m-sm-6 {
    margin: 2.5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important; }
  .m-sm-7 {
    margin: 3rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important; }
  .m-sm-8 {
    margin: 3.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important; }
  .m-sm-9 {
    margin: 4rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important; }
  .m-sm-10 {
    margin: 4.5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important; }
  .m-sm-11 {
    margin: 5rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem !important; }
  .m-sm-12 {
    margin: 5.5rem !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 5.5rem !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 5.5rem !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 5.5rem !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 5.5rem !important; }
  .m-sm-13 {
    margin: 6rem !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 6rem !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 6rem !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 6rem !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 6rem !important; }
  .m-sm-14 {
    margin: 6.5rem !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 6.5rem !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 6.5rem !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 6.5rem !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 6.5rem !important; }
  .m-sm-15 {
    margin: 7rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 7rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 7rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 7rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 7rem !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: 2rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important; }
  .p-sm-6 {
    padding: 2.5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important; }
  .p-sm-7 {
    padding: 3rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important; }
  .p-sm-8 {
    padding: 3.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important; }
  .p-sm-9 {
    padding: 4rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important; }
  .p-sm-10 {
    padding: 4.5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important; }
  .p-sm-11 {
    padding: 5rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem !important; }
  .p-sm-12 {
    padding: 5.5rem !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 5.5rem !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 5.5rem !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 5.5rem !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 5.5rem !important; }
  .p-sm-13 {
    padding: 6rem !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 6rem !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 6rem !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 6rem !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 6rem !important; }
  .p-sm-14 {
    padding: 6.5rem !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 6.5rem !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 6.5rem !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 6.5rem !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 6.5rem !important; }
  .p-sm-15 {
    padding: 7rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 7rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 7rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 7rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 7rem !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: 2rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important; }
  .m-md-6 {
    margin: 2.5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important; }
  .m-md-7 {
    margin: 3rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important; }
  .m-md-8 {
    margin: 3.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important; }
  .m-md-9 {
    margin: 4rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important; }
  .m-md-10 {
    margin: 4.5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important; }
  .m-md-11 {
    margin: 5rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important; }
  .m-md-12 {
    margin: 5.5rem !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 5.5rem !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 5.5rem !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 5.5rem !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 5.5rem !important; }
  .m-md-13 {
    margin: 6rem !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 6rem !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 6rem !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 6rem !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 6rem !important; }
  .m-md-14 {
    margin: 6.5rem !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 6.5rem !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 6.5rem !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 6.5rem !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 6.5rem !important; }
  .m-md-15 {
    margin: 7rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 7rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 7rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 7rem !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: 2rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important; }
  .p-md-6 {
    padding: 2.5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important; }
  .p-md-7 {
    padding: 3rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important; }
  .p-md-8 {
    padding: 3.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important; }
  .p-md-9 {
    padding: 4rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important; }
  .p-md-10 {
    padding: 4.5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important; }
  .p-md-11 {
    padding: 5rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important; }
  .p-md-12 {
    padding: 5.5rem !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 5.5rem !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 5.5rem !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 5.5rem !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 5.5rem !important; }
  .p-md-13 {
    padding: 6rem !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 6rem !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 6rem !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 6rem !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 6rem !important; }
  .p-md-14 {
    padding: 6.5rem !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 6.5rem !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 6.5rem !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 6.5rem !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 6.5rem !important; }
  .p-md-15 {
    padding: 7rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 7rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 7rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 7rem !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: 2rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important; }
  .m-lg-6 {
    margin: 2.5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important; }
  .m-lg-7 {
    margin: 3rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important; }
  .m-lg-8 {
    margin: 3.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important; }
  .m-lg-9 {
    margin: 4rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important; }
  .m-lg-10 {
    margin: 4.5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important; }
  .m-lg-11 {
    margin: 5rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important; }
  .m-lg-12 {
    margin: 5.5rem !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 5.5rem !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 5.5rem !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 5.5rem !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 5.5rem !important; }
  .m-lg-13 {
    margin: 6rem !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 6rem !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 6rem !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 6rem !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 6rem !important; }
  .m-lg-14 {
    margin: 6.5rem !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 6.5rem !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 6.5rem !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 6.5rem !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 6.5rem !important; }
  .m-lg-15 {
    margin: 7rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 7rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 7rem !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: 2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important; }
  .p-lg-6 {
    padding: 2.5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important; }
  .p-lg-7 {
    padding: 3rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important; }
  .p-lg-8 {
    padding: 3.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important; }
  .p-lg-9 {
    padding: 4rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important; }
  .p-lg-10 {
    padding: 4.5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important; }
  .p-lg-11 {
    padding: 5rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important; }
  .p-lg-12 {
    padding: 5.5rem !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 5.5rem !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 5.5rem !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 5.5rem !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 5.5rem !important; }
  .p-lg-13 {
    padding: 6rem !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 6rem !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 6rem !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 6rem !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 6rem !important; }
  .p-lg-14 {
    padding: 6.5rem !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 6.5rem !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 6.5rem !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 6.5rem !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 6.5rem !important; }
  .p-lg-15 {
    padding: 7rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 7rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 7rem !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: 2rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important; }
  .m-xl-6 {
    margin: 2.5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important; }
  .m-xl-7 {
    margin: 3rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important; }
  .m-xl-8 {
    margin: 3.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important; }
  .m-xl-9 {
    margin: 4rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important; }
  .m-xl-10 {
    margin: 4.5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important; }
  .m-xl-11 {
    margin: 5rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important; }
  .m-xl-12 {
    margin: 5.5rem !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 5.5rem !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 5.5rem !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 5.5rem !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 5.5rem !important; }
  .m-xl-13 {
    margin: 6rem !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 6rem !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 6rem !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 6rem !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 6rem !important; }
  .m-xl-14 {
    margin: 6.5rem !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 6.5rem !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 6.5rem !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 6.5rem !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 6.5rem !important; }
  .m-xl-15 {
    margin: 7rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 7rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 7rem !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: 2rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important; }
  .p-xl-6 {
    padding: 2.5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important; }
  .p-xl-7 {
    padding: 3rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important; }
  .p-xl-8 {
    padding: 3.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important; }
  .p-xl-9 {
    padding: 4rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important; }
  .p-xl-10 {
    padding: 4.5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important; }
  .p-xl-11 {
    padding: 5rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important; }
  .p-xl-12 {
    padding: 5.5rem !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 5.5rem !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 5.5rem !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 5.5rem !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 5.5rem !important; }
  .p-xl-13 {
    padding: 6rem !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 6rem !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 6rem !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 6rem !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 6rem !important; }
  .p-xl-14 {
    padding: 6.5rem !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 6.5rem !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 6.5rem !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 6.5rem !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 6.5rem !important; }
  .p-xl-15 {
    padding: 7rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 7rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 7rem !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-justify {
  text-align: justify !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

.text-primary {
  color: #000835 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #004485 !important; }

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

a.text-secondary:focus, a.text-secondary:hover {
  color: #4d4d4d !important; }

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

a.text-success:focus, a.text-success:hover {
  color: #007036 !important; }

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

a.text-info:focus, a.text-info:hover {
  color: #0083ad !important; }

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

a.text-warning:focus, a.text-warning:hover {
  color: #e39008 !important; }

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

a.text-danger:focus, a.text-danger:hover {
  color: #930000 !important; }

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

a.text-light:focus, a.text-light:hover {
  color: gainsboro !important; }

.text-dark {
  color: rgba(0, 0, 0, 0.9) !important; }

a.text-dark:focus, a.text-dark:hover {
  color: rgba(0, 0, 0, 0.9) !important; }

.text-pacific {
  color: #9bcaeb !important; }

a.text-pacific:focus, a.text-pacific:hover {
  color: #71b3e3 !important; }

.text-mystery {
  color: #6f2b8d !important; }

a.text-mystery:focus, a.text-mystery:hover {
  color: #501f66 !important; }

.text-love {
  color: #ce0058 !important; }

a.text-love:focus, a.text-love:hover {
  color: #9b0042 !important; }

.text-sky {
  color: #e7f2fa !important; }

a.text-sky:focus, a.text-sky:hover {
  color: #bddbf1 !important; }

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

a.text-inverse:focus, a.text-inverse:hover {
  color: #e6e6e6 !important; }

.text-glass {
  color: rgba(255, 255, 255, 0.1) !important; }

a.text-glass:focus, a.text-glass:hover {
  color: rgba(230, 230, 230, 0.1) !important; }

.text-frost {
  color: rgba(255, 255, 255, 0.25) !important; }

a.text-frost:focus, a.text-frost:hover {
  color: rgba(230, 230, 230, 0.25) !important; }

.text-smoke {
  color: rgba(0, 0, 0, 0.2) !important; }

a.text-smoke:focus, a.text-smoke:hover {
  color: rgba(0, 0, 0, 0.2) !important; }

.text-dusk {
  color: rgba(0, 0, 0, 0.6) !important; }

a.text-dusk:focus, a.text-dusk:hover {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-muted {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.alert-danger,
.alert-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#fff' d='M22.5 20h-21a.5.5 0 0 1-.43-.76l10.5-17a.52.52 0 0 1 .86 0l10.5 17a.5.5 0 0 1-.43.76zM2.4 19h19.2L12 3.45zm10.1-5V8a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0zm-.5 1.5a.75.75 0 1 0 .75.75.75.75 0 0 0-.75-.75z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left 2.436rem;
  background-size: 2.63rem 2.63rem;
  padding: 1.673rem 6.706rem; }
  .alert-danger.alert-dismissible .close,
  .alert-success.alert-dismissible .close {
    padding-right: 3.587rem; }

.alert-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#fff' d='M10 18.497a.5.5 0 0 1-.384-.18l-5-6a.5.5 0 0 1 .77-.64L10 17.217 19.618 5.68a.5.5 0 1 1 .77.64L10.383 18.317a.5.5 0 0 1-.384.18z'/%3E%3C/svg%3E"); }

.badge {
  position: relative;
  bottom: .1em; }

@media (min-width: 576px) {
  .breadcrumb-inline {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap; }
  .breadcrumb-inline .breadcrumb-item {
    display: inline-block;
    float: none;
    white-space: nowrap; } }

.breadcrumb-item-primary + .breadcrumb-item::before {
  color: #000835; }

.breadcrumb-item-pipe + .breadcrumb-item::before {
  content: "|";
  padding-right: 1.15rem;
  padding-left: 1.15rem; }

.breadcrumb-item-arrow-r + .breadcrumb-item {
  padding-left: 2rem; }
  @media (max-width: 575px) {
    .breadcrumb-item-arrow-r + .breadcrumb-item {
      display: block;
      width: 100%; } }

.breadcrumb-item-arrow-r + .breadcrumb-item::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  margin-left: -2rem;
  position: absolute;
  height: 2rem;
  width: 2rem; }

.breadcrumb-item-primary.breadcrumb-item-arrow-r + .breadcrumb-item::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#000835' d='M9 18.5a.5.5 0 0 1-.3535-.8535L14.293 12 8.6465 6.3535a.5.5 0 0 1 .707-.707l6 6a.5.5 0 0 1 0 .707l-6 6A.4984.4984 0 0 1 9 18.5z'/%3E%3C/svg%3E"); }

.breadcrumb-item + .breadcrumb-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#000835' d='M9 18.5a.5.5 0 0 1-.353-.854L14.293 12 8.647 6.354a.5.5 0 0 1 .706-.707l6 6a.5.5 0 0 1 0 .706l-6 6A.498.498 0 0 1 9 18.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline; }

.card-footer .breadcrumb-item + .breadcrumb-item::before {
  padding-right: .5rem; }

.is-valid,
.is-invalid {
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem;
  padding-right: 2.25rem; }

.is-valid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#00a34e' 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");
  border-color: #00a34e; }

.is-invalid {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#c60000' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  border-color: #c60000; }

.invalid-feedback {
  color: #c60000;
  margin-top: .25rem; }

.custom-file {
  width: 100%; }

.custom-file-label {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center left .5625rem;
  background-size: 1.125rem 1.125rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#666' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.625rem 1.5rem;
  padding-left: 2.25rem;
  line-height: 1.5; }

.form-control.h1-h3 {
  font-size: 1.25rem !important; }
  @media (min-width: 768px) {
    .form-control.h1-h3 {
      font-size: 1.5rem !important; } }
  @media (min-width: 992px) {
    .form-control.h1-h3 {
      font-size: 2rem !important; } }
  .form-control.h1-h3::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control.h1-h3:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control.h1-h3::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control.h1-h3::placeholder {
    color: rgba(0, 0, 0, 0.2) !important; }

.custom-control {
  padding-left: 1.5rem; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 25%;
    left: 0;
    width: .883rem;
    height: .883rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .custom-control-label::after {
    position: absolute;
    top: 25%;
    left: 0;
    width: .883rem;
    height: .883rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000835;
  border: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#e7f2fa' 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-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000835;
  border: none; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#e7f2fa'/%3E%3C/svg%3E"); }

body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

blockquote {
  font-style: italic; }

label {
  margin-bottom: .25rem; }
  label.form-check-label.custom-control-label {
    padding-left: 0 !important; }
  label:not(.form-check-label) {
    font-size: 87.5%; }
  label.required:not(.form-check-label):after {
    color: #c60000;
    content: "*";
    margin-left: 0.25rem; }

cite {
  font-style: normal; }

.bg-alpha-primary {
  background-color: rgba(0, 94, 184, 0.5);
  background-blend-mode: color; }

a.bg-alpha-primary:focus, a.bg-alpha-primary:hover {
  background-color: rgba(0, 68, 133, 0.5);
  background-blend-mode: color; }

.bg-alpha-secondary {
  background-color: rgba(102, 102, 102, 0.5);
  background-blend-mode: color; }

a.bg-alpha-secondary:focus, a.bg-alpha-secondary:hover {
  background-color: rgba(77, 77, 77, 0.5);
  background-blend-mode: color; }

.bg-alpha-success {
  background-color: rgba(0, 163, 78, 0.5);
  background-blend-mode: color; }

a.bg-alpha-success:focus, a.bg-alpha-success:hover {
  background-color: rgba(0, 112, 54, 0.5);
  background-blend-mode: color; }

.bg-alpha-info {
  background-color: rgba(0, 169, 224, 0.5);
  background-blend-mode: color; }

a.bg-alpha-info:focus, a.bg-alpha-info:hover {
  background-color: rgba(0, 131, 173, 0.5);
  background-blend-mode: color; }

.bg-alpha-warning {
  background-color: rgba(247, 168, 39, 0.5);
  background-blend-mode: color; }

a.bg-alpha-warning:focus, a.bg-alpha-warning:hover {
  background-color: rgba(227, 144, 8, 0.5);
  background-blend-mode: color; }

.bg-alpha-danger {
  background-color: rgba(198, 0, 0, 0.5);
  background-blend-mode: color; }

a.bg-alpha-danger:focus, a.bg-alpha-danger:hover {
  background-color: rgba(147, 0, 0, 0.5);
  background-blend-mode: color; }

.bg-alpha-light {
  background-color: rgba(245, 245, 245, 0.5);
  background-blend-mode: color; }

a.bg-alpha-light:focus, a.bg-alpha-light:hover {
  background-color: rgba(220, 220, 220, 0.5);
  background-blend-mode: color; }

.bg-alpha-dark {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color; }

a.bg-alpha-dark:focus, a.bg-alpha-dark:hover {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color; }

.bg-alpha-pacific {
  background-color: rgba(155, 202, 235, 0.5);
  background-blend-mode: color; }

a.bg-alpha-pacific:focus, a.bg-alpha-pacific:hover {
  background-color: rgba(113, 179, 227, 0.5);
  background-blend-mode: color; }

.bg-alpha-mystery {
  background-color: rgba(111, 43, 141, 0.5);
  background-blend-mode: color; }

a.bg-alpha-mystery:focus, a.bg-alpha-mystery:hover {
  background-color: rgba(80, 31, 102, 0.5);
  background-blend-mode: color; }

.bg-alpha-love {
  background-color: rgba(206, 0, 88, 0.5);
  background-blend-mode: color; }

a.bg-alpha-love:focus, a.bg-alpha-love:hover {
  background-color: rgba(155, 0, 66, 0.5);
  background-blend-mode: color; }

.bg-alpha-sky {
  background-color: rgba(231, 242, 250, 0.5);
  background-blend-mode: color; }

a.bg-alpha-sky:focus, a.bg-alpha-sky:hover {
  background-color: rgba(189, 219, 241, 0.5);
  background-blend-mode: color; }

.bg-alpha-inverse {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: color; }

a.bg-alpha-inverse:focus, a.bg-alpha-inverse:hover {
  background-color: rgba(230, 230, 230, 0.5);
  background-blend-mode: color; }

.bg-alpha-glass {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: color; }

a.bg-alpha-glass:focus, a.bg-alpha-glass:hover {
  background-color: rgba(230, 230, 230, 0.5);
  background-blend-mode: color; }

.bg-alpha-frost {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: color; }

a.bg-alpha-frost:focus, a.bg-alpha-frost:hover {
  background-color: rgba(230, 230, 230, 0.5);
  background-blend-mode: color; }

.bg-alpha-smoke {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color; }

a.bg-alpha-smoke:focus, a.bg-alpha-smoke:hover {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color; }

.bg-alpha-dusk {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color; }

a.bg-alpha-dusk:focus, a.bg-alpha-dusk:hover {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color; }

.absolute-scrim, .bg-alpha-scrim-black > *:first-child:before,
.scrim-bottom-60-0, .bg-gradient-primary-info-scrim,
.scrim-60-10,
.background-video,
.homepage-scrim,
.blue-gradient-scrim, .embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video, .carousel-custom-backgrounds,
.carousel-custom-content,
.testimonial-backgrounds,
.testimonial-content, .carousel-custom-backgrounds .slide-item,
.testimonial-backgrounds .testimonial-item, .feature-card .bg-gradient-gray {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.absolute-scrim, .bg-alpha-scrim-black > *:first-child:before,
.scrim-bottom-60-0 {
  display: block;
  pointer-events: none;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 25%, transparent);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 25%, transparent);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 25%, transparent); }

.scrim-bottom-60-0 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.6)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, transparent); }

.bg-alpha-scrim-black {
  overflow: hidden;
  position: relative; }
  .bg-alpha-scrim-black > *:first-child:before {
    content: ''; }

.bg-gradient-info-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#C5D5F9), to(#000835));
  background: -webkit-linear-gradient(bottom, #C5D5F9, #000835);
  background: -o-linear-gradient(bottom, #C5D5F9, #000835);
  background: linear-gradient(0deg, #C5D5F9, #000835); }

.bg-gradient-primary-info {
  background: -webkit-gradient(linear, left bottom, left top, from(#000835), to(#C5D5F9));
  background: -webkit-linear-gradient(bottom, #000835, #C5D5F9);
  background: -o-linear-gradient(bottom, #000835, #C5D5F9);
  background: linear-gradient(0deg, #000835, #C5D5F9); }

.bg-gradient-info-primary-alpha {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 169, 224, 0.5)), to(rgba(0, 94, 184, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 169, 224, 0.5), rgba(0, 94, 184, 0.5));
  background: -o-linear-gradient(bottom, rgba(0, 169, 224, 0.5), rgba(0, 94, 184, 0.5));
  background: linear-gradient(0deg, rgba(0, 169, 224, 0.5), rgba(0, 94, 184, 0.5)); }

.bg-gradient-primary-info-alpha {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 94, 184, 0.5)), to(rgba(0, 169, 224, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 94, 184, 0.5), rgba(0, 169, 224, 0.5));
  background: -o-linear-gradient(bottom, rgba(0, 94, 184, 0.5), rgba(0, 169, 224, 0.5));
  background: linear-gradient(0deg, rgba(0, 94, 184, 0.5), rgba(0, 169, 224, 0.5)); }

.bg-gradient-primary-info-scrim,
.blue-gradient-scrim {
  background-image: -webkit-linear-gradient(315deg, rgba(0, 94, 184, 0.9), rgba(0, 169, 224, 0.9));
  background-image: -o-linear-gradient(315deg, rgba(0, 94, 184, 0.9), rgba(0, 169, 224, 0.9));
  background-image: linear-gradient(135deg, rgba(0, 94, 184, 0.9), rgba(0, 169, 224, 0.9)); }

.scrim-60-10 {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.1) 75%);
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.1) 75%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.1) 75%); }

.background-video {
  overflow: hidden; }

.homepage-scrim {
  display: block;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.1));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.1));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.1)); }

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab; }

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.cursor-pointer {
  cursor: pointer; }

.fill-primary {
  fill: #000835; }

.fill-secondary {
  fill: #666; }

.fill-success {
  fill: #00a34e; }

.fill-info {
  fill: #C5D5F9; }

.fill-warning {
  fill: #f7a827; }

.fill-danger {
  fill: #c60000; }

.fill-light {
  fill: #f5f5f5; }

.fill-dark {
  fill: rgba(0, 0, 0, 0.9); }

.fill-pacific {
  fill: #9bcaeb; }

.fill-mystery {
  fill: #6f2b8d; }

.fill-love {
  fill: #ce0058; }

.fill-sky {
  fill: #e7f2fa; }

.fill-inverse {
  fill: #fff; }

.fill-glass {
  fill: rgba(255, 255, 255, 0.1); }

.fill-frost {
  fill: rgba(255, 255, 255, 0.25); }

.fill-smoke {
  fill: rgba(0, 0, 0, 0.2); }

.fill-dusk {
  fill: rgba(0, 0, 0, 0.6); }

.list-group {
  line-height: 1.5; }

.list-group:not(.list-group-dark) a.list-group-item-action:not(.active):not(.disabled), .list-group:not(.list-group-dark) a.list-group-item-action:not(.active):not(.disabled):hover, .list-group:not(.list-group-dark) a.list-group-item-action:not(.active):not(.disabled):active, .list-group:not(.list-group-dark) a.list-group-item-action:not(.active):not(.disabled):focus {
  color: #000835; }

.list-group.list-group-dark li,
.list-group.list-group-dark a,
.list-group.list-group-dark a.disabled,
.list-group.list-group-dark a:hover.disabled {
  background-color: transparent; }

.list-group.list-group-dark li,
.list-group.list-group-dark a {
  color: #fff; }

.list-group.list-group-dark a.list-group-item-action:not(.disabled):not(
.active):active {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.list-group.list-group-dark .list-group-item-action:not(.disabled):not(
.active):hover, .list-group.list-group-dark .list-group-item-action:not(.disabled):not(
.active):focus {
  background-color: rgba(0, 0, 0, 0.05); }

.list-group.list-group-dark a.disabled {
  color: rgba(0, 0, 0, 0.3); }

.list-group-dark .list-group-item.active {
  color: #000835;
  background-color: #fff;
  border-color: #fff; }

.list-group.list-group-dark .list-group-item {
  border: 1px solid rgba(255, 255, 255, 0.15); }

.list-group.list-group-dark.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0; }

html {
  font-size: .875rem; }

.h-80vw {
  height: 80vw; }

.h-140px {
  height: 140px; }

.css-columns {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 30px;
          column-gap: 30px; }

.carousel-custom,
.testimonial-carousel {
  min-height: 100vh; }

.testimonial-carousel .popover {
  min-width: 90% !important; }

.article-hero {
  min-height: 70vh; }
  .article-hero.style-alt {
    min-height: 40vh; }

.article-hero-img {
  min-height: 60vh; }

.feature-card {
  height: 50vh;
  min-height: 290px;
  max-height: 350px; }

@media (min-width: 576px) {
  html {
    font-size: .9375rem; }
  .h-sm-60vw {
    height: 60vw; }
  .h-sm-280px {
    height: 280px; }
  .css-columns {
    -webkit-column-count: 2;
            column-count: 2; }
  .carousel-custom,
  .testimonial-carousel {
    min-height: 100vh; }
  .testimonial-carousel .popover {
    min-width: 70% !important; }
  .article-hero {
    min-height: 85vh; }
    .article-hero.style-alt {
      min-height: 60vh; }
  .article-hero-img {
    min-height: 90vh; }
  .feature-card {
    height: 75vh;
    min-height: 300px;
    max-height: 350px; } }

@media (min-width: 768px) {
  html {
    font-size: 1rem; }
  .h-md-50vw {
    height: 50vw; }
  .h-md-310px {
    height: 310px; }
  .css-columns {
    -webkit-column-count: 3;
            column-count: 3; }
  .carousel-custom,
  .testimonial-carousel {
    min-height: 50vh; }
  .testimonial-carousel .popover {
    min-width: 60% !important; }
  .article-hero {
    min-height: 60vh; }
    .article-hero.style-alt {
      min-height: 30vh; }
  .article-hero-img {
    min-height: 40vh; }
  .feature-card {
    height: 40vh;
    min-height: 400px;
    max-height: 460px; } }

@media (min-width: 992px) {
  html {
    font-size: 1.0625rem; }
  .h-lg-40vw {
    height: 40vw; }
  .css-columns {
    -webkit-column-count: 4;
            column-count: 4; }
  .carousel-custom,
  .testimonial-carousel {
    min-height: 70vh; }
  .testimonial-carousel .popover {
    min-width: 50% !important; }
  .article-hero {
    min-height: 60vh; }
    .article-hero.style-alt {
      min-height: 40vh; }
  .article-hero-img {
    min-height: 60vh; }
  .feature-card {
    height: 50vh;
    min-height: 450px;
    max-height: 500px; } }

@media (min-width: 1200px) {
  html {
    font-size: 1.125rem; }
  .h-xl-30vw {
    height: 30vw; }
  .css-columns {
    -webkit-column-count: 4;
            column-count: 4; }
  .carousel-custom,
  .testimonial-carousel {
    min-height: 70vh; }
  .testimonial-carousel .popover {
    min-width: 40% !important; }
  .article-hero {
    min-height: 60vh; }
    .article-hero.style-alt {
      min-height: 40vh; }
  .article-hero-img {
    min-height: 60vh; }
  .feature-card {
    height: 50vh;
    min-height: 450px;
    max-height: 550px; } }

.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 {
    border: 0; }

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

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

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

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

.shareaholic-canvas .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  margin-left: 0 !important; }

.animation_slide_up {
  -webkit-animation: transition-slide-up 1s linear 1;
          animation: transition-slide-up 1s linear 1; }

@-webkit-keyframes transition-slide-up {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes transition-slide-up {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

.fade-in--play {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.animate-in {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-animation: animate-in 1s ease-out forwards;
          animation: animate-in 1s ease-out forwards; }

.in-viewport {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes animate-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes animate-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.loader {
  -webkit-animation: spin 2s ease-out infinite;
          animation: spin 2s ease-out infinite;
  border: 10px solid #e7f2fa;
  border-radius: 50%;
  border-top: 10px solid #C5D5F9;
  height: 60px;
  margin: auto;
  width: 60px; }

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

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

.countdown .progress-circle {
  cursor: auto; }

.countdown .progress-circle-bg,
.countdown .progress-circle-bar {
  stroke-width: .3rem; }

.countdown .progress-circle-bg {
  stroke: #C5D5F9; }

.countdown .progress-circle-bar {
  stroke: #e7f2fa; }

.countdown-value-0::before, .countdown-value-1::before, .countdown-value-2::before {
  content: attr(data-before);
  margin-right: -1rem;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.countdown-value-0.onchanged::before, .countdown-value-1.onchanged::before, .countdown-value-2.onchanged::before {
  opacity: 0; }

.countdown-value-0::after, .countdown-value-1::after, .countdown-value-2::after {
  content: attr(data-after);
  margin-left: -1rem;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in; }

.countdown-value-0.onchanged::after, .countdown-value-1.onchanged::after, .countdown-value-2.onchanged::after {
  opacity: 1; }

.tooltip-inner {
  text-align: left; }

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 .5rem .5rem;
  bottom: -.5rem;
  margin-left: 0; }

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: .5rem .5rem 0;
  bottom: .5rem;
  margin-left: 0; }

.tooltip .breadcrumb-item-arrow-r + .breadcrumb-item::before {
  margin-left: -1.75rem;
  height: 1.5rem;
  width: 1.5rem; }

.tooltip-light .arrow::before {
  border-bottom-color: #f5f5f5 !important; }

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "amadeus_light", Arial, sans-serif; }

.font-regular,
.font-amadeus {
  font-family: "amadeus_regular", Arial, sans-serif; }

header h2.h5:before,
.decorative-bar:before, .bar-primary:before, .bar-secondary:before, .bar-success:before, .bar-info:before, .bar-warning:before, .bar-danger:before, .bar-light:before, .bar-dark:before, .bar-pacific:before, .bar-mystery:before, .bar-love:before, .bar-sky:before, .bar-inverse:before, .bar-glass:before, .bar-frost:before, .bar-smoke:before, .bar-dusk:before {
  content: "";
  margin-right: 1rem;
  width: .25rem;
  height: 1em; }

header h2.h5:before,
.decorative-bar:before {
  background-color: #000835;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.bg-primary .h5:before,
header h2.h5.text-white:before {
  background-color: #C5D5F9; }

.bar-primary:before {
  background-color: #000835 !important; }

.bar-secondary:before {
  background-color: #666 !important; }

.bar-success:before {
  background-color: #00a34e !important; }

.bar-info:before {
  background-color: #C5D5F9 !important; }

.bar-warning:before {
  background-color: #f7a827 !important; }

.bar-danger:before {
  background-color: #c60000 !important; }

.bar-light:before {
  background-color: #f5f5f5 !important; }

.bar-dark:before {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bar-pacific:before {
  background-color: #9bcaeb !important; }

.bar-mystery:before {
  background-color: #6f2b8d !important; }

.bar-love:before {
  background-color: #ce0058 !important; }

.bar-sky:before {
  background-color: #e7f2fa !important; }

.bar-inverse:before {
  background-color: #fff !important; }

.bar-glass:before {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bar-frost:before {
  background-color: rgba(255, 255, 255, 0.25) !important; }

.bar-smoke:before {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bar-dusk:before {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-inverse:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-inverse.disabled, .btn-outline-inverse:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-inverse:not([disabled]):not(.disabled):active, .btn-outline-inverse:not([disabled]):not(.disabled).active,
  .show > .btn-outline-inverse.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-inverse:hover {
    color: #666; }
  .btn-outline-inverse:active {
    color: #666 !important; }

a.btn svg.ic_arrow_forward, a svg.ic_arrow_down {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

a.btn svg.ic_arrow_forward {
  margin-left: 1rem;
  -webkit-transform: translate(-0.5rem, 0);
      -ms-transform: translate(-0.5rem, 0);
          transform: translate(-0.5rem, 0); }

a.btn:hover svg.ic_arrow_forward {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

a svg.ic_arrow_down {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

a:hover svg.ic_arrow_down {
  -webkit-transform: translate(0, 0.5rem);
      -ms-transform: translate(0, 0.5rem);
          transform: translate(0, 0.5rem); }

.svg-ico {
  height: 1.177rem;
  width: 1.177rem; }

.svg-ico-big {
  height: 5rem;
  width: 5rem; }

.svg-ico--play {
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%; }

.svg-ico-search {
  height: 1.641rem;
  width: 1.641rem; }
  @media (min-width: 768px) {
    .svg-ico-search {
      height: 2.2rem;
      width: 2.2rem; } }
  @media (min-width: 992px) {
    .svg-ico-search {
      height: 2.8rem;
      width: 2.8rem; } }

@media (max-width: 991px) {
  .svg-ico-48-96 {
    height: 3.455rem;
    width: 3.455rem; } }

@media (min-width: 768px) {
  .svg-ico-48-96 {
    height: 5.614rem;
    width: 5.614rem; } }

svg.icon-24 {
  height: 24px;
  width: 24px; }

.icon-4-8 {
  height: 4.5rem;
  width: 4.5rem; }
  @media (min-width: 768px) {
    .icon-4-8 {
      height: 8.5rem;
      width: 8.5rem; } }

svg.shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.figure-holder {
  overflow: hidden; }

*[aria-expanded="false"] .ico-down {
  display: inherit !important; }

*[aria-expanded="false"] .ico-up {
  display: none !important; }

*[aria-expanded="true"] .ico-down {
  display: none !important; }

*[aria-expanded="true"] .ico-up {
  display: inherit !important; }

.collapse-link {
  text-decoration: none; }
  .collapse-link:focus, .collapse-link:hover {
    text-decoration: none; }
  .collapse-link[aria-expanded="false"]::before {
    content: "+"; }
  .collapse-link[aria-expanded="true"]::before {
    content: "-"; }

.jumbotron {
  min-height: 24.711rem; }

@media (min-width: 768px) {
  .jumbotron {
    min-height: 35.3015rem; } }

.solutions-hero {
  min-height: 60vh; }

@media (min-width: 576px) {
  .solutions-hero {
    min-height: 100vh; } }

.homepage-hero {
  min-height: 100vh; }

@media (min-width: 768px) {
  .carousel-video-infobox-holder {
    position: absolute;
    top: 0; } }

@media (max-width: 767px) {
  .carousel-video-play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50%; } }

a.carousel-custom-control-icon,
a.testimonial-control-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  a.carousel-custom-control-icon:hover,
  a.testimonial-control-icon:hover {
    color: #fff; }
  a.carousel-custom-control-icon:focus,
  a.testimonial-control-icon:focus {
    outline: none; }

.carousel-custom-content {
  z-index: 1; }

.carousel-custom-backgrounds .slide-item,
.testimonial-backgrounds .testimonial-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1; }

svg.progress-circle {
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transform: translate(0.5px, 0.5px) rotate(-90deg);
      -ms-transform: translate(0.5px, 0.5px) rotate(-90deg);
          transform: translate(0.5px, 0.5px) rotate(-90deg);
  overflow: visible !important;
  pointer-events: auto;
  cursor: pointer; }

.progress-circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-opacity: .5; }

.progress-circle-bar {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-opacity: 1;
  visibility: hidden; }

.progress-circle-play,
.progress-circle-pause {
  fill: #fff;
  opacity: .5;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

svg.progress-circle:hover .progress-circle-play,
svg.progress-circle:hover .progress-circle-pause {
  opacity: 1; }

.card-columns {
  -webkit-column-count: 1;
          column-count: 1; }
  @media (min-width: 768px) {
    .card-columns {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media (min-width: 992px) {
    .card-columns {
      -webkit-column-count: 3;
              column-count: 3; } }

.card-columns-4 {
  -webkit-column-count: 1;
          column-count: 1; }
  @media (min-width: 768px) {
    .card-columns-4 {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media (min-width: 992px) {
    .card-columns-4 {
      -webkit-column-count: 4;
              column-count: 4; } }

.card-img-top {
  height: 7.143rem; }
  @media (min-width: 576px) {
    .card-img-top {
      height: 6.667rem; } }
  @media (min-width: 768px) {
    .card-img-top {
      height: 8.75rem; } }
  @media (min-width: 992px) {
    .card-img-top {
      height: 9.412rem; } }

.card-group-hero {
  min-height: 40rem; }
  .card-group-hero .card-body {
    min-height: 16.536rem; }

@media (min-width: 576px) {
  .card-group-hero {
    min-height: 28.667rem; }
  .card-body {
    min-height: auto; } }

@media (min-width: 768px) {
  .card-group-hero {
    min-height: 26.875rem; } }

@media (min-width: 992px) {
  .card-group-hero {
    min-height: 35.295rem; } }

@media (max-width: 991px) {
  .card-group .card.card-horizontal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.card-img-top-svg-ico-48-96 {
  height: 8.485rem; }
  @media (min-width: 768px) {
    .card-img-top-svg-ico-48-96 {
      height: 9.016rem; } }
  @media (min-width: 992px) {
    .card-img-top-svg-ico-48-96 {
      height: 8.353rem; } }

table {
  line-height: 1.5; }

table.table:not(.table-bordered) thead th {
  border: 0 !important; }

table.table:not(.table-bordered) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

table.table.table-dark:not(.table-bordered) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

tbody th,
tfoot th {
  font-weight: 600; }

figcaption.h5:first-child:before {
  display: none; }

.text-truncate-multiline,
.text-truncate-multiline-2,
.text-truncate-multiline-4 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.text-truncate-multiline-2 {
  -webkit-line-clamp: 2; }

.text-truncate-multiline-4 {
  -webkit-line-clamp: 4; }

.shadow,
.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }

@media (min-width: 768px) {
  .col-7-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%; } }

@media (min-width: 992px) {
  .col-7-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.2%;
            flex: 0 0 58.2%;
    max-width: 58.2%; } }

@media (min-width: 1200px) {
  .col-7-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; } }

@media (min-width: 768px) {
  .col-4-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.2%;
            flex: 0 0 35.2%;
    max-width: 35.2%; } }

@media (min-width: 992px) {
  .col-4-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%; } }

@media (min-width: 1200px) {
  .col-4-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.25%;
            flex: 0 0 32.25%;
    max-width: 32.25%; } }

@media (min-width: 768px) {
  .col-1-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.8%;
            flex: 0 0 9.8%;
    max-width: 9.8%; } }

@media (min-width: 992px) {
  .col-1-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.8%;
            flex: 0 0 8.8%;
    max-width: 8.8%; } }

@media (min-width: 1200px) {
  .col-1-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.75%;
            flex: 0 0 7.75%;
    max-width: 7.75%; } }

@media (min-width: 768px) {
  .col-10-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.2%;
            flex: 0 0 90.2%;
    max-width: 90.2%; } }

@media (min-width: 992px) {
  .col-10-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.2%;
            flex: 0 0 91.2%;
    max-width: 91.2%; } }

@media (min-width: 1200px) {
  .col-10-filtering {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92.25%;
            flex: 0 0 92.25%;
    max-width: 92.25%; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .25rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #000835;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

@media (min-width: 576px) {
  .filmstrip .card-only-1 .card-title {
    height: 60px !important; }
  .filmstrip .card-only-1 .card-text {
    height: 70px !important; } }

@media (min-width: 768px) {
  .filmstrip .card-only-1 .card-text {
    height: 85px !important; } }

@media (min-width: 992px) {
  .filmstrip .card-only-1 .card-text {
    height: 35px !important; } }

@media (min-width: 576px) {
  .filmstrip .card-only-2 .card-title {
    height: 100px !important; } }

@media (min-width: 768px) {
  .filmstrip .card-only-2 .card-title {
    height: 105px !important; }
  .filmstrip .card-only-2 .card-text {
    height: 45px !important; } }

@media (min-width: 992px) {
  .filmstrip .card-only-2 .card-title {
    height: 75px !important;
    margin-bottom: 0px !important; }
  .filmstrip .card-only-2 .card-text {
    height: 50px !important; } }

@media (min-width: 576px) {
  .filmstrip .card-more-than-2 .card-title {
    height: 100px !important; } }

@media (min-width: 768px) {
  .filmstrip .card-more-than-2 .card-title {
    height: 105px !important; }
  .filmstrip .card-more-than-2 .card-text {
    height: 75px !important; } }

@media (min-width: 992px) {
  .filmstrip .card-more-than-2 .card-title {
    height: 110px !important;
    margin-bottom: 8px !important; }
  .filmstrip .card-more-than-2 .card-text {
    height: 80px !important; } }

.filmstrip .breadcrumb-item + .breadcrumb-item::before {
  color: #0090c1;
  content: ">"; }

.filmstrip-control-prev,
.filmstrip-control-next {
  position: absolute;
  top: calc(50% - (3em / 2));
  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;
  color: #fff;
  text-align: center;
  opacity: 1;
  z-index: 1; }

.filmstrip-control-prev.slick-disabled,
.filmstrip-control-next.slick-disabled {
  display: none !important; }

.filmstrip-control-prev {
  left: calc(15px - (3rem / 2)); }

.filmstrip-control-next {
  right: calc(15px - (3rem / 2)); }

@media (min-width: 1100px) {
  .filmstrip-control-prev {
    left: calc((100vw - 960px) / 2 / -2 - (3em / 2)); }
  .filmstrip-control-next {
    right: calc((100vw - 960px) / 2 / -2 - (3em / 2)); } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .filmstrip-control-prev {
    left: calc(15px - (3rem / 2)); }
  .filmstrip-control-next {
    right: calc(15px - (3rem / 2)); } }

@media (min-width: 1280px) {
  .filmstrip-control-prev {
    left: calc((100vw - 1140px) / 2 / -2 - (3em / 2)); }
  .filmstrip-control-next {
    right: calc((100vw - 1140px) / 2 / -2 - (3em / 2)); } }

button.filmstrip-control-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.6);
  border: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  button.filmstrip-control-icon:hover {
    background: #fff;
    color: #000835; }
  button.filmstrip-control-icon:active {
    background: #000835;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent; }
  button.filmstrip-control-icon:focus {
    outline: none; }
  button.filmstrip-control-icon svg {
    width: calc(16rem / 9);
    height: calc(16rem / 9); }

.insight-card a.card:hover {
  text-decoration: none !important; }
  .insight-card a.card:hover h3 {
    color: #000835; }

.insight-card a.card h3 {
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

a.card img,
.insight-card a.card .img,
.resource-card .card-img-top a.img,
.video-card .card-img-top a.img,
.link-collection-item a .link-collection-img .img,
.feature-card .img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1); }

a.card:hover img,
.insight-card a.card:hover .img,
.resource-card .card-img-top a:hover.img,
.video-card .card-img-top a:hover.img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.insight-card .card,
.resource-card .card {
  min-height: 350px; }
  .insight-card .card.disabled, .insight-card .card:disabled,
  .resource-card .card.disabled,
  .resource-card .card:disabled {
    opacity: .2;
    pointer-events: none; }

.insight-card .card-img-top,
.resource-card .card-img-top {
  height: 110px;
  overflow: hidden; }

.product-card a.card {
  -webkit-transition: border 1s ease, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 1s ease, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), border 1s ease;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), border 1s ease;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), border 1s ease, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .product-card a.card:hover {
    border-color: #000835;
    text-decoration: none !important;
    -webkit-transform: translatey(-0.5rem);
        -ms-transform: translatey(-0.5rem);
            transform: translatey(-0.5rem); }

.product-card .card .display-4 {
  font-size: calc( 5rem / 3); }

.product-card h3 {
  min-height: 75px; }

.product-card p {
  min-height: 84px; }

.video-card .card {
  min-height: 390px; }

.video-card .card-img-top {
  padding-top: calc(9 / 16 * 100%);
  overflow: hidden; }
  .video-card .card-img-top a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@media (min-width: 576px) {
  .insight-card .card,
  .resource-card .card,
  .video-card .card {
    min-height: 415px; }
  .insight-card .card-img-top,
  .resource-card .card-img-top {
    height: 100px; }
  .product-card h3 {
    min-height: 54px; }
  .product-card p {
    min-height: 44px; } }

@media (min-width: 768px) {
  .insight-card .card,
  .resource-card .card {
    min-height: 385px; }
  .insight-card .card-img-top,
  .resource-card .card-img-top {
    height: 130px; }
  .video-card .card {
    min-height: 445px; }
  .product-card h3 {
    min-height: 87px; }
  .product-card p {
    min-height: 96px; }
  .product-card .card-footer .breadcrumb {
    min-height: 75px; } }

@media (min-width: 992px) {
  .insight-card .card,
  .resource-card .card,
  .video-card .card {
    min-height: 425px; }
  .insight-card .card-img-top,
  .resource-card .card-img-top {
    height: 130px; }
  .product-card h3 {
    min-height: 155px; }
  .product-card p {
    min-height: 104px; }
  .product-card .card-footer .breadcrumb {
    min-height: 80px; } }

@media (min-width: 1200px) {
  .insight-card .card,
  .resource-card .card,
  .video-card .card {
    min-height: 480px; }
  .insight-card .card-img-top,
  .resource-card .card-img-top {
    height: 150px; }
  .product-card h3 {
    min-height: 132px; }
  .product-card p {
    min-height: 108px; } }

.resource-list .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .resource-list .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .resource-list .slick-list .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .resource-list .slick-list .slick-track .slick-slide > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }

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

.slick-slide {
  opacity: .2;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  pointer-events: none; }
  .slick-slide.opacidown {
    opacity: 0; }

.slick-current,
.slick-active {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  pointer-events: auto; }

.link-collection-item a:hover {
  text-decoration: none !important; }
  .link-collection-item a:hover h2,
  .link-collection-item a:hover .btn {
    color: #000835; }
  .link-collection-item a:hover .link-collection-img svg,
  .link-collection-item a:hover .link-collection-img img,
  .link-collection-item a:hover .link-collection-img .img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.link-collection-item a .link-collection-img svg,
.link-collection-item a .link-collection-img img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0); }

.link-collection-item h2 {
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s; }

.feature-card {
  overflow: hidden; }
  .feature-card .bg-gradient-gray {
    display: block;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.6)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, transparent); }
  .feature-card .card {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .feature-card .card-body {
    overflow: hidden; }
  .feature-card .feature-description {
    margin-bottom: -100%;
    opacity: 0; }

@-webkit-keyframes animation-4-over {
  from {
    margin-bottom: -100%;
    opacity: 0; }
  to {
    margin-bottom: 0;
    opacity: 1; } }

@keyframes animation-4-over {
  from {
    margin-bottom: -100%;
    opacity: 0; }
  to {
    margin-bottom: 0;
    opacity: 1; } }

@-webkit-keyframes animation-4-out {
  from {
    margin-bottom: 0;
    opacity: 1; }
  to {
    margin-bottom: -100%;
    opacity: 0; } }

@keyframes animation-4-out {
  from {
    margin-bottom: 0;
    opacity: 1; }
  to {
    margin-bottom: -100%;
    opacity: 0; } }

@-webkit-keyframes animation-12-over {
  0% {
    margin-bottom: -30%;
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    margin-bottom: 0;
    opacity: 1; } }

@keyframes animation-12-over {
  0% {
    margin-bottom: -30%;
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    margin-bottom: 0;
    opacity: 1; } }

@-webkit-keyframes animation-12-out {
  0% {
    margin-bottom: 0;
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    margin-bottom: -30%;
    opacity: 0; } }

@keyframes animation-12-out {
  0% {
    margin-bottom: 0;
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    margin-bottom: -30%;
    opacity: 0; } }
  .feature-card.mouseover .img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s; }
  .feature-card.mouseover .bg-gradient-gray {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(79%, rgba(0, 0, 0, 0.8)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 79%, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 79%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 79%, transparent); }
  .feature-card.mouseover .animation-4 {
    -webkit-animation: animation-4-over .8s ease-out forwards;
            animation: animation-4-over .8s ease-out forwards; }
  @media (max-width: 1199px) {
    .feature-card.mouseover .animation-12 {
      -webkit-animation: animation-4-over .8s ease-out forwards;
              animation: animation-4-over .8s ease-out forwards; } }
  @media (min-width: 992px) {
    .feature-card.mouseover .animation-12 {
      -webkit-animation: animation-12-over .8s ease-out forwards;
              animation: animation-12-over .8s ease-out forwards; } }
  .feature-card.mouseout .animation-4 {
    -webkit-animation: animation-4-out .8s ease-out forwards;
            animation: animation-4-out .8s ease-out forwards; }
  @media (max-width: 1199px) {
    .feature-card.mouseout .animation-12 {
      -webkit-animation: animation-4-out .8s ease-out forwards;
              animation: animation-4-out .8s ease-out forwards; } }
  @media (min-width: 992px) {
    .feature-card.mouseout .animation-12 {
      -webkit-animation: animation-12-out .8s ease-out forwards;
              animation: animation-12-out .8s ease-out forwards; } }

fieldset {
  max-width: 100% !important; }

.hs-form-field {
  margin-bottom: .7rem;
  text-align: left !important; }

.hs-richtext {
  text-align: left !important; }

fieldset.form-columns-1 .input {
  margin-right: 0 !important; }

fieldset.form-columns-2 .input {
  margin-right: 0 !important; }

@media (min-width: 768px) {
  fieldset.form-columns-2 .hs-form-field:nth-child(1) {
    padding-right: .8rem; }
  fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    padding-left: .8rem; } }

.hs-form-required {
  color: #c60000;
  margin-left: 0.25rem; }

.hs-input {
  width: 100% !important;
  display: block;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  .hs-input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .hs-input:focus {
    color: rgba(0, 0, 0, 0.9);
    background-color: #fff;
    border-color: #000835;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 none;
            box-shadow: 0 0 0 0 none; }
  .hs-input::-webkit-input-placeholder {
    color: #666;
    opacity: 1; }
  .hs-input:-ms-input-placeholder {
    color: #666;
    opacity: 1; }
  .hs-input::-ms-input-placeholder {
    color: #666;
    opacity: 1; }
  .hs-input::placeholder {
    color: #666;
    opacity: 1; }
  .hs-input:disabled, .hs-input[readonly] {
    background-color: #f5f5f5;
    opacity: 1; }

select.hs-input:not([size]):not([multiple]) {
  height: calc(2.75rem + 2px); }

.hs-form-booleancheckbox {
  padding-left: 1.25rem; }
  .hs-form-booleancheckbox .hs-form-booleancheckbox-display {
    position: relative;
    padding-left: 2rem; }
    .hs-form-booleancheckbox .hs-form-booleancheckbox-display span::before {
      border-radius: 0.1875rem;
      position: absolute;
      top: .15rem;
      left: 0;
      width: 1.412rem;
      height: 1.412rem;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.9); }
    .hs-form-booleancheckbox .hs-form-booleancheckbox-display span::after {
      position: absolute;
      top: .15rem;
      left: 0;
      width: 1.412rem;
      height: 1.412rem;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
    .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked ~ span::before {
        background-color: #000835;
        border: none; }
      .hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked ~ span::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#e7f2fa' 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"); }

.hs-input.invalid.error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#c60000' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem;
  border-color: #c60000;
  padding-right: 2.25rem; }

select.hs-input.invalid.error {
  background-position: center right 1.5625rem; }

ul.inputs-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: .25rem;
  padding-left: 0; }
  ul.inputs-list label {
    margin-bottom: 0; }

.hs-error-msgs {
  color: #c60000;
  text-align: left !important; }

.hs_submit {
  margin-top: 3.5rem;
  text-align: center; }
  .hs_submit button, .hs_submit html [type="button"], .hs_submit [type="reset"], .hs_submit [type="submit"] {
    color: #fff;
    background: #000835 -webkit-gradient(linear, left top, left bottom, from(#2676c3), to(#000835)) repeat-x;
    background: #000835 -webkit-linear-gradient(top, #2676c3, #000835) repeat-x;
    background: #000835 -o-linear-gradient(top, #2676c3, #000835) repeat-x;
    background: #000835 linear-gradient(180deg, #2676c3, #000835) repeat-x;
    border-color: #000835;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    .hs_submit button:hover, .hs_submit button:focus, .hs_submit html [type="button"]:hover, .hs_submit html [type="button"]:focus, .hs_submit [type="reset"]:hover, .hs_submit [type="reset"]:focus, .hs_submit [type="submit"]:hover, .hs_submit [type="submit"]:focus {
      text-decoration: none; }
    .hs_submit button:focus, .hs_submit html [type="button"]:focus, .hs_submit [type="reset"]:focus, .hs_submit [type="submit"]:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0 none;
              box-shadow: 0 0 0 0 none; }
    .hs_submit button:disabled, .hs_submit html [type="button"]:disabled, .hs_submit [type="reset"]:disabled, .hs_submit [type="submit"]:disabled {
      opacity: .65;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .hs_submit button:not(:disabled), .hs_submit html [type="button"]:not(:disabled), .hs_submit [type="reset"]:not(:disabled), .hs_submit [type="submit"]:not(:disabled) {
      cursor: pointer; }
    .hs_submit button:not(:disabled):active, .hs_submit html [type="button"]:not(:disabled):active, .hs_submit [type="reset"]:not(:disabled):active, .hs_submit [type="submit"]:not(:disabled):active {
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.map-point.fill-primary {
  stroke: #000835; }

.map-point > .fill-primary {
  stroke: #000835; }

.map-point.fill-secondary {
  stroke: #666; }

.map-point > .fill-secondary {
  stroke: #666; }

.map-point.fill-success {
  stroke: #00a34e; }

.map-point > .fill-success {
  stroke: #00a34e; }

.map-point.fill-info {
  stroke: #C5D5F9; }

.map-point > .fill-info {
  stroke: #C5D5F9; }

.map-point.fill-warning {
  stroke: #f7a827; }

.map-point > .fill-warning {
  stroke: #f7a827; }

.map-point.fill-danger {
  stroke: #c60000; }

.map-point > .fill-danger {
  stroke: #c60000; }

.map-point.fill-light {
  stroke: #f5f5f5; }

.map-point > .fill-light {
  stroke: #f5f5f5; }

.map-point.fill-dark {
  stroke: rgba(0, 0, 0, 0.9); }

.map-point > .fill-dark {
  stroke: rgba(0, 0, 0, 0.9); }

.map-point.fill-pacific {
  stroke: #9bcaeb; }

.map-point > .fill-pacific {
  stroke: #9bcaeb; }

.map-point.fill-mystery {
  stroke: #6f2b8d; }

.map-point > .fill-mystery {
  stroke: #6f2b8d; }

.map-point.fill-love {
  stroke: #ce0058; }

.map-point > .fill-love {
  stroke: #ce0058; }

.map-point.fill-sky {
  stroke: #e7f2fa; }

.map-point > .fill-sky {
  stroke: #e7f2fa; }

.map-point.fill-inverse {
  stroke: #fff; }

.map-point > .fill-inverse {
  stroke: #fff; }

.map-point.fill-glass {
  stroke: rgba(255, 255, 255, 0.1); }

.map-point > .fill-glass {
  stroke: rgba(255, 255, 255, 0.1); }

.map-point.fill-frost {
  stroke: rgba(255, 255, 255, 0.25); }

.map-point > .fill-frost {
  stroke: rgba(255, 255, 255, 0.25); }

.map-point.fill-smoke {
  stroke: rgba(0, 0, 0, 0.2); }

.map-point > .fill-smoke {
  stroke: rgba(0, 0, 0, 0.2); }

.map-point.fill-dusk {
  stroke: rgba(0, 0, 0, 0.6); }

.map-point > .fill-dusk {
  stroke: rgba(0, 0, 0, 0.6); }

.map-point:hover {
  stroke-width: 3px;
  -webkit-animation: map-point-animation .15s linear;
          animation: map-point-animation .15s linear; }
  .map-point:hover > path {
    stroke-width: 3px;
    -webkit-animation: map-point-animation .15s linear;
            animation: map-point-animation .15s linear; }

.map {
  width: 600px; }

@media (min-width: 576px) {
  .map {
    width: 540px; } }

@media (min-width: 768px) {
  .map {
    width: 720px; } }

@media (min-width: 992px) {
  .map {
    width: 960px; } }

@media (min-width: 1200px) {
  .map {
    width: 1140px; } }

.nav-filter-dropdown .btn-arrow-up {
  display: none; }

.nav-filter-dropdown .btn-arrow-down {
  display: block; }

.nav-filter-dropdown .show .btn-arrow-up {
  display: block; }

.nav-filter-dropdown .show .btn-arrow-down {
  display: none; }

.nav-filter-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: fixed !important;
  top: 6px !important;
  left: 5px !important;
  right: -5px !important; }

@media (max-width: 767px) {
  .nav-filter-dropdown .dropdown-menu {
    top: 61px !important; } }

@media (min-width: 576px) {
  .nav-filter-dropdown .dropdown-menu {
    top: 75px !important; } }

@media (min-width: 768px) {
  .nav-filter-dropdown .dropdown-menu {
    top: 13px !important; } }

@media (min-width: 992px) {
  .nav-filter-dropdown .dropdown-menu {
    top: 14px !important; } }

.twitter-typeahead {
  width: 100%; }

.tt-hint {
  bottom: 0;
  width: 100% !important; }

.tt-input {
  height: 100%;
  width: 100% !important; }

.tt-hint,
.tt-input {
  margin-bottom: 0 !important; }

.tt-menu {
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  right: -3.7rem; }
  @media (min-width: 768px) {
    .tt-menu {
      right: -4.25rem; } }
  @media (min-width: 992px) {
    .tt-menu {
      right: -4.86rem; } }

.tt-highlight {
  color: rgba(0, 0, 0, 0.8); }

.tt-dataset-search_section_buttons {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

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