:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace
}

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

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

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left
}

[tabindex='-1']:focus {
  outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem
}

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

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

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

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

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

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

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

progress {
  vertical-align: baseline
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

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

template {
  display: none
}

[hidden] {
  display: none !important
}

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

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

.display-1 {
  font-size: 6rem
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem
}

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

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

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

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

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.figure {
  display: inline-block
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .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
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

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

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

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

.col-1,
.col-auto {
  -webkit-box-flex: 0
}

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

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

.col-2,
.col-3 {
  -webkit-box-flex: 0
}

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

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

.col-4,
.col-5 {
  -webkit-box-flex: 0
}

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

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

.col-6,
.col-7 {
  -webkit-box-flex: 0
}

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

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

.col-8,
.col-9 {
  -webkit-box-flex: 0
}

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

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

.col-10,
.col-11 {
  -webkit-box-flex: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,
.table th {
  padding: .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 .table {
  background-color: #fff
}

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

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

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

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075)
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

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

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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

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

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

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

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

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

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

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

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

.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  background-color: #71dd8a
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  background-color: #efa2a9
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5);
  box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .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 {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5);
  box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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 {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5);
  box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .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 {
  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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5);
  box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
  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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
  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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
  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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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 {
  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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff
}

.btn-link,
.btn-link:hover {
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d
}

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

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

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

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:first-child {
  margin-left: 0
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
  margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .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: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-control-label {
  margin-bottom: 0
}

.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ''
}

.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
  background-color: #007bff
}

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

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

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control:before {
  border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: 'Browse'
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc((2.25rem + 2px) - 1px * 2);
  content: 'Browse';
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

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

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

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

.card-title {
  margin-bottom: .75rem
}

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

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

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

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

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

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

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

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:first-child .card-header,
  .card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-footer,
  .card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:last-child .card-header,
  .card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-footer,
  .card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-header,
  .card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-footer,
  .card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

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

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

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

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

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

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer
}

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

.modal,
.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0
}

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

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

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

  .modal-sm {
    max-width: 300px
  }
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

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

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

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

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

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

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

.border-0 {
  border: 0 !important
}

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

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

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

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

.border-primary {
  border-color: #007bff !important
}

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

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

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

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

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

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

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

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ''
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

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

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

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

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

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

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important
}

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

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

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.fixed-top {
  top: 0
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

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

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

.m-1 {
  margin: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 3rem !important
}

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

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

.p-0 {
  padding: 0 !important
}

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

.p-1 {
  padding: .25rem !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

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

.p-3 {
  padding: 1rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.m-auto {
  margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

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

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

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

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

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

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

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

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

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

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

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

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

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

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

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

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

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

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

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

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

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

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

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

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

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

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

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

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

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

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

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

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

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

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

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

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

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

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

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

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

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

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

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

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

.text-justify {
  text-align: justify !important
}

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

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

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

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

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

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

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important
}

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

a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important
}

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

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important
}

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

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

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

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important
}

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

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important
}

.text-muted {
  color: #6c757d !important
}

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

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px !important
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand='American Express'],
body[data-page-account] div.cards .card-option .card__details span.brand[data-brand='Diners Club'],
body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=Discover],
body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=JCB],
body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=MasterCard],
body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=Unknown],
body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=Visa] {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/images/sprites.svg);
  background-size: 140px 129px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand='American Express'] {
  background-position: 0 0;
  width: 40px;
  height: 25px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand='Diners Club'] {
  background-position: -40px -50px;
  width: 40px;
  height: 25px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=Discover] {
  background-position: -80px 0;
  width: 40px;
  height: 25px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=JCB] {
  background-position: -40px 0;
  width: 40px;
  height: 25px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=MasterCard] {
  background-position: 0 -25px;
  width: 40px;
  height: 25px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=Unknown] {
  background-position: -40px -25px;
  width: 40px;
  height: 25px
}

body[data-page-account] div.cards .card-option .card__details span.brand[data-brand=Visa] {
  background-position: 0 -50px;
  width: 40px;
  height: 25px
}

body:after {
  content: 'small';
  display: none
}

@media only screen and (min-width:768px) {
  body:after {
    content: 'medium'
  }
}

@media only screen and (min-width:1060px) {
  body:after {
    content: 'large'
  }
}

@media only screen and (min-width:1260px) {
  body:after {
    content: 'extra-large'
  }
}

.spinner {
  height: 2rem;
  width: 2rem;
  margin: 0 auto;
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: .3rem solid rgba(255, 255, 255, .2);
  border-right: .3rem solid rgba(255, 255, 255, .2);
  border-bottom: .3rem solid rgba(255, 255, 255, .2);
  border-top: .3rem solid rgba(255, 255, 255, .5);
  border-radius: 100%
}

.spinner.is-gray {
  border-left: .3rem solid rgba(195, 195, 195, .2);
  border-right: .3rem solid rgba(195, 195, 195, .2);
  border-bottom: .3rem solid rgba(195, 195, 195, .2);
  border-top: .3rem solid rgba(195, 195, 195, .5)
}

.spinner.center {
  top: 50%;
  margin-top: -1rem
}

.spinner.small {
  height: 1.5rem;
  width: 1.5rem;
  border-width: .25rem
}

.spinner.small.right {
  right: 0;
  left: auto
}

.spinner.small.center {
  margin-top: -.75rem !important
}

.spinner.xsmall {
  height: 1.2rem;
  width: 1.2rem;
  border-width: .2rem;
  top: .15rem;
  position: absolute;
  right: .15rem
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#FilestackModal {
  position: relative;
  z-index: 2147483647 !important
}

.link__tab__nav--stats {
  position: relative
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: .6
}

.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y:focus,
.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute
}

.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps {
    overflow: auto !important
  }
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
  .ps-container {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px
}

.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}

.btn-link[class*=animate] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative
}

@-webkit-keyframes animate-buzz {
  0% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg)
  }

  2.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg)
  }

  5% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg)
  }

  7.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg)
  }

  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }

  12.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }

  15% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }

  17.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }

  20% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg)
  }

  22.5% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
    transform: translateX(-1px) rotate(-1deg)
  }

  25% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}

@keyframes animate-buzz {
  0% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg)
  }

  2.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg)
  }

  5% {
    -webkit-transform: translateX(3px) rotate(1deg);
    transform: translateX(3px) rotate(1deg)
  }

  7.5% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
    transform: translateX(-3px) rotate(-1deg)
  }

  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }

  12.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }

  15% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }

  17.5% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }

  20% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg)
  }

  22.5% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
    transform: translateX(-1px) rotate(-1deg)
  }

  25% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}

.admin .link__highlight .animate-buzz.active,
.admin .link__highlight .animate-buzz:hover {
  -webkit-animation-name: animate-buzz;
  animation-name: animate-buzz;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.service .animate-buzz {
  -webkit-animation-name: animate-buzz;
  animation-name: animate-buzz;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes animate-wobble {
  4.16% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }

  8.33% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  12.48% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  16.66% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  20.81% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes animate-wobble {
  4.16% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }

  8.33% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  12.48% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  16.66% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  20.81% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.admin .link__highlight .animate-wobble.active,
.admin .link__highlight .animate-wobble:hover {
  -webkit-animation-name: animate-wobble;
  animation-name: animate-wobble;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.service .animate-wobble {
  -webkit-animation-name: animate-wobble;
  animation-name: animate-wobble;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes animate-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  12.5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes animate-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  12.5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.admin .link__highlight .animate-pop.active,
.admin .link__highlight .animate-pop:hover {
  -webkit-animation-name: animate-pop;
  animation-name: animate-pop;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.service .animate-pop {
  -webkit-animation-name: animate-pop;
  animation-name: animate-pop;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes animate-swipe-admin {

  4.16%,
  8.33% {
    background-position: 0 0;
    color: #fff
  }

  12.49%,
  20.83% {
    background-position: -100% 0;
    color: #777
  }

  24.99%,
  29.16% {
    background-position: 0 0;
    color: #fff
  }

  33.33% {
    background-position: 100% 0;
    color: #777
  }
}

@keyframes animate-swipe-admin {

  4.16%,
  8.33% {
    background-position: 0 0;
    color: #fff
  }

  12.49%,
  20.83% {
    background-position: -100% 0;
    color: #777
  }

  24.99%,
  29.16% {
    background-position: 0 0;
    color: #fff
  }

  33.33% {
    background-position: 100% 0;
    color: #777
  }
}

.admin .link__highlight .animate-swipe,
.service.colourway-custom .animate-swipe {
  background-size: 200% auto;
  background-position: 100% 0;
  background-color: transparent !important;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

.admin .link__highlight .animate-swipe {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #777), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #777 50%, transparent 50%);
  color: #777
}

.admin .link__highlight .animate-swipe.active,
.admin .link__highlight .animate-swipe:hover {
  -webkit-animation-name: animate-swipe-admin;
  animation-name: animate-swipe-admin
}

.service.theme.colourway-custom .animate-swipe {
  -webkit-animation-name: animate-swipe;
  animation-name: animate-swipe
}

body:after {
  content: "small";
  display: none
}

@media only screen and (min-width:768px) {
  body:after {
    content: "medium"
  }
}

@media only screen and (min-width:1060px) {
  body:after {
    content: "large"
  }
}

@media only screen and (min-width:1260px) {
  body:after {
    content: "extra-large"
  }
}

@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 400;
  src: local("Karla Regular"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Regular.woff) format("woff"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Regular.woff2) format("woff2"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Karla;
  font-style: italic;
  font-weight: 400;
  src: local("Karla Italic"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Italic.woff) format("woff"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Italic.woff2) format("woff2"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Italic.ttf) format("truetype")
}

@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 700;
  src: local("Karla Bold"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Bold.woff) format("woff"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Bold.woff2) format("woff2"), url(https://d1qr63pinnvtia.cloudfront.net/fonts/Karla/Karla-Bold.ttf) format("truetype")
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700
}

.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  margin: 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px
}

.Scp {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.Scp-saturation {
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(red));
  background: linear-gradient(to right, #fff, red);
  float: left;
  margin-right: 5px;
  border-radius: 2px
}

.Scp-brightness {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
  background: linear-gradient(rgba(255, 255, 255, 0), #000);
  border-radius: 2px
}

.Scp-sbSelector {
  border: 2px solid #fff;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 10px;
  top: -7px;
  left: -7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10
}

.Scp-hue {
  border-radius: 2px;
  width: 20px;
  height: 100%;
  position: relative;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #f0f), color-stop(34%, #00f), color-stop(50%, #0ff), color-stop(67%, #0f0), color-stop(84%, #ff0), to(red));
  background: linear-gradient(red 0, #f0f 17%, #00f 34%, #0ff 50%, #0f0 67%, #ff0 84%, red 100%)
}

.Scp-hSelector {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 1px rgba(0, 0, 0, .1);
  right: -10%;
  width: 120%;
  height: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1px
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: .6
}

.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y:focus,
.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute
}

.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps {
    overflow: auto !important
  }
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
  .ps-container {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px
}

.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff
}

.lte8 body {
  min-width: 1200px
}

@media only screen and (max-width:767px) {
  #__bs_notify__ {
    padding: 5px !important;
    font-size: 10px;
    border-radius: 0 !important
  }
}

.is-Flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:767px) {
  .hide-mobile {
    display: none !important
  }
}

html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%
}

@media only screen and (max-width:767px) {
  html {
    height: auto
  }
}

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

body {
  position: relative;
  padding: 0 0 60px;
  margin: 0;
  max-width: 100%;
  background-color: #fff;
  min-height: 100vh
}

@media only screen and (max-width:767px) {
  body {
    padding: 0 0 80px
  }
}

.content-wrapper {
  padding-left: 5px;
  padding-right: 5px
}

@media only screen and (min-width:768px) {
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media only screen and (min-width:1060px) {
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px
  }
}

.content-wrapper article {
  padding-left: 10px;
  padding-right: 10px
}

@media only screen and (min-width:768px) {
  .content-wrapper article {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media only screen and (min-width:1060px) {
  .content-wrapper article {
    padding-left: 20px;
    padding-right: 20px
  }
}

.content-wrapper article.post-type-page {
  margin-top: 20px
}

.left-gutter {
  margin-left: 5px
}

.right-gutter {
  margin-right: 5px
}

.full-height {
  height: 100%
}

body {
  font-family: Karla, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Karla, Helvetica, sans-serif;
  font-weight: 200;
  color: #222;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0
}

h1 {
  font-size: 64px
}

@media only screen and (min-width:768px) {
  h1 {
    font-size: 70px
  }
}

h2 {
  font-size: 28px;
  font-weight: 700
}

@media only screen and (min-width:768px) {
  h2 {
    font-size: 32px
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 80px auto 30px
}

@media only screen and (min-width:768px) {
  h3 {
    font-size: 30px
  }
}

h4 {
  text-align: left;
  font-size: 30px;
  margin: 1.5rem auto 1rem
}

h5 {
  text-align: left;
  font-size: 16px;
  margin: 1.5rem auto 1rem
}

h6 {
  text-align: left;
  font-size: 16px;
  margin: 1.5rem auto 1rem
}

p {
  font-size: 15px;
  line-height: 1.5em;
  margin: 1.2rem 0
}

@media only screen and (min-width:768px) {
  p {
    font-size: 16px
  }
}

strong {
  font-weight: 600
}

a {
  color: #222
}

a:hover {
  color: #222
}

sup {
  font-size: 60%;
  font-weight: 700;
  margin-left: 1px
}

.main-wrap header.site-header {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  color: #fff
}

.main-wrap header.site-header .site-logo-wrap {
  position: relative;
  text-align: center;
  height: 50px
}

@media only screen and (max-width:767px) {
  .main-wrap header.site-header .site-logo-wrap a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media only screen and (min-width:768px) {
  .main-wrap header.site-header .site-logo-wrap {
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media only screen and (min-width:1060px) {
  .main-wrap header.site-header .site-logo-wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
  }
}

.main-wrap header.site-header h1 {
  position: relative;
  z-index: 100;
  font-size: 0;
  text-align: left;
  height: 50px
}

.main-wrap header.site-header h1 .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTM3IDI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJtMzcuMSAyNC40di0yMC44YzAtMC4zIDAuMi0wLjYgMC42LTAuNmgxLjljMC4zIDAgMC42IDAuMiAwLjYgMC42djIwLjljMCAwLjMtMC4yIDAuNi0wLjYwMSAwLjZoLTEuODk5Yy0wLjMtMC4xLTAuNi0wLjMtMC42LTAuN3oiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTQ0LjMgNS41di0yYzAtMC4zIDAuMi0wLjYgMC42LTAuNmgyLjFjMC4zIDAgMC42IDAuMiAwLjYgMC42djJjMCAwLjMtMC4yIDAuNi0wLjYgMC42aC0yLjFjLTAuNCAwLTAuNi0wLjItMC42LTAuNnptMC4xIDE4Ljl2LTE0LjhjMC0wLjMgMC4zLTAuNiAwLjYtMC42aDEuOGMwLjMgMCAwLjYgMC4yIDAuNiAwLjZ2MTQuOWMwIDAuMy0wLjE5OSAwLjYtMC42IDAuNmgtMS44Yy0wLjMtMC4xLTAuNi0wLjMtMC42LTAuN3oiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTUxLjUgMjQuNHYtMTQuOGMwLTAuMyAwLjItMC42IDAuNi0wLjZoMS44YzAuMyAwIDAuNiAwLjIgMC42IDAuNnYxaDAuMWMwLjYtMC44IDEuNi0xLjUgMy4xLTEuOWgwLjFjMi4zLTAuMyA0LjEgMC4yIDUuMyAxLjUgMSAxLjEgMS42MDEgMi41IDEuNjAxIDQuMzk5djkuODk5YzAgMC4zLTAuMiAwLjYwMS0wLjYwMSAwLjYwMWgtMS44Yy0wLjMgMC0wLjYtMC4xOTktMC42LTAuNjAxdi05LjEwMWMwLTIuNjk5LTEuMTAxLTQuMTAxLTMuNC00LjEwMS0xLjEgMC0yLjEgMC4zLTIuOCAxcy0xIDEuNjAxLTEgMi43djkuNWMwIDAuMy0wLjIgMC42LTAuNjAxIDAuNmgtMS44Yy0wLjM5OS0wLjA5Ni0wLjU5OS0wLjI5Ni0wLjU5OS0wLjY5NnoiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTY4LjIgMjQuNHYtMjAuOGMwLTAuMyAwLjItMC42IDAuNi0wLjZoMS44YzAuMyAwIDAuNiAwLjIgMC42IDAuNnYxMi42aDAuMWw2LjMtNi45YzAtMC4yIDAuMi0wLjMgMC4zLTAuM2gyLjNjMC41IDAgMC43IDAuNiAwLjM5OSAwLjlsLTQuNTk5IDUuMmMtMC4yIDAuMi0wLjIgMC41IDAgMC43bDUuNiA4LjRjMC4yIDAuMzk5IDAgMC44OTktMC41IDAuODk5aC0yYy0wLjE5OSAwLTAuMzk4LTAuMTAxLTAuNS0wLjE5OWwtNS4xLTcuNmgtMC4xbC0yLjEgMi4zYy0wLjEgMC4xMDItMC4xIDAuMi0wLjEgMC40djQuNmMwIDAuMy0wLjIgMC42LTAuNiAwLjZoLTEuOGMtMC4zLTAuMi0wLjYtMC40LTAuNi0wLjh6IiBmaWxsPSIjM0QzQjNDIi8+CjxwYXRoIGQ9Ik04NS4zLDIwdi04LjRoLTEuOGMtMC4zLDAtMC42MDItMC4yLTAuNjAyLTAuNlY5LjZDODMsOS4zLDgzLjIsOSw4My41LDloMS45VjUuNyAgIGMwLTAuMywwLjE5OS0wLjYsMC42MDEtMC42aDEuN2MwLjMsMCwwLjYsMC4yLDAuNiwwLjZWOWgzLjRjMC4zLDAsMC42LDAuMiwwLjYsMC42VjExYzAsMC4zLTAuMTk5LDAuNi0wLjYsMC42aC0zLjR2OC4xICAgYzAsMC44OTksMC4xLDEuNSwwLjQsMS44OTlDODksMjIsODkuNSwyMi4yLDkwLjMsMjIuMkg5MWMwLjMsMCwwLjYsMC4yLDAuNiwwLjZ2MS43YzAsMC4zLTAuMTk5LDAuNi0wLjYsMC42aC0wLjkgICBjLTEuNjk5LDAtMi44OTgtMC4zOTgtMy42OTktMS4xOTlDODUuNywyMi45LDg1LjMsMjEuNyw4NS4zLDIweiIgZmlsbD0iIzNEM0IzQyIvPgo8cGF0aCBkPSJNOTUuNSwyNC40VjkuNkM5NS41LDkuMyw5NS43LDksOTYsOWgxLjdjMC4zLDAsMC42LDAuMiwwLjYsMC42djEuMkg5OC40YzAuMzAxLTAuNiwwLjgwMS0xLjEsMS4zOTktMS41ICAgYzAuNjAxLTAuNCwxLjItMC41LDEuOS0wLjVjMC4zLDAsMC42OTgsMCwxLDAuMUMxMDMsOSwxMDMuMSw5LjMsMTAzLjEsOS41bC0wLjMsMS44Yy0wLjEsMC4zLTAuMzk5LDAuNS0wLjcsMC40ICAgYy0wLjE5OSwwLTAuMzk4LTAuMS0wLjY5OS0wLjFjLTEuODk5LDAtMi44OTksMS4zLTIuODk5LDMuOXY4LjhjMCwwLjMtMC4yLDAuNjAxLTAuNjAxLDAuNjAxSDk2Qzk1LjcsMjUsOTUuNSwyNC44LDk1LjUsMjQuNHoiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTExNi42IDE5LjggMS4zMDEgMWMwLjE5OSAwLjIgMC4zMDEgMC41IDAuMTAxIDAuNy0wLjYwMSAwLjktMS4zOTkgMS43LTIuMyAyLjQtMS4xMDIgMC42OTktMi41IDEuMS00IDEuMS0yLjIgMC00LTAuOC01LjQtMi4zcy0yLjEtMy42MDEtMi4xLTYuMTAxYzAtMi42MDEgMC42OTktNC42MDEgMi4xLTYuMTAxczMuMS0yLjMgNS4zMDEtMi4zYzIuMTAxIDAgMy44OTkgMC44IDUuMTk5IDIuMyAxLjMwMSAxLjUgMiAzLjYwMSAyIDYuMnYwLjMwMmMwIDAuMy0wLjE5OSAwLjYtMC42IDAuNmgtMTAuNGMtMC4zIDAtMC42IDAuMzAxLTAuNiAwLjYwMiAwLjEgMS4xIDAuNSAyLjEgMS4xIDIuODk4IDAuODAxIDAuOSAxLjgwMSAxLjQgMy4yIDEuNCAwLjcgMCAxLjMtMC4xIDEuOC0wLjNzMS0wLjUgMS4zMDEtMC44YzAuMzk5LTAuNCAwLjYwMS0wLjcgMC43OTktMC45IDAuMTAyLTAuMSAwLjIwMS0wLjMgMC4zMDItMC40IDAuMTk2LTAuNCAwLjU5Ni0wLjUgMC44OTYtMC4zem0tOS40LTQuN2g4LjZjLTAuMS0xLjE5OS0wLjM5OS0yLjMtMS4xLTMuMS0wLjctMC45LTEuODAyLTEuMy0zLjItMS4zLTEuMyAwLTIuNCAwLjUtMy4xMDIgMS40LTAuNzk4IDAuOS0xLjE5OCAxLjktMS4xOTggM3oiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTEzNCAxOS44IDEuMyAxYzAuMiAwLjIgMC4zIDAuNSAwLjEwMSAwLjctMC42MDEgMC45LTEuMzk5IDEuNy0yLjMwMSAyLjQtMS4xIDAuNjk5LTIuNSAxLjEtNCAxLjEtMi4xOTkgMC00LTAuOC01LjM5OC0yLjMtMS40LTEuNS0yLjEwMi0zLjYwMS0yLjEwMi02LjEwMSAwLTIuNjAxIDAuNy00LjYwMSAyLjEwMi02LjEwMSAxLjM5OC0xLjUgMy4xLTIuMyA1LjMtMi4zIDIuMTAxIDAgMy44OTkgMC44IDUuMiAyLjMgMS4zIDEuNSAyIDMuNjAxIDIgNi4ydjAuMzAyYzAgMC4zLTAuMiAwLjYtMC42MDIgMC42aC0xMC40Yy0wLjMwMiAwLTAuNjAxIDAuMzAxLTAuNjAxIDAuNjAyIDAuMTAxIDEuMSAwLjUgMi4xIDEuMTAxIDIuODk4IDAuOCAwLjkgMS44IDEuNCAzLjE5OCAxLjQgMC43MDEgMCAxLjMwMi0wLjEgMS44MDItMC4zczEtMC41IDEuMy0wLjhjMC4zOTgtMC40IDAuNi0wLjcgMC44LTAuOSAwLjEwMS0wLjEgMC4yLTAuMyAwLjMtMC40IDAuMi0wLjQgMC42LTAuNSAwLjktMC4zem0tOS40LTQuN2g4LjYwMmMtMC4xMDItMS4xOTktMC40LTIuMy0xLjEwMi0zLjEtMC42OTktMC45LTEuOC0xLjMtMy4xOTktMS4zLTEuMzAxIDAtMi4zOTkgMC41LTMuMTAxIDEuNC0wLjggMC45LTEuMiAxLjktMS4yIDN6IiBmaWxsPSIjM0QzQjNDIi8+CjxwYXRoIGQ9Im0xMSAwLjdjLTAuNS0wLjktMS44LTAuOS0yLjMgMGwtOC42IDE1LjZjLTAuNCAwLjggMC4yIDEuNyAxLjEgMS43aDUuOHY1LjljMCAwLjYgMC41IDEuMSAxLjEgMS4xaDMuNGMwLjYgMCAxLjEtMC41IDEuMS0xLjF2LTUuOWgtMS42Yy0wLjcgMC0xLjItMC41LTEuMy0xLjEgMC0wLjIgMC0wLjQgMC4xLTAuNjAybDQuOC04LjctMy42LTYuODk4eiIgZmlsbD0iIzM5RTA5QiIvPgo8cGF0aCBkPSJtMTguNiAwLjdjMC41LTAuOSAxLjgtMC45IDIuMyAwbDguNiAxNS42YzAuNCAwLjgtMC4yIDEuNy0xLjEgMS43aC01Ljd2NS45YzAgMC42LTAuNSAxLjEtMS4xMDEgMS4xaC0zLjU5OWMtMC42IDAtMS4xLTAuNS0xLjEtMS4xdi01LjloMS42YzAuNyAwIDEuMi0wLjUgMS4zLTEuMSAwLTAuMiAwLTAuNC0wLjEtMC42MDJsLTQuOC04LjY5OCAzLjctNi45eiIgZmlsbD0iIzI4QkY3QiIvPgo8L3N2Zz4K);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 120px;
  height: 50px
}

@media only screen and (min-width:768px) {
  .main-wrap header.site-header h1 .logo {
    position: relative;
    width: 135px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
}

.main-wrap header.site-header .login {
  z-index: 1039
}

@media only screen and (max-width:767px) {
  .main-wrap header.site-header .login {
    margin-right: 0;
    background-color: #ddd
  }
}

@media only screen and (min-width:768px) {
  .main-wrap header.site-header .login {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px
  }
}

.main-wrap header.site-header .login .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right
}

.main-wrap header.site-header .login .inner img {
  width: 32px;
  height: 32px;
  margin-right: 10px
}

.main-wrap header.site-header .login .inner .btn-secondary {
  display: inline-block;
  padding-left: .8rem;
  margin-right: 10px
}

@media only screen and (max-width:767px) {
  .main-wrap header.site-header .login .inner .btn-secondary {
    font-size: 15px;
    margin-right: 0;
    width: 33%
  }
}

.main-wrap header.site-header .login .inner .btn-secondary.user {
  padding-top: 5px
}

.main-wrap header.site-header .login .inner .btn-secondary span {
  margin-right: 5px;
  margin-top: -2px;
  width: 10.8px;
  height: 11px;
  vertical-align: middle;
  display: inline-block;
  line-height: 11px
}

.main-wrap header.site-header .login .inner .btn-secondary span svg {
  width: 10.8px;
  height: 11px;
  fill: transparent;
  stroke: currentColor
}

@media only screen and (max-width:767px) {
  .main-wrap header.site-header .login .inner .btn-primary {
    display: none
  }
}

.main-wrap header.site-header img.user-img {
  width: 115px
}

.main-wrap header.site-header a.user-name {
  font-size: 15px
}

@media only screen and (max-width:767px) {
  .main-wrap header.site-header {
    height: 90px;
    padding-bottom: 10px
  }

  .main-wrap header.site-header .login {
    height: 40px
  }

  .main-wrap header.site-header .logo-wrap {
    height: 50px
  }
}

.main-wrap .logo-wrap {
  height: 50px;
  width: 150px;
  margin-left: 10px
}

@media only screen and (min-width:768px) {
  .main-wrap .logo-wrap {
    width: 199px;
    margin-left: 40px
  }
}

.main-wrap .logo-wrap a {
  display: block;
  height: 100%
}

.main-wrap .logo-wrap h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.service header {
  position: absolute;
  top: 0;
  right: 0
}

.service header .login {
  height: 90px;
  z-index: 1039
}

.service header .login .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.service header .login .inner img {
  width: 32px;
  height: 32px;
  margin-right: 15px
}

.service header .logo-wrap {
  height: 90px
}

.service header a.btn.btn-primary {
  border-width: 0 !important;
  padding: 7px
}

.service header a.btn.btn-primary span {
  margin: 0
}

footer {
  background: #fff;
  font-size: 14px;
  width: 100%;
  height: 80px
}

@media only screen and (min-width:768px) {
  footer {
    position: absolute;
    bottom: 0
  }
}

footer a {
  left: 15px;
  position: absolute
}

footer .copyright {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 11px;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
  right: 0
}

footer>div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

footer a {
  position: relative;
  display: block;
  text-align: center;
  left: 0
}

footer .blstr-logo {
  width: 100px
}

footer .footer-links {
  text-align: center;
  margin-top: 5px;
  margin-right: 0
}

footer .footer-links a {
  display: inline-block
}

footer .footer-links a:not(:last-of-type):after {
  content: '';
  margin: 0 10px;
  display: inline-block
}

.service section.service-footer {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding-bottom: 15px
}

.service section.service-footer h1 {
  position: relative;
  z-index: 100;
  font-size: 0
}

.service section.service-footer h1 .logo {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTM3IDI1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJtMzcuMSAyNC40di0yMC44YzAtMC4zIDAuMi0wLjYgMC42LTAuNmgxLjljMC4zIDAgMC42IDAuMiAwLjYgMC42djIwLjljMCAwLjMtMC4yIDAuNi0wLjYwMSAwLjZoLTEuODk5Yy0wLjMtMC4xLTAuNi0wLjMtMC42LTAuN3oiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTQ0LjMgNS41di0yYzAtMC4zIDAuMi0wLjYgMC42LTAuNmgyLjFjMC4zIDAgMC42IDAuMiAwLjYgMC42djJjMCAwLjMtMC4yIDAuNi0wLjYgMC42aC0yLjFjLTAuNCAwLTAuNi0wLjItMC42LTAuNnptMC4xIDE4Ljl2LTE0LjhjMC0wLjMgMC4zLTAuNiAwLjYtMC42aDEuOGMwLjMgMCAwLjYgMC4yIDAuNiAwLjZ2MTQuOWMwIDAuMy0wLjE5OSAwLjYtMC42IDAuNmgtMS44Yy0wLjMtMC4xLTAuNi0wLjMtMC42LTAuN3oiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTUxLjUgMjQuNHYtMTQuOGMwLTAuMyAwLjItMC42IDAuNi0wLjZoMS44YzAuMyAwIDAuNiAwLjIgMC42IDAuNnYxaDAuMWMwLjYtMC44IDEuNi0xLjUgMy4xLTEuOWgwLjFjMi4zLTAuMyA0LjEgMC4yIDUuMyAxLjUgMSAxLjEgMS42MDEgMi41IDEuNjAxIDQuMzk5djkuODk5YzAgMC4zLTAuMiAwLjYwMS0wLjYwMSAwLjYwMWgtMS44Yy0wLjMgMC0wLjYtMC4xOTktMC42LTAuNjAxdi05LjEwMWMwLTIuNjk5LTEuMTAxLTQuMTAxLTMuNC00LjEwMS0xLjEgMC0yLjEgMC4zLTIuOCAxcy0xIDEuNjAxLTEgMi43djkuNWMwIDAuMy0wLjIgMC42LTAuNjAxIDAuNmgtMS44Yy0wLjM5OS0wLjA5Ni0wLjU5OS0wLjI5Ni0wLjU5OS0wLjY5NnoiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTY4LjIgMjQuNHYtMjAuOGMwLTAuMyAwLjItMC42IDAuNi0wLjZoMS44YzAuMyAwIDAuNiAwLjIgMC42IDAuNnYxMi42aDAuMWw2LjMtNi45YzAtMC4yIDAuMi0wLjMgMC4zLTAuM2gyLjNjMC41IDAgMC43IDAuNiAwLjM5OSAwLjlsLTQuNTk5IDUuMmMtMC4yIDAuMi0wLjIgMC41IDAgMC43bDUuNiA4LjRjMC4yIDAuMzk5IDAgMC44OTktMC41IDAuODk5aC0yYy0wLjE5OSAwLTAuMzk4LTAuMTAxLTAuNS0wLjE5OWwtNS4xLTcuNmgtMC4xbC0yLjEgMi4zYy0wLjEgMC4xMDItMC4xIDAuMi0wLjEgMC40djQuNmMwIDAuMy0wLjIgMC42LTAuNiAwLjZoLTEuOGMtMC4zLTAuMi0wLjYtMC40LTAuNi0wLjh6IiBmaWxsPSIjM0QzQjNDIi8+CjxwYXRoIGQ9Ik04NS4zLDIwdi04LjRoLTEuOGMtMC4zLDAtMC42MDItMC4yLTAuNjAyLTAuNlY5LjZDODMsOS4zLDgzLjIsOSw4My41LDloMS45VjUuNyAgIGMwLTAuMywwLjE5OS0wLjYsMC42MDEtMC42aDEuN2MwLjMsMCwwLjYsMC4yLDAuNiwwLjZWOWgzLjRjMC4zLDAsMC42LDAuMiwwLjYsMC42VjExYzAsMC4zLTAuMTk5LDAuNi0wLjYsMC42aC0zLjR2OC4xICAgYzAsMC44OTksMC4xLDEuNSwwLjQsMS44OTlDODksMjIsODkuNSwyMi4yLDkwLjMsMjIuMkg5MWMwLjMsMCwwLjYsMC4yLDAuNiwwLjZ2MS43YzAsMC4zLTAuMTk5LDAuNi0wLjYsMC42aC0wLjkgICBjLTEuNjk5LDAtMi44OTgtMC4zOTgtMy42OTktMS4xOTlDODUuNywyMi45LDg1LjMsMjEuNyw4NS4zLDIweiIgZmlsbD0iIzNEM0IzQyIvPgo8cGF0aCBkPSJNOTUuNSwyNC40VjkuNkM5NS41LDkuMyw5NS43LDksOTYsOWgxLjdjMC4zLDAsMC42LDAuMiwwLjYsMC42djEuMkg5OC40YzAuMzAxLTAuNiwwLjgwMS0xLjEsMS4zOTktMS41ICAgYzAuNjAxLTAuNCwxLjItMC41LDEuOS0wLjVjMC4zLDAsMC42OTgsMCwxLDAuMUMxMDMsOSwxMDMuMSw5LjMsMTAzLjEsOS41bC0wLjMsMS44Yy0wLjEsMC4zLTAuMzk5LDAuNS0wLjcsMC40ICAgYy0wLjE5OSwwLTAuMzk4LTAuMS0wLjY5OS0wLjFjLTEuODk5LDAtMi44OTksMS4zLTIuODk5LDMuOXY4LjhjMCwwLjMtMC4yLDAuNjAxLTAuNjAxLDAuNjAxSDk2Qzk1LjcsMjUsOTUuNSwyNC44LDk1LjUsMjQuNHoiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTExNi42IDE5LjggMS4zMDEgMWMwLjE5OSAwLjIgMC4zMDEgMC41IDAuMTAxIDAuNy0wLjYwMSAwLjktMS4zOTkgMS43LTIuMyAyLjQtMS4xMDIgMC42OTktMi41IDEuMS00IDEuMS0yLjIgMC00LTAuOC01LjQtMi4zcy0yLjEtMy42MDEtMi4xLTYuMTAxYzAtMi42MDEgMC42OTktNC42MDEgMi4xLTYuMTAxczMuMS0yLjMgNS4zMDEtMi4zYzIuMTAxIDAgMy44OTkgMC44IDUuMTk5IDIuMyAxLjMwMSAxLjUgMiAzLjYwMSAyIDYuMnYwLjMwMmMwIDAuMy0wLjE5OSAwLjYtMC42IDAuNmgtMTAuNGMtMC4zIDAtMC42IDAuMzAxLTAuNiAwLjYwMiAwLjEgMS4xIDAuNSAyLjEgMS4xIDIuODk4IDAuODAxIDAuOSAxLjgwMSAxLjQgMy4yIDEuNCAwLjcgMCAxLjMtMC4xIDEuOC0wLjNzMS0wLjUgMS4zMDEtMC44YzAuMzk5LTAuNCAwLjYwMS0wLjcgMC43OTktMC45IDAuMTAyLTAuMSAwLjIwMS0wLjMgMC4zMDItMC40IDAuMTk2LTAuNCAwLjU5Ni0wLjUgMC44OTYtMC4zem0tOS40LTQuN2g4LjZjLTAuMS0xLjE5OS0wLjM5OS0yLjMtMS4xLTMuMS0wLjctMC45LTEuODAyLTEuMy0zLjItMS4zLTEuMyAwLTIuNCAwLjUtMy4xMDIgMS40LTAuNzk4IDAuOS0xLjE5OCAxLjktMS4xOTggM3oiIGZpbGw9IiMzRDNCM0MiLz4KPHBhdGggZD0ibTEzNCAxOS44IDEuMyAxYzAuMiAwLjIgMC4zIDAuNSAwLjEwMSAwLjctMC42MDEgMC45LTEuMzk5IDEuNy0yLjMwMSAyLjQtMS4xIDAuNjk5LTIuNSAxLjEtNCAxLjEtMi4xOTkgMC00LTAuOC01LjM5OC0yLjMtMS40LTEuNS0yLjEwMi0zLjYwMS0yLjEwMi02LjEwMSAwLTIuNjAxIDAuNy00LjYwMSAyLjEwMi02LjEwMSAxLjM5OC0xLjUgMy4xLTIuMyA1LjMtMi4zIDIuMTAxIDAgMy44OTkgMC44IDUuMiAyLjMgMS4zIDEuNSAyIDMuNjAxIDIgNi4ydjAuMzAyYzAgMC4zLTAuMiAwLjYtMC42MDIgMC42aC0xMC40Yy0wLjMwMiAwLTAuNjAxIDAuMzAxLTAuNjAxIDAuNjAyIDAuMTAxIDEuMSAwLjUgMi4xIDEuMTAxIDIuODk4IDAuOCAwLjkgMS44IDEuNCAzLjE5OCAxLjQgMC43MDEgMCAxLjMwMi0wLjEgMS44MDItMC4zczEtMC41IDEuMy0wLjhjMC4zOTgtMC40IDAuNi0wLjcgMC44LTAuOSAwLjEwMS0wLjEgMC4yLTAuMyAwLjMtMC40IDAuMi0wLjQgMC42LTAuNSAwLjktMC4zem0tOS40LTQuN2g4LjYwMmMtMC4xMDItMS4xOTktMC40LTIuMy0xLjEwMi0zLjEtMC42OTktMC45LTEuOC0xLjMtMy4xOTktMS4zLTEuMzAxIDAtMi4zOTkgMC41LTMuMTAxIDEuNC0wLjggMC45LTEuMiAxLjktMS4yIDN6IiBmaWxsPSIjM0QzQjNDIi8+CjxwYXRoIGQ9Im0xMSAwLjdjLTAuNS0wLjktMS44LTAuOS0yLjMgMGwtOC42IDE1LjZjLTAuNCAwLjggMC4yIDEuNyAxLjEgMS43aDUuOHY1LjljMCAwLjYgMC41IDEuMSAxLjEgMS4xaDMuNGMwLjYgMCAxLjEtMC41IDEuMS0xLjF2LTUuOWgtMS42Yy0wLjcgMC0xLjItMC41LTEuMy0xLjEgMC0wLjIgMC0wLjQgMC4xLTAuNjAybDQuOC04LjctMy42LTYuODk4eiIgZmlsbD0iIzM5RTA5QiIvPgo8cGF0aCBkPSJtMTguNiAwLjdjMC41LTAuOSAxLjgtMC45IDIuMyAwbDguNiAxNS42YzAuNCAwLjgtMC4yIDEuNy0xLjEgMS43aC01Ljd2NS45YzAgMC42LTAuNSAxLjEtMS4xMDEgMS4xaC0zLjU5OWMtMC42IDAtMS4xLTAuNS0xLjEtMS4xdi01LjloMS42YzAuNyAwIDEuMi0wLjUgMS4zLTEuMSAwLTAuMiAwLTAuNC0wLjEtMC42MDJsLTQuOC04LjY5OCAzLjctNi45eiIgZmlsbD0iIzI4QkY3QiIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  height: 20px
}

.service section.service-footer a {
  display: inline-block;
  vertical-align: middle
}

.service section.service-footer .blstr {
  margin-top: 8px;
  margin-left: 10px;
  width: 83px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMzcuOXB4IiBoZWlnaHQ9IjY0LjVweCIgdmlld0JveD0iMCAwIDMzNy45IDY0LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzNy45IDY0LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjgyNjI3O30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw1MS4xVjBoMTAuNXYxOS4zYzEuNS0yLjIsNS40LTQuMiwxMC4yLTQuMmMxMC4yLDAsMTYuMyw3LjgsMTYuMywxOC4zYzAsMTAuNy02LjksMTguNC0xNi43LDE4LjQKCQkJYy00LjcsMC04LjMtMi05LjktNC43djRIMHogTTE4LjMsMjQuOGMtNC4yLDAtOCwyLjgtOCw4LjdjMCw1LjgsMy44LDguNyw4LDguN2M0LjIsMCw3LjktMi45LDcuOS04LjcKCQkJQzI2LjIsMjcuNiwyMi41LDI0LjgsMTguMywyNC44eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NS4zLDY0LjVsOC0xOC4yTDM4LjUsMTZoMTJMNTksMzQuOEw2Ni44LDE2aDExLjRMNTYuNiw2NC41SDQ1LjN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExNi45LDQyaC03VjMwLjNoN2M0LjQsMCw2LjksMi40LDYuOSw1LjlDMTIzLjgsMzkuNywxMjEuMiw0MiwxMTYuOSw0MiBNMTA5LjksMTAuM2g1LjkKCQkJCWM0LjQsMCw2LjYsMi4xLDYuNiw1LjRjMCwzLjQtMi41LDUuNC02LjQsNS40aC02LjFWMTAuM3ogTTEyNiwyNS4yYzQuMS0xLjMsNy4zLTUuNiw3LjMtMTAuN2MwLTcuNy01LjctMTMuNC0xNS42LTEzLjRIOTl2NTAKCQkJCWgyMC4yYzkuNSwwLDE1LjctNiwxNS43LTE0LjJDMTM0LjksMzAuNCwxMzAuNSwyNi4yLDEyNiwyNS4yIi8+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNTguMSw0Mi4zYy00LDAtNy45LTIuOS03LjktOC43YzAtNS45LDMuOS04LjcsNy45LTguN2M0LjEsMCw3LjksMi44LDcuOSw4LjcKCQkJCUMxNjYsMzkuNCwxNjIuMSw0Mi4zLDE1OC4xLDQyLjMgTTE1OC4xLDE1Yy0xMC40LDAtMTguNiw3LjctMTguNiwxOC41czguMiwxOC42LDE4LjYsMTguNmMxMC41LDAsMTguNi03LjgsMTguNi0xOC42CgkJCQlTMTY4LjYsMTUsMTU4LjEsMTUiLz4KCQk8L2c+CgkJPHJlY3QgeD0iMTgyLjIiIHk9IjAiIGNsYXNzPSJzdDAiIHdpZHRoPSIxMC43IiBoZWlnaHQ9IjUxLjEiLz4KCQk8Zz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxNy4xLDI5LjNsLTQuNy0wLjljLTEuNi0wLjMtMi43LTEuMS0yLjctMi42YzAtMS44LDEuOC0zLDMuOC0zYzMuMiwwLDQuNywyLDUsNC4zbDguOS0xLjYKCQkJCWMtMC40LTQuMS0zLjktMTAuNC0xNC0xMC40Yy03LjgsMC0xMy41LDUuMi0xMy41LDExLjZjMCw0LjksMyw5LjIsMTAuNCwxMC44bDQsMC45YzIuNiwwLjYsMy41LDEuNiwzLjUsMi45YzAsMS42LTEuMywzLTQuMSwzCgkJCQljLTMuNywwLTUuNC0yLjMtNS41LTQuN2wtOS4xLDEuNmMwLjMsMy45LDMuOCwxMSwxNC44LDExYzkuNCwwLDE0LTUuOSwxNC0xMS44QzIyNy45LDM1LjEsMjI0LjMsMzAuOCwyMTcuMSwyOS4zIi8+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNzEsMjkuM2MwLjItMi42LDIuNS01LjksNy01LjljNS4xLDAsNi45LDMuMiw3LjEsNS45SDI3MXogTTI3Ny44LDE1Yy05LjEsMC0xNy41LDcuMi0xNy41LDE4LjUKCQkJCWMwLDExLjgsOC42LDE4LjcsMTguMywxOC43YzguOSwwLDE0LjUtNS4xLDE2LjItMTEuMWwtOS0yLjVjLTEsMi44LTMuMiw0LjYtNy4xLDQuNmMtNC4yLDAtNy44LTIuOC04LTYuOGgyNC40CgkJCQljMC4xLTAuMiwwLjItMS44LDAuMi0zLjNDMjk1LjQsMjEuNywyODguNywxNSwyNzcuOCwxNSIvPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzEyLDIwLjdWMTZoLTEwLjR2MzUuMWgxMC43VjM1LjhjMC03LDMuOS05LjUsOC4yLTkuNWMxLjEsMCwyLjIsMC4xLDMuNCwwLjRWMTZjLTAuNy0wLjItMS44LTAuNC0yLjgtMC40CgkJCQlDMzE4LjMsMTUuNywzMTMuOCwxNi44LDMxMiwyMC43Ii8+CgkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNTUuNywxNmgtNi44VjUuOGgtMTAuNlYxNmgtNi4ydjkuNGg2LjJ2MTVjMCw3LDQuNCwxMS4zLDExLjcsMTEuM2MzLjQsMCw1LjEtMC44LDUuNi0xdi04LjkKCQkJCWMtMC42LDAuMS0xLjcsMC40LTIuOCwwLjRjLTIuMywwLTMuOS0wLjgtMy45LTMuN1YyNS40aDYuOFYxNnoiLz4KCQk8L2c+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMzMC43LDM3LjdjLTMuOSwwLTcuMiwzLjItNy4yLDcuMmMwLDMuOSwzLjIsNy4zLDcuMiw3LjNzNy4zLTMuNCw3LjMtNy4zQzMzNy45LDQwLjksMzM0LjYsMzcuNywzMzAuNywzNy43CgkJCSIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  display: inline-block;
  opacity: .3;
  position: relative;
  z-index: 100;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.service section.service-footer .service-logo-wrap,
.service section.service-footer .site-logo-wrap {
  margin-left: -10px;
  display: block;
  text-align: center
}

.service section.service-footer .copyright {
  bottom: 0;
  font-size: 11px;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
  right: 0
}

.nav-main {
  display: none;
  padding-top: 50px
}

.is-menu-open .nav-main {
  display: block
}

@media only screen and (min-width:768px) {
  .nav-main {
    display: block;
    padding-top: 0;
    background: #222
  }
}

.nav-main ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none
}

@media only screen and (min-width:768px) {
  .nav-main ul {
    width: auto
  }
}

.nav-main li {
  display: block;
  line-height: 1;
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  position: relative
}

@media only screen and (min-width:768px) {
  .nav-main li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0
  }
}

.nav-main a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  padding: 10px 0
}

@media only screen and (min-width:768px) {
  .nav-main a {
    padding: 7px 20px 10px
  }
}

.mobile-menu__toggle {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #222;
  border-radius: 0;
  outline: 0;
  overflow: visible;
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 100%;
  right: 0;
  padding: 0 20px;
  width: 64px
}

.mobile-menu__toggle,
.mobile-menu__toggle i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.mobile-menu__toggle i,
.mobile-menu__toggle i:after,
.mobile-menu__toggle i:before {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  -webkit-transition-duration: .1;
  transition-duration: .1;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.mobile-menu__toggle i:after,
.mobile-menu__toggle i:before {
  content: " ";
  top: 0;
  left: 0
}

.mobile-menu__toggle i:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.mobile-menu__toggle i:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.is-menu-open .mobile-menu__toggle i {
  background: rgba(255, 255, 255, 0)
}

.is-menu-open .mobile-menu__toggle i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.is-menu-open .mobile-menu__toggle i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.is-menu-open .mobile-menu__toggle i,
.is-menu-open .mobile-menu__toggle i:after,
.is-menu-open .mobile-menu__toggle i:before {
  -webkit-transition-duration: .1;
  transition-duration: .1;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

@media only screen and (min-width:768px) {
  .mobile-menu__toggle {
    display: none
  }
}

.btn {
  position: relative;
  outline: 0 !important;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  color: #222;
  line-height: 1.5
}

.btn:focus,
.btn:hover {
  color: #222
}

.btn[disabled] {
  pointer-events: none
}

.btn-swish {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .25s cubic-bezier(.08, .59, .29, .99);
  transition: all .25s cubic-bezier(.08, .59, .29, .99);
  z-index: 2;
  background: 0 0 !important
}

.btn-swish:after {
  position: absolute;
  -webkit-transition: all .25s cubic-bezier(.08, .59, .29, .99);
  transition: all .25s cubic-bezier(.08, .59, .29, .99);
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1
}

.btn-swish:hover {
  cursor: pointer;
  opacity: 1 !important
}

.btn-swish:hover:after {
  left: -10%;
  width: 120%
}

.btn-swish.btn-inverted {
  background-color: transparent !important
}

.btn-swish.btn-inverted:after {
  left: -10%;
  width: 120%
}

.btn-swish.btn-inverted:hover:after {
  left: 110%;
  width: 0%
}

.btn-primary {
  background-color: transparent
}

.btn-primary:hover {
  color: #fff
}

.btn-primary.active,
.btn-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
  color: #fff
}

.btn-default {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(214, 214, 214, .5);
  border: 2px solid rgba(214, 214, 214, .5)
}

.btn-default:hover {
  opacity: .7
}

.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  padding: 15px 35px;
  font-size: 20px
}

.btn-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.btn-secondary.active,
.btn-secondary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.btn-secondary.active.focus:after,
.btn-secondary.active:focus:after,
.btn-secondary.active:hover:after,
.btn-secondary.focus:after,
.btn-secondary:active.focus:after,
.btn-secondary:active:focus:after,
.btn-secondary:active:hover:after,
.btn-secondary:focus:after {
  opacity: .4
}

.btn-secondary:disabled,
.btn-secondary:disabled:hover {
  color: #fff
}

.btn-link {
  text-decoration: none
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none
}

.btn-info {
  color: #bbb;
  background-color: transparent;
  border-color: #bbb
}

.btn-info:hover {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb
}

.btn-info.active,
.btn-info:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #bbb;
  border-color: #bbb
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #aaa;
  border-color: #aaa
}

.btn-info:disabled,
.btn-info:disabled:hover {
  color: #f0f0f0;
  background-color: #f0f0f0;
  border-color: #f0f0f0
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #39e09b
}

.bootstrap-switch {
  border: 2px solid #39e09b
}

.dismissable {
  display: none
}

.message {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  z-index: 2100
}

.message.show {
  display: block;
  background: #39e09b
}

.message span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  width: 80%;
  text-align: center
}

.message[data-message-type=success] {
  background: #39e09b
}

.message[data-message-type=error] {
  background: #e04539
}

.message__form {
  position: relative;
  display: block;
  max-width: 100%
}

.message__form label {
  height: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 30px;
  margin-bottom: 0
}

.message__form label>span {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-bottom-color .2s ease-in-out;
  transition: border-bottom-color .2s ease-in-out;
  cursor: text;
  pointer-events: none
}

.message__form label>span span {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  cursor: text
}

.message__form label.error {
  color: #e04539
}

.message__form label.error>span {
  color: #e04539;
  border-bottom-color: #e04539 !important
}

.message__form label.error .field {
  color: #e04539
}

.message__form label .field.is-focused+span span,
.message__form label .field:not(.is-empty)+span span {
  -webkit-transform: scale(.68) translateY(-31px);
  transform: scale(.68) translateY(-31px);
  cursor: default
}

.message__form label .field.is-focused+span {
  border-bottom-color: #39e09b
}

.message__form label .field {
  background: 0 0;
  font-weight: 300;
  border: 0;
  color: #222;
  outline: 0;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.message__form label .field::-webkit-input-placeholder {
  color: #888
}

.message__form label .field::-moz-placeholder {
  color: #888
}

.message__form label .field:-ms-input-placeholder {
  color: #424770
}

.message__form label .field.is-empty:not(.is-focused) {
  opacity: 0
}

.message__form [data-active-input-error] {
  display: block;
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: rgba(224, 69, 57, .5);
  color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
  -webkit-transition: max-height .25s cubic-bezier(.08, .59, .29, .99), padding .25s cubic-bezier(.08, .59, .29, .99);
  transition: max-height .25s cubic-bezier(.08, .59, .29, .99), padding .25s cubic-bezier(.08, .59, .29, .99);
  padding: 0 10px;
  line-height: 20px
}

.message__form [data-active-input-error].active {
  max-height: 100px;
  padding: 5px 10px
}

.message__form [data-active-input-error] li,
.message__form [data-active-input-error] ul {
  padding: 0;
  margin: 0
}

.tip {
  position: relative;
  z-index: 900;
  text-align: center;
  background-color: #222;
  color: #f0f0f0;
  font-size: 17px;
  border-radius: 3px;
  padding: 20px 20px 25px;
  width: 100%;
  max-width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (min-width:768px) {
  .tip {
    max-width: none;
    padding: 20px;
    width: 100%
  }
}

.tip:before {
  content: '';
  position: absolute;
  display: block;
  top: -10px;
  width: 100%;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tip:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222
}

.tip a {
  color: #f0f0f0;
  text-decoration: underline
}

.tip a:hover {
  text-decoration: none
}

.tip a[data-close] {
  -webkit-transition: all .25s cubic-bezier(.08, .59, .29, .99);
  transition: all .25s cubic-bezier(.08, .59, .29, .99);
  display: block;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #fff;
  opacity: .5;
  text-shadow: 0;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  text-shadow: none !important;
  letter-spacing: .03em
}

.tip a[data-close]:hover {
  opacity: 1
}

.tip a[data-close]:after {
  content: 'Got it';
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px
}

.intercom-reset a,
.intercom-reset abbr,
.intercom-reset address,
.intercom-reset applet,
.intercom-reset article,
.intercom-reset aside,
.intercom-reset audio,
.intercom-reset b,
.intercom-reset big,
.intercom-reset blockquote,
.intercom-reset button,
.intercom-reset canvas,
.intercom-reset caption,
.intercom-reset center,
.intercom-reset cite,
.intercom-reset code,
.intercom-reset dd,
.intercom-reset del,
.intercom-reset details,
.intercom-reset dfn,
.intercom-reset div,
.intercom-reset div.form,
.intercom-reset dl,
.intercom-reset dt,
.intercom-reset em,
.intercom-reset fieldset,
.intercom-reset figcaption,
.intercom-reset figure,
.intercom-reset footer,
.intercom-reset form,
.intercom-reset h1,
.intercom-reset h2,
.intercom-reset h3,
.intercom-reset h4,
.intercom-reset h5,
.intercom-reset h6,
.intercom-reset header,
.intercom-reset hgroup,
.intercom-reset i,
.intercom-reset iframe,
.intercom-reset img,
.intercom-reset input,
.intercom-reset input[type],
.intercom-reset ins,
.intercom-reset kbd,
.intercom-reset label,
.intercom-reset legend,
.intercom-reset li,
.intercom-reset mark,
.intercom-reset menu,
.intercom-reset nav,
.intercom-reset object,
.intercom-reset ol,
.intercom-reset p,
.intercom-reset pre,
.intercom-reset q,
.intercom-reset s,
.intercom-reset samp,
.intercom-reset section,
.intercom-reset small,
.intercom-reset span,
.intercom-reset strong,
.intercom-reset sub,
.intercom-reset summary,
.intercom-reset sup,
.intercom-reset table,
.intercom-reset tbody,
.intercom-reset td,
.intercom-reset textarea,
.intercom-reset tfoot,
.intercom-reset th,
.intercom-reset thead,
.intercom-reset time,
.intercom-reset tr,
.intercom-reset tt,
.intercom-reset u,
.intercom-reset ul,
.intercom-reset var,
.intercom-reset video {
  font-family: Karla, Helvetica, sans-serif !important
}

#intercom-container .intercom-new-anonymous-user input[type=submit] {
  border-radius: 0 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#38e09a), to(#38e09a)) !important;
  background-image: linear-gradient(180deg, #38e09a, #38e09a) !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  border: 0 !important
}

#intercom-container .intercom-new-anonymous-user input[type=submit]:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#38e09a), to(#38e09a)) !important;
  background-image: linear-gradient(180deg, #38e09a, #38e09a) !important;
  opacity: .5 !important
}

#intercom-container {
  z-index: 999 !important
}

section.plans {
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-left: 0;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  padding: 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 160px
}

@media only screen and (min-width:768px) {
  section.plans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

section.plans>section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 0 26.66667px 40px;
  background-color: #fdfdfd;
  overflow: auto
}

@media only screen and (min-width:768px) {
  section.plans>section {
    padding: 0 60px 80px
  }
}

section.plans section.free {
  border-top: 5px solid transparent;
  border-right: 1px solid rgba(214, 214, 214, .3)
}

section.plans section.pro {
  border-top: 5px solid #39e09b
}

section.plans section.pro ul svg {
  fill: #39e09b
}

section.plans h3 {
  margin: 40px 0 0 0;
  text-align: left;
  font-weight: 700
}

@media only screen and (min-width:768px) {
  section.plans h3 {
    margin: 60px 0 0 0
  }
}

section.plans ul {
  list-style: none;
  padding-left: 20px
}

@media only screen and (min-width:768px) {
  section.plans ul {
    padding-left: 0
  }
}

section.plans ul li {
  position: relative;
  margin-bottom: .5em
}

section.plans ul svg {
  position: absolute;
  top: 7px;
  left: -25px;
  fill: #bbb
}

@media only screen and (max-width:767px) {
  section.plans .btn {
    width: 100%
  }
}

section.plans a:not(.btn) {
  opacity: .5;
  padding: .5em 0;
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent
}

section.plans .desc h3 {
  margin-top: 2em !important;
  margin-bottom: 0 !important;
  font-size: 30px !important
}

section.plans .desc p {
  margin-top: .25em;
  font-size: 1.2em
}

section.plans .price {
  font-weight: 700
}

section.plans .price .cur {
  font-style: normal;
  line-height: 4em;
  vertical-align: top
}

section.plans .price .val {
  font-size: 4em
}

section.plans .features p {
  margin-top: 2em;
  font-size: 1.2em;
  font-weight: 700
}

@media print {
  body {
    background: #fff
  }

  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  li,
  p {
    color: #222
  }
}

.img-circle {
  border-radius: 50%
}

@media (min-width:544px) {
  .container {
    max-width: 576px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 940px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px
}

.row {
  margin-left: 0;
  margin-right: 0
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.row.list-group {
  padding: 10px 0
}

.col-xs-1,
.col-xs-11 {
  padding: 10px
}

.offset-md-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

@media (min-width:768px) {
  .offset-md-2 {
    margin-left: 16.666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.666667%
  }
}

.Scp {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.Scp-saturation {
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(red));
  background: linear-gradient(to right, #fff, red);
  float: left;
  margin-right: 5px;
  border-radius: 2px
}

.Scp-brightness {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
  background: linear-gradient(rgba(255, 255, 255, 0), #000);
  border-radius: 2px
}

.Scp-sbSelector {
  border: 2px solid #fff;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 10px;
  top: -7px;
  left: -7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10
}

.Scp-hue {
  border-radius: 2px;
  width: 20px;
  height: 100%;
  position: relative;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #f0f), color-stop(34%, #00f), color-stop(50%, #0ff), color-stop(67%, #0f0), color-stop(84%, #ff0), to(red));
  background: linear-gradient(red 0, #f0f 17%, #00f 34%, #0ff 50%, #0f0 67%, #ff0 84%, red 100%)
}

.Scp-hSelector {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 1px 1px rgba(0, 0, 0, .1);
  right: -10%;
  width: 120%;
  height: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1px
}