@charset "UTF-8";
/*!
 * bootstrap-4.6.2 v4.0.0 (https://getbootstrap-4.6.2.com)
 * Copyright 2011-2018 The bootstrap-4.6.2 Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap-4.6.2/blob/master/LICENSE)
 */
:root {
  --blue: #148592;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #51a546;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --light-green: #50a646;
  --light-blue: #8fd6ff;
  --light-red: #b13232;
  --brown: #a59a46;
  --greyjoy: #919696;
  --semi-90: rgba(255, 255, 255, 0.9);
  --semi-70: rgba(255, 255, 255, 0.7);
  --semi-50: rgba(255, 255, 255, 0.5);
  --semi-30: rgba(255, 255, 255, 0.3);
  --semi-10: rgba(255, 255, 255, 0.1);
  --primary: #148592;
  --secondary: #6c757d;
  --success: #51a546;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --light-green: #50a646;
  --light-blue: #8fd6ff;
  --light-red: #b13232;
  --brown: #a59a46;
  --greyjoy: #919696;
  --semi-90: rgba(255, 255, 255, 0.9);
  --semi-70: rgba(255, 255, 255, 0.7);
  --semi-50: rgba(255, 255, 255, 0.5);
  --semi-30: rgba(255, 255, 255, 0.3);
  --semi-10: rgba(255, 255, 255, 0.1);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #148592;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0b484f;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bddde0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #85c0c6;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cee6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a5d09f;
}

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

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

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

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

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

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

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

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

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

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

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

.table-light-green,
.table-light-green > th,
.table-light-green > td {
  background-color: #cee6cb;
}
.table-light-green th,
.table-light-green td,
.table-light-green thead th,
.table-light-green tbody + tbody {
  border-color: #a4d19f;
}

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

.table-light-blue,
.table-light-blue > th,
.table-light-blue > td {
  background-color: #e0f4ff;
}
.table-light-blue th,
.table-light-blue td,
.table-light-blue thead th,
.table-light-blue tbody + tbody {
  border-color: #c5eaff;
}

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

.table-light-red,
.table-light-red > th,
.table-light-red > td {
  background-color: #e9c6c6;
}
.table-light-red th,
.table-light-red td,
.table-light-red thead th,
.table-light-red tbody + tbody {
  border-color: #d69494;
}

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

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #e6e3cb;
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #d0ca9f;
}

.table-hover .table-brown:hover {
  background-color: #dedaba;
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: #dedaba;
}

.table-greyjoy,
.table-greyjoy > th,
.table-greyjoy > td {
  background-color: #e0e2e2;
}
.table-greyjoy th,
.table-greyjoy td,
.table-greyjoy thead th,
.table-greyjoy tbody + tbody {
  border-color: #c6c8c8;
}

.table-hover .table-greyjoy:hover {
  background-color: #d3d6d6;
}
.table-hover .table-greyjoy:hover > td,
.table-hover .table-greyjoy:hover > th {
  background-color: #d3d6d6;
}

.table-semi-90,
.table-semi-90 > th,
.table-semi-90 > td {
  background-color: rgba(255, 255, 255, 0.972);
}
.table-semi-90 th,
.table-semi-90 td,
.table-semi-90 thead th,
.table-semi-90 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.948);
}

.table-hover .table-semi-90:hover {
  background-color: rgba(242, 242, 242, 0.972);
}
.table-hover .table-semi-90:hover > td,
.table-hover .table-semi-90:hover > th {
  background-color: rgba(242, 242, 242, 0.972);
}

.table-semi-70,
.table-semi-70 > th,
.table-semi-70 > td {
  background-color: rgba(255, 255, 255, 0.916);
}
.table-semi-70 th,
.table-semi-70 td,
.table-semi-70 thead th,
.table-semi-70 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.844);
}

.table-hover .table-semi-70:hover {
  background-color: rgba(242, 242, 242, 0.916);
}
.table-hover .table-semi-70:hover > td,
.table-hover .table-semi-70:hover > th {
  background-color: rgba(242, 242, 242, 0.916);
}

.table-semi-50,
.table-semi-50 > th,
.table-semi-50 > td {
  background-color: rgba(255, 255, 255, 0.86);
}
.table-semi-50 th,
.table-semi-50 td,
.table-semi-50 thead th,
.table-semi-50 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.74);
}

.table-hover .table-semi-50:hover {
  background-color: rgba(242, 242, 242, 0.86);
}
.table-hover .table-semi-50:hover > td,
.table-hover .table-semi-50:hover > th {
  background-color: rgba(242, 242, 242, 0.86);
}

.table-semi-30,
.table-semi-30 > th,
.table-semi-30 > td {
  background-color: rgba(255, 255, 255, 0.804);
}
.table-semi-30 th,
.table-semi-30 td,
.table-semi-30 thead th,
.table-semi-30 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.636);
}

.table-hover .table-semi-30:hover {
  background-color: rgba(242, 242, 242, 0.804);
}
.table-hover .table-semi-30:hover > td,
.table-hover .table-semi-30:hover > th {
  background-color: rgba(242, 242, 242, 0.804);
}

.table-semi-10,
.table-semi-10 > th,
.table-semi-10 > td {
  background-color: rgba(255, 255, 255, 0.748);
}
.table-semi-10 th,
.table-semi-10 td,
.table-semi-10 thead th,
.table-semi-10 tbody + tbody {
  border-color: rgba(255, 255, 255, 0.532);
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #41d4e5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 0.4;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #51a546;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(81, 165, 70, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #51a546;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2351a546' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #51a546;
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #51a546;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2351a546' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #51a546;
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #51a546;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #51a546;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6cbc62;
  background-color: #6cbc62;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #51a546;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #51a546;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #51a546;
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #148592;
  border-color: #148592;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0f6670;
  border-color: #0e5c65;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0f6670;
  border-color: #0e5c65;
  box-shadow: 0 0 0 0.2rem rgba(55, 151, 162, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #148592;
  border-color: #148592;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e5c65;
  border-color: #0c525a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 151, 162, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #51a546;
  border-color: #51a546;
}
.btn-success:hover {
  color: #fff;
  background-color: #448a3b;
  border-color: #3f8137;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #448a3b;
  border-color: #3f8137;
  box-shadow: 0 0 0 0.2rem rgba(107, 179, 98, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #51a546;
  border-color: #51a546;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3f8137;
  border-color: #3b7833;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 179, 98, 0.5);
}

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

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

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

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

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

.btn-light-green {
  color: #fff;
  background-color: #50a646;
  border-color: #50a646;
}
.btn-light-green:hover {
  color: #fff;
  background-color: #438b3b;
  border-color: #3f8237;
}
.btn-light-green:focus, .btn-light-green.focus {
  color: #fff;
  background-color: #438b3b;
  border-color: #3f8237;
  box-shadow: 0 0 0 0.2rem rgba(106, 179, 98, 0.5);
}
.btn-light-green.disabled, .btn-light-green:disabled {
  color: #fff;
  background-color: #50a646;
  border-color: #50a646;
}
.btn-light-green:not(:disabled):not(.disabled):active, .btn-light-green:not(:disabled):not(.disabled).active, .show > .btn-light-green.dropdown-toggle {
  color: #fff;
  background-color: #3f8237;
  border-color: #3a7933;
}
.btn-light-green:not(:disabled):not(.disabled):active:focus, .btn-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 179, 98, 0.5);
}

.btn-light-blue {
  color: #212529;
  background-color: #8fd6ff;
  border-color: #8fd6ff;
}
.btn-light-blue:hover {
  color: #212529;
  background-color: #69c8ff;
  border-color: #5cc3ff;
}
.btn-light-blue:focus, .btn-light-blue.focus {
  color: #212529;
  background-color: #69c8ff;
  border-color: #5cc3ff;
  box-shadow: 0 0 0 0.2rem rgba(127, 187, 223, 0.5);
}
.btn-light-blue.disabled, .btn-light-blue:disabled {
  color: #212529;
  background-color: #8fd6ff;
  border-color: #8fd6ff;
}
.btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active, .show > .btn-light-blue.dropdown-toggle {
  color: #212529;
  background-color: #5cc3ff;
  border-color: #4fbfff;
}
.btn-light-blue:not(:disabled):not(.disabled):active:focus, .btn-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 187, 223, 0.5);
}

.btn-light-red {
  color: #fff;
  background-color: #b13232;
  border-color: #b13232;
}
.btn-light-red:hover {
  color: #fff;
  background-color: #932a2a;
  border-color: #892727;
}
.btn-light-red:focus, .btn-light-red.focus {
  color: #fff;
  background-color: #932a2a;
  border-color: #892727;
  box-shadow: 0 0 0 0.2rem rgba(189, 81, 81, 0.5);
}
.btn-light-red.disabled, .btn-light-red:disabled {
  color: #fff;
  background-color: #b13232;
  border-color: #b13232;
}
.btn-light-red:not(:disabled):not(.disabled):active, .btn-light-red:not(:disabled):not(.disabled).active, .show > .btn-light-red.dropdown-toggle {
  color: #fff;
  background-color: #892727;
  border-color: #7f2424;
}
.btn-light-red:not(:disabled):not(.disabled):active:focus, .btn-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 81, 81, 0.5);
}

.btn-brown {
  color: #fff;
  background-color: #a59a46;
  border-color: #a59a46;
}
.btn-brown:hover {
  color: #fff;
  background-color: #8a813b;
  border-color: #817937;
}
.btn-brown:focus, .btn-brown.focus {
  color: #fff;
  background-color: #8a813b;
  border-color: #817937;
  box-shadow: 0 0 0 0.2rem rgba(179, 169, 98, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #a59a46;
  border-color: #a59a46;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #817937;
  border-color: #787033;
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 169, 98, 0.5);
}

.btn-greyjoy {
  color: #fff;
  background-color: #919696;
  border-color: #919696;
}
.btn-greyjoy:hover {
  color: #fff;
  background-color: #7d8383;
  border-color: #777d7d;
}
.btn-greyjoy:focus, .btn-greyjoy.focus {
  color: #fff;
  background-color: #7d8383;
  border-color: #777d7d;
  box-shadow: 0 0 0 0.2rem rgba(162, 166, 166, 0.5);
}
.btn-greyjoy.disabled, .btn-greyjoy:disabled {
  color: #fff;
  background-color: #919696;
  border-color: #919696;
}
.btn-greyjoy:not(:disabled):not(.disabled):active, .btn-greyjoy:not(:disabled):not(.disabled).active, .show > .btn-greyjoy.dropdown-toggle {
  color: #fff;
  background-color: #777d7d;
  border-color: #717676;
}
.btn-greyjoy:not(:disabled):not(.disabled):active:focus, .btn-greyjoy:not(:disabled):not(.disabled).active:focus, .show > .btn-greyjoy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 166, 166, 0.5);
}

.btn-semi-90 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-semi-90:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.9);
  border-color: rgba(230, 230, 230, 0.9);
}
.btn-semi-90:focus, .btn-semi-90.focus {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.9);
  border-color: rgba(230, 230, 230, 0.9);
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0.5);
}
.btn-semi-90.disabled, .btn-semi-90:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-semi-90:not(:disabled):not(.disabled):active, .btn-semi-90:not(:disabled):not(.disabled).active, .show > .btn-semi-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.9);
  border-color: rgba(223, 223, 223, 0.9);
}
.btn-semi-90:not(:disabled):not(.disabled):active:focus, .btn-semi-90:not(:disabled):not(.disabled).active:focus, .show > .btn-semi-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0.5);
}

.btn-semi-70 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-semi-70:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.7);
  border-color: rgba(230, 230, 230, 0.7);
}
.btn-semi-70:focus, .btn-semi-70.focus {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.7);
  border-color: rgba(230, 230, 230, 0.7);
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}
.btn-semi-70.disabled, .btn-semi-70:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-semi-70:not(:disabled):not(.disabled):active, .btn-semi-70:not(:disabled):not(.disabled).active, .show > .btn-semi-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.7);
  border-color: rgba(223, 223, 223, 0.7);
}
.btn-semi-70:not(:disabled):not(.disabled):active:focus, .btn-semi-70:not(:disabled):not(.disabled).active:focus, .show > .btn-semi-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.btn-semi-50 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-semi-50:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.5);
  border-color: rgba(230, 230, 230, 0.5);
}
.btn-semi-50:focus, .btn-semi-50.focus {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.5);
  border-color: rgba(230, 230, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(178, 180, 181, 0.5);
}
.btn-semi-50.disabled, .btn-semi-50:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-semi-50:not(:disabled):not(.disabled):active, .btn-semi-50:not(:disabled):not(.disabled).active, .show > .btn-semi-50.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.5);
  border-color: rgba(223, 223, 223, 0.5);
}
.btn-semi-50:not(:disabled):not(.disabled):active:focus, .btn-semi-50:not(:disabled):not(.disabled).active:focus, .show > .btn-semi-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 180, 181, 0.5);
}

.btn-semi-30 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-semi-30:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.3);
  border-color: rgba(230, 230, 230, 0.3);
}
.btn-semi-30:focus, .btn-semi-30.focus {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.3);
  border-color: rgba(230, 230, 230, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(144, 146, 148, 0.5);
}
.btn-semi-30.disabled, .btn-semi-30:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-semi-30:not(:disabled):not(.disabled):active, .btn-semi-30:not(:disabled):not(.disabled).active, .show > .btn-semi-30.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.3);
  border-color: rgba(223, 223, 223, 0.3);
}
.btn-semi-30:not(:disabled):not(.disabled):active:focus, .btn-semi-30:not(:disabled):not(.disabled).active:focus, .show > .btn-semi-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 146, 148, 0.5);
}

.btn-semi-10 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-semi-10:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.1);
  border-color: rgba(230, 230, 230, 0.1);
}
.btn-semi-10:focus, .btn-semi-10.focus {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.1);
  border-color: rgba(230, 230, 230, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(84, 87, 90, 0.5);
}
.btn-semi-10.disabled, .btn-semi-10:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-semi-10:not(:disabled):not(.disabled):active, .btn-semi-10:not(:disabled):not(.disabled).active, .show > .btn-semi-10.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.1);
  border-color: rgba(223, 223, 223, 0.1);
}
.btn-semi-10:not(:disabled):not(.disabled):active:focus, .btn-semi-10:not(:disabled):not(.disabled).active:focus, .show > .btn-semi-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 87, 90, 0.5);
}

.btn-outline-primary {
  color: #148592;
  border-color: #148592;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #148592;
  border-color: #148592;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #148592;
  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: #148592;
  border-color: #148592;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #51a546;
  border-color: #51a546;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #51a546;
  border-color: #51a546;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #51a546;
  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: #51a546;
  border-color: #51a546;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.5);
}

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

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

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

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

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

.btn-outline-light-green {
  color: #50a646;
  border-color: #50a646;
}
.btn-outline-light-green:hover {
  color: #fff;
  background-color: #50a646;
  border-color: #50a646;
}
.btn-outline-light-green:focus, .btn-outline-light-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 166, 70, 0.5);
}
.btn-outline-light-green.disabled, .btn-outline-light-green:disabled {
  color: #50a646;
  background-color: transparent;
}
.btn-outline-light-green:not(:disabled):not(.disabled):active, .btn-outline-light-green:not(:disabled):not(.disabled).active, .show > .btn-outline-light-green.dropdown-toggle {
  color: #fff;
  background-color: #50a646;
  border-color: #50a646;
}
.btn-outline-light-green:not(:disabled):not(.disabled):active:focus, .btn-outline-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 166, 70, 0.5);
}

.btn-outline-light-blue {
  color: #8fd6ff;
  border-color: #8fd6ff;
}
.btn-outline-light-blue:hover {
  color: #212529;
  background-color: #8fd6ff;
  border-color: #8fd6ff;
}
.btn-outline-light-blue:focus, .btn-outline-light-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 214, 255, 0.5);
}
.btn-outline-light-blue.disabled, .btn-outline-light-blue:disabled {
  color: #8fd6ff;
  background-color: transparent;
}
.btn-outline-light-blue:not(:disabled):not(.disabled):active, .btn-outline-light-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-light-blue.dropdown-toggle {
  color: #212529;
  background-color: #8fd6ff;
  border-color: #8fd6ff;
}
.btn-outline-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 214, 255, 0.5);
}

.btn-outline-light-red {
  color: #b13232;
  border-color: #b13232;
}
.btn-outline-light-red:hover {
  color: #fff;
  background-color: #b13232;
  border-color: #b13232;
}
.btn-outline-light-red:focus, .btn-outline-light-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 50, 50, 0.5);
}
.btn-outline-light-red.disabled, .btn-outline-light-red:disabled {
  color: #b13232;
  background-color: transparent;
}
.btn-outline-light-red:not(:disabled):not(.disabled):active, .btn-outline-light-red:not(:disabled):not(.disabled).active, .show > .btn-outline-light-red.dropdown-toggle {
  color: #fff;
  background-color: #b13232;
  border-color: #b13232;
}
.btn-outline-light-red:not(:disabled):not(.disabled):active:focus, .btn-outline-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 50, 50, 0.5);
}

.btn-outline-brown {
  color: #a59a46;
  border-color: #a59a46;
}
.btn-outline-brown:hover {
  color: #fff;
  background-color: #a59a46;
  border-color: #a59a46;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 154, 70, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #a59a46;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #a59a46;
  border-color: #a59a46;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 154, 70, 0.5);
}

.btn-outline-greyjoy {
  color: #919696;
  border-color: #919696;
}
.btn-outline-greyjoy:hover {
  color: #fff;
  background-color: #919696;
  border-color: #919696;
}
.btn-outline-greyjoy:focus, .btn-outline-greyjoy.focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 150, 150, 0.5);
}
.btn-outline-greyjoy.disabled, .btn-outline-greyjoy:disabled {
  color: #919696;
  background-color: transparent;
}
.btn-outline-greyjoy:not(:disabled):not(.disabled):active, .btn-outline-greyjoy:not(:disabled):not(.disabled).active, .show > .btn-outline-greyjoy.dropdown-toggle {
  color: #fff;
  background-color: #919696;
  border-color: #919696;
}
.btn-outline-greyjoy:not(:disabled):not(.disabled):active:focus, .btn-outline-greyjoy:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-greyjoy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 150, 150, 0.5);
}

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #148592;
  text-decoration: none;
}
.btn-link:hover {
  color: #0b484f;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #148592;
  background-color: #148592;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #41d4e5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6ddeeb;
  border-color: #6ddeeb;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(20, 133, 146, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #41d4e5;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #148592;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #6ddeeb;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #148592;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #6ddeeb;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #148592;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #6ddeeb;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

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

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #148592;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0b484f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.25);
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #148592;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0e5c65;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 133, 146, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #51a546;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #3f8137;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 165, 70, 0.5);
}

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

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

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

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

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

.badge-light-green {
  color: #fff;
  background-color: #50a646;
}
a.badge-light-green:hover, a.badge-light-green:focus {
  color: #fff;
  background-color: #3f8237;
}
a.badge-light-green:focus, a.badge-light-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 166, 70, 0.5);
}

.badge-light-blue {
  color: #212529;
  background-color: #8fd6ff;
}
a.badge-light-blue:hover, a.badge-light-blue:focus {
  color: #212529;
  background-color: #5cc3ff;
}
a.badge-light-blue:focus, a.badge-light-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(143, 214, 255, 0.5);
}

.badge-light-red {
  color: #fff;
  background-color: #b13232;
}
a.badge-light-red:hover, a.badge-light-red:focus {
  color: #fff;
  background-color: #892727;
}
a.badge-light-red:focus, a.badge-light-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 50, 50, 0.5);
}

.badge-brown {
  color: #fff;
  background-color: #a59a46;
}
a.badge-brown:hover, a.badge-brown:focus {
  color: #fff;
  background-color: #817937;
}
a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 154, 70, 0.5);
}

.badge-greyjoy {
  color: #fff;
  background-color: #919696;
}
a.badge-greyjoy:hover, a.badge-greyjoy:focus {
  color: #fff;
  background-color: #777d7d;
}
a.badge-greyjoy:focus, a.badge-greyjoy.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 150, 150, 0.5);
}

.badge-semi-90 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.9);
}
a.badge-semi-90:hover, a.badge-semi-90:focus {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.9);
}
a.badge-semi-90:focus, a.badge-semi-90.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-semi-70 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.7);
}
a.badge-semi-70:hover, a.badge-semi-70:focus {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.7);
}
a.badge-semi-70:focus, a.badge-semi-70.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-semi-50 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5);
}
a.badge-semi-50:hover, a.badge-semi-50:focus {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.5);
}
a.badge-semi-50:focus, a.badge-semi-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-semi-30 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.3);
}
a.badge-semi-30:hover, a.badge-semi-30:focus {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.3);
}
a.badge-semi-30:focus, a.badge-semi-30.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-semi-10 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.1);
}
a.badge-semi-10:hover, a.badge-semi-10:focus {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.1);
}
a.badge-semi-10:focus, a.badge-semi-10.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #0a454c;
  background-color: #d0e7e9;
  border-color: #bddde0;
}
.alert-primary hr {
  border-top-color: #acd4d8;
}
.alert-primary .alert-link {
  color: #041c1f;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #2a5624;
  background-color: #dcedda;
  border-color: #cee6cb;
}
.alert-success hr {
  border-top-color: #bedeba;
}
.alert-success .alert-link {
  color: #183215;
}

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

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

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

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

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

.alert-light-green {
  color: #2a5624;
  background-color: #dcedda;
  border-color: #cee6cb;
}
.alert-light-green hr {
  border-top-color: #bedeba;
}
.alert-light-green .alert-link {
  color: #183215;
}

.alert-light-blue {
  color: #4a6f85;
  background-color: #e9f7ff;
  border-color: #e0f4ff;
}
.alert-light-blue hr {
  border-top-color: #c7ebff;
}
.alert-light-blue .alert-link {
  color: #385464;
}

.alert-light-red {
  color: #5c1a1a;
  background-color: #efd6d6;
  border-color: #e9c6c6;
}
.alert-light-red hr {
  border-top-color: #e2b4b4;
}
.alert-light-red .alert-link {
  color: #340f0f;
}

.alert-brown {
  color: #565024;
  background-color: #edebda;
  border-color: #e6e3cb;
}
.alert-brown hr {
  border-top-color: #dedaba;
}
.alert-brown .alert-link {
  color: #322f15;
}

.alert-greyjoy {
  color: #4b4e4e;
  background-color: #e9eaea;
  border-color: #e0e2e2;
}
.alert-greyjoy hr {
  border-top-color: #d3d6d6;
}
.alert-greyjoy .alert-link {
  color: #323434;
}

.alert-semi-90 {
  color: rgba(120, 120, 120, 0.948);
  background-color: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.972);
}
.alert-semi-90 hr {
  border-top-color: rgba(242, 242, 242, 0.972);
}
.alert-semi-90 .alert-link {
  color: rgba(95, 95, 95, 0.948);
}

.alert-semi-70 {
  color: rgba(94, 94, 94, 0.844);
  background-color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.916);
}
.alert-semi-70 hr {
  border-top-color: rgba(242, 242, 242, 0.916);
}
.alert-semi-70 .alert-link {
  color: rgba(69, 69, 69, 0.844);
}

.alert-semi-50 {
  color: rgba(68, 68, 68, 0.74);
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.86);
}
.alert-semi-50 hr {
  border-top-color: rgba(242, 242, 242, 0.86);
}
.alert-semi-50 .alert-link {
  color: rgba(43, 43, 43, 0.74);
}

.alert-semi-30 {
  color: rgba(41, 41, 41, 0.636);
  background-color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.804);
}
.alert-semi-30 hr {
  border-top-color: rgba(242, 242, 242, 0.804);
}
.alert-semi-30 .alert-link {
  color: rgba(16, 16, 16, 0.636);
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

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

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #0a454c;
  background-color: #bddde0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0a454c;
  background-color: #acd4d8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a454c;
  border-color: #0a454c;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #2a5624;
  background-color: #cee6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2a5624;
  background-color: #bedeba;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2a5624;
  border-color: #2a5624;
}

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

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

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

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

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

.list-group-item-light-green {
  color: #2a5624;
  background-color: #cee6cb;
}
.list-group-item-light-green.list-group-item-action:hover, .list-group-item-light-green.list-group-item-action:focus {
  color: #2a5624;
  background-color: #bedeba;
}
.list-group-item-light-green.list-group-item-action.active {
  color: #fff;
  background-color: #2a5624;
  border-color: #2a5624;
}

.list-group-item-light-blue {
  color: #4a6f85;
  background-color: #e0f4ff;
}
.list-group-item-light-blue.list-group-item-action:hover, .list-group-item-light-blue.list-group-item-action:focus {
  color: #4a6f85;
  background-color: #c7ebff;
}
.list-group-item-light-blue.list-group-item-action.active {
  color: #fff;
  background-color: #4a6f85;
  border-color: #4a6f85;
}

.list-group-item-light-red {
  color: #5c1a1a;
  background-color: #e9c6c6;
}
.list-group-item-light-red.list-group-item-action:hover, .list-group-item-light-red.list-group-item-action:focus {
  color: #5c1a1a;
  background-color: #e2b4b4;
}
.list-group-item-light-red.list-group-item-action.active {
  color: #fff;
  background-color: #5c1a1a;
  border-color: #5c1a1a;
}

.list-group-item-brown {
  color: #565024;
  background-color: #e6e3cb;
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: #565024;
  background-color: #dedaba;
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #565024;
  border-color: #565024;
}

.list-group-item-greyjoy {
  color: #4b4e4e;
  background-color: #e0e2e2;
}
.list-group-item-greyjoy.list-group-item-action:hover, .list-group-item-greyjoy.list-group-item-action:focus {
  color: #4b4e4e;
  background-color: #d3d6d6;
}
.list-group-item-greyjoy.list-group-item-action.active {
  color: #fff;
  background-color: #4b4e4e;
  border-color: #4b4e4e;
}

.list-group-item-semi-90 {
  color: rgba(120, 120, 120, 0.948);
  background-color: rgba(255, 255, 255, 0.972);
}
.list-group-item-semi-90.list-group-item-action:hover, .list-group-item-semi-90.list-group-item-action:focus {
  color: rgba(120, 120, 120, 0.948);
  background-color: rgba(242, 242, 242, 0.972);
}
.list-group-item-semi-90.list-group-item-action.active {
  color: #fff;
  background-color: rgba(120, 120, 120, 0.948);
  border-color: rgba(120, 120, 120, 0.948);
}

.list-group-item-semi-70 {
  color: rgba(94, 94, 94, 0.844);
  background-color: rgba(255, 255, 255, 0.916);
}
.list-group-item-semi-70.list-group-item-action:hover, .list-group-item-semi-70.list-group-item-action:focus {
  color: rgba(94, 94, 94, 0.844);
  background-color: rgba(242, 242, 242, 0.916);
}
.list-group-item-semi-70.list-group-item-action.active {
  color: #fff;
  background-color: rgba(94, 94, 94, 0.844);
  border-color: rgba(94, 94, 94, 0.844);
}

.list-group-item-semi-50 {
  color: rgba(68, 68, 68, 0.74);
  background-color: rgba(255, 255, 255, 0.86);
}
.list-group-item-semi-50.list-group-item-action:hover, .list-group-item-semi-50.list-group-item-action:focus {
  color: rgba(68, 68, 68, 0.74);
  background-color: rgba(242, 242, 242, 0.86);
}
.list-group-item-semi-50.list-group-item-action.active {
  color: #fff;
  background-color: rgba(68, 68, 68, 0.74);
  border-color: rgba(68, 68, 68, 0.74);
}

.list-group-item-semi-30 {
  color: rgba(41, 41, 41, 0.636);
  background-color: rgba(255, 255, 255, 0.804);
}
.list-group-item-semi-30.list-group-item-action:hover, .list-group-item-semi-30.list-group-item-action:focus {
  color: rgba(41, 41, 41, 0.636);
  background-color: rgba(242, 242, 242, 0.804);
}
.list-group-item-semi-30.list-group-item-action.active {
  color: #fff;
  background-color: rgba(41, 41, 41, 0.636);
  border-color: rgba(41, 41, 41, 0.636);
}

.list-group-item-semi-10 {
  color: rgba(14, 14, 14, 0.532);
  background-color: rgba(255, 255, 255, 0.748);
}
.list-group-item-semi-10.list-group-item-action:hover, .list-group-item-semi-10.list-group-item-action:focus {
  color: rgba(14, 14, 14, 0.532);
  background-color: rgba(242, 242, 242, 0.748);
}
.list-group-item-semi-10.list-group-item-action.active {
  color: #fff;
  background-color: rgba(14, 14, 14, 0.532);
  border-color: rgba(14, 14, 14, 0.532);
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-light-green {
  background-color: #50a646 !important;
}

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

.bg-light-blue {
  background-color: #8fd6ff !important;
}

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

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

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

.bg-brown {
  background-color: #a59a46 !important;
}

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

.bg-greyjoy {
  background-color: #919696 !important;
}

a.bg-greyjoy:hover, a.bg-greyjoy:focus,
button.bg-greyjoy:hover,
button.bg-greyjoy:focus {
  background-color: #777d7d !important;
}

.bg-semi-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

a.bg-semi-90:hover, a.bg-semi-90:focus,
button.bg-semi-90:hover,
button.bg-semi-90:focus {
  background-color: rgba(230, 230, 230, 0.9) !important;
}

.bg-semi-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

a.bg-semi-70:hover, a.bg-semi-70:focus,
button.bg-semi-70:hover,
button.bg-semi-70:focus {
  background-color: rgba(230, 230, 230, 0.7) !important;
}

.bg-semi-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

a.bg-semi-50:hover, a.bg-semi-50:focus,
button.bg-semi-50:hover,
button.bg-semi-50:focus {
  background-color: rgba(230, 230, 230, 0.5) !important;
}

.bg-semi-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

a.bg-semi-30:hover, a.bg-semi-30:focus,
button.bg-semi-30:hover,
button.bg-semi-30:focus {
  background-color: rgba(230, 230, 230, 0.3) !important;
}

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

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

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

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

.bg-light-white {
  background-color: #fdfdfd;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #51a546 !important;
}

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

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

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

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

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

.border-light-green {
  border-color: #50a646 !important;
}

.border-light-blue {
  border-color: #8fd6ff !important;
}

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

.border-brown {
  border-color: #a59a46 !important;
}

.border-greyjoy {
  border-color: #919696 !important;
}

.border-semi-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}

.border-semi-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

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

.border-semi-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #148592 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0b484f !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #51a546 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #376f2f !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-light-green {
  color: #50a646 !important;
}

a.text-light-green:hover, a.text-light-green:focus {
  color: #36702f !important;
}

.text-light-blue {
  color: #8fd6ff !important;
}

a.text-light-blue:hover, a.text-light-blue:focus {
  color: #43baff !important;
}

.text-light-red {
  color: #b13232 !important;
}

a.text-light-red:hover, a.text-light-red:focus {
  color: #752121 !important;
}

.text-brown {
  color: #a59a46 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: #6f682f !important;
}

.text-greyjoy {
  color: #919696 !important;
}

a.text-greyjoy:hover, a.text-greyjoy:focus {
  color: #6b7070 !important;
}

.text-semi-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

a.text-semi-90:hover, a.text-semi-90:focus {
  color: rgba(217, 217, 217, 0.9) !important;
}

.text-semi-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

a.text-semi-70:hover, a.text-semi-70:focus {
  color: rgba(217, 217, 217, 0.7) !important;
}

.text-semi-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

a.text-semi-50:hover, a.text-semi-50:focus {
  color: rgba(217, 217, 217, 0.5) !important;
}

.text-semi-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

a.text-semi-30:hover, a.text-semi-30:focus {
  color: rgba(217, 217, 217, 0.3) !important;
}

.text-semi-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

a.text-semi-10:hover, a.text-semi-10:focus {
  color: rgba(217, 217, 217, 0.1) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
*:focus {
  outline: none;
}

*::-moz-focus-inner {
  border: 0;
}

*:focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

body {
  min-width: 320px;
  background: url(https://cdn.bajabound.com/blvr/pattern-light.gif) repeat 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.63;
  color: #222;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a[href^=tel] {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 1.08;
}

h2 {
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 30px;
  line-height: 1.17;
}

h4 {
  font-size: 25px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
}

h6 {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 1.13;
  }

  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h3 {
    font-size: 25px;
    line-height: 1.2;
  }

  h4 {
    font-size: 25px;
    line-height: 1.2;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.woff2") format("woff2"), url("/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-LightItalic.woff2") format("woff2"), url("/fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AvenirPro35Light";
  src: url("/fonts/AvenirPro35Light/font.woff2") format("woff2"), url("/fonts/AvenirPro35Light/font.woff") format("woff");
}
@font-face {
  font-family: "AvenirPro85HeavyOblique";
  src: url("/fonts/AvenirPro85HeavyOblique/font.woff2") format("woff2"), url("/fonts/AvenirPro85HeavyOblique/font.woff") format("woff");
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("/fonts/ArchivoNarrow-Italic.woff2") format("woff2"), url("/fonts/ArchivoNarrow-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("/fonts/ArchivoNarrow-BoldItalic.woff2") format("woff2"), url("/fonts/ArchivoNarrow-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Archivo Narrow";
  src: url("/fonts/ArchivoNarrow-Bold.woff2") format("woff2"), url("/fonts/ArchivoNarrow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.font-weight-semi-bold, .font-semi-bold, .semi-bold {
  font-weight: 500;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear {
  @util clearfix;
}

/*  Notext  */
.notext {
  @util text-hide;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
.alignleft {
  float: left;
}

/*  Alignright  */
.alignright {
  float: right;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
.col {
  max-width: 100%;
  flex: 1;
}
.cols {
  display: flex;
  flex-flow: row wrap;
}
.col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}

.visible-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .col-primary {
    order: 1;
  }

  .visible-mobile {
    display: block !important;
  }
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-phone,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-phone {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Animate
\* ------------------------------------------------------------ */
.animate {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.4s, opacity 0.4s;
}
.animate.animate-delay-1 {
  transition-delay: 0.3s;
}
.animate.animate-delay-2 {
  transition-delay: 0.6s;
}
.animate.animated {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .animate {
    transition-delay: 0s !important;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  padding-top: 120px;
}
.wrapper:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 78, 77, 0.37);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.wrapper.active:after {
  opacity: 1;
  visibility: visible;
}
.wrapper--primary {
  padding-top: 110px;
}

@media (max-width: 768px) {
  .wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    padding-top: 110px;
  }
}
body#account .wrapper {
  overflow: visible;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
}
.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
@media (max-width: 1199px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding: 0 20px;
  }
}
.container-inner {
  margin: 0 -30px;
}
.container-inner--alt {
  margin: 0 -45px;
}

.col-inner {
  margin: 0 -45px;
}
.col-inner--alt {
  margin: 0 -20px;
}
.col-inner--primary {
  margin: 0 -67px;
}
.col-inner--secondary {
  margin: 0 -55px;
}
.col-inner--teritary {
  margin: 0 -15px;
}

.col-inner-alt {
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .container-inner {
    margin: 0;
  }

  .col-inner {
    margin: 0;
  }

  .col-inner-alt {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
  padding: 49px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 120px;
  transition: box-shadow 0.4s;
  /*  Header Fixed  */
  /*  Header Alt  */
}
.header .logo {
  position: absolute;
  top: 10px;
  left: 26px;
  transform: translateY(-50%);
}
.header .logo-ammar {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.header .widget-quote {
  position: absolute;
  top: 50%;
  right: 49px;
  transform: translateY(-50%);
}
.header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl {
  position: relative;
}
.header .nav {
  text-align: center;
}
.header .header-link {
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #666;
}
.header .header__links {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -5px;
  right: 24px;
}
.header .header__links li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header .header__links li + li {
  margin-left: 10px;
  padding-left: 17px;
}
.header .header__links li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #ddd;
}
.header .header__links a {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.4s;
}
.header .header__links a:hover {
  color: #50a646;
}
.header .header__links .btn-cart span {
  display: inline-block;
  color: #fff !important;
  width: 30px;
  background: #50a646;
  text-align: center;
}
.header.fixed {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header--alt {
  text-align: right;
  padding: 35px 0;
}

@media (max-width: 1199px) {
  .header .logo {
    left: 20px;
  }
  .header .logo-ammar {
    left: 20px;
  }
  .header .widget-quote {
    right: 20px;
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .header {
    /*  Header Active  */
    /*  Header Alt  */
  }
  .header .logo {
    position: relative;
    top: 8px;
    left: 0;
    margin: 0;
    width: 232px;
    height: 41px;
  }
  .header .btn-burger {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -5px;
    display: block;
  }
  .header .header__links li {
    display: block;
    padding: 0 !important;
  }
  .header .header__links li:after {
    display: none;
  }
  .header .header__links li + li {
    margin: 20px 0 0;
  }
  .header .header__body {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    min-height: 580px;
    overflow-y: auto;
    z-index: 100;
    background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
    padding: 61px 30px 220px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .header .widget-quote {
    margin-top: -20px;
    width: 200px;
  }
  .header .header__body-inner {
    min-height: 496px;
    position: relative;
  }
  .header.active .header__body {
    opacity: 1;
    visibility: visible;
  }
  .header--alt .logo {
    margin-top: 0;
  }
  .header .nav {
    position: relative;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 35px 0 26px;
    /*  Header Active  */
    /*  Header Alt  */
  }
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl {
    padding: 0 26px;
    position: initial;
  }
  .header .logo {
    position: absolute;
    transform: translateY(0);
    top: 38px;
    left: 10px;
    margin: 0;
  }
  .header .logo-ammar {
    position: relative;
    transform: translateY(0);
    top: 0;
    left: 0;
    margin: 0;
  }
  .header .btn-burger {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -5px;
    display: block;
  }
  .header .header__links li {
    display: block;
    padding: 0 !important;
  }
  .header .header__links li:after {
    display: none;
  }
  .header .header__links li + li {
    margin: 20px 0 0;
  }
  .header .header__body {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    min-height: 580px;
    overflow-y: auto;
    z-index: 100;
    background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
    padding: 61px 30px 220px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .header .widget-quote {
    top: auto;
    bottom: 124px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 65px);
  }
  .header .header__body-inner {
    min-height: 496px;
    position: relative;
  }
  .header.active .header__body {
    opacity: 1;
    visibility: visible;
  }
  .header--alt {
    text-align: left;
  }
}
@media (max-width: 375px) {
  .header .header__body {
    padding: 61px 30px 120px;
  }
  .header .header__body .widget-quote {
    top: auto;
    left: auto;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 65px);
  }
}
@media (max-width: 374px) {
  .header {
    padding: 40px 0 28px;
  }
  .header .header__body {
    padding-top: 20px;
  }
  .header .nav {
    top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding-bottom: 37px;
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  padding-top: 100px;
  margin-top: 24px;
  /*  Footer Alt  */
}
.footer .footer__nav {
  font-size: 14px;
  color: #666;
}
.footer .footer__nav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer .footer__nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #222;
  transition: width 0.4s;
  transform: translateX(-50%);
}
.footer .footer__nav a:hover {
  color: #666;
}
.footer .footer__nav a:hover:after {
  width: 100%;
}
.footer .footer__nav ol, .footer .footer__nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.footer .footer__nav nav ul,
.footer .footer__nav nav ol {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
.footer .footer__nav nav ul:before, .footer .footer__nav nav ul:after,
.footer .footer__nav nav ol:before,
.footer .footer__nav nav ol:after {
  box-sizing: inherit;
}
.footer .footer__nav li {
  color: #666;
}
.footer .footer__nav li + li {
  margin: 4px 0 0;
}
.footer .footer__content h6 {
  margin-bottom: 20px;
}
.footer .footer__bar {
  margin-top: 118px;
}
.footer .footer__bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer__aside {
  padding-top: 20px;
  text-align: right;
}
.footer .footer__aside ul {
  margin: 0;
}
.footer .footer__aside ul + ul {
  margin: 16px 0 0;
}
.footer .footer__bar-alt {
  border-top: 1px solid #e8e7e5;
  margin-top: 30px;
  padding-top: 37px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__bar-alt p {
  margin: 0;
  font-size: 12px;
}
.footer .footer__bar-alt p a {
  font-weight: 700;
  text-decoration: none;
}
.footer .socials {
  margin: 30px 0 0;
}
.footer--alt .footer__bar-alt,
.footer--alt .footer__bar {
  margin: 0;
}

@media (max-width: 1023px) {
  .footer {
    /*  Footer Alt  */
  }
  .footer .footer__bar {
    margin-top: 50px;
  }
  .footer--alt .footer__bar-alt,
.footer--alt .footer__bar {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    /*  Footer Alt  */
  }
  .footer .footer__nav a {
    height: 32px;
  }
  .footer .col-md-12 {
    position: static;
  }
  .footer .footer__bar {
    margin-top: 50px;
  }
  .footer .footer__content-alt {
    width: 100%;
    text-align: center;
    padding: 0 55px;
  }
  .footer .footer__body .col-md-3 + .col-md-3 {
    margin-top: 23px;
  }
  .footer .form-subscribe {
    width: 100%;
  }
  .footer .socials ul {
    justify-content: center;
    margin-left: -40px;
    margin-bottom: 40px;
  }
  .footer .footer__bar-inner {
    display: block;
  }
  .footer .footer__aside {
    margin-top: 54px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer .footer__aside .list-features {
    margin: 0;
  }
  .footer .footer__aside .list-features:nth-child(1) {
    order: 2;
    margin-bottom: 16px;
  }
  .footer .footer__aside .list-features:nth-child(2) {
    order: 3;
  }
  .footer .footer__aside .list-features:nth-child(3) {
    order: 1;
    margin-bottom: 16px;
  }
  .footer .footer__bar-alt {
    display: block;
    text-align: center;
    margin-top: 98px;
  }
  .footer .footer__bar-alt p + p {
    margin-top: 16px;
  }
  .footer--alt {
    padding-top: 0;
  }
  .footer--alt .footer__bar-alt,
.footer--alt .footer__bar {
    margin: 0;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn-icon {
  padding: 0.2rem;
}

.btn-bajabound {
  color: #fff;
  background-color: green;
  border-color: green;
  color: #fff;
}
.btn-bajabound:hover {
  color: #fff;
  background-color: green;
  border-color: #444;
}
.btn-bajabound:focus, .btn-bajabound.focus {
  color: #fff;
  background-color: green;
  border-color: #444;
  box-shadow: 0 0 0 0.2rem rgba(38, 147, 38, 0.5);
}
.btn-bajabound.disabled, .btn-bajabound:disabled {
  color: #fff;
  background-color: green;
  border-color: green;
}
.btn-bajabound:not(:disabled):not(.disabled):active, .btn-bajabound:not(:disabled):not(.disabled).active, .show > .btn-bajabound.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: green;
}
.btn-bajabound:not(:disabled):not(.disabled):active:focus, .btn-bajabound:not(:disabled):not(.disabled).active:focus, .show > .btn-bajabound.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 147, 38, 0.5);
}

.btn-medium {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  color: #fff;
}
.btn-medium:hover {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #FFF;
}
.btn-medium:focus, .btn-medium.focus {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #FFF;
  box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}
.btn-medium.disabled, .btn-medium:disabled {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-medium:not(:disabled):not(.disabled):active, .btn-medium:not(:disabled):not(.disabled).active, .show > .btn-medium.dropdown-toggle {
  color: #212529;
  background-color: #FFF;
  border-color: #c9c9c9;
}
.btn-medium:not(:disabled):not(.disabled):active:focus, .btn-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}

.btn-blvr {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background: #51a546;
  border: 2px solid #51a546;
  color: #fff;
  min-width: 214px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 18px 10px;
  transition: background 0.4s, color 0.4s;
}
.btn-blvr:hover {
  background: #ede9e5;
  border: 2px solid #51a546;
  color: #51a546;
}
.btn-blvr--thin {
  min-width: 134px;
  letter-spacing: 0.1em;
  font-size: 10px;
  padding: 1px;
}
.btn-blvr--size1 {
  min-width: 166px;
  letter-spacing: 0.1em;
}
.btn-blvr--size2 {
  min-width: 166px;
  width: 100%;
  letter-spacing: 0.1em;
}
.btn-blvr--size3 {
  min-width: 198px;
  letter-spacing: 0.1em;
}
.btn-blvr--size4 {
  min-width: 228px;
  letter-spacing: 0.1em;
}
.btn-blvr--size5 {
  min-width: 155px;
  letter-spacing: 0.1em;
}
.btn-blvr--size6 {
  min-width: 165px;
  letter-spacing: 0.1em;
}
.btn-blvr--size7 {
  min-width: 300px;
  letter-spacing: 0.1em;
}
.btn-blvr--size8 {
  min-width: 222px;
  letter-spacing: 0.1em;
}
.btn-blvr--size9 {
  min-width: 124px;
  letter-spacing: 0.1em;
  font-size: 10px;
  padding: 16px 10px;
}
.btn-blvr--block {
  min-width: 0;
  width: 100%;
  letter-spacing: 0.1em;
}
.btn-blvr--border {
  background: none;
  color: #51a546;
  letter-spacing: 0.1em;
}
.btn-blvr--border:hover {
  color: #fff;
  background: #51a546;
}
.btn-blvr--small {
  padding: 12px 10px;
  font-size: 10px;
  min-width: 118px;
  letter-spacing: 0.1em;
}
.btn-blvr--disabled {
  background: #f1ede8;
  color: #aaa;
  border-color: #f1ede8;
}
.btn-blvr--brown {
  border: 2px solid #a59a46;
  background: #a59a46;
}
.btn-blvr--red {
  border: 2px solid #a54651;
  background: #a54651;
}
.btn-blvr--blue {
  border: 2px solid #198894;
  background: #198894;
}
.btn-blvr--light-blue {
  border: 2px solid #87bdc1;
  background: #87bdc1;
}
.btn-blvr--quote {
  border: 1px solid #b5b5b5;
  background: #fff;
  color: #148592;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .btn-blvr--size5 {
    min-width: 125px;
  }
  .btn-blvr--size7 {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .btn-blvr--size5 {
    min-width: 105px;
  }
}
/* ------------------------------------------------------------ *\
	Button Close
\* ------------------------------------------------------------ */
.btn-blvr-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #d4cdc7;
  position: relative;
  transition: background 0.4s;
}
.btn-blvr-close:after, .btn-blvr-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  height: 2px;
  width: 15px;
}
.btn-blvr-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-blvr-close:hover {
  background: #afadac;
}

/* ------------------------------------------------------------ *\
	Button Circle
\* ------------------------------------------------------------ */
.btn-help-circle {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: #919191;
  width: 20px;
  height: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}
.btn-help-circle.active {
  background: #51a546;
  border-color: #51a546;
  color: #fff;
}
.btn-help-circle:hover {
  background: #51a546;
  border-color: #51a546;
  color: #fff;
}

.btn-blvr-circle {
  display: inline-block;
  font-size: 11px;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}
.btn-blvr-circle.active {
  background: #51a546;
  border-color: #51a546;
  color: #fff;
}
.btn-blvr-circle:hover {
  background: #51a546;
  border-color: #51a546;
  color: #fff;
}

.suggestion .btn-blvr-circle {
  color: #FFF;
  background-color: #919191;
}

/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */
.btn-burger {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  background: #e7e2dd;
}
.btn-burger span {
  width: 100%;
  max-width: 18px;
  height: 2px;
  background: #222;
  position: absolute;
  left: 16px;
  border-radius: 2px;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}
.btn-burger span:first-child {
  top: 22px;
}
.btn-burger span:last-child {
  top: 28px;
}
.btn-burger.active span {
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
}
.btn-burger.active span:first-child {
  top: 25px;
  transform: rotate(45deg);
}
.btn-burger.active span:last-child {
  top: 25px;
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::placeholder {
  color: inherit;
  opacity: 0.4;
}

textarea::placeholder {
  color: inherit;
  opacity: 0.4;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select::-ms-expand {
  display: none;
}

.field {
  width: 100%;
  background: #fdfbf9;
  border: 1px solid #ddd;
  height: 60px;
  padding: 0 33px;
  margin: 0;
  font-size: 14px;
  transition: border-color 0.4s;
  border-radius: 0;
}
.field:hover, .field:focus {
  border-color: #51a546;
}

.field-disabled, .field:disabled {
  width: 100%;
  background: #eae7e5;
  border: 1px solid #ccc;
  height: 60px;
  padding: 20px 8px;
  margin: 0;
  font-size: 14px;
  transition: border-color 0.4s;
  border-radius: 0;
  color: #b5b5b5;
}
.field-disabled:hover, .field-disabled:focus, .field:disabled:hover, .field:disabled:focus {
  border-color: #51a546;
}

textarea.field {
  resize: none;
  padding: 20px 24px;
  height: inherit;
}

.select {
  position: relative;
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  background: url(https://cdn.bajabound.com/blvr/temp/ico-angle-down.png) no-repeat 0 0;
  width: 10px;
  height: 7px;
  background-size: 100% 100%;
  pointer-events: none;
}
.select select {
  padding: 0 25px;
}

.select-alt {
  position: relative;
}
.select-alt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(https://cdn.bajabound.com/blvr/temp/ico-angle-down-dark.png) no-repeat 0 0;
  width: 9px;
  height: 6px;
  background-size: 100% 100%;
  pointer-events: none;
}
.select-alt select {
  padding: 0 25px 0 111px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

@media (max-width: 1199px) {
  .select-alt select {
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .select-alt select {
    padding-left: 45px;
  }
}
.checkbox input {
  margin: 0;
  display: none;
}
.checkbox input:checked + label:after {
  background: #51a546;
  border-color: #51a546;
}
.checkbox input:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.checkbox label {
  display: block;
  position: relative;
  padding-left: 42px;
  margin: 0;
  font-size: 14px;
  font-weight: 400 !important;
}
.checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  transition: background 0.4s;
  background: #fdfbf9;
}
.checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  background: url(https://cdn.bajabound.com/blvr/temp/ico-check.png) no-repeat 0 0;
  width: 13px;
  height: 10px;
  background-size: 100% 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.checkbox--primary label {
  padding-left: 56px;
}

.radio input {
  margin: 0;
  display: none;
}
.radio input:checked + label:after {
  background: #51a546;
  border-color: #51a546;
}
.radio input:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.radio label {
  display: block;
  position: relative;
  padding-left: 42px;
  margin: 0;
  font-weight: 400 !important;
}
.radio label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #cacaca;
  transition: background 0.4s;
  background: #fdfbf9;
  border-radius: 100%;
}
.radio label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background: url(https://cdn.bajabound.com/blvr/temp/ico-check.png) no-repeat 0 0;
  width: 13px;
  height: 10px;
  background-size: 100% 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.radio--primary label {
  padding-left: 56px;
}

table#list_table_select_vehicles td div.radio label {
  margin: 0 4px 12px 0;
}

table#table-select-recent-vehicles td div.radio label {
  margin: 0 4px 12px 0;
  padding-left: 0;
}

table#list_table_select_towed td div.radio label {
  margin: 0 4px 6px 0;
}

table#multidriver_select_customer td div.radio label {
  margin: 0 4px 6px 0;
}

@media (max-width: 768px) {
  table#list_table_select_vehicles td div.radio label {
    margin: 14px 0;
  }

  table#table-select-recent-vehicles td div.radio label {
    margin: 14px 0;
    padding-left: 14px;
  }

  table#list_table_select_towed td div.radio label {
    margin: 14px 0;
    padding-left: 14px;
  }

  table#multidriver_select_customer td div.radio label {
    margin: 14px 0;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.label-block {
  display: block;
}

.form-check-inline.radio {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form {
  /*  Form Primary  */
  /*  Form Login  */
}
.form .form__head {
  margin-bottom: 34px;
}
.form .form__head h5 {
  text-transform: uppercase;
  margin: 0;
  font-style: italic;
  letter-spacing: 0.05em;
}
.form .form__head h5 span {
  font-size: 12px;
  color: #51a546;
  letter-spacing: 0.1em;
  padding-left: 12px;
}
.form .form__actions {
  text-align: center;
  margin-top: 26px;
}
.form .form__link {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  color: #51a546;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.4s;
}
.form .form__link:hover {
  color: #e25c3e;
}
.form .form__row + .form__row {
  margin-top: 26px;
}
.form .form__row + .checkbox {
  margin-top: 58px;
}
.form .form__row--alt {
  display: flex;
  margin: 0 -15px;
}
.form .form__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.form--alt .form__label {
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
}
.form--alt .form__actions-alt {
  text-align: right;
  margin-top: 0;
}
.form--alt .form__actions-alt .btn {
  position: relative;
  top: -42px;
  min-width: 300px;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.form--primary {
  border-top: 1px solid #ddd;
  padding-top: 36px;
}
.form--primary .form__actions-alt {
  text-align: center;
  margin-top: 32px;
}
.form--primary .form__actions-alt .btn {
  top: 0;
  width: 100%;
}
.form--login .field {
  padding: 0 27px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.form--login .list-checkboxes-alt {
  margin: 30px 0;
}
.form--login .list-checkboxes-alt li + li {
  margin-top: 20px;
}
.form--login .form__actions-alt {
  text-align: center;
  margin-top: 26px;
}
.form--login .form__actions-alt .btn {
  top: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .form .form__actions-alt {
    margin-top: 46px;
    text-align: center;
  }
  .form .form__actions-alt .btn {
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .form .form__row--alt {
    display: block;
    margin: 0;
  }
  .form .form__col {
    padding: 0;
    max-width: 100%;
  }
  .form .form__col + .form__col {
    margin-top: 26px;
  }
}
@media (max-width: 374px) {
  .form--alt .form__actions-alt .btn {
    min-width: 0;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  position: relative;
  width: 320px;
}
.form-subscribe .field {
  width: 100%;
  font-size: 12px;
  padding: 0 24px;
  height: 55px;
  border: 1px solid #ccc;
}
.form-subscribe .form__body {
  position: relative;
}
.form-subscribe .form__btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 0;
  box-shadow: none;
  background: url(https://cdn.bajabound.com/blvr/icons/ico-angle-right.png) no-repeat 0 0 !important;
  width: 7px;
  height: 9px;
  background-size: 100% 100% !important;
  min-width: 0;
  border: none;
  padding: 0;
  font-size: 0;
}
.form-subscribe .form__head {
  margin-bottom: 20px;
}
.form-subscribe .form__head h6 {
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Form Alt
\* ------------------------------------------------------------ */
.form-alt {
  /*  Form Alt Primary  */
  /*  Form Alt Secondary  */
}
.form-alt label {
  font-weight: 700;
  display: block;
  font-size: 14px;
}
.form-alt label a {
  margin-left: 3px;
}
.form-alt h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 4px 0 12px;
}
.form-alt h5 em {
  font-style: normal;
  font-weight: 400;
}
.form-alt .form__row {
  display: flex;
  margin: 0 -15px;
}
.form-alt .form__row + .form__row {
  margin-top: 28px;
}
.form-alt .form__row .form__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.form-alt .form__row .form__col--size1 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 8px;
}
.form-alt .form__row--def {
  display: block;
  margin: 0;
}
.form-alt .form__row--primary {
  margin: 0 -8px;
}
.form-alt .form__foot {
  margin-top: 55px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.form-alt .form__actions {
  text-align: right;
  margin-top: 24px;
}
.form-alt--primary h5 {
  margin: 0 0 18px;
}
.form-alt--primary .form__row + .form__row {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 40px;
}
.form-alt--primary .form__foot {
  border: none;
  padding-top: 0;
  margin-top: 62px;
}
.form-alt--secondary h5 {
  margin: 0 0 16px;
}
.form-alt--secondary .field {
  padding: 0 25px;
}
.form-alt--secondary .form__row + .form__row {
  margin-top: 31px;
}
.form-alt--secondary .form__row + h5 {
  border-top: 1px solid #ddd;
  padding-top: 47px;
  margin-top: 51px;
}

@media (max-width: 768px) {
  .form-alt .form__row {
    display: block;
    padding: 0;
    margin: 0;
  }
  .form-alt .form__row .form__col {
    max-width: 100%;
    padding: 0;
  }
  .form-alt .form__row .form__col + .form__col {
    margin-top: 28px;
  }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^=list-] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Steps
\* ------------------------------------------------------------ */
.list-steps {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.list-steps li {
  display: flex;
}
.list-steps li + li {
  margin-top: 19px;
}
.list-steps span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #e25c3e;
  color: #e25c3e;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-right: 13px;
  padding-top: 5px;
}

/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */
.list-partners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px !important;
  padding-left: 0px;
}
.list-partners li {
  flex: 0 0 16.66%;
  max-width: 16.66%;
  padding: 0 15px 30px;
}
.list-partners a {
  transition: opacity 0.4s;
}
.list-partners a:hover {
  opacity: 0.7;
}

@media (max-width: 1023px) {
  .list-partners li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .list-partners {
    margin-bottom: -25px;
  }
  .list-partners li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 25px;
  }
}
/* ------------------------------------------------------------ *\
	List Featrues
\* ------------------------------------------------------------ */
.list-features li {
  display: inline-block;
}
.list-features li + li {
  margin-left: 3px;
}
.list-features a {
  transition: opacity 0.4s;
}
.list-features a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------ *\
	List Features Alt
\* ------------------------------------------------------------ */
.list-features-alt {
  font-size: 14px;
}
.list-features-alt a {
  display: inline;
}

/* ------------------------------------------------------------ *\
	List Features Secondary
\* ------------------------------------------------------------ */
.list-features-secondary {
  text-align: center;
  display: flex;
  justify-content: center;
}
.list-features-secondary li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.list-features-secondary h2 {
  font-size: 35px;
  margin: 0;
  letter-spacing: 0.05em;
  color: #50a646;
  font-style: italic;
}
.list-features-secondary p {
  margin: 7px 0 2px;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.list-features-secondary .btn {
  margin-top: 40px;
}
.list-features-secondary--size1 li {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  .list-features-secondary {
    display: block;
  }
  .list-features-secondary li {
    max-width: 100%;
  }
  .list-features-secondary li + li {
    margin-top: 28px;
  }
}
/* ------------------------------------------------------------ *\
	List Testimonials
\* ------------------------------------------------------------ */
.list-testimonials {
  margin-left: 0;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* B1 R Desktop */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.list-testimonials li + li {
  margin-top: 26px;
}

/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */
.list-dots {
  font-size: 14px;
  margin: 0;
}
.list-dots li {
  position: relative;
  padding-left: 10px;
}
.list-dots li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #222;
}
.list-dots li + li {
  margin-top: 10px;
}
.list-dots--alt li {
  padding-left: 0;
}
.list-dots--alt li:before {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 5px;
}
.list-dots--alt li + li {
  margin-top: 0;
}

/* ------------------------------------------------------------ *\
	List Orders
\* ------------------------------------------------------------ */
.list-orders {
  font-size: 14px;
  margin: 0;
}
.list-orders li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-orders li + li {
  margin-top: 22px;
}

/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes li {
  display: inline-block;
  vertical-align: middle;
}
.list-checkboxes li + li {
  margin-left: 44px;
}
.list-checkboxes--block li {
  display: block;
}
.list-checkboxes--block li + li {
  margin: 24px 0 0;
}

@media (max-width: 1023px) {
  .list-checkboxes li + li {
    margin-left: 29px;
  }
  .list-checkboxes--block li + li {
    margin: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .list-checkboxes li {
    display: block;
  }
  .list-checkboxes li + li {
    margin: 25px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	List Downloads
\* ------------------------------------------------------------ */
.list-downloads li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e7e4e0;
  padding: 31px 30px;
}
.list-downloads li:last-child {
  border-bottom: 1px solid #e7e4e0;
}
.list-downloads h5 {
  margin: 0;
}

@media (max-width: 768px) {
  .list-downloads li {
    display: block;
    padding: 20px 10px;
  }
  .list-downloads h5 {
    margin-bottom: 5px;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  background: url("https://cdn.bajabound.com/blvr/bb_logo_300x53.png") no-repeat 0 0;
  width: 285px;
  height: 50px;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .logo {
    width: 237px;
    height: 41px;
  }
}
@media (max-width: 1023px) {
  .logo {
    width: 197px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .logo {
    width: 232px;
    height: 41px;
  }
}
@media (max-width: 374px) {
  .logo {
    width: 193px;
    height: 34px;
  }
}
/* ------------------------------------------------------------ *\
	Cobranded Affiliate Logos
\* ------------------------------------------------------------ */
.logo-ammar {
  display: inline-block;
  background: url("https://cdn.bajabound.com/images/affiliate/AmMar-Cobranded-withheader_13851.png") no-repeat 0 0;
  width: 709px;
  height: 56px;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .logo-ammar {
    display: inline-block;
    background: url("https://cdn.bajabound.com/images/affiliate/AmMar-Cobranded_89091.png") no-repeat 0 0;
    width: 233px;
    height: 34px;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .logo-ammar {
    display: inline-block;
    background: url("https://cdn.bajabound.com/images/affiliate/AmMar-Cobranded_89091.png") no-repeat 0 0;
    width: 264px;
    height: 38px;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .logo-ammar {
    display: inline-block;
    background: url("https://cdn.bajabound.com/images/affiliate/AmMar-Cobranded_89091.png") no-repeat 0 0;
    width: 233px;
    height: 34px;
    background-size: 100% 100%;
  }
}
@media (max-width: 374px) {
  .logo-ammar {
    display: inline-block;
    background: url("https://cdn.bajabound.com/images/affiliate/AmMar-Cobranded_89091.png") no-repeat 0 0;
    width: 264px;
    height: 38px;
    background-size: 100% 100%;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-teritary {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 26px 0;
}

.nav-blvr {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.nav-blvr a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.nav-blvr a:after {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  width: 0;
  height: 4px;
  background: #50a646;
  transform: translateX(-50%);
  transition: width 0.4s;
}
.nav-blvr a:hover {
  color: #50a646;
}
.nav-blvr a:hover:after {
  width: 100%;
}
.nav-blvr ul {
  margin: 0;
  padding: 0;
}
.nav-blvr li {
  display: inline-block;
}
.nav-blvr li + li {
  margin-left: 32px;
}
.nav-blvr .active > a {
  color: #50a646;
}
.nav-blvr .active > a:after {
  width: 100%;
}

@media (max-width: 1023px) {
  .nav-blvr {
    font-size: 16px;
  }
  .nav-blvr ul li {
    display: block;
  }
  .nav-blvr ul li + li {
    margin: 29px 0 0;
  }
  .nav-blvr a:after {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .nav-blvr {
    font-size: 16px;
  }
  .nav-blvr ul li {
    display: block;
  }
  .nav-blvr ul li + li {
    margin: 29px 0 0;
  }
  .nav-blvr a:after {
    bottom: 0;
  }
}
/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-blvr-secondary {
  font-size: 16px;
  padding: 36px 0;
  text-align: center;
}
.nav-blvr-secondary a {
  text-decoration: none;
  transition: color 0.4s;
}
.nav-blvr-secondary a:hover {
  color: #51a546;
}
.nav-blvr-secondary ul {
  margin: 0;
}
.nav-blvr-secondary li {
  display: inline-block;
  position: relative;
}
.nav-blvr-secondary li + li {
  margin-left: 5px;
  padding-left: 7px;
}
.nav-blvr-secondary li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #8d8b8a;
}
.nav-blvr-secondary .active {
  font-weight: 700;
}

@media (max-width: 768px) {
  .nav-blvr-secondary .container {
    padding: 0 10px;
  }
}
/* ------------------------------------------------------------ *\
	Nav Teritary
\* ------------------------------------------------------------ */
.nav-blvr-teritary {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 26px 0;
  /*  Nav Teritary Alt  */
}
.nav-blvr-teritary ul {
  margin: 0;
}
.nav-blvr-teritary li {
  display: inline-block;
}
.nav-blvr-teritary li + li {
  margin-left: 40px;
}
.nav-blvr-teritary a {
  text-decoration: none;
  transition: color 0.4s;
}
.nav-blvr-teritary a:hover {
  color: #51a546;
}
.nav-blvr-teritary .active a {
  color: #51a546;
}
.nav-blvr-teritary--alt {
  background: none;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .nav-blvr-teritary {
    white-space: nowrap;
    overflow-x: auto;
    padding: 26px 33px;
  }
  .nav-blvr-teritary .container {
    padding: 0;
  }
  .nav-blvr-teritary li {
    margin-right: 30px;
  }
  .nav-blvr-teritary li + li {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
#section-reviews {
  padding-bottom: 30px;
  margin-bottom: 80px;
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}

.section {
  padding: 110px 0 112px;
  /*  Section Gray  */
  /*  Section Gray Primary  */
  /*  Section Gray Secondary  */
  /*  Section Gray Secondary  */
  /*  Section Testimonials  */
  /*  Section Partners  */
  /*  Section Fans  */
  /*  Section Scott  */
  /*  Section First  */
  /*  Section First  */
  /*  Section Primary  */
  /*  Section Primary Alt  */
  /*  Section Primary Alt  */
  /*  Section Secondary  */
  /*  Section Checkout  */
  /*  Section Orders  */
  /*  Section Login  */
  /*  Section Articles  */
  /*  Section Articles  */
  /*  Section Quaternary  */
  /*  Section Quaternary  */
}
.section a:not(.link, .link-inherit, .btn) {
  text-decoration: underline;
}
.section a:not(.link, .link-inherit, .btn):hover {
  color: inherit;
  text-decoration: none;
}
.section .section__head {
  text-align: center;
  margin-bottom: 92px;
}
.section .section__head h2 {
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
}
.section .section__head h2 span {
  font-size: 35px;
}
.section .section__head h2 + p {
  margin-top: 36px;
}
.section .section__head h4 {
  margin: 0;
  line-height: 1.4;
}
.section .section__head h6 {
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.section .section__head p {
  margin: 0;
}
.section .section__head p strong {
  font-weight: 700;
}
.section .section__head p + p {
  margin-top: 26px;
}
.section .section__head p + h6 {
  margin-top: 30px;
}
.section .section__head--size1 {
  margin-bottom: 98px;
}
.section .section__head--single {
  margin-bottom: 0;
}
.section .section__actions {
  text-align: center;
  margin: 42px 0 0;
  position: relative;
  z-index: 10;
}
.section .section__actions--primary {
  text-align: right;
  margin: 35px 0 0;
}
.section .section__foot {
  margin-top: 106px;
}
.section .section__content {
  text-align: center;
  font-size: 14px;
}
.section .section__content p {
  margin: 0;
}
.section .section__content p + ul {
  margin: 22px 0 0;
}
.section .section__content p + p {
  margin: 22px 0 0;
}
.section .form-alt + .section__content {
  margin-top: 57px;
}
.section--gray {
  padding: 0;
  position: relative;
  z-index: 10;
}
.section--gray .section__inner {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  padding: 94px 0 100px;
}
.section--gray-primary .section__head {
  margin-bottom: 53px;
}
.section--gray-secondary {
  padding-bottom: 130px;
}
.section--gray-secondary .section__inner {
  padding: 108px 0 80px;
}
.section--gray-secondary .section__inner--primary {
  padding: 61px 0 93px;
}
.section--gray-secondary .section__head {
  margin-bottom: 58px;
}
.section--gray-articles {
  padding-bottom: 97px;
}
.section--gray-articles .section__inner {
  padding: 121px 0 103px;
}
.section--testimonials {
  padding: 98px 0 110px;
}
.section--testimonials .section__head {
  margin-bottom: 42px;
}
.section--partners {
  padding: 92px 0 119px;
}
.section--partners .section__head {
  margin-bottom: 55px;
}
.section--partners .section__actions {
  margin-top: 60px;
}
.section--fans {
  padding: 18px 0 144px;
}
.section--fans .slider--fans {
  margin: 0 -140px;
}
.section--fans .section__head {
  margin-bottom: 48px;
}
.section--scott {
  padding: 22px 0 0;
}
.section--scott .accordions {
  padding: 0 40px;
}
.section--scott .section__head {
  margin-bottom: 0;
}
.section--scott .section__actions {
  margin-bottom: 53px;
}
.section--first {
  padding: 22px 0 120px;
}
.section--first .accordions {
  padding: 0 40px;
}
.section--first .section__head {
  margin-bottom: 61px;
}
.section--first .section__actions {
  margin-bottom: 53px;
}
.section--first-alt {
  padding: 16px 0 112px;
}
.section--first-alt .section__head {
  margin-bottom: 66px;
}
.section--primary {
  padding: 18px 0 144px;
}
.section--primary .section__head {
  margin-bottom: 111px;
}
.section--primary-alt {
  padding: 18px 0 117px;
}
.section--primary-alt .section__head {
  margin-bottom: 63px;
}
.section--primary-alt .accordions {
  margin: 0 -55px;
}
.section--primary-def {
  padding: 18px 0 63px;
}
.section--secondary {
  padding: 56px 0 171px;
}
.section--secondary .section__head {
  margin-bottom: 52px;
}
.section--secondary .section__actions {
  margin-top: 50px;
}
.section--secondary .section__aside {
  padding-top: 84px;
  padding-bottom: 14px;
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}
.section--checkout {
  padding: 66px 0 110px;
}
.section--checkout .form {
  margin: 0 -31px 0 -54px;
}
.section--checkout .widget-orders {
  padding: 28px;
}
.section--checkout .section__head {
  margin-bottom: 41px;
}
.section--orders {
  padding: 63px 0 120px;
}
.section--orders .section__head {
  margin-bottom: 35px;
}
.section--login {
  padding: 63px 0 165px;
  min-height: calc(100vh - 204px);
}
.section--login .form {
  margin: 0 -10px;
}
.section--login .section__head {
  margin-bottom: 43px;
}
.section--articles {
  padding: 20px 0 138px;
}
.section--articles .section__head {
  margin-bottom: 82px;
}
.section--articles .section__head--primary {
  margin-bottom: 63px;
}
.section--small {
  padding: 62px 0 152px;
}
.section--small .section__head {
  margin-bottom: 62px;
}
.section--quaternary {
  padding: 100px 0 152px;
}
.section--quaternary .table-alt {
  padding-top: 11px;
}
.section--quaternary .section__head {
  margin-bottom: 62px;
}
.section--quaternary .section__head h2 + p {
  margin-top: 27px;
}
.section--senary {
  padding: 80px 0;
}
.section--senary .section__head {
  margin-bottom: 49px;
}

@media (max-width: 1300px) {
  .section--gray-articles .container-inner {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .section {
    /*  Section Checkout  */
  }
  .section .section__head br {
    display: none;
  }
  .section .section__content br {
    display: none;
  }
  .section--checkout .form {
    margin: 0 0 0 -50px;
  }
  .section--checkout .widget-orders {
    margin: 0 0 0 -50px;
  }
  .section--login {
    min-height: 0;
  }
}
@media (max-width: 1023px) {
  .section {
    /*  Section Fans  */
    /*  Section Primary Alt  */
    /*  Section First  */
    /*  Section Checkout  */
  }
  .section--fans .slider--fans {
    margin: 0 -180px;
  }
  .section--primary-alt .accordions {
    margin: 0;
  }
  .section--first .accordions {
    padding: 0;
  }
  .section--first .section__actions {
    margin-bottom: 0;
  }
  .section--checkout .form {
    margin: 0;
  }
  .section--checkout .widget-orders {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .section {
    /*  Section Gray  */
    /*  Section Gray  */
    /*  Section Testimonials  */
    /*  Section Partners  */
    /*  Section Fans  */
    /*  Section Checkout  */
  }
  .section .section__head {
    margin-bottom: 0;
  }
  .section .section__head h2 span {
    font-size: 30px;
  }
  .section .section__head--size1 {
    margin-bottom: 62px;
  }
  .section .section__actions {
    margin-top: 60px;
  }
  .section--gray .container-fluid, .section--gray .container-sm, .section--gray .container-md, .section--gray .container-lg, .section--gray .container-xl {
    padding: 0;
  }
  .section--gray .section__inner {
    padding: 94px 0 121px;
  }
  .section--gray-primary .section__inner {
    padding: 112px 0 112px;
  }
  .section--gray-primary .section__head {
    margin-bottom: 47px;
  }
  .section--testimonials .section__head {
    margin-bottom: 69px;
  }
  .section--partners {
    padding: 112px 0 100px;
  }
  .section--partners .section__head {
    margin-bottom: 46px;
  }
  .section--fans .slider--fans {
    margin: 0;
  }
  .section--checkout .widget-orders {
    margin: 50px 0 0;
  }
  .section--quaternary, .section--small, .section--articles, .section--login, .section--checkout, .section--first, .section--fans, .section--secondary {
    padding-bottom: 120px;
  }
}
/* ------------------------------------------------------------ *\
	Section Main
\* ------------------------------------------------------------ */
.section-main {
  padding: 30px 0 117px;
  /*  Section Main Primary  */
}
.section-main a:not(.link, .link-inherit, .btn) {
  text-decoration: underline;
}
.section-main a:not(.link, .link-inherit, .btn):hover {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.section-main .section__head {
  text-align: center;
  margin-bottom: 52px;
}
.section-main .section__head h2 {
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
.section-main .section__head h2 span {
  font-size: 35px;
}
.section-main .section__head h2 + p {
  margin-top: 35px;
}
.section-main .section__head p {
  margin: 0;
}
.section-main .section__aside {
  margin-right: -60px;
}
.section-main .section__body {
  padding-left: 100px;
}
.section-main .section__body .slider--alt {
  margin: 90px 0 96px -400px;
}
.section-main .section__content {
  margin-top: -8px;
  padding-right: 70px;
}
.section-main .section__content h5 {
  margin-bottom: 27px;
}
.section-main .section__content p {
  margin: 0;
}
.section-main .section__content p + p {
  margin-top: 26px;
}
.section-main .section__content + .section__content {
  margin-top: 73px;
}
.section-main .actions {
  margin-top: 112px;
}
.section-main--primary {
  padding: 18px 0 163px;
}

@media (max-width: 1199px) {
  .section-main .section__aside {
    margin-right: 0;
  }
  .section-main .section__head br {
    display: none;
  }
  .section-main .section__body {
    padding-left: 0;
  }
  .section-main .section__body .slider--alt {
    margin-left: -246px;
  }
  .section-main .section__content {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .section-main .section__body .slider--alt {
    margin-left: -228px;
  }
}
@media (max-width: 768px) {
  .section-main {
    padding-bottom: 120px;
  }
  .section-main .section__aside {
    margin: 0 0 50px;
  }
  .section-main .section__content {
    margin-top: 0;
  }
  .section-main .section__body .slider--alt {
    margin: 70px 0;
  }
}
/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */
.section-alt {
  min-height: calc(100vh - 110px);
  position: relative;
}
.section-alt .section__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  margin-top: -62px;
}
.section-alt .section__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://cdn.bajabound.com/blvr/temp/logo-bb.png) no-repeat 0 0;
  width: 654px;
  height: 319px;
  background-size: 100% 100%;
  margin-top: 7px;
}
.section-alt .section__content {
  text-align: center;
  position: relative;
  z-index: 10;
}
.section-alt .section__content h2 {
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 34px;
}
.section-alt .section__content h2 span {
  font-size: 55px;
}
.section-alt .section__content p {
  margin-bottom: 37px;
}
.section-alt .section__content p a {
  font-weight: 700;
  color: #50a646;
  text-decoration: none;
  transition: color 0.4s;
}
.section-alt .section__content p a:hover {
  color: #148593;
}
.section-alt .section__content p span {
  display: block;
}

@media (max-width: 768px) {
  .section-alt .section__inner {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin: 0;
    padding: 50px 0;
  }
  .section-alt .section__inner:after {
    width: 251px;
    height: 122px;
    margin-top: 25px;
  }

  section.section--quaternary {
    padding-top: 20px;
  }
}
/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */
.section-primary {
  padding: 153px 0 100px;
}
.section-primary h1 {
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 83px;
}
.section-primary h1 span {
  display: block;
  font-size: 12px;
  margin: 42px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #222;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
}
.section-primary h5 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 28px;
}
.section-primary p {
  margin: 0;
}
.section-primary p + p {
  margin-top: 26px;
}
.section-primary .slider {
  margin: 52px -200px 58px;
}
.section-primary .section__foot {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 49px;
}
.section-primary .section__foot .socials ul {
  margin-bottom: 0;
  justify-content: center;
}
.section-primary .section__foot .socials ul li + li {
  margin-left: 24px;
}

@media (max-width: 1199px) {
  .section-primary .slider {
    margin: 50px -100px;
  }
}
@media (max-width: 1023px) {
  .section-primary .slider {
    margin: 50px -95px;
  }
}
@media (max-width: 768px) {
  .section-primary {
    padding: 100px 0;
  }
  .section-primary h1 {
    margin-bottom: 60px;
  }
  .section-primary .slider {
    margin: 50px -33px;
  }
}
/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */
[class^=ico-] {
  display: inline-block;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.ico-calendar {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-calendar.png);
  width: 44px;
  height: 44px;
}

.ico-car {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-car.png);
  width: 51px;
  height: 35px;
}

.ico-car-large {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-car.png);
  width: 102px;
  height: 70px;
}

.ico-car-crash {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-car-crash.png);
  width: 53px;
  height: 32px;
}

.ico-clock {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-clock.png);
  width: 100px;
  height: 96px;
}

.ico-hand {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-hand.png);
  width: 51px;
  height: 51px;
}

.ico-message {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-message.png);
  width: 109px;
  height: 87px;
}

.ico-heart {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-heart.png);
  width: 109px;
  height: 114px;
}

.ico-heart-alt {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-heart.png);
  width: 100px;
  height: 105px;
}

.ico-pig {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-pig.png);
  width: 42px;
  height: 51px;
}

.ico-tel {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-tel.png);
  width: 50px;
  height: 50px;
}

.ico-tel-alt {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-tel.png);
  width: 100px;
  height: 100px;
}

.ico-check {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-tick.png);
  width: 93px;
  height: 77px;
}

.ico-twitter {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-twitter.png);
  width: 12px;
  height: 11px;
}

.ico-youtube {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-youtube.png);
  width: 18px;
  height: 13px;
}

.ico-instagram {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-instagram.png);
  width: 14px;
  height: 15px;
}

.ico-facebook {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-facebook.png);
  width: 7px;
  height: 16px;
}

.ico-gplus {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-gplus.png);
  width: 16px;
  height: 16px;
}

.ico-angle-down {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-angle-down.png);
  width: 12px;
  height: 8px;
}

.ico-pen {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-pen.png);
  width: 11px;
  height: 11px;
}

.ico-search {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-search.png);
  width: 14px;
  height: 14px;
}

.ico-facebook-alt {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-facebook-alt.png);
  width: 19px;
  height: 18px;
}

.ico-twitter-alt {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-twitter-alt.png);
  width: 19px;
  height: 18px;
}

.ico-linkedin-alt {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-linkedin-alt.png);
  width: 18px;
  height: 18px;
}

.ico-check-green {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-check-green.png);
  width: 12px;
  height: 10px;
}

.ico-x {
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-x.png);
  width: 14px;
  height: 14px;
}

@media (max-width: 1023px) {
  .ico-clock {
    width: 76px;
    height: 73px;
  }

  .ico-message {
    width: 83px;
    height: 66px;
  }

  .ico-check {
    width: 71px;
    height: 59px;
  }

  .ico-car-large {
    width: 83px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .ico-clock {
    width: 100px;
    height: 96px;
  }

  .ico-message {
    width: 109px;
    height: 87px;
  }

  .ico-check {
    width: 93px;
    height: 77px;
  }

  .ico-car-large {
    width: 109px;
    height: 87px;
  }
}
.widget-inner-div {
  position: absolute;
  bottom: 20px;
  /*left: 53px;*/
  right: 33px;
  color: #999;
}

.widget-card {
  position: relative;
}

.widget-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 26px 26px 0;
  border-style: solid;
  border-color: #658E15 #f8f4f0;
}

.widget-card-left {
  position: relative;
}

.widget-card-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 30px 30px 0px 0;
  border-style: solid;
  border-color: #f8f4f0 #b9b9b9;
}

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widget Quote
\* ------------------------------------------------------------ */
.widget-quote {
  border: 2px solid #50a646;
  font-weight: 700;
  display: inline-block;
  width: 219px;
  color: #50a646;
  position: relative;
  text-align: center;
  padding: 13px 66px 17px 10px;
  text-transform: uppercase;
  transition: background 0.4s, color 0.4s;
  height: 60px;
}
.widget-quote a {
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  height: 100%;
  width: 161px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 18px;
}
.widget-quote a:hover {
  color: #fff;
  background: #50a646;
  cursor: pointer;
}
.widget-quote span {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 58px;
  border-left: 2px solid #50a646;
  padding-top: 15px;
}
.widget-quote span:hover {
  color: #fff;
  background: #50a646;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .widget-quote {
    width: 180px;
    padding: 10px 60px 14px 8px;
  }
  .widget-quote span {
    padding-top: 13px;
    width: 54px;
  }
}
@media (max-width: 1023px) {
  .widget-quote {
    width: 150px;
    padding: 6px 50px 10px 4px;
  }
  .widget-quote span {
    padding-top: 9px;
    width: 46px;
  }
}
@media (max-width: 768px) {
  .widget-quote {
    width: 150px;
    padding: 0;
  }
  .widget-quote a {
    display: block;
    padding: 18px 10px;
  }
  .widget-quote span {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Widget Steps
\* ------------------------------------------------------------ */
.widget-steps {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
  padding: 45px 60px 55px;
  text-align: center;
}
.widget-steps h3 {
  margin-bottom: 35px;
}
.widget-steps ul {
  text-align: left;
  margin-bottom: 44px;
}

@media (max-width: 1199px) {
  .widget-steps {
    padding: 34px 46px 42px;
  }
}
@media (max-width: 1023px) {
  .widget-steps {
    padding: 30px 30px 35px;
  }
  .widget-steps ul {
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .widget-steps {
    padding: 59px 30px 0;
  }
  .widget-steps h3 {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
  }
  .widget-steps ul {
    padding-left: 53px;
  }
}
/* ------------------------------------------------------------ *\
	Widget Alt
\* ------------------------------------------------------------ */
.widget-home {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  padding: 43px 39px 55px;
  font-size: 15px;
  height: 290px;
  /*  Widget Alt Primary  */
}
.widget-home h5 {
  margin-bottom: 21px;
}
.widget-home ul {
  margin-top: 14px;
  padding: 0px;
  list-style: none;
}
.widget-home ul strong {
  display: block;
}
.widget-home ul + h5 {
  margin-top: 38px;
}
.widget-home ul p {
  margin: 0;
}
.widget-home ul p + p {
  margin-top: 16px;
  font-size: 12px;
}
.widget-home--primary ul {
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Widget Alt
\* ------------------------------------------------------------ */
.widget-alt {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  padding: 43px 39px 55px;
  /*  Widget Alt Primary  */
}
.widget-alt h5 {
  margin-bottom: 21px;
}
.widget-alt ul {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.widget-alt ul + h5 {
  margin-top: 38px;
}
.widget-alt li {
  font-size: 14px;
}
.widget-alt--primary ul {
  margin: 0;
}

.widget-pure-white {
  background: #ffffff;
}

.widget-white {
  background: #ffffffa6;
}

.widget-green {
  background: #e7ece2;
}

.widget-red {
  background: #efccc55e;
}

@media (max-width: 1199px) {
  .widget-alt {
    padding: 30px 20px 40px;
  }
  .widget-alt .btn {
    min-width: 0;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Widget Orders
\* ------------------------------------------------------------ */
.widget-orders {
  background: #ffffffa6;
  padding: 37px 58px 30px;
  /*  Widget Orders Primary  */
}
.widget-orders h5 {
  margin-bottom: 51px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.05em;
}
.widget-orders ul {
  list-style: none;
  font-size: 14.5px;
  margin: 0;
  padding: 0;
}
.widget-orders ul a {
  text-decoration: none;
  transition: color 0.4s;
}
.widget-orders ul strong {
  display: block;
}
.widget-orders ul p {
  margin: 0;
}
.widget-orders ul p + p {
  margin-top: 16px;
  font-size: 12px;
}
.widget-orders .widget__foot {
  border-top: 1px solid #ccc;
  margin: 20px -10px 0;
  padding: 24px 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-orders .widget__foot h6 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.widget-orders .widget__foot p {
  font-size: 14px;
  margin: 0;
}
.widget-orders--primary {
  background: none;
  padding: 98px 58px 30px;
}
.widget-orders--primary h5 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 36px;
}
.widget-orders--primary ul {
  min-height: 0;
}
.widget-orders--primary ul p + p {
  text-align: right;
  margin-top: 16px;
}
.widget-orders--primary .widget__foot {
  margin: 25px 0 0;
  padding: 24px 0 0;
}

@media (max-width: 1023px) {
  .widget-orders {
    padding: 30px 40px 30px;
  }
}
@media (max-width: 768px) {
  .widget-orders {
    padding: 30px;
  }
  .widget-orders ul {
    min-height: 0;
    padding: 0;
  }

  .widget-home {
    padding: 10px 10px 10px;
  }
}
/* ------------------------------------------------------------ *\
	Widget Primary
\* ------------------------------------------------------------ */
.widget-primary {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  padding: 55px 50px;
}
.widget-primary .widget__title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 19px;
  margin-bottom: 27px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.widget-primary .widget__title a {
  text-decoration: none;
}
.widget-primary .widget__title a i {
  margin-left: 7px;
}
.widget-primary + .widget-primary {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .widget-primary {
    padding: 30px;
  }
}
/* ------------------------------------------------------------ *\
	Widget Info
\* ------------------------------------------------------------ */
.widget-info {
  padding: 102px 74px;
}
.widget-info h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 37px;
}
.widget-info h5 strong {
  font-weight: 700;
}
.widget-info h5 span {
  display: inline-block;
  text-align: center;
  width: 12px;
}
.widget-info h6 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.57;
}
.widget-info ul {
  margin: 0;
}
.widget-info ul + p {
  margin-top: 23px;
}
.widget-info p {
  margin: 0;
  font-size: 14px;
}
.widget-info p + ul {
  margin-top: 22px;
}

@media (max-width: 1199px) {
  .widget-info {
    padding: 102px 50px;
  }
}
/* ------------------------------------------------------------ *\
	Widget Secondary
\* ------------------------------------------------------------ */
.widget-secondary {
  padding-top: 15px;
}
.widget-secondary h5 {
  text-align: center;
  margin: 0;
}
.widget-secondary .form-alt {
  margin-top: 26px;
}
.widget-secondary .form-alt h6 {
  margin: 22px 0 20px;
  text-align: center;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.widget-secondary .form-alt + h5 {
  margin-top: 54px;
}
.widget-secondary .list-features-secondary {
  margin: 17px -17px 0;
}
.widget-secondary .list-features-secondary + h5 {
  border-top: 1px solid #ddd;
  margin-top: 32px;
  padding-top: 34px;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative;
  height: calc(100vh - 120px);
  max-height: 500px;
  /*  Intro Home  */
  /*  Intro Small  */
}
.intro .widget-steps {
  margin-right: 6px;
  position: relative;
  left: -64px;
}
.intro .intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
.intro .intro__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.bajabound.com/blvr/temp/shadow.png) no-repeat 0 0;
  background-size: cover;
  opacity: 50%;
}
.intro .intro__content {
  color: #fff;
  text-align: center;
}
.intro .intro__content h1 {
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.05em;
}
.intro .intro__content h1 span {
  font-size: 70px;
}
.intro .intro__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
.intro--home .intro__content {
  text-align: left;
}
.intro--small {
  max-height: 500px;
}

@media (max-width: 1400px) {
  .intro .widget-steps {
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .intro .widget-steps {
    margin: 0 0 0 -70px;
  }
  .intro--home h1 {
    font-size: 50px;
  }
  .intro--small {
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .intro .widget-steps {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .intro .intro__content h1 span {
    font-size: 40px;
  }
  .intro--home {
    height: initial;
  }
  .intro--home h1 {
    font-size: 40px;
    line-height: 1.13;
  }
  .intro--home .intro__bg {
    max-height: calc(100vh - 120px);
  }
  .intro--home .intro__inner {
    position: static;
    transform: translateY(0);
    padding-top: 105px;
  }
  .intro--home .intro__content {
    text-align: center;
    margin-bottom: 98px;
  }
  .intro--small {
    max-height: 250px;
  }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
  margin-bottom: -105px;
}
.features .feature {
  margin-bottom: 105px;
}

@media (max-width: 768px) {
  .features {
    margin-bottom: -61px;
  }
  .features .feature {
    margin-bottom: 61px;
  }
  .features--primary {
    margin-bottom: -52px;
  }
  .features--primary .feature {
    margin-bottom: 52px;
  }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  text-align: center;
  position: relative;
  padding: 70px 25px 0;
  /*  Feature Primary  */
}
.feature h4 {
  margin-bottom: 23px;
}
.feature h5 {
  margin-bottom: 22px;
}
.feature .feature__ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature--primary {
  padding: 54px 52px 0;
}

@media (max-width: 1199px) {
  .feature {
    padding: 70px 20px 0;
    /*  Feature Primary  */
  }
  .feature--primary {
    padding: 54px 20px 0;
  }
}
@media (max-width: 1023px) {
  .feature {
    padding: 70px 0 0;
    /*  Feature Primary  */
  }
  .feature--primary {
    padding: 54px 0 0;
  }
}
@media (max-width: 768px) {
  .feature {
    padding: 0 20px;
    /*  Feature Primary  */
  }
  .feature br {
    display: block;
  }
  .feature h4 {
    margin-top: 20px;
    margin-bottom: 23px;
  }
  .feature h5 {
    margin-top: 24px;
    margin-bottom: 23px;
  }
  .feature .feature__ico {
    position: static;
    transform: translateX(0);
  }
  .feature--primary {
    padding: 0 20px;
  }
}
/* ------------------------------------------------------------ *\
	Features Alt
\* ------------------------------------------------------------ */
.features-alt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -33px -33px;
  padding: 0 40px;
}
.features-alt .feature-alt {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 33px 33px;
}

@media (max-width: 1199px) {
  .features-alt {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .features-alt {
    margin: 0 -15px -33px;
  }
  .features-alt .feature-alt {
    padding: 0 15px 33px;
  }
}
@media (max-width: 768px) {
  .features-alt {
    margin: 0;
    display: block;
  }
  .features-alt .feature-alt {
    padding: 0;
    max-width: 100%;
  }
  .features-alt .feature-alt + .feature-alt {
    margin-top: 33px;
  }
}
/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  text-align: center;
}
.feature-alt h4 {
  margin: 0;
}
.feature-alt > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.feature-alt > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 166, 70, 0.7);
  margin: 10px 0 0 -10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.feature-alt > a:hover:after {
  opacity: 1;
  visibility: visible;
}
.feature-alt .feature__image {
  padding-top: 107%;
  background-size: cover;
}
.feature-alt .feature__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

/* ------------------------------------------------------------ *\
	Features Secondary
\* ------------------------------------------------------------ */
.features-secondary {
  padding: 80px 0;
}
.features-secondary .features__inner {
  display: flex;
  padding: 0 185px;
}
.features-secondary .feature-secondary {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1199px) {
  .features-secondary .features__inner {
    padding: 0 100px;
  }
}
@media (max-width: 1023px) {
  .features-secondary .features__inner {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .features-secondary .features__inner {
    display: block;
  }
  .features-secondary .feature-secondary {
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Feature Secondary
\* ------------------------------------------------------------ */
.feature-secondary {
  min-height: 400px;
  text-align: center;
  position: relative;
  transition: background 0.4s, box-shadow 0.4s;
}
.feature-secondary h5 {
  margin-bottom: 43px;
  font-style: normal;
  line-height: 1.5;
}
.feature-secondary h5 a {
  text-decoration: none;
  color: #51a546;
  text-decoration: none;
  font-style: italic;
}
.feature-secondary .feature__body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  margin-top: -5px;
}
.feature-secondary + .feature-secondary {
  border-left: 1px solid #ddd;
}
.feature-secondary:hover {
  background: #f9f6f2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .feature-secondary {
    min-height: 330px;
  }
}
@media (max-width: 768px) {
  .feature-secondary {
    min-height: 0;
    padding: 50px 0;
  }
  .feature-secondary .feature__body {
    position: static;
    transform: translateY(0);
    margin: 0;
  }
  .feature-secondary + .feature-secondary {
    border-left: none;
  }
}
.feature-small {
  font-size: 12px;
}

/* ------------------------------------------------------------ *\
	Article Big
\* ------------------------------------------------------------ */
.article-big {
  margin-bottom: 122px;
  /*  Article Big Primary  */
  /*  Article Alt  */
}
.article-big .article__image {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.article-big .article__image img {
  width: 100%;
  position: relative;
}
.article-big .article__image img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  margin: 42px 0 0 -40px;
}
.article-big .article__body {
  text-align: center;
  position: relative;
  top: 29px;
}
.article-big .article__content {
  max-width: 460px;
  margin: auto;
}
.article-big .article__content h2 {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-style: italic;
}
.article-big .article__content p {
  margin-bottom: 40px;
}
.article-big .article__content img {
  margin-bottom: 42px;
}
.article-big--primary {
  padding: 142px 0 50px;
  margin-bottom: 0;
}
.article-big--primary .article__image {
  margin-right: 150px;
  margin-left: -125px;
  padding-left: 0;
}
.article-big--primary .article__image img:nth-child(1) {
  margin: 40px 0 0 74px;
  max-width: 93%;
}
.article-big--primary .article__image img:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  margin: -105px -173px 0 0;
}
.article-big--primary .article__body {
  top: -15px;
}
.article-big--primary .article__content p {
  margin-left: -10px;
  margin-right: -10px;
}
.article-big--alt {
  position: relative;
}
.article-big--alt .container-fluid, .article-big--alt .container-sm, .article-big--alt .container-md, .article-big--alt .container-lg, .article-big--alt .container-xl {
  position: relative;
  z-index: 10;
}
.article-big--alt:after {
  content: "";
  position: absolute;
  bottom: -218px;
  left: 0;
  background: url(https://cdn.bajabound.com/blvr/temp/map.png) no-repeat 0 0;
  width: 775px;
  height: 1005px;
}

@media (max-width: 1023px) {
  .article-big {
    /*  Article Big Primary  */
    /*  Article Alt  */
  }
  .article-big br {
    display: none;
  }
  .article-big .article__image img:nth-child(1) {
    margin: 20px 0 0 -20px;
  }
  .article-big--primary .article__image {
    margin: 0;
  }
  .article-big--primary .article__image img:nth-child(1) {
    margin: 20px 0 0 40px;
    max-width: 93%;
  }
  .article-big--primary .article__image img:nth-child(3) {
    margin: -80px -30px 0 0;
    max-width: 80%;
  }
  .article-big--alt:after {
    bottom: -118px;
    width: 537px;
    height: 697px;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .article-big {
    padding-top: 4px;
    margin-bottom: 150px;
    /*  Article Big Primary  */
    /*  Article Big Alt  */
  }
  .article-big .article__image {
    padding: 0;
    margin: 0 -20px 0 0;
  }
  .article-big .article__body {
    margin-top: 52px;
  }
  .article-big .article__content {
    padding: 0 15px;
  }
  .article-big .article__content h2 {
    font-style: italic;
    margin-bottom: 34px;
  }
  .article-big .article__content p {
    margin-bottom: 43px;
  }
  .article-big--primary {
    margin: 85px 0 0;
    padding-bottom: 0;
  }
  .article-big--primary .article__image {
    margin: 0 50px 0 21px;
  }
  .article-big--primary .article__image img:nth-child(1) {
    margin: 20px 0 0 35px;
  }
  .article-big--primary .article__image img:nth-child(3) {
    margin: -51px -83px 0 0;
    max-width: 71%;
  }
  .article-big--primary .article__body {
    margin-top: 83px;
  }
  .article-big--primary .article__content {
    padding: 0 25px;
  }
  .article-big--primary .article__content img {
    max-width: 275px;
  }
  .article-big--alt:after {
    display: none;
  }
}
@media (max-width: 374px) {
  .article-big--primary .article__content img {
    max-width: 200px;
  }
}
/* ------------------------------------------------------------ *\
	Article Primary
\* ------------------------------------------------------------ */
.article-primary {
  position: relative;
}
.article-primary .article__image {
  padding-top: 66.4%;
  background-size: cover;
}
.article-primary .article__body {
  position: absolute;
  top: 72px;
  right: -50px;
  width: 450px;
}
.article-primary .article__body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 102%;
  height: 103%;
  background: url(https://cdn.bajabound.com/blvr/temp/a23.png) no-repeat 0 0;
  margin: 18px 20px 0 0;
}
.article-primary .article__content {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
  position: relative;
  z-index: 10;
  padding: 50px;
  min-height: 366px;
}
.article-primary .article__content h3 {
  margin-bottom: 20px;
}
.article-primary .article__content p {
  margin-bottom: 20px;
}
.article-primary .article__link {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  color: #e25c3e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.4s;
}
.article-primary .article__link:hover {
  color: #51a546;
}

@media (max-width: 1199px) {
  .article-primary .article__body {
    width: 390px;
    right: -30px;
  }
  .article-primary .article__body:after {
    margin: 10px 10px 0 0;
  }
  .article-primary .article__content {
    min-height: 0;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .article-primary {
    text-align: center;
  }
  .article-primary .article__image {
    padding-top: 66.4%;
  }
  .article-primary .article__body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 290px;
    margin: auto;
    margin-top: -77px;
  }
  .article-primary .article__body:after {
    margin: 25px 25px 0 0;
    height: 98%;
    width: 98%;
  }
  .article-primary .article__content {
    padding: 34px 30px 74px;
  }
  .article-primary .article__content h3 {
    font-size: 30px;
    line-height: 1.17;
    margin-bottom: 22px;
  }
  .article-primary .article__content p {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------------ *\
	Article Story
\* ------------------------------------------------------------ */
.article-story {
  display: flex;
  align-items: center;
}
.article-story .article__image {
  flex: 0 0 56.8%;
}
.article-story .article__image img {
  width: 100%;
}
.article-story .article__body {
  flex: 0 0 43.2%;
  text-align: center;
  position: relative;
  top: 8px;
  left: -20px;
}
.article-story .article__content {
  width: 335px;
  margin: auto;
}
.article-story .article__content h5 {
  margin-bottom: 10px;
}
.article-story .article__content p {
  margin: 0;
}

@media (max-width: 1023px) {
  .article-story br {
    display: none;
  }
  .article-story .article__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-story .article__content {
    width: 100%;
  }
  .article-story .article__body {
    flex: 0 0 50%;
    max-width: 50%;
    top: 0;
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .article-story {
    display: block;
  }
  .article-story .article__image {
    max-width: 100%;
  }
  .article-story .article__body {
    padding: 30px;
    left: 0;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles {
  margin-bottom: -60px;
}
.articles .article {
  margin-bottom: 60px;
}
.articles--primary {
  margin-bottom: -70px;
}
.articles--primary .article {
  margin-bottom: 70px;
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  text-align: center;
  /*  Article Primary  */
}
.article h6 {
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.article h5 {
  margin-bottom: 22px;
}
.article p {
  margin-bottom: 22px;
}
.article .article__image {
  padding-top: 59.5%;
  background-size: cover;
}
.article .article__body {
  padding: 33px 30px 0;
}
.article .article__body--primary {
  padding: 42px 30px 0;
}
.article--primary p {
  font-size: 14px;
  word-wrap: break-word;
}
.article--primary .article__image {
  padding-top: 54.1%;
}
.article--primary .article__body {
  padding: 25px 15px 0;
}

@media (max-width: 1199px) {
  .article .article__body {
    padding: 35px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */
.article-alt {
  text-align: center;
}
.article-alt .article__image {
  padding-top: 57.5%;
  background-size: cover;
}
.article-alt .article__body {
  padding: 33px 30px 0;
}
.article-alt .article__body h6 {
  margin-bottom: 26px;
}
.article-alt .article__body p {
  margin: 0;
  font-size: 12px;
}
.article-alt .article__body p strong {
  display: block;
}
.article-alt .article__body p a {
  text-decoration: none;
}
.article-alt .article__body p + p {
  margin-top: 22px;
}
.article-alt .article__body .btn {
  margin-top: 29px;
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  padding: 0 50px;
  text-align: center;
}
.testimonial .testimonial__image {
  width: 100px;
  height: 100px;
  border: 1px solid #e25c3e;
  border-radius: 50%;
  padding: 8px;
  margin: auto;
  overflow: hidden;
}
.testimonial .testimonial__image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial .testimonial__body {
  margin: 25px 0 0;
}
.testimonial .testimonial__body p {
  margin-bottom: 29px;
}
.testimonial .testimonial__body h6 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #aaa;
}

@media (max-width: 1199px) {
  .testimonial {
    padding: 0 15px;
  }
  .testimonial .testimonial__body h6 {
    font-size: 11px;
  }
}
/* ------------------------------------------------------------ *\
	Testimonial Alt
\* ------------------------------------------------------------ */
.testimonial-alt {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  text-align: center;
  padding: 70px 40px 93px;
}
.testimonial-alt img {
  display: block;
  margin: auto;
}
.testimonial-alt img + p {
  margin-top: 52px;
}
.testimonial-alt p {
  margin: 0;
}
.testimonial-alt h6 {
  margin: 47px 0 0;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
.testimonial-alt h6 strong {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  /*  Slider Testimonials  */
  /*  Slider Primary  */
  /*  Slider Primary  */
  /*  Slider Alt  */
  /*  Slider Fans  */
  /*  Slider Story  */
}
.slider .slick-dots {
  list-style: none;
  text-align: center;
  margin: 69px 0 0;
}
.slider .slick-dots button {
  display: none;
}
.slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  transition: background 0.4s, border-color 0.4s;
}
.slider .slick-dots li + li {
  margin-left: 11px;
}
.slider .slick-dots li:hover {
  background: #e25c3e;
  border-color: #e25c3e;
  cursor: pointer;
}
.slider .slick-dots .slick-active {
  background: #e25c3e;
  border-color: #e25c3e;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  font-size: 0;
  width: 54px;
  height: 54px;
  background: #fff;
  border: none;
  margin-top: -74px;
  transition: background 0.4s;
}
.slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #e25c3e;
  border-right: 2px solid #e25c3e;
}
.slider .slick-arrow:hover {
  background: #e5deda;
}
.slider .slick-arrow:focus {
  outline: none;
}
.slider .slick-arrow.slick-prev {
  left: -165px;
  transform: rotate(-135deg);
}
.slider .slick-arrow.slick-next {
  right: -165px;
  transform: rotate(45deg);
}
.slider--testimonials .slick-arrow {
  display: none !important;
}
.slider--primary {
  padding: 0 45px;
}
.slider--primary .slick-arrow {
  display: block !important;
}
.slider--primary .slick-list {
  overflow: visible !important;
  margin: 0 -69px;
}
.slider--primary .slick-slide {
  padding: 0 69px;
}
.slider--primary .slick-dots {
  margin-top: 45px;
}
.slider--primary .article-primary .article__body {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.slider--primary .slick-active .article-primary .article__body {
  opacity: 1;
  visibility: visible;
}
.slider--primary-alt .slick-list {
  margin: 0 -40px;
}
.slider--primary-alt .slick-slide {
  padding: 0 40px;
}
.slider--primary-alt .slick-dots {
  margin-top: 36px;
}
.slider--primary-alt .slick-arrow {
  border-radius: 50%;
  top: 50%;
  margin: -31px 0 0;
  width: 60px;
  height: 60px;
  backface-visibility: hidden;
  transform: translateY(-50%) !important;
}
.slider--primary-alt .slick-arrow:after {
  width: 7px;
  height: 7px;
  border-color: #222;
  transform: translate(0);
}
.slider--primary-alt .slick-arrow.slick-prev {
  left: -33px;
}
.slider--primary-alt .slick-arrow.slick-prev:after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.slider--primary-alt .slick-arrow.slick-next {
  right: -27px;
}
.slider--primary-alt .slick-arrow.slick-next:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider--alt .slider__slide-image {
  padding-top: 59.8%;
  background-size: cover;
}
.slider--alt .slick-arrow {
  transform: translateY(-50%) !important;
  margin: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #ece8e5;
}
.slider--alt .slick-arrow:after {
  border-color: #222;
}
.slider--alt .slick-arrow.slick-prev {
  left: 0;
}
.slider--alt .slick-arrow.slick-prev:after {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2px;
}
.slider--alt .slick-arrow.slick-next {
  right: 0;
}
.slider--alt .slick-arrow.slick-next:after {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
}
.slider--fans .slick-dots {
  margin: 40px 0 0;
}
.slider--fans .slick-dots li:hover {
  background: #51a546;
  border-color: #51a546;
}
.slider--fans .slick-dots .slick-active {
  background: #51a546;
  border-color: #51a546;
}
.slider--fans .slick-arrow {
  display: none !important;
}
.slider--fans .slick-list {
  overflow: visible !important;
  margin: 0 -20px;
}
.slider--fans .slick-slide {
  padding: 0 20px;
}
.slider--story {
  position: relative;
}
.slider--story:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 40px;
  right: 40px;
  height: 102%;
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}
.slider--story .slider__clip {
  position: relative;
  z-index: 10;
}
.slider--story .slick-arrow {
  right: 23.7% !important;
  left: auto !important;
  transform: translateY(0) !important;
  background: url(https://cdn.bajabound.com/blvr/temp/ico-arrow-right.png) no-repeat 0 0 !important;
  width: 21px;
  height: 12px;
  background-size: 100% 100% !important;
  margin: 130px 0 0;
}
.slider--story .slick-arrow:after {
  display: none;
}
.slider--story .slick-arrow.slick-next {
  margin-right: -44px;
  transform: rotate(180deg) !important;
}

@media (max-width: 1023px) {
  .slider {
    /*  Slider Story  */
    /*  Slider Primary  */
    /*  Slider Primary  */
  }
  .slider--story:after {
    top: 40px;
  }
  .slider--story .slick-arrow {
    right: 29.7% !important;
  }
  .slider--primary .slick-slide {
    padding: 0 90px;
  }
  .slider--primary .slick-arrow.slick-prev {
    left: -84px;
  }
  .slider--primary .slick-arrow.slick-next {
    right: -84px;
  }
  .slider--primary-alt .slick-slide {
    padding: 0 40px;
  }
  .slider--primary-alt .slick-arrow.slick-prev {
    left: -33px;
  }
  .slider--primary-alt .slick-arrow.slick-next {
    right: -27px;
  }
}
@media (max-width: 768px) {
  .slider {
    /*  Slider Primary  */
    /*  Slider Alt  */
    /*  Slider Story  */
    /*  Slider Primary  */
  }
  .slider--primary {
    padding: 0;
    margin: 0 -33px;
  }
  .slider--primary .slick-dots {
    margin-top: 66px;
  }
  .slider--primary .slick-arrow {
    display: none !important;
  }
  .slider--alt .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slider--story {
    padding-bottom: 20px;
  }
  .slider--story:after {
    right: 0;
    left: 0;
    top: 100px;
  }
  .slider--story .slick-arrow {
    right: 50% !important;
    top: auto;
    bottom: -10px;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }
  .slider--story .slick-arrow.slick-next {
    margin-right: -38px !important;
  }
  .slider--story .slick-arrow.slick-prev {
    margin-right: 10px !important;
  }
  .slider--primary-alt .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -40px;
  }
  .slider--primary-alt .slick-arrow.slick-prev {
    left: 10px;
  }
  .slider--primary-alt .slick-arrow.slick-next {
    right: 10px;
  }
  .slider--primary-alt .slick-slide {
    padding: 0;
  }
  .slider--primary-alt .slick-list {
    margin: 0;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.socials li + li {
  margin-left: 28px;
}
.socials a {
  transition: opacity 0.4s;
}
.socials a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  border-bottom: 1px solid #e7e4e0;
}
.accordion .accordion__head {
  padding: 31px 29px;
  padding-right: 50px;
  position: relative;
  transition: 0.4s;
}
.accordion .accordion__head:hover {
  cursor: pointer;
}
.accordion .accordion__head h5 {
  margin: 0;
}
.accordion .accordion__head h6 {
  line-height: 1.5;
}
.accordion .accordion__head .accordion__ico {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.accordion .accordion__body {
  display: none;
  padding: 42px 30px 22px;
  font-size: 16px;
}
.accordion .accordion__body--primary {
  padding: 42px 30px 27px;
}
.accordion .accordion__body--secondary {
  padding: 42px 30px 37px;
}
.accordion .accordion__body a {
  text-decoration: none;
}
.accordion .accordion__body a:hover {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}
.accordion.active .accordion__head {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}
.accordion.active .accordion__head .accordion__ico {
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 768px) {
  .accordion .accordion__head {
    padding: 20px;
    padding-right: 50px;
  }
  .accordion .accordion__head .accordion__ico {
    right: 20px;
  }
  .accordion .accordion__body {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion .accordion__body .col-md-6 + .col-md-5 {
    margin-top: 10px;
  }
}
.accordions-faq .accordion:not(.active) {
  opacity: 0.6;
}

.accordions-faq .accordion .accordion__body {
  background-color: rgba(255, 255, 255, 0.55);
}

.accordions-faq .accordion .accordion__head {
  padding: 14px;
}

.accordions-faq .accordion .accordion__body a {
  text-decoration: underline;
}

.accordions-faq .accordion .accordion__body a:hover {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.accordions-home .accordion .accordion__body {
  padding: 0px;
}

/* ------------------------------------------------------------ *\
	Actions
\* ------------------------------------------------------------ */
.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d5d4d3;
  font-size: 14px;
  padding-top: 32px;
}
.actions a {
  text-decoration: none;
  display: inline-block;
  transition: color 0.4s;
  color: #a8a8a8;
}
.actions a:hover {
  color: #51a546;
}
.actions a span {
  display: block;
  font-weight: 700;
  font-size: 25px;
  margin-top: 9px;
}
.actions .actions__next {
  text-align: right;
}

@media (max-width: 768px) {
  .actions a span {
    font-size: 16px;
    margin-top: 5px;
  }
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  color: #51a546;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.4s;
  display: inline-block;
  position: relative;
}
.link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #51a546;
  transition: width 0.4s;
}
.link:hover {
  color: #51a546;
  text-decoration: none;
}
.link:hover:after {
  width: 100%;
}

.link-inherit {
  text-decoration: none;
  transition: color 0.4s;
  position: relative;
  display: inline-block;
}
.link-inherit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #51a546;
  transition: width 0.4s;
}
.link-inherit:hover {
  color: #51a546;
  text-decoration: none;
}
.link-inherit:hover:after {
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
}
.search .field {
  padding: 0 43px 0 33px;
  background: #fdfbf9;
}
.search .search__btn {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

/* ------------------------------------------------------------ *\
	Map Container
\* ------------------------------------------------------------ */
.map-container .map-container__aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #f9f5f2;
  z-index: 120;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.map-container .map-container__aside .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(40, 40, 40, 0.2);
}
.map-container .map-container__aside.active {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .map-container .map-container__aside {
    width: 100vw;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  height: 527px;
}
.map .gmnoprint,
.map .gm-fullscreen-control {
  display: none !important;
}

@media (max-width: 1199px) {
  .map {
    height: 400px;
  }
}
/* ------------------------------------------------------------ *\
	Progress Bar
\* ------------------------------------------------------------ */
.progress-bar {
  width: 100%;
  background: #f1ede8;
}
.progress-bar span {
  background: #50a646;
  display: inline-block;
  height: 7px;
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  background: #f9f6f2;
  z-index: 1200;
  overflow-y: scroll;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transform: translateX(100%);
}
.popup .popup__btn {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #f9f6f2;
}
.popup .popup__btn:after, .popup .popup__btn:before {
  background: #aaa;
}
.popup .popup__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 60px 50px;
}
.popup .popup__actions .btn {
  width: 100%;
  min-width: 0;
}
.popup .popup__actions .btn + .btn {
  margin-top: 30px;
}
.popup.visible-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

@media (max-width: 1199px) {
  .popup {
    width: 350px;
  }
}
@media (max-width: 1023px) {
  .popup .popup__actions {
    padding: 0 40px 50px;
  }
}
@media (max-width: 768px) {
  .popup {
    width: 100vw;
    overflow-y: auto;
  }
  .popup .popup__actions {
    padding: 40px 30px 0;
    position: static;
  }
  .popup .popup__actions .btn + .btn {
    margin-top: 10px;
  }
}
/* ------------------------------------------------------------ *\
	Table Alt
\* ------------------------------------------------------------ */
.table-alt {
  font-size: 14px;
}
.table-alt .h5 {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  height: 53px;
  margin: 0;
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
  margin: 0 -2px;
  position: relative;
  z-index: 10;
}
.table-alt ul {
  margin-bottom: 32px;
  list-style: none;
}
.table-alt ul li {
  height: 59px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
}
.table-alt ul li span {
  font-weight: 300;
}
.table-alt ul li:nth-child(odd) {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}
.table-alt ul + .btn {
  margin-bottom: 32px;
}
.table-alt table {
  table-layout: fixed;
}
.table-alt th,
.table-alt td {
  width: 33.33%;
  text-align: center;
  height: 59px;
}
.table-alt th:nth-child(1),
.table-alt td:nth-child(1) {
  text-align: left;
}
.table-alt td + td,
.table-alt th + th {
  border-left: 1px solid #ddd;
}
.table-alt td {
  padding: 0 30px;
}
.table-alt thead {
  border-bottom: 1px solid #ccc;
}
.table-alt tbody tr:nth-child(even) {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}

@media (max-width: 768px) {
  .table-alt {
    font-size: 12px;
  }
  .table-alt .select-alt select {
    padding: 0 10px 0 0;
    font-size: 12px;
  }
  .table-alt .btn--size6 {
    min-width: 125px;
  }
  .table-alt ul {
    margin-bottom: 20px;
  }
  .table-alt ul li {
    padding: 0 10px;
  }
  .table-alt ul + .btn {
    margin-bottom: 20px;
  }
  .table-alt .h5 {
    font-size: 16px;
  }
  .table-alt th:first-child,
.table-alt td:first-child {
    display: none;
  }
  .table-alt th:last-child,
.table-alt td:last-child {
    border-right: 1px solid #ddd;
  }
  .table-alt tbody td {
    padding: 0 10px;
    text-align: left;
  }
  .table-alt tbody td:before {
    content: attr(data-text);
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 374px) {
  .table-alt .btn {
    min-width: 100px;
    padding: 7px 10px;
  }
  .table-alt .select-alt select {
    font-size: 10px;
  }
  .table-alt tbody td:before {
    content: attr(data-text);
    font-weight: 700;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
  }
}
/* ------------------------------------------------------------ *\
	Table Def
\* ------------------------------------------------------------ */
.table-def {
  font-size: 14px;
  padding: 80px 0;
  /*  Table Def Size1  */
}
.table-def td a {
  text-decoration: none;
  color: #50a646;
  font-weight: 700;
  transition: color 0.4s;
}
.table-def td a:hover {
  color: #e25c3e;
}
.table-def td span.separator {
  text-align: center;
  color: #50a646;
  font-weight: 700;
  width: 12px;
  display: inline-block;
}
.table-def table {
  table-layout: fixed;
}
.table-def th,
.table-def td {
  border-bottom: 1px solid #ddd;
  height: 69px;
}
.table-def th:nth-child(1),
.table-def td:nth-child(1) {
  width: 17%;
}
.table-def th:nth-child(2),
.table-def td:nth-child(2) {
  width: 17.5%;
}
.table-def th:nth-child(3),
.table-def td:nth-child(3) {
  width: 17%;
}
.table-def th:nth-child(4),
.table-def td:nth-child(4) {
  width: 17%;
}
.table-def th:nth-child(5),
.table-def td:nth-child(5) {
  width: 17.5%;
}
.table-def .table__actions {
  text-align: center;
  margin-top: 30px;
}
.table-def--size1 th:nth-child(1),
.table-def--size1 td:nth-child(1) {
  width: 17.1%;
}
.table-def--size1 th:nth-child(2),
.table-def--size1 td:nth-child(2) {
  width: 17.1%;
}
.table-def--size1 th:nth-child(3),
.table-def--size1 td:nth-child(3) {
  width: 17.1%;
}
.table-def--size1 th:nth-child(4),
.table-def--size1 td:nth-child(4) {
  width: 17.1%;
}
.table-def--size1 th:nth-child(5),
.table-def--size1 td:nth-child(5) {
  width: auto;
  text-align: center;
  padding-left: 110px;
}

@media (max-width: 768px) {
  .table-def {
    /*  Table Def Size1  */
  }
  .table-def table,
.table-def tbody,
.table-def tr,
.table-def td {
    display: block;
    width: 100% !important;
  }
  .table-def thead {
    display: none;
  }
  .table-def td {
    height: initial;
    padding: 15px 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .table-def td:before {
    content: attr(data-text);
    display: block;
    font-weight: 700;
  }
  .table-def tr + tr {
    border-top: 2px solid #ddd;
  }
  .table-def tr:first-child {
    border-top: 1px solid #ddd;
  }
  .table-def--size1 td:last-child {
    display: block;
    text-align: right !important;
  }
}
.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.bg-light-pattern {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}

.bg-dark-pattern {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}

.avenir-light {
  font-family: AvenirPro35Light, Helvetica, Arial, sans-serif;
}

.avenir-heavy {
  font-family: AvenirPro85HeavyOblique, Helvetica, Arial, sans-serif;
}

.text-shadow {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.video-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-container-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: AvenirPro85HeavyOblique, arial, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* checkboxes where the label and radio are in a outlined rectangle*/
.hot-pink {
  color: #e8418d;
}

.bg-hot-pink {
  background-color: #e8418d;
}

.check-box label {
  position: relative;
  margin: 4px 15px 4px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.check-box input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.check-box label span {
  display: block;
  text-align: center;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  color: #bababa;
  font-size: 16px;
  border-radius: 4px;
  padding: 20px 60px;
  min-width: 70px;
  transition: 350ms;
}

.check-box label:hover span, .check-box label:hover span:before {
  border: 1px solid #777;
  color: #777;
}

.check-box label span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  border: 1px solid #ccc;
  transition: 500ms;
}

.check-box input:checked ~ span {
  color: green;
  border: 1px solid green;
}

.check-box label input:checked ~ span:before {
  background: green;
  border: 1px solid green;
}

/* sub menu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.drop-shadow {
  border-radius: 5px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.drop-shadow-light, .drop-light-shadow {
  border-radius: 5px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05) !important;
}

.dotted-underline {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

/* Account  Home */
.account-sidebar {
  position: fixed;
  top: 124px;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 14px 0 0 14px;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

html.admin-mode .account-sidebar {
  top: 184px;
}

.fa-spin-hover:hover {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.account-sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .account-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.account-sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.account-sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.account-sidebar .nav-link.active {
  color: #148592;
}

.account-sidebar .nav-link:hover .feather,
.account-sidebar .nav-link.active .feather {
  color: inherit;
}

.account-sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Content
 */
#account-main {
  padding-top: 33px;
  /* Space for fixed navbar */
}

@media (min-width: 768px) {
  #account-main {
    padding-top: 28px;
    /* Space for fixed navbar */
  }
}
.bg-bb-dark {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}

/* END Account  Home */
.table-fixed-head {
  overflow-y: auto;
  height: 100px;
}

.table-fixed-head thead th {
  position: sticky;
  top: 8px;
}

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
#login-nav-wrapper {
  position: absolute;
  top: -24px;
  right: 24px;
  font-size: 40px;
}

body#quote #login-nav-wrapper {
  position: absolute;
  top: 6px;
  right: 14px;
  font-size: 34px;
}

@media (max-width: 767px) {
  #login-nav-wrapper {
    position: absolute;
    top: 24px;
    right: 14px;
    font-size: 42px;
  }
}
#cart-nav-wrapper {
  position: absolute;
  top: -10px;
  right: 70px;
  /*font-size:24px;*/
  font-size: 10px;
  color: #51a546;
}

#cart-nav-wrapper a:hover {
  color: #55a24c;
}

body#quote #cart-nav-wrapper {
  position: absolute;
  top: 16px;
  right: 14px;
  font-size: 10px;
}

@media (max-width: 767px) {
  #cart-nav-wrapper {
    position: absolute;
    top: 24px;
    right: 44px;
    font-size: 42px;
  }
}
.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 0%;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: #51a546;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  background: white;
  border-style: solid;
}

#big-nav {
  position: fixed;
  top: 127px;
  color: black;
  min-height: 180px;
  padding: 14px 14px 0px 0px;
}

html.admin-mode #big-nav {
  top: 185px;
}

.big-nav-icon {
  vertical-align: middle;
  font-size: 32px;
  color: #444;
}

.big-nav-text {
  margin-left: 20px;
}

.big-nav-item {
  display: block;
  margin-bottom: 14px;
  padding: 4px;
}

.big-nav-item.active {
  color: #16a2b8;
}

.cat {
  margin: 0 0px 0px 0;
  text-align: center;
  background-color: white;
}

.cat.min360 {
  min-height: 360px;
}

.cat-img {
  margin-bottom: 14px;
}

.cat-title {
  font-size: 17px;
  padding: 4px 10px;
  background-color: #e6dfda;
  color: black;
}

.cat-title.green, .cat-title.active {
  background-color: #51a546;
  color: white;
}

.cat-title.not_yet_active {
  background-color: #d0b584;
  color: white;
}

.cat-title.expired {
  background-color: #666;
  color: white;
}

.cat-title.white {
  color: #51a546;
  background-color: white;
}

.cat-title.orange {
  background-color: #c19a29;
  color: white;
}

.cat-body {
  padding: 34px 14px 24px 14px;
}

#btn-main-nav-buy {
  position: absolute;
  top: -10px;
  right: 90px;
}

#btn-main-nav-buy.right_100 {
  right: 90px;
}

.wine-list {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

.wine-list li {
  margin-left: 30px;
}

.wine-list a {
  text-decoration: none;
  transition: color 0.4s;
}
.wine-list a:hover {
  color: #51a546;
}

.bb-privacy-container {
  border-top: 1px solid #e8e7e5;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 37px;
}

.bb-page-next-right-row {
  margin: 100px 0;
}

.light-grey-bg {
  background-color: #f5f5f5;
}

.loading-content {
  padding: 14px;
}

#login-view-description {
  padding: 14px;
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #235A24;
}

#bb-question-container {
  opacity: 1;
  visibility: visible;
  z-index: 2147483639;
  position: fixed;
  bottom: 0;
  width: 48px;
  height: 48px;
  max-width: 100%;
  max-height: calc(100% - 0px);
  min-height: 0;
  min-width: 0;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  right: 0;
  transition: none 0s ease 0s !important;
}

#bb-question {
  display: flex;
  width: 64px;
  height: 64px;
  position: relative;
  color: black;
  border-radius: 50%;
  z-index: 1000;
  color: rgba(183, 183, 183, 0.8);
}

#bb-question:hover a {
  color: #fff;
}

#date-end, #date-start {
  text-align: left;
  background-image: url(https://cdn.bajabound.com/blvr/icons/ico-calendar-20px.png);
  background-repeat: no-repeat;
  background-position: 10px 19px;
  padding-left: 40px;
}

#all_cards_quote_footer {
  max-height: 30px;
}

#all_cards_quote_footer:hover {
  opacity: 1;
}

.off-white {
  color: #dddddd;
  font-size: 0.5em;
}

.bb-home-why-caption, .bb-home-love-caption {
  padding: 4px 10px;
  background-color: #000000b0;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 10px;
  text-align: center;
  font-style: italic;
}

.bb-content-container a:not(.btn):not(.btn-wine-list) {
  text-decoration: underline;
}

.bb-content-container a:hover {
  text-decoration: none;
}

.bb-content-container .actions a, .bb-content-container .listDesc a {
  text-decoration: none !important;
}

.bb-content-container .actions a:hover, .bb-content-container .listDesc a:hover {
  text-decoration: underline !important;
}

.form-date-range {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  width: 730px;
  height: 80px;
  padding: 18px;
  background-color: white;
  border: 1px solid #dedede;
  display: none;
  box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.bb-modal-header {
  background-color: #51a546;
}

.bb-modal-header .modal-title {
  color: white;
}

.modal-content {
  border: 0;
}

.highlight {
  background-color: #FFFF00;
}

p.big-first-letter:first-letter {
  color: #148592;
  float: left;
  font-family: Georgia, sans-serif;
  font-size: 75px;
  line-height: 30px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.bb-ul, .bb-ol {
  padding: 0;
  margin: 0 0 10.5px 25px;
}

.bb-ul li {
  line-height: 21px;
}

.section-bg-img {
  position: relative;
  z-index: 1;
}
.section-bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
  opacity: 0.6;
}

.section-bg-img:hover::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
  opacity: 0.1;
}

input[readonly].field {
  background-color: #d6d6d6;
}

.no-margin {
  margin: 0;
}

.process-router {
  margin-top: 14px;
}

.btn-tertiary {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

.btn-tertiary:hover {
  color: #eee;
  background-color: #b5b5b5;
  border-color: #c9c9c9;
}

.btn-light-green {
  color: #fff;
  background-color: #51a546;
  border-color: #51a546;
}

.btn-light-green:hover {
  color: #eee;
  background-color: #408137;
  border-color: #418538;
}

form label:not(input[type=radio], input[type=checkbox]) {
  font-weight: bold;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  margin-bottom: 10px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
}

legend {
  display: block;
  width: 100%;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #148592;
}

.muted {
  color: #999;
}

a.muted:hover, a.muted:focus, a .muted:hover {
  color: black;
}

.muted-more {
  color: #ccc;
}

a.muted-more:hover, a.muted-more:focus, a .muted-more:hover {
  color: black;
}

br.rwd-break {
  display: none;
}

.hover-dropdown:hover > ul.dropdown-menu {
  display: block;
}

.margin-process-display {
  margin: 10px 10px 20px 15px;
}

.hide {
  display: none;
}

.disable-all {
  pointer-events: none;
  opacity: 0.4;
}

.btn-receipt-feedback {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed", GradientType=0 );
  margin: 0 10px 0 0;
  text-align: center;
  float: left;
  border-radius: 5px;
  border: 1px solid #eee;
  min-width: 250px;
}

.btn-receipt-feedback:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 84%, #ededed 100%);
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 84%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 84%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 84%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 84%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed", GradientType=0 );
  border: 1px solid #ccc;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quote-so-far-section {
  margin: 4px 0;
  border-bottom: 1px solid #cbe2b4;
}

span.bb-popover {
  cursor: help;
  border-bottom: 1px dashed rgba(152, 198, 108, 0.28);
}

span.bb-popover:hover {
  cursor: help;
  border-bottom: 1px solid #98c66c;
}

span.bb-popover-no-underline {
  border-bottom: 0;
}

.icon_underwriter {
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
}

.bbDarkGreen {
  color: #235A24;
}

.product-type-middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.product-type-text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 16px;
  border-radius: 16px;
}

label.product-type > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

label.product-type > input + img {
  /* IMAGE STYLES */
  cursor: pointer;
  opacity: 1;
}

label.product-type > input ~ .checked-icon {
  /* IMAGE STYLES */
  display: none;
}

label.product-type > input:checked ~ .product-type-img-wrap img {
  /* (RADIO CHECKED) IMAGE STYLES */
  opacity: 0.3;
}

label.product-type > input:checked ~ .product-type-img-description {
  color: grey;
}

label.product-type > input:checked ~ .product-type-middle {
  opacity: 1;
}

label.product-type > input:checked ~ .checked-icon {
  display: inline-block;
}

label.product-type > img {
  border-radius: 8px;
}

label.product-type {
  padding-left: 0;
}

#loading-modal {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
}

#loading-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80%;
  max-width: 400px;
  padding: 20px;
}

.lead-term {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 30px;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 10px;
}

.opacity_half {
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.first-td-max-400 td:first-child {
  max-width: 400px;
}

#sales-snapshot-modal {
  border: 4px solid #98c66c;
  width: 240px;
  height: 550px;
  display: none;
  position: fixed;
  left: 10px;
  top: 70px;
  border-radius: 5px;
  z-index: 1000;
}

.bb-focus-container .bb-focus {
  padding: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well ol {
  margin-left: 20px;
}

.bb-navigation {
  /* critical sizing and position styles */
  width: 225px;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 8px;
  z-index: 110;
  border-right: 1px solid #aec599;
  overflow-y: auto;
  background: url("https://cdn.bajabound.com/blvr/pattern-light.gif");
  display: none;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  list-style: none;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
  font-size: 14px;
  color: #1e4c20;
  text-decoration: none;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #428bca;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.bb-admin-nav-li {
  padding: 4px 0 6px 0;
}

.bb-admin-nav-li a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
}

.bb-admin-nav-li a:hover {
  text-decoration: underline;
}

#help-panel {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  border-left: 1px solid #51a546;
}

.help-title {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #51a546;
  /*#cbe2b4;*/
  padding-bottom: 7px;
}

.alert li {
  color: inherit;
  margin-bottom: 6px;
}

.alert-white {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  border-color: #ccc;
}

.alert-white .active {
  background-color: rgba(181, 230, 134, 0.5);
  border-color: #ccc;
  color: #000;
}

.alert-info-two {
  background-color: #d0e4ee;
  border-color: #bce8f1;
  color: #3a87ad;
}

#bb-logo-main {
  max-height: 100px;
}

.table-borderless td, .table-borderless th {
  border: none;
}

#bb-logo-bbb {
  margin-top: 70px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clickable {
  cursor: pointer;
}

.admin-border {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.4);
}

.admin-nav .label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.admin-nav .btn {
  line-height: 1.5;
  outline: none;
}

.container-admin {
  width: 95%;
}

.total_price_container {
  margin-top: 12px;
  height: 32px;
  clear: both;
  font-size: 16px;
}

.total_price_total {
  border: 1px solid #cbe2b4;
  padding: 4px 8px 4px 8px;
  background-color: rgba(223, 240, 216, 0.22);
  border-radius: 5px 5px 5px 5px;
}

.total_price_total_white {
  border: 1px solid #cbe2b4;
  padding: 4px 8px 4px 8px;
  background-color: white;
  border-radius: 5px 5px 5px 5px;
}

.total_price_total:hover {
  background-color: rgba(223, 240, 216, 0.42);
}

.total_price_message {
  font-weight: bold;
}

.ui-datepicker {
  /* this should go in bajabound-jquery-ui.css
   or, to avoid using !important, the z-index can be modified
   in the jquery source file (as it is an inline style declaration) */
  z-index: 500 !important;
  /* to keep the calendar above sidebar etc. */
}

.ui-datepicker .ui-datepicker-header {
  /* this should go in bajabound-jquery-ui.css */
  min-height: 33px;
  /* to make dual-column-calendars have same header height with month/year dropdowns */
}

.duration-fieldset #time-timezone .start-time {
  width: 118px;
}

.duration-fieldset #time-timezone .time-zone {
  width: 98px;
}

.duration-fieldset .input-append input {
  width: 165px;
}

.duration-fieldset label {
  font-weight: bold;
  margin: 10px 0;
}

.duration-fieldset .datepicker-column {
  display: inline-block;
  width: 220px;
  margin-left: 20px;
}

.process-router .duration-fieldset .datepicker-column {
  margin-left: 0;
}

.duration-fieldset .start-end-date-container {
  height: 70px;
}

.error-220px {
  width: 220px;
}

.error-380px {
  width: 380px;
}

.error-500px {
  width: 500px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}

fieldset legend.bold-legend {
  font-size: 28.5px;
  font-weight: bold;
  border-width: 0 0 1px 0;
}

#new-account-form .privacy-statement {
  opacity: 0.5;
  font-size: 13px;
}

#new-account-form .privacy-statement:hover {
  opacity: 1;
}

ul.dialog-admin-prices {
  width: 800px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.align-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.text-align-right {
  text-align: right;
}

.admin-status {
  background-color: #B94C4F;
  color: white;
  margin: 0;
  padding: 20px 0 0 0;
  height: 40px;
  font-size: 18px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}

select.select-half-width {
  width: 50%;
}

div.icon {
  display: inline-block;
}

legend.legend-no-border {
  margin-bottom: 8px;
  border: none;
  line-height: 21px;
  vertical-align: middle;
}

.admin-area {
  margin: 4px 0 14px;
  background-color: #f9f9f9;
  background-size: 50px 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 4px;
}

.admin-area-title {
  color: #fff;
  margin: 0;
  font-size: 24px;
  background-color: #148592;
  padding: 6px 6px 6px 12px;
}

.admin-area-body {
  padding: 6px;
}

.hidden-icon-placeholder {
  width: 40px;
}

.hidden-icon-placeholder i.icon-trash {
  display: none;
}

.hidden-icon-placeholder i.icon-trash {
  display: block;
  opacity: 0.75;
}

/* Overrides for error inputs that aren't inside of a control-group. */
.warning .control-label,
.warning .help-block,
.warning .help-inline {
  color: #c09853;
}

.warning .checkbox,
.warning .radio,
.warning input,
.warning select,
.warning textarea {
  color: #c09853;
}

.warning input,
.warning select,
.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.warning input:focus,
.warning select:focus,
.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.warning .input-prepend .add-on,
.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.error .control-label,
.error .help-block,
.error .help-inline {
  color: #b94a48;
}

.error .checkbox,
.error .radio,
.error input,
.error select,
.error textarea {
  color: #b94a48;
}

.process-title.error {
  color: #b94a48;
}

.error-direct {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.error-direct:hover {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

input.error-direct {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.error-direct:hover {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

select.error-direct {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select.error-direct:hover {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

textarea.error-direct {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea.error-direct:hover {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.error input,
.error select,
.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.error input:focus,
.error select:focus,
.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.error .input-prepend .add-on,
.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.success .control-label,
.success .help-block,
.success .help-inline {
  color: #468847;
}

.success .checkbox,
.success .radio,
.success input,
.success select,
.success textarea {
  color: #468847;
}

.success input,
.success select,
.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.success input:focus,
.success select:focus,
.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.success .input-prepend .add-on,
.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.info .control-label,
.info .help-block,
.info .help-inline {
  color: #3a87ad;
}

.info .checkbox,
.info .radio,
.info input,
.info select,
.info textarea {
  color: #3a87ad;
}

.info input,
.info select,
.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.info input:focus,
.info select:focus,
.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.info .input-prepend .add-on,
.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

ul.error-output {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 6px;
  background-color: #f2dede;
}

.generic-error-container ul.error-output {
  margin-left: 15px;
  padding: 0;
}

.error-output .label a[href] {
  color: inherit;
  text-decoration: underline;
}

.bold-font {
  font-weight: bold;
}

table.table td.cell-center-middle,
table.table th.cell-center-middle {
  text-align: center;
  vertical-align: middle;
}

table.table td.cell-center,
table.table th.cell-center {
  text-align: center;
}

table.table td.cell-right-middle,
table.table th.cell-right-middle {
  text-align: right;
  vertical-align: middle;
}

.table tbody tr > td.cart-total {
  background-color: #dff0d8 !important;
}

#vehicle_info_container .error-output li span,
.duration-fieldset .error-output li span {
  display: inline-block;
  width: 213px;
  white-space: normal;
}

.documents-needed img {
  vertical-align: top;
  margin-left: 20px;
}

.documents-needed h4 {
  margin-bottom: 5px;
}

.warning_box_emphasis {
  border: 2px solid red;
}

.banner_box {
  margin: 24px 0;
}

xmp {
  padding-left: 14px;
  font-family: monospace;
  font-size: 12px;
}

.banner_code_box {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 700px;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.banner_box {
  text-align: left;
}

.widget-alt {
  margin-left: 0;
}

label.radio {
  display: inline-block;
}

ul.tight {
  margin: 0;
  padding: 0.1em;
}

#login-form .error-output li .label {
  width: 214px !important;
  white-space: normal;
  margin-top: 5px;
}

#login-form .forgot-password {
  opacity: 1;
  font-size: 13px;
}

#login-form .forgot-password:hover {
  opacity: 1;
  font-weight: bold;
}

.policy-row-button-container {
  width: 215px;
}

.narrow-labels .control-label {
  width: 50px;
}

.narrow-labels .controls {
  margin-left: 70px;
}

.control-group.go-back-or-continue {
  padding: 15px 0 20px 0;
}

.resize-y {
  resize: vertical;
}

.account-tab-section {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 14px;
  padding: 0 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #4b7744;
}

.account-tab-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
  margin: 0 0 14px 0;
  background-color: #00000003;
  padding: 0 4px 4px 12px;
  border-bottom: 1px solid #dee2e6;
  color: #919696;
}

.admin-page-title, .account-page-title {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.admin-page-title-6 {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.admin-page-title-5 {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.admin-page-title-4 {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.admin-page-title-3 {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.admin-page-title-2 {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.admin-page-title-1 {
  margin: 0 0 14px 0;
  padding: 0 4px 8px 0;
  color: #148592;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.account-tab-title .btn {
  margin-bottom: 5px;
}

.account-tab-title .btn-small {
  margin-bottom: 2px;
}

.account-tab-content .table,
.account-tab-content th {
  border-top: none;
}

.policy-table-time label {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}

.btn-bajabound .caret {
  color: white;
  border-top-color: white;
  border-bottom-color: white;
}

.no-policies-found {
  padding: 20px;
  text-align: center;
}

.no-policies-found .label {
  padding: 5px 40px;
}

form .label-380px, .form-horizontal .label-380px {
  text-align: left;
  display: block;
}

.dropdown-right-justified {
  left: auto;
  right: 0;
}

/* rich editor */
#rich-editor {
  max-height: 250px;
  height: 100px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
}

div[data-role=editor-toolbar] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#rich-notes {
  border: 1px solid #eee;
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

#rich-alert {
  display: none;
}

#rich-save, #rich-cancel {
  margin-top: 4px;
}

#rich-holder {
  border-radius: 4px;
  padding: 10px;
}

#landing_left {
  float: left;
  width: 290px;
}

#landing_right {
  margin-left: 310px;
}

.mobile-buy-link:hover {
  color: #A4CD7D;
}

body#buy header .xs-nav {
  display: none;
}

.cursor-help {
  cursor: help;
}

.cursor-link, .cursor-pointer {
  cursor: pointer;
}

.help-btn {
  color: #a9a9a9;
  cursor: help;
}

.help-btn:hover {
  color: #51a546;
}

.help-btn.grey {
  color: grey;
  cursor: help;
}

.help-link {
  cursor: pointer;
  border-bottom: 1px dashed rgba(152, 198, 108, 0.55);
  color: #333;
}

body#buy #credit-cards {
  margin-left: 14px;
}

#credit-cards ul {
  list-style: none;
  margin: 0;
}

#credit-cards li {
  display: inline-block;
}

.centered-text {
  text-align: center;
}

.ajax-loading-darkened {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  text-align: center;
}

.ajax-loading-darkened > div {
  width: 300px;
  background-color: #ffffff;
  margin: 250px auto 0 auto;
  padding: 30px 0;
  border-radius: 7px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

a.small-link {
  font-size: 11px;
}

.fluid-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 15px;
  height: 0;
}

.fluid-video-container iframe, .fluid-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2.5%;
  width: 95%;
  height: 95%;
}

#admin-status-box {
  position: fixed;
  top: 16px;
  right: 16px;
  display: table-cell;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.2);
  background-color: rgba(185, 76, 79, 0.9);
  color: white;
  font-size: 12px;
  padding: 8px;
  z-index: 10000;
}

#admin-status-box a {
  color: #e8e8e8;
  text-decoration: underline;
}

.social {
  color: white;
  font-size: 20px;
  margin-right: 20px;
}

.br-mobile {
  display: none;
}

.vehicle_form .control-group, .customer_form .control-group {
  vertical-align: top;
}

.btn-group.open .btn-bajabound.dropdown-toggle {
  background-color: #A4CD7D;
}

.h1_content_title {
  color: #a4cd7d;
  font-size: 28.5px;
}

.h1_content_title_with_subheader {
  color: #a4cd7d;
  margin-bottom: 0;
  font-size: 28.5px;
}

.subheader {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 6px 0;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 10px;
}

.ui-widget {
  font-family: inherit;
}

.bb-highlight {
  background-color: yellow;
  padding: 2px;
}

.header-image {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-height: 200px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #98c66c;
}

.nav-pills li .btn-getaquote:hover:focus,
.nav-pills li .btn-getaquote:focus:focus {
  outline: none;
}

#content-container {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

img#all_cards {
  margin: 0;
}

.padding-sides-10px {
  padding: 0 10px;
}

.ten_pixel_pad {
  padding: 10px 10px;
}

.bb_section {
  border: 0;
  margin: 0 0 10px 0;
}

.bb_section_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 24px;
  padding: 0 4px 0 14px;
  border-bottom: 1px solid #f5f5f5;
  color: #6c9b66;
  background-color: rgba(0, 0, 0, 0.04);
}

.bb_section_title .bb-icon {
  vertical-align: top;
}

.bb_section_body {
  border: 0 solid #cbe2b4;
}

.content-pad {
  padding: 10px;
}

.dataTables_processing {
  clear: both;
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #f0f3e2;
  border-color: #ccc;
}

#datatable-policies {
  font-size: 13.5px;
}

#datatable-policies .datatables-policy-admin tr td {
  height: 40px;
}

.dt_link {
  color: black;
}

.dt_link:hover {
  color: black;
}

tbody tr.not_yet_active td, .tr_warning {
  background-color: #fcf8e3 !important;
}

tbody tr.not_yet_active:hover td, .tr_warning:hover {
  background-color: #feffcf !important;
}

tbody tr.not_yet_active td, .tr_warning {
  background-color: #fcf8e3 !important;
}

tbody tr.not_yet_active:hover td, .tr_warning:hover {
  background-color: #feffcf !important;
}

.tr_invalid {
  background-color: #ded5ff;
}

tbody tr.active td, .tr_success {
  background-color: rgba(223, 240, 216, 0.74) !important;
}

tbody tr.active:hover td, .tr_success:hover {
  background-color: #dff0d8 !important;
}

tbody tr.active td, .tr_success_1 {
  background-color: rgba(223, 240, 216, 0.74) !important;
}

tbody tr.active:hover td, .tr_success_1:hover {
  background-color: #dff0d8 !important;
}

tbody tr.active td, .tr_success_2 {
  background-color: rgba(217, 233, 211, 0.84) !important;
}

tbody tr.active:hover td, .tr_success_2:hover {
  background-color: #ddeed6 !important;
}

tbody tr.active td, .tr_success_3 {
  background-color: rgba(213, 227, 207, 0.84) !important;
}

tbody tr.active:hover td, .tr_success_3:hover {
  background-color: #d9e9d3 !important;
}

tbody tr.active td, .tr_success_5 {
  background-color: rgba(213, 227, 207, 0.84) !important;
}

tbody tr.active:hover td, .tr_success_5:hover {
  background-color: #d9e9d3 !important;
}

tbody tr.updated td, .tr_info {
  background-color: #b3c5cf !important;
  opacity: 0.8;
}

tbody tr.updated:hover td, .tr_info:hover {
  opacity: 1;
  background-color: #a3b3bc !important;
}

tbody tr.expired td, .tr_expired {
  background-color: #f1eeec;
}

tbody tr.expired:hover td, .tr_expired:hover {
  background-color: rgba(232, 232, 232, 0.74);
}

tbody tr.cancelled td, .tr_error {
  background-color: rgba(242, 35, 0, 0.42) !important;
  opacity: 0.6;
}

tbody tr.cancelled:hover td, .tr_error:hover {
  opacity: 0.9;
  background-color: rgba(242, 35, 0, 0.1) !important;
}

tbody tr td.agent {
  background: rgba(255, 153, 0, 0.51);
}

tbody tr td.agent:hover {
  background: rgba(255, 153, 0, 0.7);
}

tbody tr td.comped {
  background: rgba(255, 0, 0, 0.51);
}

tbody tr td.comped:hover {
  background: rgba(255, 0, 0, 0.7);
}

tr.alert.alert-error {
  background-color: transparent;
}

tr.alert.alert-error td {
  background-color: #f2dede;
}

#quote-table tbody tr:nth-child(odd) {
  background-color: rgba(249, 249, 249, 0.5);
}

#quote-table tr.active td {
  background: rgba(202, 253, 255, 0.31);
}

.statistic {
  margin: 0.5em 0em 1em 0em;
  text-transform: uppercase;
  display: inline-block;
  background-color: rgba(111, 111, 111, 0.05);
  padding: 10px 0;
  border-radius: 4px;
  width: 100%;
}
.statistic .value {
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}
.statistic .value.text {
  font-size: 2em;
  font-weight: bold;
}
.statistic .value img {
  max-height: 0.8em;
  vertical-align: baseline;
}
.statistic .label {
  color: inherit;
  display: block;
  font-size: 1em;
  text-align: center;
  margin-top: 8px;
  background-color: transparent;
  text-shadow: none;
}

.statistic.info {
  color: #5bc0de;
}

.statistic.success {
  color: #5cb85c;
}

.statistic.primary {
  color: #337ab7;
}

.pretty {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 6px;
  margin-top: 14px;
}

.pretty-inside {
  padding: 8px;
}

.pretty-title {
  font-weight: bold;
  color: #337ab7;
  padding: 10px;
  background-color: #f3f3f5;
  border-bottom: 1px solid #e1e1e8;
}

.pretty textarea {
  border: 0;
}

/****** 404 ******/
#four-o-four-div {
  background-color: rgba(152, 197, 200, 0.64);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px;
  margin: 10px 20px 0 0;
  padding: 30px 0 14px;
}

#four-o-four-title {
  font-size: 132px;
  line-height: 132px;
  color: white;
  font-weight: bold;
  font-family: arial sans-serif;
  text-align: center;
}

#four-o-four-more {
  color: white;
}

/****** Bootstrap Colors ******/
header#video {
  position: relative;
  background-color: black;
  height: 525px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header#video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header#video .container {
  position: relative;
  z-index: 2;
}

header#video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000003d;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header#video {
    background: black no-repeat center center scroll;
  }

  header#video video {
    display: none;
  }
}
#home-video {
  position: relative;
  background-color: black;
  overflow: hidden;
}

#home-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#home-video .container {
  position: relative;
  z-index: 2;
}

#quote_output_header {
  margin-bottom: 40px;
}

#duration_info_container {
  margin-bottom: 40px;
}

#customer_info_container {
  margin-bottom: 40px;
}

#vehicle_info_container {
  margin-bottom: 40px;
}

#coverages_info_container .bb_section {
  margin-bottom: 40px;
}

.baja-bound-green {
  color: #51a546;
}

.bg-baja-bound-green {
  background-color: #51a546;
}

.bg-pattern-dark {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
}

.bg-pattern-light {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-light.gif) repeat 0 0;
}

.dark-angle-wrapper {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg);
  padding-bottom: 100px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  margin-bottom: 100px;
}

.dark-double-angle-wrapper {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  padding: 100px 0;
  margin-bottom: 100px;
}

.bulletin-article {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 150% */
}

.bulletin-index-article {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bulletin-index-image-wrapper {
  width: 280px;
  height: 350px;
  border-radius: 15px;
  float: left;
  margin-right: 14px;
}

.bulletin-index-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.bulletin-index-article h2 {
  font-family: AvenirPro35Light, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.bulletin-index-about {
  margin: 20px 0;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #666;
}

#myHomeCarousel .carousel-item {
  height: 500px;
  background-size: cover;
  background-position: center bottom;
}

.home-peace-of-mind {
  margin-top: 140px;
  margin-bottom: 140px;
}

.home-peace-of-mind h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: AvenirPro85HeavyOblique, Arial, sans-serif;
}

.home-dispatches {
  margin-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  font-family: AvenirPro85HeavyOblique, Arial, sans-serif;
  text-transform: uppercase;
}

.home-travel-guide {
  margin-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  font-family: AvenirPro85HeavyOblique, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}

.travel-guide {
  height: 500px;
  border-radius: 15px;
  margin-right: 14px;
}

.travel-guide img {
  width: 100%;
  /* Make the image take the container's full width */
  height: 100%;
  /* Make the image take the container's full height */
  object-fit: cover;
  /* Control how it fits the dimensions */
  border-radius: 15px;
}

.travel-guide-description {
  font-size: 16px;
}

.travel-guide-description .btn {
  width: 300px;
  height: 50px;
  padding: 15px 19px;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  text-transform: uppercase;
  /* Button Text */
  font-family: Roboto, arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4px;
}

.travel-guide-description .display-5 {
  font-family: AvenirPro35Light, Arial, sans-serif;
  font-size: 36px;
}

@media only screen and (max-width: 600px) {
  .bulletin-index-article h2 {
    margin-top: 20px;
  }

  #myHomeCarousel {
    margin-bottom: 30px;
  }

  #myHomeCarousel .carousel-item {
    height: 375px;
  }

  .home-peace-of-mind {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home-peace-of-mind h1 {
    font-size: 24px;
  }

  .home-dispatches {
    margin-top: 20px;
  }

  .home-dispatches h2 {
    font-size: 24px;
  }

  .home-travel-guide h2 {
    font-size: 24px;
  }

  .spliders {
    margin-left: 0;
  }

  .travel-guide {
    width: 355px;
  }

  .travel-guide-description {
    margin-top: 20px;
    width: auto;
  }

  .travel-guide-description .display-5 {
    font-size: 2em;
  }

  .bulletin-index-image-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    float: left;
    margin-right: 14px;
  }
}
.lead-mex {
  position: relative;
  z-index: 1;
}

.lead-mex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: -1;
  background: url(https://cdn.bajabound.com/blvr/MexicoTransparent.png);
  background-repeat: no-repeat;
}

.ct-sectional-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5px 5px 5px;
}

.ct-sectional-box .title {
  font-weight: 600;
  position: relative;
  font-size: 24px;
  margin: 5px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.9;
  min-height: 87px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.ct-sectional-box .title::after {
  content: "";
  background: url(https://cdn.bajabound.com/images/content/arrow-right-white_50355.png);
  width: 14px;
  height: 27px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13.5px;
}

.ct-sectional-box .title a {
  all: revert;
  display: block;
  padding: 10px 100px 10px 34px;
  max-width: 100%;
  color: inherit;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-decoration: none;
}

.ct-sectional-box .title a:hover {
  text-decoration: none;
}

/* box blue */
.ct-sectional-box--blue .title {
  background: #00719b;
  color: #fff;
}

.ct-sectional-box--blue .title:hover {
  background: #0094cb;
}

/* box red */
.ct-sectional-box--red .title {
  background: #e81e26;
  color: #fff;
}

.ct-sectional-box--red .title:hover {
  background: #d11118;
}

/* box green */
.ct-sectional-box--green .title {
  background: #6f9e2e;
  color: #fff;
}

.ct-sectional-box--green .title:hover {
  background: #78ab33;
}

/* box dark */
.ct-sectional-box--dark .title {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  color: #000;
}

.ct-sectional-box--green .title:hover {
  opacity: 0.8;
}

img.lazy {
  background: #F1F1FA;
  min-width: 10px;
  min-height: 10px;
  display: block;
  margin: 10px auto;
  border: 0;
}

.feature-card {
  border-radius: 14px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
}

blockquote.testimonials {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0 40px 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote.testimonials:before {
  display: block;
  padding-left: 10px;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

blockquote.testimonials cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote.testimonials cite:before {
  content: "— ";
}

.testimonials-card {
  height: 400px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
}

@media only screen and (max-width: 600px) {
  blockquote.testimonials {
    width: 100%;
  }

  .testimonials-card {
    height: initial;
  }
}
.text-bajabound {
  color: #51a546;
}

.background-bajabound {
  color: #51a546;
}

#mobile-footer {
  display: none;
}

#toptext {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.contentlist {
  margin-top: 20px;
}

.contentlist article {
  width: 49%;
  margin-bottom: 30px;
  float: left;
  min-height: 140px;
  font-size: 13px;
}

.contentlist article.nodivider {
  background: none;
}

.contentlist figure {
  float: left;
  line-height: 0.5em;
  text-align: center;
  background: #FFFFFF;
  padding: 0 3px;
  position: relative;
}

.contentlist figure img {
  border-radius: 0.25rem !important;
}

.contentlist aside {
  max-width: 68%;
  float: left;
  padding-left: 10px;
  line-height: 20px;
}

.contentlist aside h3, .contentlist aside h4, .contentlist aside h5 {
  font-size: 16px;
  margin-top: 0;
}

.contentlist aside h4 a:hover, .contentlist aside h5 a:hover {
  text-decoration: underline;
}

.contentlist aside .readmore {
  color: #ff4700;
}

.contentlist ul {
  list-style: none;
  margin: 0;
}

.contentlist li {
  font-size: 17px;
  padding: 4px 0 4px 17px;
}

.contentlist_full {
  margin-top: 20px;
}

.contentlist_full article {
  width: 100%;
  float: left;
  padding: 0 0 32px 0;
}

.contentlist_full article > aside > h3, .contentlist_full article > aside > h4, .contentlist_full article > aside > h5 {
  margin: 2px 0 2px 0;
  font-size: 18px;
}

.contentlist_full article > aside > h3 a:hover, .contentlist_full article > aside > h4 a:hover, .contentlist_full article > aside > h5 a:hover {
  text-decoration: underline;
}

.contentlist_full article.nodivider {
  background: none;
}

.contentlist_full figure {
  float: left;
  line-height: 0.5em;
  text-align: center;
  background: #FFFFFF;
  padding: 3px;
  margin: 0 20px 10px 0;
  border-radius: 3px;
  position: relative;
}

.contentlist_full aside {
  float: left;
  line-height: 22px;
}

.contentlist_full aside .readmore {
  color: #ff4700;
}

.contentlist_full ul {
  list-style: none;
  margin: 0;
}

#main_content_row {
  padding-bottom: 20px;
}

.compareustable .header {
  font-weight: bold;
  border-bottom: 1px solid rgba(173, 214, 133, 0.59);
}

.compareustable tr td, .compareustable tr th {
  border-bottom: 1px solid #cbe2b4;
  min-height: 100px;
}

.compareustable tr th {
  text-align: left;
  font-weight: normal;
}

.redder {
  color: #990000;
}

.underline {
  text-decoration: underline;
}

#sentri_logo {
  margin-left: 505px;
  width: 210px;
  text-align: center;
  padding-top: 10px;
}

.indexList {
  clear: both;
  margin-bottom: 20px;
  min-height: 150px;
  vertical-align: top;
}

.listPic {
  width: 100px;
  float: left;
}

.listPic img {
  border-radius: 0.25rem !important;
}

.listDesc {
  margin-left: 110px;
}

.listDesc a {
  text-decoration: none;
}

.listDesc h4 {
  font-size: 14px;
  font-weight: bold;
  display: inline;
}

.right_pic {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

.right_pic_wborder {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-weight: bold;
}

.right_pic_wborder img {
  border: 1px solid #000;
}

.left_pic {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
}

.left_pic_wborder {
  float: left;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
}

.left_pic_wborder img {
  border: 1px solid #000;
}

.center_pic {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.center_picborder {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.center_picborder img {
  border: 1px solid #000;
}

.faqboldred {
  font-weight: bold;
  color: #c00;
}

.faq li {
  margin-bottom: 25px;
}

#section_index_lists ul {
  margin: 12px 0 0 12px;
  padding: 0;
  text-align: left;
}

#section_index_lists ul li {
  list-style: none;
  margin-bottom: 8px;
}

#section_index_lists li a {
  font-size: 100%;
  font-weight: bold;
}

#hotelDetail {
  margin-right: 0;
  margin-top: 0;
}

#hotelDetail h4:first-of-type {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 6px 0;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 10px;
}

#hotelDetail table:first-of-type {
  margin: 10px 0;
}

#hotelDetail table {
  border-collapse: collapse;
  width: 100%;
}

#hotelDetail table td {
  vertical-align: top;
}

#hotelDetail table:not(:first-of-type) td:first-child {
  width: 275px;
  padding-right: 14px;
}

#hotelDetail table td.info {
  text-align: left;
  padding: 14px;
  background-color: #eee;
  margin-left: 10px;
}

#hotelDetail .description {
  /* border-bottom: 1px solid #000; */
  margin-bottom: 6px;
}

#hotelDetail h2 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

#hotelDetail h3 {
  margin: 4px 0 0 0;
}

#hotelDetail td.logoBookIt img {
  border: 1px solid #000;
}

#hotelDetail td.logoBookIt {
  text-align: center;
  vertical-align: middle;
}

#hotelDetail td.logoBookIt img {
  border: none;
}

#hotelDetail .infoImage {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 90%;
  line-height: 14px;
  clear: left;
}

#hotelDetail .infoImage img {
  margin: 0 4px 4px 0;
  float: left;
}

#hotelDetail .smallImgDesc {
  /*margin-left: 104px;*/
}

#hotelDetail .hotelMap {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #000;
}

#hotelDetail #classification {
  padding: 15px 0;
  width: 570px;
}

#hotelDetail #twocoldescription {
  float: left;
  margin-bottom: 6px;
}

#hotelDetail #listing {
  width: 140px;
  margin-left: 575px;
  padding-left: 15px;
}

#hotelDetail #listing a {
  text-decoration: none;
}

#hotelDetail #listingheader {
  font-weight: bold;
}

#unbound {
  float: none;
  width: 90%;
  padding: 10px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.livechat_button a {
  color: #000;
}

#agreement-wrap {
  height: 500px;
  width: 100%;
  margin: 1em auto;
  font-family: sans-serif;
  font-size: 15px;
}

.scroll-wrap {
  position: relative;
  height: 500px;
  margin-bottom: 1.5em;
}

.popup-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 8px;
  overflow-y: scroll;
}

.popup-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #eaeaea;
}

.popup-scroll::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: #4B9A0C;
}

.popup-scroll::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #eaeaea;
}

.popup-scroll::-webkit-scrollbar-thumb:hover {
  background: #4B9A0C;
}

.popup-scroll::-webkit-scrollbar-thumb:active {
  background: #4B9A0C;
}

.marketing {
  margin-bottom: 50px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
  font-size: 38px;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* ------------------------------------------------------------ *\
	BB Gallery
\* ------------------------------------------------------------ */
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery-one-column {
  flex: 100%;
  max-width: 100%;
}

.gallery-two-column {
  flex: 50%;
  max-width: 50%;
}

.gallery-three-column {
  flex: 33%;
  max-width: 33%;
}

.gallery-four-column {
  flex: 25%;
  max-width: 25%;
}

.gallery-five-column {
  flex: 20%;
  max-width: 20%;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    flex: 100%;
    max-width: 100%;
  }
}
.gallery-row a {
  flex-grow: 1;
  flex-basis: 125px;
  margin: 5px;
}

.gallery-row img {
  width: 100%;
}

@media (max-width: 768px) {
  body#account #datatable-policies_length {
    display: none;
  }

  .mobile-quote-hide {
    display: none;
  }

  .product-type-container > label.product-type .product-type-img-wrap {
    display: none;
  }

  label.product-type > input {
    /* HIDE RADIO */
    visibility: visible;
    /* Makes input not-clickable */
    position: relative;
    /* Remove input from document flow */
  }

  .product-type-container {
    border: 0px solid #bbbbbb;
  }

  .product-type-container:hover {
    border: 0px solid #dadada;
  }

  .product-type-img-description {
    display: none;
  }

  .product-type-input-description {
    display: inline;
  }

  label.product-type {
    padding-left: 20px;
  }

  .br-mobile {
    display: block;
  }

  #mobile-footer {
    display: block;
    background: #ecebea;
    position: fixed;
    height: 62px;
    padding-top: 8px;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
  }

  html.admin-mode header.header {
    top: 0;
  }

  table.table-collapse, table.table-collapse tbody {
    display: block;
    width: 100%;
  }

  table.table-collapse thead {
    display: none;
  }

  table.table-collapse tr, table.table-collapse th, table.table-collapse td, table.table-collapse td.cell-center-middle {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }

  table.table-collapse tr {
    border-bottom: 1px solid #eee;
    padding: 11px;
    margin-bottom: 11px;
  }

  table.table-collapse th[data-title]:before, table.table-collapse td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: bold;
  }

  table.table-collapse td {
    border: none;
    margin-bottom: 6px;
    color: #444;
  }

  table.table-collapse td:empty {
    display: none;
  }
}
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

.hidden-desktop-inline {
  display: none;
}

.visible-phone-table-row {
  display: none;
}

.visible-phone-inline {
  display: none;
}

.visible-phone-table-row {
  display: none;
}

.visible-phone-table-cell {
  display: none;
}

.visible-tablet-inline {
  display: none;
}

.visible-desktop-inline {
  display: inline-block;
}

.hidden-small-desktop-inline {
  display: inline-block;
}

@media (max-width: 1025px) {
  .hidden-small-desktop-inline {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-tablet-inline {
    display: none;
  }

  .visible-phone-table-row {
    display: none;
  }

  .visible-phone-inline {
    display: none;
  }

  .visible-phone-table-row {
    display: none;
  }

  .visible-phone-table-cell {
    display: none;
  }

  .visible-tablet-inline {
    display: inline-block;
  }

  .visible-desktop-inline {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .mobile-quote-hide, .hidden-phone-inline {
    display: none;
  }

  .visible-phone-table-row {
    display: table-row;
  }

  .visible-phone-inline {
    display: inline-block;
  }

  .visible-phone-table-row {
    display: table-row;
  }

  .visible-phone-table-cell {
    display: table-cell;
  }

  .visible-tablet-inline {
    display: none;
  }

  .visible-desktop-inline {
    display: none;
  }

  .visible-phone-table-row {
    display: table-row;
  }

  .visible-phone-table-cell {
    display: table-cell;
  }

  .admin-page-title {
    font-size: 1.5rem;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
#searchInput {
  background-image: url("https://cdn.bajabound.com/svelte/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 0.2rem;
  background-color: white;
}

.icon-100 {
  max-width: 100px;
}

.svelte-inline-radio {
  background-color: white;
  border: 1px solid #dedede;
  padding: 10px 20px 4px 20px;
  line-height: 30px;
  border-radius: 4px;
}

.svelte-inline-radio span {
  color: #a25300;
}

.hover-mute {
  color: #777;
}

.hover-mute:hover {
  color: black;
}

.green-cart {
  color: #51a546;
}

#app {
  margin-top: 140px;
}

html.admin-mode #app {
  margin-top: 200px;
}

.section--checkout {
  margin-top: 80px;
}

html.admin-mode .section--checkout {
  margin-top: 140px;
}

.form-await {
  height: 50px;
  padding: 14px;
  margin-bottom: 24px;
  border: 1px solid #ced4da;
  background-color: #fefefe;
  vertical-align: middle;
  color: grey;
  border-radius: 4px;
  animation: pulse 3s infinite;
}

.row-error .form-control {
  border-color: #dc3545;
}

.row-error .invalid-feedback {
  display: block;
}

@keyframes pulse {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #eee;
  }
}
#btn-backside {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  top: 150px;
  left: 20px;
  color: #e5e5e5;
  font-size: 60px;
  transition: color 0.4s;
}

#btn-backside:hover {
  transition: color 0.4s;
  color: #b8b8b8;
}

/*blue #148592*/
.circle-container {
  width: 100%;
  height: 1px;
  /*background-color: #dedede;*/
  background-color: #51a546;
  position: absolute;
  top: 50px;
  margin-top: 20px;
}

.circle {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  /*background-color: #dedede;*/
  border: solid 1px #51a546;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.green {
  background: #51a546;
}

.green .circle {
  background: #51a546;
  border-color: #51a546;
}

.fletch {
  border-radius: 50%;
  width: 98px;
  height: 98px;
  background-color: white;
  margin: 0 0;
  padding: 4px;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #ccc;
  background-color: transparent;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.contents-wrapper {
  z-index: 100;
}

.day--label.disabled {
  color: #db6c6c78;
}

.btn-continue {
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.btn-continue:hover {
  /*color: #7795f8;*/
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.div-inline-list {
  margin: 0 auto;
  /*width: 80%;*/
  text-align: center;
}

.view-title {
  font-size: 2.4em;
  width: 70%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
}

.wow {
  font-size: 2em;
  width: 70%;
  margin: 0 auto 0.4em;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
}

.wow:before, .wow:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
}

.wow:after {
  margin: 0 -55% 0 0.5em;
}

.suggestion {
  position: relative;
  margin: 14px auto 0 auto;
  background: rgba(252, 252, 252, 0.72);
  border-radius: 10px;
  color: #777;
  text-align: center;
  font-size: 15px;
  padding: 14px;
}

/* creates the triangle */
.suggestion.left:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50px;
  border: 15px solid transparent;
  border-bottom-color: rgba(252, 252, 252, 0.72);
  vertical-align: middle;
  display: block;
  width: 0;
}

/* creates the triangle */
.suggestion.middle:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 320px;
  border: 15px solid transparent;
  border-bottom-color: rgba(252, 252, 252, 0.72);
  vertical-align: middle;
  display: block;
  width: 0;
}

/* creates the triangle */
.suggestion.right:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 50px;
  border: 15px solid transparent;
  border-bottom-color: rgba(252, 252, 252, 0.72);
  vertical-align: middle;
  display: block;
  width: 0;
}

/* this isn't necessary, just saves me having to edit the HTML of the demo */
.suggestion:before {
  position: absolute;
  top: -60px;
  left: 0;
  width: 155px;
  height: 36px;
  display: block;
}

.widget-svelte {
  background: url(https://cdn.bajabound.com/blvr/temp/pattern-dark.jpg) repeat 0 0;
  padding: 30px 0 20px 0;
}

@media only screen and (max-width: 600px) {
  .suggestion.left:after, .suggestion.middle:after, .suggestion.right:after {
    display: none;
  }

  .suggestion {
    font-size: 14px;
    padding: 14px 14px;
  }

  .widget-svelte {
    padding: 14px 0 0 0;
  }

  .view-title {
    font-size: 2em;
    width: 100%;
  }
}
.review-card {
  /*max-width: 575px;*/
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin: 0 auto 24px auto;
  background-color: white;
}

.review-card h5 {
  padding: 0 0 0.2em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #ff3e00;
  color: orangered;
}

#nav-restart {
  position: absolute;
  right: 54px;
}

#nav-restart.logged-in {
  right: 64px;
}

#nav-restart a {
  font-size: 24px;
  color: #dfdbd7;
}

#nav-restart a:hover {
  font-size: 24px;
  color: #a5a29f;
}

#nav-restart a:hover img {
  transition: all 0.3s ease-in-out 0s;
}

.trace {
  border: 1px solid red;
}

.trace-2 {
  border: 1px solid blue;
}

.trace-3 {
  border: 1px solid green;
}

/* Each Advertisement can have a different image */
.see-all {
  background-image: url(https://cdn.bajabound.com/images/headers/driving_directions_header_88783.jpg);
}

.watercraft {
  background-image: url(https://cdn.bajabound.com/images/headers/before_you_go_header_74848.jpg);
}

.sentri {
  background-image: url(https://cdn.bajabound.com/images/headers/martina_header_68030.jpg);
}

.baja_only {
  background-image: url(https://cdn.bajabound.com/images/headers/martina_header_68030.jpg);
}

.annual {
  background-image: url(https://cdn.bajabound.com/images/headers/driving_directions_header_88783.jpg);
}

#ad {
  position: relative;
}

#ad::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

#home-circle {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #51a546;
  /*#6183a0;*/
  width: 500px;
  height: 500px;
  margin: 0 auto;
  -webkit-transition: background 2s;
  transition: background 2s;
  padding-top: 70px;
}

#home-circle:hover {
  background-color: #FFF;
}

#heart {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 20px auto 0;
  background-image: url("https://cdn.bajabound.com/svelte/heart.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 90px;
}

#the_list {
  width: 300px;
  margin: 0 auto;
  color: black;
  text-align: center;
}

.annual-price {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

@media only screen and (max-width: 500px) {
  #home-circle {
    width: auto;
    height: auto;
    border-radius: 0;
    padding-bottom: 14px;
  }

  #the_list {
    width: 300px;
    margin: 0 auto;
    padding-left: 0;
  }
}
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #FFF;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  /*border-top-color: #000;*/
  border-top-color: #FFF;
}

.form-control-padded {
  font-size: 1em;
  height: 3.1em;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #999;
  /*#495057;*/
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 16px;
  color: #999;
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label select {
  padding: 14px;
  height: 50px;
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  left: 1.75rem;
  z-index: 2;
  line-height: 1;
  padding: 0 1px;
  color: #737373;
}

.has-float-label label::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }

  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
/*
https://codepen.io/BuddyLReno/pen/boGRPO
https://codepen.io/haniotis/pen/KwvYLO
The max width of the form is set to 550px
 */
.radio-stack {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
  z-index: 1;
}

.radio-stack:nth-child(even) {
  background: #fdfdfd;
}

.radio-stack label {
  padding: 12px 50px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.02);
  font-size: 16px;
}

.radio-stack label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #eee;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.radio-stack label:after {
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #D1D7DC;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* circle when checked */
.radio-stack input:checked ~ label:after {
  content: "";
  border: 4px solid #fff;
  background-color: #51a546;
  width: 30px;
  height: 30px;
  z-index: 1000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  zoom: 1;
}

.radio-stack input:checked ~ label {
  color: #000;
  font-weight: bold;
}

.radio-stack input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(100, 100, 1);
  opacity: 1;
}

.radio-stack input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.radio-stack .hider {
  display: none;
  margin-top: 4px;
}

.radio-stack:hover .hider {
  display: inline-block;
}

/*
https://codepen.io/BuddyLReno/pen/boGRPO
https://codepen.io/haniotis/pen/KwvYLO
The max width of the form is set to 550px
 */
.check-stack {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.check-stack:nth-child(even) {
  background: #f9f9f9;
}

.check-stack label {
  padding: 12px 50px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.02);
  font-size: 16px;
}

.check-stack label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #eee;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.check-stack label:after {
  width: 30px;
  height: 30px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.check-stack input:checked ~ label {
  color: #000;
  /*font-weight:bold;*/
}

.check-stack input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(100, 100, 1);
  transform: translate(-50%, -50%) scale3d(100, 100, 1);
  opacity: 1;
}

/* circle when checked */
.check-stack input:checked ~ label:after {
  /* circle checkmark */
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E ");
  /* circle background */
  background-color: #51a546;
  border-color: #51a546;
}

.check-stack input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .switch-slider {
  background-color: #51a546;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #51a546;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

/*# sourceMappingURL=bb.css.map */
