@charset "UTF-8"";
 @font-face {
  font-family: slick;
  src: url(/fonts/slick.woff) format('woff'), url(/fonts/slick.ttf') format('truetype')
}
@font-face {
  font-family: themify;
  src: url(/fonts/themify.woff) format('woff'), url(/fonts/themify.ttf) format('truetype')
}
/* cookie consent */

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}
.cc-window.cc-invisible {
  opacity: 0
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.cc-revoke {
  padding: .5em
}
.cc-revoke:hover {
  text-decoration: underline
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline
}
.cc-link:hover {
  opacity: 1
}
.cc-link:active, .cc-link:visited {
  color: initial
}
.cc-btn {
  display: block;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  padding: .3em .6em;
  font-size: 14px;
  font-weight: 600
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}
.cc-bottom {
  bottom: 0
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}
.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.cc-btn+.cc-btn {
  margin-left: .5em
}
@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-bottom {
    bottom: 0
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0
  }
  .cc-window.cc-floating {
    max-width: none
  }
  .cc-window .cc-message {
    margin-bottom: 1em
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}
.cc-theme-classic .cc-btn {
  border-radius: 9px
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}
.cc-message {
  font-size: 13px
}
/*Bootstrap*/

: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 {
  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;
}
article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0!important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
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]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50%;
  text-align: center;
  border-collapse: collapse;
  display: block;
  margin-bottom: 20px;
}
td {
  border: 1px solid #d1c7c7;
  padding: 2px 5px;
  text-align: center;
}
th {
  border: 1px solid #a69999;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
}
thead {
  background: #cfcfcf;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
caption {
  padding: .5em;
  display: table-caption;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
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, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button {
  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] {
  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;
}
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;
}
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;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.small, small {
  font-size: 80%;
  font-weight: 400;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
a>code {
  color: inherit;
}
pre {
  white-space: pre-wrap;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: 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: 25px;
  padding-left: 25px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.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-primary, .table-primary>td, .table-primary>th {
  background-color: #b8daff;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
  background-color: #d6d8db;
}
.table-success, .table-success>td, .table-success>th {
  background-color: #c3e6cb;
}
.table-info, .table-info>td, .table-info>th {
  background-color: #bee5eb;
}
.table-light, .table-light>td, .table-light>th {
  background-color: #fdfdfe;
}
.table-dark, .table-dark>td, .table-dark>th {
  background-color: #c6c8ca;
}
.table-active, .table-active>td, .table-active>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;
}
@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;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.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 {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  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: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}
.form-control.is-valid {
  border-color: #28a745;
}
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: 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;
  }
}
.btn {
  display: inline-block;
  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;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn:disabled {
  opacity: .65;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.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 {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.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%;
}
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group>.btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group>.btn:hover {
  z-index: 1;
}
.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
  z-index: 1;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: -1px;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  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-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group>.form-control:focus {
  z-index: 3;
}
.input-group>.form-control+.form-control {
  margin-left: -1px;
}
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .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 {
  margin-left: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -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>.btn:not(:last-child):not(.dropdown-toggle), .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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  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-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.tab-content>.active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar>.container, .navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width:575.98px) {
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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 {
  -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-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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group>.card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group>.card {
    -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) {
    border-radius: 0;
  }
  .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;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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 {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.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;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}
@media screen and (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -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 {
  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-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;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@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);
  }
}
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@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);
  }
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-top {
  vertical-align: top!important;
}
.align-middle {
  vertical-align: middle!important;
}
.align-bottom {
  vertical-align: bottom!important;
}
.align-text-bottom {
  vertical-align: text-bottom!important;
}
.align-text-top {
  vertical-align: text-top!important;
}
.bg-primary {
  background-color: #007bff!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc!important;
}
.bg-secondary {
  background-color: #6c757d!important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62!important;
}
.bg-success {
  background-color: #28a745!important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34!important;
}
.bg-info {
  background-color: #17a2b8!important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b!important;
}
.bg-light {
  background-color: #f8f9fa!important;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5!important;
}
.bg-dark {
  background-color: #343a40!important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124!important;
}
.bg-white {
  background-color: #fff!important;
}
.bg-transparent {
  background-color: transparent!important;
}
.border {
  border: 1px solid #dee2e6!important;
}
.border-top {
  border-top: 1px solid #dee2e6!important;
}
.border-right {
  border-right: 1px solid #dee2e6!important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}
.border-left {
  border-left: 1px solid #dee2e6!important;
}
.border-0 {
  border: 0!important;
}
.border-top-0 {
  border-top: 0!important;
}
.border-right-0 {
  border-right: 0!important;
}
.border-bottom-0 {
  border-bottom: 0!important;
}
.border-left-0 {
  border-left: 0!important;
}
.border-primary {
  border-color: #007bff!important;
}
.border-secondary {
  border-color: #6c757d!important;
}
.border-success {
  border-color: #28a745!important;
}
.border-info {
  border-color: #17a2b8!important;
}
.border-light {
  border-color: #f8f9fa!important;
}
.border-dark {
  border-color: #343a40!important;
}
.border-white {
  border-color: #fff!important;
}
.rounded {
  border-radius: .25rem!important;
}
.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important;
}
.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}
.rounded-left {
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}
.rounded-circle {
  border-radius: 50%!important;
}
.rounded-0 {
  border-radius: 0!important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none!important;
}
.d-inline {
  display: inline!important;
}
.d-inline-block {
  display: inline-block!important;
}
.d-block {
  display: block!important;
}
.d-table {
  display: table!important;
}
.d-table-row {
  display: table-row!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-inline-flex {
  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-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .d-sm-inline-flex {
    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-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .d-md-inline-flex {
    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-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .d-lg-inline-flex {
    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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!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-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;
}
@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!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-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;
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!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-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;
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!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-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;
  }
}
.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-relative {
  position: relative!important;
}
.position-absolute {
  position: absolute!important;
}
.position-fixed {
  position: fixed!important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.shadow-none {
  box-shadow: none!important;
}
.w-25 {
  width: 25%!important;
}
.w-50 {
  width: 50%!important;
}
.w-75 {
  width: 75%!important;
}
.w-100 {
  width: 100%!important;
}
.w-auto {
  width: auto!important;
}
.h-25 {
  height: 25%!important;
}
.h-50 {
  height: 50%!important;
}
.h-75 {
  height: 75%!important;
}
.h-100 {
  height: 100%!important;
}
.h-auto {
  height: auto!important;
}
.m-0 {
  margin: 0!important;
}
.mt-0, .my-0 {
  margin-top: 0!important;
}
.mr-0, .mx-0 {
  margin-right: 0!important;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.ml-0, .mx-0 {
  margin-left: 0!important;
}
.m-1 {
  margin: .25rem!important;
}
.mt-1, .my-1 {
  margin-top: .25rem!important;
}
.mr-1, .mx-1 {
  margin-right: .25rem!important;
}
.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
  margin-left: .25rem!important;
}
.m-2 {
  margin: .5rem!important;
}
.mt-2, .my-2 {
  margin-top: .5rem!important;
}
.mr-2, .mx-2 {
  margin-right: .5rem!important;
}
.mb-2, .my-2 {
  margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
  margin-left: .5rem!important;
}
.m-3 {
  margin: 1rem!important;
}
.mt-3, .my-3 {
  margin-top: 1rem!important;
}
.mr-3, .mx-3 {
  margin-right: 1rem!important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
  margin-left: 1rem!important;
}
.m-4 {
  margin: 1.5rem!important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem!important;
}
.m-5 {
  margin: 3rem!important;
}
.mt-5, .my-5 {
  margin-top: 3rem!important;
}
.mr-5, .mx-5 {
  margin-right: 3rem!important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
  margin-left: 3rem!important;
}
.p-0 {
  padding: 0!important;
}
.pt-0, .py-0 {
  padding-top: 0!important;
}
.px-0 {
  padding-right: 0!important;
}
.pb-0, .py-0 {
  padding-bottom: 0!important;
}
.pl-0, .px-0 {
  padding-left: 0!important;
}
.p-1 {
  padding: .25rem!important;
}
.pt-1, .py-1 {
  padding-top: .25rem!important;
}
.px-1 {
  padding-right: .25rem!important;
}
.pb-1, .py-1 {
  padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
  padding-left: .25rem!important;
}
.pt-2, .py-2 {
  padding-top: .5rem!important;
}
.px-2 {
  padding-right: .5rem!important;
}
.pb-2, .py-2 {
  padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
  padding-left: .5rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.pt-3, .py-3 {
  padding-top: 1rem!important;
}
.px-3 {
  padding-right: 1rem!important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
  padding-left: 1rem!important;
}
.p-4 {
  padding: 1rem!important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem!important;
}
.px-4 {
  padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}
.p-5 {
  padding: 3rem!important;
}
.pt-5, .py-5 {
  padding-top: 3rem!important;
}
.px-5 {
  padding-right: 3rem!important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
  padding-left: 3rem!important;
}
.m-auto {
  margin: auto!important;
}
.mt-auto, .my-auto {
  margin-top: auto!important;
}
.mr-auto, .mx-auto {
  margin-right: auto!important;
}
.mb-auto, .my-auto {
  margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
  }
  .m-sm-1 {
    margin: .25rem!important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
  }
  .m-sm-2 {
    margin: .5rem!important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
  }
  .m-sm-3 {
    margin: 1rem!important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
  }
  .m-sm-4 {
    margin: 1.5rem!important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
  }
  .m-sm-5 {
    margin: 3rem!important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
  }
  .p-sm-0 {
    padding: 0!important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
  }
  .px-sm-0 {
    padding-right: 0!important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
  }
  .p-sm-1 {
    padding: .25rem!important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
  }
  .px-sm-1 {
    padding-right: .25rem!important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
  }
  .p-sm-2 {
    padding: .5rem!important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
  }
  .px-sm-2 {
    padding-right: .5rem!important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
  }
  .p-sm-3 {
    padding: 1rem!important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
  }
  .px-sm-3 {
    padding-right: 1rem!important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
  }
  .p-sm-4 {
    padding: 1.5rem!important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
  }
  .px-sm-4 {
    padding-right: 1.5rem!important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
  }
  .p-sm-5 {
    padding: 3rem!important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
  }
  .px-sm-5 {
    padding-right: 3rem!important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
  }
  .m-sm-auto {
    margin: auto!important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0!important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0!important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0!important;
  }
  .m-md-1 {
    margin: .25rem!important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
  }
  .m-md-2 {
    margin: .5rem!important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
  }
  .m-md-3 {
    margin: 1rem!important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
  }
  .m-md-4 {
    margin: 1.5rem!important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
  }
  .m-md-5 {
    margin: 3rem!important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
  }
  .p-md-0 {
    padding: 0!important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0!important;
  }
  .px-md-0 {
    padding-right: 0!important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0!important;
  }
  .p-md-1 {
    padding: .25rem!important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
  }
  .px-md-1 {
    padding-right: .25rem!important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
  }
  .p-md-2 {
    padding: .5rem!important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
  }
  .px-md-2 {
    padding-right: .5rem!important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
  }
  .p-md-3 {
    padding: 1rem!important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
  }
  .px-md-3 {
    padding-right: 1rem!important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
  }
  .p-md-4 {
    padding: 1.5rem!important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
  }
  .px-md-4 {
    padding-right: 1.5rem!important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
  }
  .p-md-5 {
    padding: 3rem!important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
  }
  .px-md-5 {
    padding-right: 3rem!important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
  }
  .m-md-auto {
    margin: auto!important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto!important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
  }
  .m-lg-1 {
    margin: .25rem!important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
  }
  .m-lg-2 {
    margin: .5rem!important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
  }
  .m-lg-3 {
    margin: 1rem!important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
  }
  .m-lg-4 {
    margin: 1.5rem!important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
  }
  .m-lg-5 {
    margin: 3rem!important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
  }
  .p-lg-0 {
    padding: 0!important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
  }
  .px-lg-0 {
    padding-right: 0!important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
  }
  .p-lg-1 {
    padding: .25rem!important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
  }
  .px-lg-1 {
    padding-right: .25rem!important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
  }
  .p-lg-2 {
    padding: .5rem!important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
  }
  .px-lg-2 {
    padding-right: .5rem!important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
  }
  .p-lg-3 {
    padding: 1rem!important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
  }
  .px-lg-3 {
    padding-right: 1rem!important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
  }
  .p-lg-4 {
    padding: 1.5rem!important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
  }
  .px-lg-4 {
    padding-right: 1.5rem!important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
  }
  .p-lg-5 {
    padding: 3rem!important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
  }
  .px-lg-5 {
    padding-right: 3rem!important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
  }
  .m-lg-auto {
    margin: auto!important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
  }
}
.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-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-body {
  color: #212529!important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5)!important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5)!important;
}
@media print {
  *, ::after, ::before {
    text-shadow: none!important;
    box-shadow: none!important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap!important;
  }
  pre {
    border: 1px solid #adb5bd;
    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;
  }
  body {
    min-width: 992px!important;
  }
  .container {
    min-width: 992px!important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse!important;
  }
  .table td, .table th {
    background-color: #fff!important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 29px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #cf0300;
}
[class*=" ti-"], [class^=ti-] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-star:before {
  content: "\e60a";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-key:before {
  content: "\e631";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-close:before {
  content: "\e646";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-world:before {
  content: "\e665";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-list:before {
  content: "\e694";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-google:before {
  content: "\e73e";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-html5:before {
  content: "\e758";
}
.ti-email:before {
  content: "\e75a";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
li, ol, ol li {
  font-family: "Nunito Sans", Roboto, sans-serif!important;
}
p {
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  letter-spacing: .025em;
}
h1, h2, h3, h4, h5, h6 {
  color: #495057;
  font-weight: 700;
  font-family: "Nunito Sans", Roboto, sans-serif;
}
.h1, h1 {
  font-size: 37px;
}
@media (max-width:400px) {
  .h1, h1 {
    font-size: 30px;
  }
}
.h2, h2 {
  font-size: 25px;
}
.h3, h3 {
  font-size: 19px;
}
.h4, h4 {
  font-size: 16px;
}
.h5, h5 {
  font-size: 14px;
}
.h6, h6 {
  font-size: 12px;
}
.font-sm {
  font-size: .9em;
}
.btn {
  font-size: 13px;
  font-family: "Nunito Sans", Roboto, sans-serif;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}
.btn:focus {
  outline: 0;
  box-shadow: none!important;
}
.btn:active {
  box-shadow: none;
}
.btn-primary {
  background: #cf0300;
  color: #fff;
}
.btn-primary:active {
  background: #cf0300!important;
}
.btn-primary:hover {
  background: #cf0300;
}
.btn-secondary {
  background: #cf0300;
  color: #fff;
}
.btn-secondary:active {
  background: #e84444!important;
}
.btn-secondary:hover {
  background: #e84444!important;
  background: #ee7171;
}
.btn-light {
  background: #fff;
  color: #222;
  border: 2px solid #fff;
}
.btn-light:hover {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline {
  background: 0 0;
  color: #222;
  border: 2px solid #303032;
}
.btn-outline:hover {
  background: #303032;
  color: #fff;
}
.btn-sm {
  padding: 5px 13px!important;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
::-moz-selection {
  background: #ee7171;
  color: #fff;
}
::selection {
  background: #f5e325;
  color: #000;
}
ol, ul {
  list-style-type: disc;
  margin: 5px;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a, a:focus, a:hover {
  text-decoration: none;
  color: #da0000;
  font-weight: 500;
}
a {
  transition: .2s ease;
}
a:hover {
  color: #c91e00;
}
a.text-dark:hover, a.text-white:hover {
  color: #e84444!important;
}
a, button {
  cursor: pointer;
}
.outline-0 {
  outline: 0;
}
.d-unset {
  display: unset!important;
}
.section {
  padding: 30px 0;
}
@media (max-width:575px) {
  .section {
    padding: 80px 0;
  }
}
.section-sm {
  padding: 80px 0;
}
.section-title {
  margin-bottom: 55px;
}
.section-title-sm {
  margin-bottom: 10px;
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 600;
  color: #666;
}
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .6;
}
.overlay-dark {
  position: relative;
}
.overlay-dark::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .8;
}
.overlay-primary {
  position: relative;
}
.overlay-primary::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e84444;
  opacity: .6;
}
.overlay-white {
  position: relative;
}
.overlay-white::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .7;
}
.overlay-rounded::before {
  border-radius: 5px;
}
.section-title-border {
  position: relative;
}
.section-title-border::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e84444;
}
.section-title-border::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e84444;
  box-shadow: 0 0 0 5px #fff;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title-border-gray {
  position: relative;
}
.section-title-border-gray::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e84444;
}
.section-title-border-gray::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 2px solid #e84444;
  box-shadow: 0 0 0 5px #f5f5f5;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title-border-half {
  position: relative;
}
.section-title-border-half::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: 0 0;
  border: 2px solid #e84444;
  bottom: -14px;
  left: 0;
}
.section-title-border-half::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
  background: #e84444;
}
.section-title-border-half-white {
  position: relative;
}
.section-title-border-half-white::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: 0 0;
  border: 2px solid #fff;
  bottom: -14px;
  left: 0;
}
.section-title-border-half-white::after {
  background: #fff;
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
}
.page-title {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: left;
}
.page-title .section-title-border::after {
  box-shadow: 0 0 0 5px transparent;
}
.page-404 {
  padding: 600px 0 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width:767px) {
  .page-404 {
    padding: 450px 0 50px;
  }
}
@media (max-width:575px) {
  .page-404 {
    padding-top: 250px;
  }
}
@media (max-width:400px) {
  .page-404 {
    padding-top: 150px;
  }
}
.page-404 h1 {
  font-size: 40px;
}
.play-icon {
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.play-icon:focus {
  outline: 0;
}
.play-icon i {
  line-height: 79px;
  display: block;
  font-size: 30px;
  color: #fff;
}
.round-icon {
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #e84444;
  display: inline-block;
}
.round-icon.border-5 {
  border: 4px solid #e5e5e5;
}
.round-icon.w-100 {
  max-width: 100px;
}
.round-icon.w-150 {
  height: 150px;
  max-width: 150px;
}
.square-icon {
  height: 65px;
  width: 65px;
  color: #fff;
  font-size: 35px;
  line-height: 65px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  border: 1px solid #656566;
  padding: .2em;
}
.author-icon {
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  border-radius: 12%;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 30px;
  display: inline-block;
}
.square-icon img {
  vertical-align: top;
}
.social-icon-lg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  display: inline-block;
}
.social-icon-lg i {
  margin: 0;
  color: #fff;
}
.socialfixed {
  position: fixed;
  left: 0;
  top: 20%;
}
.box-shadow {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-primary {
  background-color: #e84444!important;
}
.bg-secondary {
  background-color: #b30011!important;
}
.text-primary {
  color: #e84444!important;
}
.bg-facebook {
  background-color: #4267b2;
}
.bg-twitter {
  background-color: #449de8;
}
.bg-linkedin {
  background-color: #2f6ea3;
}
.bg-google {
  background-color: #e62211;
}
.text-color {
  color: #383838;
  font-weight: 500;
}
.text-dark {
  font-family: "Nunito Sans", Roboto, sans-serif;
  color: #000!important;
}
.font-primary {
  font-family: "Nunito Sans", Roboto, sans-serif;
}
.font-secondary {
  font-family: "Nunito Sans", Roboto, sans-serif;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
@media (max-width:991px) {
  .mb-md-50 {
    margin-bottom: 50px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.py-10 {
  padding: 10px 0;
}
.py-50 {
  padding: 28px 0;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-160 {
  padding: 160px 0;
}
.ml-65 {
  margin-left: 65px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-160 {
  padding-top: 160px;
}
code {
  padding: 2px;
  overflow: auto;
  font-size: 14px;
  color: #d80101;
  background-color: #f1f4f7cc;
  border-radius: 6px;
}
.top-header {
  background: #303032;
}
@media (max-width:575px) {
  .top-header ul {
    text-align: center;
  }
}
.top-header ul li {
  margin: 15px 0;
}
@media (max-width:575px) {
  .top-header ul li {
    margin: 10px 0;
  }
}
.top-header ul li a {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  color: #bcbcbd;
}
@media (max-width:575px) {
  .top-header ul li a {
    border: 0;
  }
}
.top-header ul li a span {
  color: #e84444;
}
.top-header ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.navigation .navbar {
  padding: 0;
  background: #fff!important;
  position: relative;
}
.navigation .navbar-brand {
  text-align: center;
  z-index: 9;
}
@media (max-width:991px) {
  .navigation .navbar-brand {
    position: relative;
    height: unset;
    width: unset;
    box-shadow: none;
    top: 10px;
    background: 0 0;
  }
  .navigation .navbar-brand img {
    height: 50px;
    width: auto;
  }
  .service.equal .d-flex {
    display: block!important;
  }
}
.navigation .navbar-brand img {
  position: relative;
  max-width: 100%;
}
.navigation .navbar .nav-item {
  padding: 28px 0;
}
@media (max-width:991px) {
  .navigation .navbar .nav-item {
    padding: 0;
  }
}
.navigation .navbar .nav-item .nav-link {
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  transition: .2s ease;
  font-size: 14px;
}
@media (max-width:1199px) {
  .navigation .navbar .nav-item .nav-link {
    font-size: 12px;
    padding: 5px 9px;
  }
}
@media (max-width:991px) {
  .navigation .navbar .nav-item .nav-link {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
  }
}
.navigation .navbar .nav-item .nav-link:hover {
  color: #e84444;
}
@media (max-width:991px) {
  .navigation .navbar .nav-item:last-child {
    padding: 0;
    margin-bottom: 20px;
  }
}
.navigation .navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.navigation .navbar .dropdown-menu {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .12);
  padding: 40px 30px;
  border: 0;
  border-radius: 0;
  top: 99%;
  left: -20px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #fff!important;
}
@media (max-width:991px) {
  .navigation .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: unset;
    transform-origin: unset;
  }
}
.navigation .navbar .dropdown-item {
  position: relative;
  color: #848484;
  transition: .2s ease;
}
.navigation .navbar .dropdown-item:not(:last-child) {
  margin-bottom: 20px;
}
.navigation .navbar .dropdown-item:hover {
  color: #e84444;
  text-decoration: underline;
  background: 0 0;
}
.navigation .navbar .dropdown-item::before {
  position: absolute;
  content: '';
  left: 5px;
  top: 12px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #848484;
  border: 1px solid #fff;
  display: inline-block;
  box-shadow: 0 0 0 2px #848484;
}
@media (max-width:991px) {
  .navigation .navbar .dropdown-item {
    text-align: center;
  }
  .navigation .navbar .dropdown-item::before {
    display: none;
  }
}
.search-form {
  padding: 230px 0;
  background: #303032;
  position: absolute;
  width: 100%;
  top: -800px;
  z-index: 10;
  transition: .3s ease-in;
}
.search-form .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
}
.search-form .close i {
  transition: .3s ease;
  display: inline-block;
}
.search-form .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-form .form-control {
  background: 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 20px;
  transition: .3s ease;
  position: relative;
  color: #fff;
  height: 130px;
  padding: 30px 40px;
}
.search-form h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 35px;
}
.search-form .input-wrapper {
  position: relative;
}
.search-form .input-wrapper button {
  background: 0 0;
  border: 0;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
}
.search-form .input-wrapper button i {
  color: #fff;
}
.prevArrow, .nextArrow {
  content: "<";
  color: red;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(48, 48, 50, 0.5);
  border: 0;
  font-size: 25px;
  line-height: 70px;
  opacity: 0.5;
  transition: all linear .2s;
}
@media (max-width: 575px) {
  .prevArrow, .nextArrow {
    display: none;
  }
}
.prevArrow:focus, .nextArrow:focus {
  outline: 0;
}
.prevArrow:hover, .nextArrow:hover {
  background: rgba(232, 68, 68, 0.5);
}
.prevArrow {
  left: 20px;
}
.nextArrow {
  right: 20px;
}
.hero-slider:hover .prevArrow, .hero-slider:hover .nextArrow {
  opacity: 1;
}
.hero-slider.slick-slider {
  margin-bottom: 0;
}
.hero-slider [data-animation-in] {
  opacity: 0;
}
.hero-slider-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
}
.hero-slider .slick-dots {
  bottom: 0;
  padding-left: 0;
  top: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.hero-slider .slick-dots li {
  width: 295px;
  height: 80px;
  background: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
}
.hero-slider .slick-dots {
  border: 0;
  padding-right: 100px;
  padding-left: 100px
}
.hero-slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 4px 4px;
  border-radius: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  background: #f7f7f7;
  margin: 0 7px 10px;
}
.hero-slider .slick-dots li:before {
  display: none;
}
.hero-slider .slick-dots li a span {
  line-height: normal!important;
}
@media (max-width:1199px) {
  .hero-slider .slick-dots li {
    width: 235px;
  }
}
@media (max-width:991px) {
  .hero-slider.methods .slick-dots li {
    width: auto;
    padding: 2px;
  }
  .hero-slider.methods .slick-dots li a span {
    padding: 5px;
    font-size: 13px;
  }
}
@media (max-width:767px) {
  .hero-slider .slick-dots li {
    width: 120px;
  }
}
@media (max-width:575px) {
  .hero-slider .slick-dots li {
    width: 25%;
  }
}
.hero-slider .slick-dots li::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -12px;
  height: 25px;
  width: 25px;
  background: #303032;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  opacity: 0;
}
.hero-slider .slick-dots li a {
  font-family: "Nunito Sans", Roboto, sans-serif;
  display: block;
  position: relative;
  text-align: center;
  transition: .3s ease;
  color: #303032;
}
.hero-slider .slick-dots li a i {
  font-family: "Nunito Sans", Roboto, sans-serif;
  display: inline-block;
  font-size: 30px;
  line-height: 80px;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width:991px) {
  .hero-slider .slick-dots li a i {
    font-family: "Nunito Sans", Roboto, sans-serif;
    font-size: 20px;
    margin-right: 5px;
  }
}
@media (max-width:767px) {
  .hero-slider .slick-dots li a i {
    font-family: "Nunito Sans", Roboto, sans-serif;
    margin: 0;
  }
}
.hero-slider .slick-dots li a span {
  font-family: "Nunito Sans", Roboto, sans-serif;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width:991px) {
  .hero-slider .slick-dots li a span {
    font-family: "Nunito Sans", Roboto, sans-serif;
    font-size: 15px;
  }
}
@media (max-width:767px) {
  .hero-slider.methods .slick-dots li a span {
    display: block;
    padding: 1px;
    font-size: 11px;
  }
  .hero-slider.methods .slick-dots li {
    padding: 1px;
    margin: 0 2px 1px;
    width: auto;
  }
  .hero-slider.methods .slick-dots {
    margin-top: -2em;
    padding-right: 0;
    padding-left: 0;
  }
}
.hero-slider .slick-dots li.slick-active {
  background: #cf0300;
}
.hero-slider .slick-dots li.slick-active a {
  color: #fff;
}
.hero-slider .slick-dots li.slick-active::before {
  opacity: 1;
}
.hero-content h4 {
  letter-spacing: .5px;
}
.progress {
  border-radius: 35px;
  overflow: visible;
  margin-bottom: 35px;
}
.progress-bar {
  background-color: #303032;
  border-radius: 35px;
  position: relative;
}
.progress-bar-value {
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #303032;
  padding: 5px 9px;
  position: absolute;
  top: -35px;
  right: -15px;
  border-radius: 5px;
}
.progress-bar-value::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  background: #303032;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.card-header:first-child {
  border-radius: 35px;
}
#accordion .card-header {
  border: 1px solid #000!important;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slider .testimonial:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
}
.testimonial-icon {
  color: #d30808;
  font-size: 14px;
}
.img-box {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.star-rating i {
  color: #e1e10b;
}
.feature-box, .feature-box-right {
  float: left;
}
.feature-box i {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 40px;
  color: #c91e00;
}
.feature-box .float-left {
  width: 15%;
}
.feature-box .float-right {
  width: 80%;
}
.feature-box-right .float-left {
  width: 80%;
}
.feature-box-right .float-right {
  width: 15%;
}
.consultation {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-img-wrapper {
  position: relative;
}
.card-img-wrapper::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: .2s;
}
.card-body-2 {
  position: relative;
  transition: .2s ease;
  border-radius: 0 0 5px 5px;
}
.card-body-2::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background: #fff;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  transition: .2s ease;
}
.card:hover .card-img-wrapper::before {
  opacity: .4;
}
.card:hover .card-body-2 {
  background: #e84444;
}
.card:hover .card-body-2 a, .card:hover .card-body-2 h5, .card:hover .card-body-2 h6 {
  color: #fff;
}
.card:hover .card-body-2::before {
  background: #e84444;
}
.overlay-rounded-top::before {
  border-radius: 5px 5px 0 0;
}
.about {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-video {
  min-height: 300px;
}
.about-slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about h2 {
  font-size: 30px;
}
.about ol, .about ul {
  padding-left: 25px;
  margin-bottom: 15px;
}
.about ol li, .about ul li {
  position: relative;
}
.about ol li::before {
  position: absolute;
  font-family: themify;
  content: "\e65d";
  color: #e84444;
  height: 15px;
  width: 15px;
  left: -20px;
  top: 0;
}
.about ul li::before {
  position: absolute;
  font-family: themify;
  content: "\e65d";
  color: #e84444;
  height: 15px;
  width: 15px;
  left: -20px;
  top: 0;
}
.about-cv aside {
  background: #e84444;
}
.about-cv .list-inline .list-inline-item:before {
  display: none;
}
.about-cv .list-inline .social-icon-outline {
  border: 1px solid #e84444;
}
.about-cv .list-inline .social-icon-outline i {
  color: #e84444;
}
aside.case-right ul li {
  list-style: none;
}
.clients {
  background-position: center right;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media (max-width:991px) {
  .clients {
    background-size: cover!important;
    background-position: center center;
    text-align: center;
  }
}
.clients ul li {
  height: 66px;
}
.clients ul li img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.process-item {
  width: 330px;
}
@media (max-width:1199px) {
  .process-item {
    width: unset;
  }
}
.process-item-number {
  position: absolute;
  left: -35px;
  top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  box-shadow: -5px 0 40px 0 rgba(0, 0, 0, .1);
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #222;
}
@media (max-width:1199px) {
  .process-item-number {
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.process-item h5 {
  margin-bottom: 5px;
  color: #e84444;
}
img.arrow-top {
  position: absolute;
  top: 220px;
  right: 250px;
}
@media (max-width:1199px) {
  img.arrow-top {
    display: none;
  }
}
img.arrow-bottom {
  position: absolute;
  bottom: 100px;
  left: 250px;
}
@media (max-width:1199px) {
  img.arrow-bottom {
    display: none;
  }
}
.service-menu li.active {
  position: relative;
}
.service .card {
  border-radius: .5rem;
}
.square-icon.btn-primary {
  width: 80px;
  height: 80px;
  border: 0;
}
.service-menu li.active a {
  background: #303032;
  color: #fff!important;
}
.service-menu li.active::before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  background: #303032;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.service-detail h1 {
  font-size: 2.5rem;
}
.service-detail .post-content h4 {
  margin-bottom: 10px;
}
@media (max-width:991px) {
  .service-menu li.active::before {
    display: none;
  }
}
.service-menu li:hover a {
  color: #fff!important;
  background: #303032;
}
.card-link:hover h4 {
  color: #c91e00;
}
.work-slider-image {
  position: relative;
}
.work-slider-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  height: 100%;
  width: 100%;
  padding: 15px 25px;
  opacity: 0;
  transition: .2s;
}
.work-slider-image .image-overlay i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 24px;
  transition: .2s ease;
  padding: 10px;
}
.work-slider-image .image-overlay i:hover {
  font-size: 30px;
}
.work-slider-image .image-overlay a.h4 {
  position: absolute;
  bottom: 50px;
  color: #fff;
  transition: .2s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.work-slider-image .image-overlay a.h4:hover {
  color: #e84444;
}
.work-slider-image .image-overlay p {
  position: absolute;
  bottom: 15px;
  color: #fff;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  transition: .3s ease;
  transition-delay: .1s;
}
.work-slider-image:hover .image-overlay {
  opacity: 1;
}
.work-slider-image:hover a.h4, .work-slider-image:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.work-slider .slick-dots {
  padding-left: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.work-slider .slick-dots li {
  margin: 0 14px;
}
@media (max-width:400px) {
  .work-slider .slick-dots li {
    margin: 0 2px;
  }
}
.work-slider .slick-dots li:first-child {
  margin-left: 0;
}
.work-slider .slick-dots li button {
  height: 10px;
  width: 40px;
  border-radius: 25px;
  color: transparent;
  overflow: hidden;
  border: 0;
  border: 2px solid #e5e5e5;
  background: 0 0;
  outline: 0;
  display: block;
}
.work-slider .slick-dots li button::before {
  display: none;
}
@media (max-width:400px) {
  .work-slider .slick-dots li button {
    width: 10px;
  }
}
.work-slider .slick-dots li.slick-active button {
  border-color: #e84444;
}
.project-menu ul li {
  width: auto;
  height: auto;
  padding: 5px 14px;
  border-radius: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  background: #f7f7f7;
  margin: 0 7px 10px;
}
.project-menu ul li.active {
  background: #d60000;
  color: #fff;
}
.project-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: .2s ease;
}
.project-info a {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 40px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.project-info a:hover {
  color: #e84444;
}
.project-info p {
  position: absolute;
  left: 25px;
  bottom: 0;
  color: #fff;
  transition: .2s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition-delay: .1s;
}
.project-info p i {
  margin-right: 5px;
}
.project-info:hover {
  opacity: 1;
}
.project-info:hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.project-info:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: .7;
}
.project-content h3 {
  margin-bottom: 10px;
}
.project-content p {
  margin-bottom: 40px;
}
.project-content img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.project-content h6 {
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  margin-bottom: 25px;
  position: relative;
  margin-left: 20px;
}
.project-content h6::before {
  position: absolute;
  content: "\e65d";
  font-family: themify;
  top: 0;
  left: -20px;
  color: #e84444;
}
.project-content figure {
  margin-top: 15px;
  text-align: center;
}
.figure {
  text-align: center!important;
}
.post-slider {
  position: relative;
}
.search-wrapper {
  position: relative;
}
.search-wrapper input {
  background: #f5f5f5;
  border-radius: 30px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 13px;
}
.search-wrapper::before {
  content: "\e610";
  font-family: themify;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.tag-list li {
  margin-bottom: 7px;
}
ul.tag-list li a {
  color: #0e0e0e;
  padding: 4px 8px;
  display: block;
  border: 1px solid #afabab;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  transition: .3s ease;
}
ul.tag-list li a:hover {
  background: #e84444;
  border-color: #e84444;
  color: #fff;
}
.newsletter .form-control {
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 13px;
}
.share-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
.share-icon i {
  color: #fff;
}
.sidebar-box-shadow {
  box-shadow: -3px 0 3px 0 rgba(0, 0, 0, .06);
}
.sidebar-box-shadow.right-side {
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, .06);
}
.post-content ol {
  padding-left: 20px;
  margin-bottom: 50px;
}
.post-content ol li {
  font-family: "Nunito Sans", Roboto, sans-serif;
  position: relative;
  margin-bottom: 5px;
}
.post-content h4 {
  margin-bottom: 50px;
}
.recent-post-thumb {
  max-width: 100px;
}
.form-control {
  border-radius: 5px;
  padding: 0 15px 2px;
  height: 40px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}
.form-control:focus {
  border-color: #e84444;
  box-shadow: none!important;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-ms-input-placeholder {
  color: #666;
}
.form-control::placeholder {
  color: #666;
}
.contat-lists {
  height: 100%;
}
.contact-info {
  background: radial-gradient(circle, rgba(247, 247, 247, 1) 46%, rgba(237, 237, 237, 1) 100%);
  height: 94%;
  border-radius: 7px;
}
.contact-info .icon {
  position: absolute;
  left: 0;
  top: -47%;
  right: 0;
  bottom: 0;
  margin: auto!important;
  max-width: 90px;
  height: 90px;
  line-height: normal;
  padding: 20px;
}
.contact-info .info {
  position: absolute;
  top: 53%;
  font-size: .8em;
  text-align: center;
  width: 77%;
  margin: auto;
  left: 0;
  right: 0;
}
.contact-info .info p {
  line-height: 19px;
}
.mc-field-group input {
  border-radius: 5px!important;
  padding: 0 15px 2px!important;
  height: 40px!important;
  margin-bottom: 15px!important;
  border: 1px solid #e5e5e5!important;
  font-family: "Nunito Sans", Roboto, sans-serif!important;
  font-weight: 600 !important font-size:14px!important;
  color: #666!important;
  width: 100%!important;
}
#mc-embedded-subscribe {
  font-size: 14px!important;
  font-family: "Nunito Sans", Roboto, sans-serif!important;
  text-transform: capitalize!important;
  padding: 13px 40px!important;
  border-radius: 35px!important;
  font-weight: 600!important;
  border: 0!important;
  position: relative;
  z-index: 1;
  transition: .2s ease!important;
  background-color: #e84444!important;
  color: #fff!important;
  height: unset!important;
}
#mc-embedded-subscribe:focus {
  outline: 0;
  box-shadow: none!important;
}
#mc-embedded-subscribe:active {
  box-shadow: none!important;
}
#mc-embedded-subscribe:active {
  background-color: #e84444!important;
}
#mc-embedded-subscribe:hover {
  background-color: #ee7171!important;
}
.map {
  position: relative;
}
.signup {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1);
}
.signup-form {
  padding: 50px 50px 50px 35px;
}
@media (max-width:1199px) {
  .signup-form {
    padding: 50px 15px 50px 0;
  }
}
@media (max-width:767px) {
  .signup-form {
    padding: 50px;
  }
}
@media (max-width:575px) {
  .signup-form {
    text-align: center;
  }
}
.signup-form h4 {
  float: left;
  font-size: 26px;
  margin-bottom: 35px;
}
@media (max-width:575px) {
  .signup-form h4 {
    float: unset;
  }
}
.signup-form a {
  color: #e84444;
}
.signup-form .btn {
  margin-top: 30px;
}
.signup-form p.signup-with {
  display: inline-block;
  margin-top: 42px;
}
.signup-form ul {
  margin-top: 37px;
  display: inline-block;
}
.signup-form ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.social-icon-outline {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #fff;
  text-align: center;
  transition: .2s ease;
  display: inline-block;
}
.social-icon-outline i {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.social-icon-outline:hover {
  border-color: #e84444;
}
.footer-links {
  padding-left: 18px;
}
.footer-links li {
  margin-bottom: 20px;
  position: relative;
}
.footer-links li::before {
  position: absolute;
  font-family: themify;
  content: "\e649";
  top: 0;
  left: -20px;
  height: 12px;
  width: auto;
  color: #fff;
}
.footer-links li a {
  color: #fff;
  font-family: "Nunito Sans", Roboto, sans-serif;
  font-size: 14px;
  transition: .2s ease;
  display: block;
}
.footer-links li a:hover {
  text-decoration: underline;
  color: #e84444;
}
.form-control.subscribe {
  width: 100%;
  border-radius: 35px;
  border: 0;
  padding: 0 20px!important;
  height: 50px;
}
.btn-subscribe {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background: #e84444;
  transition: all linear .2s;
}
.btn-subscribe:hover {
  padding-left: 15px;
}
.btn-subscribe:focus {
  outline: 0;
}
.back-to-top {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background: #303032;
  top: -25px;
  right: 10px;
  border: 1px solid #454547;
  text-align: center;
  display: block;
  transition: .2s ease;
}
.back-to-top i {
  line-height: 50px;
}
.back-to-top:hover {
  border-color: #e84444;
}
.back-to-top:focus {
  outline: 0;
}
.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}
.navbar .dropdown-menu {
  border: none;
  background-color: #0060c8!important;
}
.navbar .dropdown-menu .nav-item {
  margin: 0;
  padding: 15px 0;
}
@media screen and (min-width:992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 45px;
  }
  .navbar .dropdown .dropdown-menu:hover, .navbar .dropdown:hover .dropdown-menu {
    display: block!important;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
  }
}
.bg1 {
  background: #f7f7f7
}
.bg2 {
  background: #fcfcfc
}
.bg3 {
  background: #000!important;
}
.hero-section h1 {
  font-size: 1.7em;
  font-family: "Nunito Sans", Roboto, sans-serif!important;
}
.hero-img-slider, .hero-img-slider img {
  border-radius: 8px;
}
.case .project-info {
  opacity: 1;
  height: 48px;
  bottom: 2px;
  top: auto;
  background: #fff;
  color: #000;
  position: relative;
  min-height: 100px;
  padding: 5px;
}
.case .project-info a {
  opacity: 1;
  position: relative;
  bottom: 0;
  display: block;
  transform: translateY(0);
  left: 0;
  color: #000;
}
.case .project-info a:hover {
  color: #d60000;
}
.case .project-info p {
  transform: translateY(0);
  opacity: 1;
  left: 0;
  color: #6b6565;
  line-height: normal;
  position: relative;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.btn-contact {
  margin-right: -50px;
}
.btn-sm2 {
  padding: 7px 14px!important;
  font-weight: 600!important;
}
.page-title .btn-sm2 {
  padding: 4px 8px!important;
  font-weight: 500!important;
}
.filtr-item.case .position-relative {
  box-shadow: 0 1.5px 15px rgba(37, 35, 40, .075), 0 1px 2px rgba(37, 35, 40, .05);
}
.filtr-item.case .position-relative:hover {
  box-shadow: 0 5px 18px rgba(37, 35, 40, .08), 0 2px 10px rgba(37, 35, 40, .05);
}
.br-pill {
  border-radius: 9999px;
}
.image-about {
  min-height: 140px;
  margin-bottom: 20px;
}
.image-about em {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.bg4 .section-title-border::after {
  box-shadow: 0 0 0 5px #f0f0f0;
}
.section.bg-secondary ol li {
  color: #fff;
}
.background-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.case-right {
  font-size: .82em;
}
.quote-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 16px;
}
.author-image {
  max-width: 50px;
  max-height: 50px;
}
.review-case {
  font-size: 1.3em;
}
.caption {
  font-size: 12px;
  text-align: center;
}
@media (max-width:575px) {
  .project-menu ul li {
    width: auto;
    padding: 5px;
    margin: 2px;
    font-size: 12px;
  }
  .socialfixed {
    position: relative;
    top: 0;
  }
  .socialfixed ul li {
    display: inline-block;
    margin: 3px;
  }
  .contact-info {
    text-align: center;
    margin-bottom: 15px!important;
    padding: 20px;
  }
  .contact-info .icon, .contact-info .info {
    position: static;
    margin-bottom: 15px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .project-menu ul li {
    width: auto;
    padding: 5px;
    font-size: 14px;
    margin: 0 4px 5px;
  }
  .contact-info {
    text-align: center;
    margin-bottom: 15px!important;
    padding: 20px;
  }
  .contact-info .icon, .contact-info .info {
    position: static;
  }
}
@media (max-width:1199px) {
  .pt-160 {
    padding-top: 304px
  }
}
