@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #457cbe;
  --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", "Noto Color Emoji";
  --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;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  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;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.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;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014   \A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media 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 0.2rem rgba(0, 123, 255, 0.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;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.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 .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media 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 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #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 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #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 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  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 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  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 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-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,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item: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,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.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,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.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;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.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: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -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: 0.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: 0.3125rem;
  padding-bottom: 0.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: 0.5rem;
  padding-bottom: 0.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: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 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, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a: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, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.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: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.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: 0.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;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.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-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.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;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.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 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.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: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action: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: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -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,
.carousel-item-prev {
  -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);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.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: translateX(0);
  transform: translateX(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-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #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-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !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-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !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-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-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-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  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;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    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;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    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;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    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;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !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-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  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-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !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;
  }
}

/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/@font-face{font-family:IcoFont;font-weight:400;font-style:Regular;src:url(/_next/static/fonts/icofont-50a4ab76e700a83e649be213f820fbbd.woff2) format("woff2"),url(/_next/static/fonts/icofont-f6ab04aed30a8643bf94fe00f7ff0b59.woff) format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-angry-monster:before{content:"\E800"}.icofont-bathtub:before{content:"\E801"}.icofont-bird-wings:before{content:"\E802"}.icofont-bow:before{content:"\E803"}.icofont-castle:before{content:"\E804"}.icofont-circuit:before{content:"\E805"}.icofont-crown-king:before{content:"\E806"}.icofont-crown-queen:before{content:"\E807"}.icofont-dart:before{content:"\E808"}.icofont-disability-race:before{content:"\E809"}.icofont-diving-goggle:before{content:"\E80A"}.icofont-eye-open:before{content:"\E80B"}.icofont-flora-flower:before{content:"\E80C"}.icofont-flora:before{content:"\E80D"}.icofont-gift-box:before{content:"\E80E"}.icofont-halloween-pumpkin:before{content:"\E80F"}.icofont-hand-power:before{content:"\E810"}.icofont-hand-thunder:before{content:"\E811"}.icofont-king-monster:before{content:"\E812"}.icofont-love:before{content:"\E813"}.icofont-magician-hat:before{content:"\E814"}.icofont-native-american:before{content:"\E815"}.icofont-owl-look:before{content:"\E816"}.icofont-phoenix:before{content:"\E817"}.icofont-robot-face:before{content:"\E818"}.icofont-sand-clock:before{content:"\E819"}.icofont-shield-alt:before{content:"\E81A"}.icofont-ship-wheel:before{content:"\E81B"}.icofont-skull-danger:before{content:"\E81C"}.icofont-skull-face:before{content:"\E81D"}.icofont-snowmobile:before{content:"\E81E"}.icofont-space-shuttle:before{content:"\E81F"}.icofont-star-shape:before{content:"\E820"}.icofont-swirl:before{content:"\E821"}.icofont-tattoo-wing:before{content:"\E822"}.icofont-throne:before{content:"\E823"}.icofont-tree-alt:before{content:"\E824"}.icofont-triangle:before{content:"\E825"}.icofont-unity-hand:before{content:"\E826"}.icofont-weed:before{content:"\E827"}.icofont-woman-bird:before{content:"\E828"}.icofont-bat:before{content:"\E829"}.icofont-bear-face:before{content:"\E82A"}.icofont-bear-tracks:before{content:"\E82B"}.icofont-bear:before{content:"\E82C"}.icofont-bird-alt:before{content:"\E82D"}.icofont-bird-flying:before{content:"\E82E"}.icofont-bird:before{content:"\E82F"}.icofont-birds:before{content:"\E830"}.icofont-bone:before{content:"\E831"}.icofont-bull:before{content:"\E832"}.icofont-butterfly-alt:before{content:"\E833"}.icofont-butterfly:before{content:"\E834"}.icofont-camel-alt:before{content:"\E835"}.icofont-camel-head:before{content:"\E836"}.icofont-camel:before{content:"\E837"}.icofont-cat-alt-1:before{content:"\E838"}.icofont-cat-alt-2:before{content:"\E839"}.icofont-cat-alt-3:before{content:"\E83A"}.icofont-cat-dog:before{content:"\E83B"}.icofont-cat-face:before{content:"\E83C"}.icofont-cat:before{content:"\E83D"}.icofont-cow-head:before{content:"\E83E"}.icofont-cow:before{content:"\E83F"}.icofont-crab:before{content:"\E840"}.icofont-crocodile:before{content:"\E841"}.icofont-deer-head:before{content:"\E842"}.icofont-dog-alt:before{content:"\E843"}.icofont-dog-barking:before{content:"\E844"}.icofont-dog:before{content:"\E845"}.icofont-dolphin:before{content:"\E846"}.icofont-duck-tracks:before{content:"\E847"}.icofont-eagle-head:before{content:"\E848"}.icofont-eaten-fish:before{content:"\E849"}.icofont-elephant-alt:before{content:"\E84A"}.icofont-elephant-head-alt:before{content:"\E84B"}.icofont-elephant-head:before{content:"\E84C"}.icofont-elephant:before{content:"\E84D"}.icofont-elk:before{content:"\E84E"}.icofont-fish-1:before{content:"\E84F"}.icofont-fish-2:before{content:"\E850"}.icofont-fish-3:before{content:"\E851"}.icofont-fish-4:before{content:"\E852"}.icofont-fish-5:before{content:"\E853"}.icofont-fish:before{content:"\E854"}.icofont-fox-alt:before{content:"\E855"}.icofont-fox:before{content:"\E856"}.icofont-frog-tracks:before{content:"\E857"}.icofont-frog:before{content:"\E858"}.icofont-froggy:before{content:"\E859"}.icofont-giraffe-head-1:before{content:"\E85A"}.icofont-giraffe-head-2:before{content:"\E85B"}.icofont-giraffe-head:before{content:"\E85C"}.icofont-giraffe:before{content:"\E85D"}.icofont-goat-head:before{content:"\E85E"}.icofont-gorilla:before{content:"\E85F"}.icofont-hen-tracks:before{content:"\E860"}.icofont-horse-head-1:before{content:"\E861"}.icofont-horse-head-2:before{content:"\E862"}.icofont-horse-head:before{content:"\E863"}.icofont-horse-tracks:before{content:"\E864"}.icofont-jellyfish:before{content:"\E865"}.icofont-kangaroo:before{content:"\E866"}.icofont-lemur:before{content:"\E867"}.icofont-lion-head-1:before{content:"\E868"}.icofont-lion-head-2:before{content:"\E869"}.icofont-lion-head:before{content:"\E86A"}.icofont-lion:before{content:"\E86B"}.icofont-monkey-2:before{content:"\E86C"}.icofont-monkey-3:before{content:"\E86D"}.icofont-monkey-face:before{content:"\E86E"}.icofont-monkey:before{content:"\E86F"}.icofont-octopus-alt:before{content:"\E870"}.icofont-octopus:before{content:"\E871"}.icofont-owl:before{content:"\E872"}.icofont-panda-face:before{content:"\E873"}.icofont-panda:before{content:"\E874"}.icofont-panther:before{content:"\E875"}.icofont-parrot-lip:before{content:"\E876"}.icofont-parrot:before{content:"\E877"}.icofont-paw:before{content:"\E878"}.icofont-pelican:before{content:"\E879"}.icofont-penguin:before{content:"\E87A"}.icofont-pig-face:before{content:"\E87B"}.icofont-pig:before{content:"\E87C"}.icofont-pigeon-1:before{content:"\E87D"}.icofont-pigeon-2:before{content:"\E87E"}.icofont-pigeon:before{content:"\E87F"}.icofont-rabbit:before{content:"\E880"}.icofont-rat:before{content:"\E881"}.icofont-rhino-head:before{content:"\E882"}.icofont-rhino:before{content:"\E883"}.icofont-rooster:before{content:"\E884"}.icofont-seahorse:before{content:"\E885"}.icofont-seal:before{content:"\E886"}.icofont-shrimp-alt:before{content:"\E887"}.icofont-shrimp:before{content:"\E888"}.icofont-snail-1:before{content:"\E889"}.icofont-snail-2:before{content:"\E88A"}.icofont-snail-3:before{content:"\E88B"}.icofont-snail:before{content:"\E88C"}.icofont-snake:before{content:"\E88D"}.icofont-squid:before{content:"\E88E"}.icofont-squirrel:before{content:"\E88F"}.icofont-tiger-face:before{content:"\E890"}.icofont-tiger:before{content:"\E891"}.icofont-turtle:before{content:"\E892"}.icofont-whale:before{content:"\E893"}.icofont-woodpecker:before{content:"\E894"}.icofont-zebra:before{content:"\E895"}.icofont-brand-acer:before{content:"\E896"}.icofont-brand-adidas:before{content:"\E897"}.icofont-brand-adobe:before{content:"\E898"}.icofont-brand-air-new-zealand:before{content:"\E899"}.icofont-brand-airbnb:before{content:"\E89A"}.icofont-brand-aircell:before{content:"\E89B"}.icofont-brand-airtel:before{content:"\E89C"}.icofont-brand-alcatel:before{content:"\E89D"}.icofont-brand-alibaba:before{content:"\E89E"}.icofont-brand-aliexpress:before{content:"\E89F"}.icofont-brand-alipay:before{content:"\E8A0"}.icofont-brand-amazon:before{content:"\E8A1"}.icofont-brand-amd:before{content:"\E8A2"}.icofont-brand-american-airlines:before{content:"\E8A3"}.icofont-brand-android-robot:before{content:"\E8A4"}.icofont-brand-android:before{content:"\E8A5"}.icofont-brand-aol:before{content:"\E8A6"}.icofont-brand-apple:before{content:"\E8A7"}.icofont-brand-appstore:before{content:"\E8A8"}.icofont-brand-asus:before{content:"\E8A9"}.icofont-brand-ati:before{content:"\E8AA"}.icofont-brand-att:before{content:"\E8AB"}.icofont-brand-audi:before{content:"\E8AC"}.icofont-brand-axiata:before{content:"\E8AD"}.icofont-brand-bada:before{content:"\E8AE"}.icofont-brand-bbc:before{content:"\E8AF"}.icofont-brand-bing:before{content:"\E8B0"}.icofont-brand-blackberry:before{content:"\E8B1"}.icofont-brand-bmw:before{content:"\E8B2"}.icofont-brand-box:before{content:"\E8B3"}.icofont-brand-burger-king:before{content:"\E8B4"}.icofont-brand-business-insider:before{content:"\E8B5"}.icofont-brand-buzzfeed:before{content:"\E8B6"}.icofont-brand-cannon:before{content:"\E8B7"}.icofont-brand-casio:before{content:"\E8B8"}.icofont-brand-china-mobile:before{content:"\E8B9"}.icofont-brand-china-telecom:before{content:"\E8BA"}.icofont-brand-china-unicom:before{content:"\E8BB"}.icofont-brand-cisco:before{content:"\E8BC"}.icofont-brand-citibank:before{content:"\E8BD"}.icofont-brand-cnet:before{content:"\E8BE"}.icofont-brand-cnn:before{content:"\E8BF"}.icofont-brand-cocal-cola:before{content:"\E8C0"}.icofont-brand-compaq:before{content:"\E8C1"}.icofont-brand-debian:before{content:"\E8C2"}.icofont-brand-delicious:before{content:"\E8C3"}.icofont-brand-dell:before{content:"\E8C4"}.icofont-brand-designbump:before{content:"\E8C5"}.icofont-brand-designfloat:before{content:"\E8C6"}.icofont-brand-disney:before{content:"\E8C7"}.icofont-brand-dodge:before{content:"\E8C8"}.icofont-brand-dove:before{content:"\E8C9"}.icofont-brand-drupal:before{content:"\E8CA"}.icofont-brand-ebay:before{content:"\E8CB"}.icofont-brand-eleven:before{content:"\E8CC"}.icofont-brand-emirates:before{content:"\E8CD"}.icofont-brand-espn:before{content:"\E8CE"}.icofont-brand-etihad-airways:before{content:"\E8CF"}.icofont-brand-etisalat:before{content:"\E8D0"}.icofont-brand-etsy:before{content:"\E8D1"}.icofont-brand-fastrack:before{content:"\E8D2"}.icofont-brand-fedex:before{content:"\E8D3"}.icofont-brand-ferrari:before{content:"\E8D4"}.icofont-brand-fitbit:before{content:"\E8D5"}.icofont-brand-flikr:before{content:"\E8D6"}.icofont-brand-forbes:before{content:"\E8D7"}.icofont-brand-foursquare:before{content:"\E8D8"}.icofont-brand-foxconn:before{content:"\E8D9"}.icofont-brand-fujitsu:before{content:"\E8DA"}.icofont-brand-general-electric:before{content:"\E8DB"}.icofont-brand-gillette:before{content:"\E8DC"}.icofont-brand-gizmodo:before{content:"\E8DD"}.icofont-brand-gnome:before{content:"\E8DE"}.icofont-brand-google:before{content:"\E8DF"}.icofont-brand-gopro:before{content:"\E8E0"}.icofont-brand-gucci:before{content:"\E8E1"}.icofont-brand-hallmark:before{content:"\E8E2"}.icofont-brand-hi5:before{content:"\E8E3"}.icofont-brand-honda:before{content:"\E8E4"}.icofont-brand-hp:before{content:"\E8E5"}.icofont-brand-hsbc:before{content:"\E8E6"}.icofont-brand-htc:before{content:"\E8E7"}.icofont-brand-huawei:before{content:"\E8E8"}.icofont-brand-hulu:before{content:"\E8E9"}.icofont-brand-hyundai:before{content:"\E8EA"}.icofont-brand-ibm:before{content:"\E8EB"}.icofont-brand-icofont:before{content:"\E8EC"}.icofont-brand-icq:before{content:"\E8ED"}.icofont-brand-ikea:before{content:"\E8EE"}.icofont-brand-imdb:before{content:"\E8EF"}.icofont-brand-indiegogo:before{content:"\E8F0"}.icofont-brand-intel:before{content:"\E8F1"}.icofont-brand-ipair:before{content:"\E8F2"}.icofont-brand-jaguar:before{content:"\E8F3"}.icofont-brand-java:before{content:"\E8F4"}.icofont-brand-joomla:before{content:"\E8F5"}.icofont-brand-kickstarter:before{content:"\E8F6"}.icofont-brand-kik:before{content:"\E8F7"}.icofont-brand-lastfm:before{content:"\E8F8"}.icofont-brand-lego:before{content:"\E8F9"}.icofont-brand-lenovo:before{content:"\E8FA"}.icofont-brand-levis:before{content:"\E8FB"}.icofont-brand-lexus:before{content:"\E8FC"}.icofont-brand-lg:before{content:"\E8FD"}.icofont-brand-life-hacker:before{content:"\E8FE"}.icofont-brand-linux-mint:before{content:"\E8FF"}.icofont-brand-linux:before{content:"\E900"}.icofont-brand-lionix:before{content:"\E901"}.icofont-brand-loreal:before{content:"\E902"}.icofont-brand-louis-vuitton:before{content:"\E903"}.icofont-brand-mac-os:before{content:"\E904"}.icofont-brand-marvel-app:before{content:"\E905"}.icofont-brand-mashable:before{content:"\E906"}.icofont-brand-mazda:before{content:"\E907"}.icofont-brand-mcdonals:before{content:"\E908"}.icofont-brand-mercedes:before{content:"\E909"}.icofont-brand-micromax:before{content:"\E90A"}.icofont-brand-microsoft:before{content:"\E90B"}.icofont-brand-mobileme:before{content:"\E90C"}.icofont-brand-mobily:before{content:"\E90D"}.icofont-brand-motorola:before{content:"\E90E"}.icofont-brand-msi:before{content:"\E90F"}.icofont-brand-mts:before{content:"\E910"}.icofont-brand-myspace:before{content:"\E911"}.icofont-brand-mytv:before{content:"\E912"}.icofont-brand-nasa:before{content:"\E913"}.icofont-brand-natgeo:before{content:"\E914"}.icofont-brand-nbc:before{content:"\E915"}.icofont-brand-nescafe:before{content:"\E916"}.icofont-brand-nestle:before{content:"\E917"}.icofont-brand-netflix:before{content:"\E918"}.icofont-brand-nexus:before{content:"\E919"}.icofont-brand-nike:before{content:"\E91A"}.icofont-brand-nokia:before{content:"\E91B"}.icofont-brand-nvidia:before{content:"\E91C"}.icofont-brand-omega:before{content:"\E91D"}.icofont-brand-opensuse:before{content:"\E91E"}.icofont-brand-oracle:before{content:"\E91F"}.icofont-brand-panasonic:before{content:"\E920"}.icofont-brand-paypal:before{content:"\E921"}.icofont-brand-pepsi:before{content:"\E922"}.icofont-brand-philips:before{content:"\E923"}.icofont-brand-pizza-hut:before{content:"\E924"}.icofont-brand-playstation:before{content:"\E925"}.icofont-brand-puma:before{content:"\E926"}.icofont-brand-qatar-air:before{content:"\E927"}.icofont-brand-qvc:before{content:"\E928"}.icofont-brand-readernaut:before{content:"\E929"}.icofont-brand-redbull:before{content:"\E92A"}.icofont-brand-reebok:before{content:"\E92B"}.icofont-brand-reuters:before{content:"\E92C"}.icofont-brand-samsung:before{content:"\E92D"}.icofont-brand-sap:before{content:"\E92E"}.icofont-brand-saudia-airlines:before{content:"\E92F"}.icofont-brand-scribd:before{content:"\E930"}.icofont-brand-shell:before{content:"\E931"}.icofont-brand-siemens:before{content:"\E932"}.icofont-brand-sk-telecom:before{content:"\E933"}.icofont-brand-slideshare:before{content:"\E934"}.icofont-brand-smashing-magazine:before{content:"\E935"}.icofont-brand-snapchat:before{content:"\E936"}.icofont-brand-sony-ericsson:before{content:"\E937"}.icofont-brand-sony:before{content:"\E938"}.icofont-brand-soundcloud:before{content:"\E939"}.icofont-brand-sprint:before{content:"\E93A"}.icofont-brand-squidoo:before{content:"\E93B"}.icofont-brand-starbucks:before{content:"\E93C"}.icofont-brand-stc:before{content:"\E93D"}.icofont-brand-steam:before{content:"\E93E"}.icofont-brand-suzuki:before{content:"\E93F"}.icofont-brand-symbian:before{content:"\E940"}.icofont-brand-t-mobile:before{content:"\E941"}.icofont-brand-tango:before{content:"\E942"}.icofont-brand-target:before{content:"\E943"}.icofont-brand-tata-indicom:before{content:"\E944"}.icofont-brand-techcrunch:before{content:"\E945"}.icofont-brand-telenor:before{content:"\E946"}.icofont-brand-teliasonera:before{content:"\E947"}.icofont-brand-tesla:before{content:"\E948"}.icofont-brand-the-verge:before{content:"\E949"}.icofont-brand-thenextweb:before{content:"\E94A"}.icofont-brand-toshiba:before{content:"\E94B"}.icofont-brand-toyota:before{content:"\E94C"}.icofont-brand-tribenet:before{content:"\E94D"}.icofont-brand-ubuntu:before{content:"\E94E"}.icofont-brand-unilever:before{content:"\E94F"}.icofont-brand-vaio:before{content:"\E950"}.icofont-brand-verizon:before{content:"\E951"}.icofont-brand-viber:before{content:"\E952"}.icofont-brand-vodafone:before{content:"\E953"}.icofont-brand-volkswagen:before{content:"\E954"}.icofont-brand-walmart:before{content:"\E955"}.icofont-brand-warnerbros:before{content:"\E956"}.icofont-brand-whatsapp:before{content:"\E957"}.icofont-brand-wikipedia:before{content:"\E958"}.icofont-brand-windows:before{content:"\E959"}.icofont-brand-wire:before{content:"\E95A"}.icofont-brand-wordpress:before{content:"\E95B"}.icofont-brand-xiaomi:before{content:"\E95C"}.icofont-brand-yahoobuzz:before{content:"\E95D"}.icofont-brand-yamaha:before{content:"\E95E"}.icofont-brand-youtube:before{content:"\E95F"}.icofont-brand-zain:before{content:"\E960"}.icofont-bank-alt:before{content:"\E961"}.icofont-bank:before{content:"\E962"}.icofont-barcode:before{content:"\E963"}.icofont-bill-alt:before{content:"\E964"}.icofont-billboard:before{content:"\E965"}.icofont-briefcase-1:before{content:"\E966"}.icofont-briefcase-2:before{content:"\E967"}.icofont-businessman:before{content:"\E968"}.icofont-businesswoman:before{content:"\E969"}.icofont-chair:before{content:"\E96A"}.icofont-coins:before{content:"\E96B"}.icofont-company:before{content:"\E96C"}.icofont-contact-add:before{content:"\E96D"}.icofont-files-stack:before{content:"\E96E"}.icofont-handshake-deal:before{content:"\E96F"}.icofont-id-card:before{content:"\E970"}.icofont-meeting-add:before{content:"\E971"}.icofont-money-bag:before{content:"\E972"}.icofont-pie-chart:before{content:"\E973"}.icofont-presentation-alt:before{content:"\E974"}.icofont-presentation:before{content:"\E975"}.icofont-stamp:before{content:"\E976"}.icofont-stock-mobile:before{content:"\E977"}.icofont-chart-arrows-axis:before{content:"\E978"}.icofont-chart-bar-graph:before{content:"\E979"}.icofont-chart-flow-1:before{content:"\E97A"}.icofont-chart-flow-2:before{content:"\E97B"}.icofont-chart-flow:before{content:"\E97C"}.icofont-chart-growth:before{content:"\E97D"}.icofont-chart-histogram-alt:before{content:"\E97E"}.icofont-chart-histogram:before{content:"\E97F"}.icofont-chart-line-alt:before{content:"\E980"}.icofont-chart-line:before{content:"\E981"}.icofont-chart-pie-alt:before{content:"\E982"}.icofont-chart-pie:before{content:"\E983"}.icofont-chart-radar-graph:before{content:"\E984"}.icofont-architecture-alt:before{content:"\E985"}.icofont-architecture:before{content:"\E986"}.icofont-barricade:before{content:"\E987"}.icofont-bolt:before{content:"\E988"}.icofont-bricks:before{content:"\E989"}.icofont-building-alt:before{content:"\E98A"}.icofont-bull-dozer:before{content:"\E98B"}.icofont-calculations:before{content:"\E98C"}.icofont-cement-mix:before{content:"\E98D"}.icofont-cement-mixer:before{content:"\E98E"}.icofont-concrete-mixer:before{content:"\E98F"}.icofont-danger-zone:before{content:"\E990"}.icofont-drill:before{content:"\E991"}.icofont-eco-energy:before{content:"\E992"}.icofont-eco-environmen:before{content:"\E993"}.icofont-energy-air:before{content:"\E994"}.icofont-energy-oil:before{content:"\E995"}.icofont-energy-savings:before{content:"\E996"}.icofont-energy-solar:before{content:"\E997"}.icofont-energy-water:before{content:"\E998"}.icofont-engineer:before{content:"\E999"}.icofont-fire-extinguisher-alt:before{content:"\E99A"}.icofont-fire-extinguisher:before{content:"\E99B"}.icofont-fix-tools:before{content:"\E99C"}.icofont-fork-lift:before{content:"\E99D"}.icofont-glue-oil:before{content:"\E99E"}.icofont-hammer-alt:before{content:"\E99F"}.icofont-hammer:before{content:"\E9A0"}.icofont-help-robot:before{content:"\E9A1"}.icofont-industries-1:before{content:"\E9A2"}.icofont-industries-2:before{content:"\E9A3"}.icofont-industries-3:before{content:"\E9A4"}.icofont-industries-4:before{content:"\E9A5"}.icofont-industries-5:before{content:"\E9A6"}.icofont-industries:before{content:"\E9A7"}.icofont-labour:before{content:"\E9A8"}.icofont-mining:before{content:"\E9A9"}.icofont-paint-brush:before{content:"\E9AA"}.icofont-pollution:before{content:"\E9AB"}.icofont-power-zone:before{content:"\E9AC"}.icofont-radio-active:before{content:"\E9AD"}.icofont-recycle-alt:before{content:"\E9AE"}.icofont-recycling-man:before{content:"\E9AF"}.icofont-safety-hat-light:before{content:"\E9B0"}.icofont-safety-hat:before{content:"\E9B1"}.icofont-saw:before{content:"\E9B2"}.icofont-screw-driver:before{content:"\E9B3"}.icofont-tools-1:before{content:"\E9B4"}.icofont-tools-bag:before{content:"\E9B5"}.icofont-tow-truck:before{content:"\E9B6"}.icofont-trolley:before{content:"\E9B7"}.icofont-trowel:before{content:"\E9B8"}.icofont-under-construction-alt:before{content:"\E9B9"}.icofont-under-construction:before{content:"\E9BA"}.icofont-vehicle-cement:before{content:"\E9BB"}.icofont-vehicle-crane:before{content:"\E9BC"}.icofont-vehicle-delivery-van:before{content:"\E9BD"}.icofont-vehicle-dozer:before{content:"\E9BE"}.icofont-vehicle-excavator:before{content:"\E9BF"}.icofont-vehicle-trucktor:before{content:"\E9C0"}.icofont-vehicle-wrecking:before{content:"\E9C1"}.icofont-worker:before{content:"\E9C2"}.icofont-workers-group:before{content:"\E9C3"}.icofont-wrench:before{content:"\E9C4"}.icofont-afghani-false:before{content:"\E9C5"}.icofont-afghani-minus:before{content:"\E9C6"}.icofont-afghani-plus:before{content:"\E9C7"}.icofont-afghani-true:before{content:"\E9C8"}.icofont-afghani:before{content:"\E9C9"}.icofont-baht-false:before{content:"\E9CA"}.icofont-baht-minus:before{content:"\E9CB"}.icofont-baht-plus:before{content:"\E9CC"}.icofont-baht-true:before{content:"\E9CD"}.icofont-baht:before{content:"\E9CE"}.icofont-bitcoin-false:before{content:"\E9CF"}.icofont-bitcoin-minus:before{content:"\E9D0"}.icofont-bitcoin-plus:before{content:"\E9D1"}.icofont-bitcoin-true:before{content:"\E9D2"}.icofont-bitcoin:before{content:"\E9D3"}.icofont-dollar-flase:before{content:"\E9D4"}.icofont-dollar-minus:before{content:"\E9D5"}.icofont-dollar-plus:before{content:"\E9D6"}.icofont-dollar-true:before{content:"\E9D7"}.icofont-dollar:before{content:"\E9D8"}.icofont-dong-false:before{content:"\E9D9"}.icofont-dong-minus:before{content:"\E9DA"}.icofont-dong-plus:before{content:"\E9DB"}.icofont-dong-true:before{content:"\E9DC"}.icofont-dong:before{content:"\E9DD"}.icofont-euro-false:before{content:"\E9DE"}.icofont-euro-minus:before{content:"\E9DF"}.icofont-euro-plus:before{content:"\E9E0"}.icofont-euro-true:before{content:"\E9E1"}.icofont-euro:before{content:"\E9E2"}.icofont-frank-false:before{content:"\E9E3"}.icofont-frank-minus:before{content:"\E9E4"}.icofont-frank-plus:before{content:"\E9E5"}.icofont-frank-true:before{content:"\E9E6"}.icofont-frank:before{content:"\E9E7"}.icofont-hryvnia-false:before{content:"\E9E8"}.icofont-hryvnia-minus:before{content:"\E9E9"}.icofont-hryvnia-plus:before{content:"\E9EA"}.icofont-hryvnia-true:before{content:"\E9EB"}.icofont-hryvnia:before{content:"\E9EC"}.icofont-lira-false:before{content:"\E9ED"}.icofont-lira-minus:before{content:"\E9EE"}.icofont-lira-plus:before{content:"\E9EF"}.icofont-lira-true:before{content:"\E9F0"}.icofont-lira:before{content:"\E9F1"}.icofont-peseta-false:before{content:"\E9F2"}.icofont-peseta-minus:before{content:"\E9F3"}.icofont-peseta-plus:before{content:"\E9F4"}.icofont-peseta-true:before{content:"\E9F5"}.icofont-peseta:before{content:"\E9F6"}.icofont-peso-false:before{content:"\E9F7"}.icofont-peso-minus:before{content:"\E9F8"}.icofont-peso-plus:before{content:"\E9F9"}.icofont-peso-true:before{content:"\E9FA"}.icofont-peso:before{content:"\E9FB"}.icofont-pound-false:before{content:"\E9FC"}.icofont-pound-minus:before{content:"\E9FD"}.icofont-pound-plus:before{content:"\E9FE"}.icofont-pound-true:before{content:"\E9FF"}.icofont-pound:before{content:"\EA00"}.icofont-renminbi-false:before{content:"\EA01"}.icofont-renminbi-minus:before{content:"\EA02"}.icofont-renminbi-plus:before{content:"\EA03"}.icofont-renminbi-true:before{content:"\EA04"}.icofont-renminbi:before{content:"\EA05"}.icofont-riyal-false:before{content:"\EA06"}.icofont-riyal-minus:before{content:"\EA07"}.icofont-riyal-plus:before{content:"\EA08"}.icofont-riyal-true:before{content:"\EA09"}.icofont-riyal:before{content:"\EA0A"}.icofont-rouble-false:before{content:"\EA0B"}.icofont-rouble-minus:before{content:"\EA0C"}.icofont-rouble-plus:before{content:"\EA0D"}.icofont-rouble-true:before{content:"\EA0E"}.icofont-rouble:before{content:"\EA0F"}.icofont-rupee-false:before{content:"\EA10"}.icofont-rupee-minus:before{content:"\EA11"}.icofont-rupee-plus:before{content:"\EA12"}.icofont-rupee-true:before{content:"\EA13"}.icofont-rupee:before{content:"\EA14"}.icofont-taka-false:before{content:"\EA15"}.icofont-taka-minus:before{content:"\EA16"}.icofont-taka-plus:before{content:"\EA17"}.icofont-taka-true:before{content:"\EA18"}.icofont-taka:before{content:"\EA19"}.icofont-turkish-lira-false:before{content:"\EA1A"}.icofont-turkish-lira-minus:before{content:"\EA1B"}.icofont-turkish-lira-plus:before{content:"\EA1C"}.icofont-turkish-lira-true:before{content:"\EA1D"}.icofont-turkish-lira:before{content:"\EA1E"}.icofont-won-false:before{content:"\EA1F"}.icofont-won-minus:before{content:"\EA20"}.icofont-won-plus:before{content:"\EA21"}.icofont-won-true:before{content:"\EA22"}.icofont-won:before{content:"\EA23"}.icofont-yen-false:before{content:"\EA24"}.icofont-yen-minus:before{content:"\EA25"}.icofont-yen-plus:before{content:"\EA26"}.icofont-yen-true:before{content:"\EA27"}.icofont-yen:before{content:"\EA28"}.icofont-android-nexus:before{content:"\EA29"}.icofont-android-tablet:before{content:"\EA2A"}.icofont-apple-watch:before{content:"\EA2B"}.icofont-drawing-tablet:before{content:"\EA2C"}.icofont-earphone:before{content:"\EA2D"}.icofont-flash-drive:before{content:"\EA2E"}.icofont-game-console:before{content:"\EA2F"}.icofont-game-controller:before{content:"\EA30"}.icofont-game-pad:before{content:"\EA31"}.icofont-game:before{content:"\EA32"}.icofont-headphone-alt-1:before{content:"\EA33"}.icofont-headphone-alt-2:before{content:"\EA34"}.icofont-headphone-alt-3:before{content:"\EA35"}.icofont-headphone-alt:before{content:"\EA36"}.icofont-headphone:before{content:"\EA37"}.icofont-htc-one:before{content:"\EA38"}.icofont-imac:before{content:"\EA39"}.icofont-ipad:before{content:"\EA3A"}.icofont-iphone:before{content:"\EA3B"}.icofont-ipod-nano:before{content:"\EA3C"}.icofont-ipod-touch:before{content:"\EA3D"}.icofont-keyboard-alt:before{content:"\EA3E"}.icofont-keyboard-wireless:before{content:"\EA3F"}.icofont-keyboard:before{content:"\EA40"}.icofont-laptop-alt:before{content:"\EA41"}.icofont-laptop:before{content:"\EA42"}.icofont-macbook:before{content:"\EA43"}.icofont-magic-mouse:before{content:"\EA44"}.icofont-micro-chip:before{content:"\EA45"}.icofont-microphone-alt:before{content:"\EA46"}.icofont-microphone:before{content:"\EA47"}.icofont-monitor:before{content:"\EA48"}.icofont-mouse:before{content:"\EA49"}.icofont-mp3-player:before{content:"\EA4A"}.icofont-nintendo:before{content:"\EA4B"}.icofont-playstation-alt:before{content:"\EA4C"}.icofont-psvita:before{content:"\EA4D"}.icofont-radio-mic:before{content:"\EA4E"}.icofont-radio:before{content:"\EA4F"}.icofont-refrigerator:before{content:"\EA50"}.icofont-samsung-galaxy:before{content:"\EA51"}.icofont-surface-tablet:before{content:"\EA52"}.icofont-ui-head-phone:before{content:"\EA53"}.icofont-ui-keyboard:before{content:"\EA54"}.icofont-washing-machine:before{content:"\EA55"}.icofont-wifi-router:before{content:"\EA56"}.icofont-wii-u:before{content:"\EA57"}.icofont-windows-lumia:before{content:"\EA58"}.icofont-wireless-mouse:before{content:"\EA59"}.icofont-xbox-360:before{content:"\EA5A"}.icofont-arrow-down:before{content:"\EA5B"}.icofont-arrow-left:before{content:"\EA5C"}.icofont-arrow-right:before{content:"\EA5D"}.icofont-arrow-up:before{content:"\EA5E"}.icofont-block-down:before{content:"\EA5F"}.icofont-block-left:before{content:"\EA60"}.icofont-block-right:before{content:"\EA61"}.icofont-block-up:before{content:"\EA62"}.icofont-bubble-down:before{content:"\EA63"}.icofont-bubble-left:before{content:"\EA64"}.icofont-bubble-right:before{content:"\EA65"}.icofont-bubble-up:before{content:"\EA66"}.icofont-caret-down:before{content:"\EA67"}.icofont-caret-left:before{content:"\EA68"}.icofont-caret-right:before{content:"\EA69"}.icofont-caret-up:before{content:"\EA6A"}.icofont-circled-down:before{content:"\EA6B"}.icofont-circled-left:before{content:"\EA6C"}.icofont-circled-right:before{content:"\EA6D"}.icofont-circled-up:before{content:"\EA6E"}.icofont-collapse:before{content:"\EA6F"}.icofont-cursor-drag:before{content:"\EA70"}.icofont-curved-double-left:before{content:"\EA71"}.icofont-curved-double-right:before{content:"\EA72"}.icofont-curved-down:before{content:"\EA73"}.icofont-curved-left:before{content:"\EA74"}.icofont-curved-right:before{content:"\EA75"}.icofont-curved-up:before{content:"\EA76"}.icofont-dotted-down:before{content:"\EA77"}.icofont-dotted-left:before{content:"\EA78"}.icofont-dotted-right:before{content:"\EA79"}.icofont-dotted-up:before{content:"\EA7A"}.icofont-double-left:before{content:"\EA7B"}.icofont-double-right:before{content:"\EA7C"}.icofont-expand-alt:before{content:"\EA7D"}.icofont-hand-down:before{content:"\EA7E"}.icofont-hand-drag:before{content:"\EA7F"}.icofont-hand-drag1:before{content:"\EA80"}.icofont-hand-drag2:before{content:"\EA81"}.icofont-hand-drawn-alt-down:before{content:"\EA82"}.icofont-hand-drawn-alt-left:before{content:"\EA83"}.icofont-hand-drawn-alt-right:before{content:"\EA84"}.icofont-hand-drawn-alt-up:before{content:"\EA85"}.icofont-hand-drawn-down:before{content:"\EA86"}.icofont-hand-drawn-left:before{content:"\EA87"}.icofont-hand-drawn-right:before{content:"\EA88"}.icofont-hand-drawn-up:before{content:"\EA89"}.icofont-hand-grippers:before{content:"\EA8A"}.icofont-hand-left:before{content:"\EA8B"}.icofont-hand-right:before{content:"\EA8C"}.icofont-hand-up:before{content:"\EA8D"}.icofont-line-block-down:before{content:"\EA8E"}.icofont-line-block-left:before{content:"\EA8F"}.icofont-line-block-right:before{content:"\EA90"}.icofont-line-block-up:before{content:"\EA91"}.icofont-long-arrow-down:before{content:"\EA92"}.icofont-long-arrow-left:before{content:"\EA93"}.icofont-long-arrow-right:before{content:"\EA94"}.icofont-long-arrow-up:before{content:"\EA95"}.icofont-rounded-collapse:before{content:"\EA96"}.icofont-rounded-double-left:before{content:"\EA97"}.icofont-rounded-double-right:before{content:"\EA98"}.icofont-rounded-down:before{content:"\EA99"}.icofont-rounded-expand:before{content:"\EA9A"}.icofont-rounded-left-down:before{content:"\EA9B"}.icofont-rounded-left-up:before{content:"\EA9C"}.icofont-rounded-left:before{content:"\EA9D"}.icofont-rounded-right-down:before{content:"\EA9E"}.icofont-rounded-right-up:before{content:"\EA9F"}.icofont-rounded-right:before{content:"\EAA0"}.icofont-rounded-up:before{content:"\EAA1"}.icofont-scroll-bubble-down:before{content:"\EAA2"}.icofont-scroll-bubble-left:before{content:"\EAA3"}.icofont-scroll-bubble-right:before{content:"\EAA4"}.icofont-scroll-bubble-up:before{content:"\EAA5"}.icofont-scroll-double-down:before{content:"\EAA6"}.icofont-scroll-double-left:before{content:"\EAA7"}.icofont-scroll-double-right:before{content:"\EAA8"}.icofont-scroll-double-up:before{content:"\EAA9"}.icofont-scroll-down:before{content:"\EAAA"}.icofont-scroll-left:before{content:"\EAAB"}.icofont-scroll-long-down:before{content:"\EAAC"}.icofont-scroll-long-left:before{content:"\EAAD"}.icofont-scroll-long-right:before{content:"\EAAE"}.icofont-scroll-long-up:before{content:"\EAAF"}.icofont-scroll-right:before{content:"\EAB0"}.icofont-scroll-up:before{content:"\EAB1"}.icofont-simple-down:before{content:"\EAB2"}.icofont-simple-left-down:before{content:"\EAB3"}.icofont-simple-left-up:before{content:"\EAB4"}.icofont-simple-left:before{content:"\EAB5"}.icofont-simple-right-down:before{content:"\EAB6"}.icofont-simple-right-up:before{content:"\EAB7"}.icofont-simple-right:before{content:"\EAB8"}.icofont-simple-up:before{content:"\EAB9"}.icofont-square-down:before{content:"\EABA"}.icofont-square-left:before{content:"\EABB"}.icofont-square-right:before{content:"\EABC"}.icofont-square-up:before{content:"\EABD"}.icofont-stylish-down:before{content:"\EABE"}.icofont-stylish-left:before{content:"\EABF"}.icofont-stylish-right:before{content:"\EAC0"}.icofont-stylish-up:before{content:"\EAC1"}.icofont-swoosh-down:before{content:"\EAC2"}.icofont-swoosh-left:before{content:"\EAC3"}.icofont-swoosh-right:before{content:"\EAC4"}.icofont-swoosh-up:before{content:"\EAC5"}.icofont-thin-double-left:before{content:"\EAC6"}.icofont-thin-double-right:before{content:"\EAC7"}.icofont-thin-down:before{content:"\EAC8"}.icofont-thin-left:before{content:"\EAC9"}.icofont-thin-right:before{content:"\EACA"}.icofont-thin-up:before{content:"\EACB"}.icofont-abc:before{content:"\EACC"}.icofont-atom:before{content:"\EACD"}.icofont-award:before{content:"\EACE"}.icofont-bell-alt:before{content:"\EACF"}.icofont-black-board:before{content:"\EAD0"}.icofont-book-alt:before{content:"\EAD1"}.icofont-book:before{content:"\EAD2"}.icofont-brainstorming:before{content:"\EAD3"}.icofont-certificate-alt-1:before{content:"\EAD4"}.icofont-certificate-alt-2:before{content:"\EAD5"}.icofont-certificate:before{content:"\EAD6"}.icofont-education:before{content:"\EAD7"}.icofont-electron:before{content:"\EAD8"}.icofont-fountain-pen:before{content:"\EAD9"}.icofont-globe-alt:before{content:"\EADA"}.icofont-graduate-alt:before{content:"\EADB"}.icofont-graduate:before{content:"\EADC"}.icofont-group-students:before{content:"\EADD"}.icofont-hat-alt:before{content:"\EADE"}.icofont-hat:before{content:"\EADF"}.icofont-instrument:before{content:"\EAE0"}.icofont-lamp-light:before{content:"\EAE1"}.icofont-medal:before{content:"\EAE2"}.icofont-microscope-alt:before{content:"\EAE3"}.icofont-microscope:before{content:"\EAE4"}.icofont-paper:before{content:"\EAE5"}.icofont-pen-alt-4:before{content:"\EAE6"}.icofont-pen-nib:before{content:"\EAE7"}.icofont-pencil-alt-5:before{content:"\EAE8"}.icofont-quill-pen:before{content:"\EAE9"}.icofont-read-book-alt:before{content:"\EAEA"}.icofont-read-book:before{content:"\EAEB"}.icofont-school-bag:before{content:"\EAEC"}.icofont-school-bus:before{content:"\EAED"}.icofont-student-alt:before{content:"\EAEE"}.icofont-student:before{content:"\EAEF"}.icofont-teacher:before{content:"\EAF0"}.icofont-test-bulb:before{content:"\EAF1"}.icofont-test-tube-alt:before{content:"\EAF2"}.icofont-university:before{content:"\EAF3"}.icofont-angry:before{content:"\EAF4"}.icofont-astonished:before{content:"\EAF5"}.icofont-confounded:before{content:"\EAF6"}.icofont-confused:before{content:"\EAF7"}.icofont-crying:before{content:"\EAF8"}.icofont-dizzy:before{content:"\EAF9"}.icofont-expressionless:before{content:"\EAFA"}.icofont-heart-eyes:before{content:"\EAFB"}.icofont-laughing:before{content:"\EAFC"}.icofont-nerd-smile:before{content:"\EAFD"}.icofont-open-mouth:before{content:"\EAFE"}.icofont-rage:before{content:"\EAFF"}.icofont-rolling-eyes:before{content:"\EB00"}.icofont-sad:before{content:"\EB01"}.icofont-simple-smile:before{content:"\EB02"}.icofont-slightly-smile:before{content:"\EB03"}.icofont-smirk:before{content:"\EB04"}.icofont-stuck-out-tongue:before{content:"\EB05"}.icofont-wink-smile:before{content:"\EB06"}.icofont-worried:before{content:"\EB07"}.icofont-file-alt:before{content:"\EB08"}.icofont-file-audio:before{content:"\EB09"}.icofont-file-avi-mp4:before{content:"\EB0A"}.icofont-file-bmp:before{content:"\EB0B"}.icofont-file-code:before{content:"\EB0C"}.icofont-file-css:before{content:"\EB0D"}.icofont-file-document:before{content:"\EB0E"}.icofont-file-eps:before{content:"\EB0F"}.icofont-file-excel:before{content:"\EB10"}.icofont-file-exe:before{content:"\EB11"}.icofont-file-file:before{content:"\EB12"}.icofont-file-flv:before{content:"\EB13"}.icofont-file-gif:before{content:"\EB14"}.icofont-file-html5:before{content:"\EB15"}.icofont-file-image:before{content:"\EB16"}.icofont-file-iso:before{content:"\EB17"}.icofont-file-java:before{content:"\EB18"}.icofont-file-javascript:before{content:"\EB19"}.icofont-file-jpg:before{content:"\EB1A"}.icofont-file-midi:before{content:"\EB1B"}.icofont-file-mov:before{content:"\EB1C"}.icofont-file-mp3:before{content:"\EB1D"}.icofont-file-pdf:before{content:"\EB1E"}.icofont-file-php:before{content:"\EB1F"}.icofont-file-png:before{content:"\EB20"}.icofont-file-powerpoint:before{content:"\EB21"}.icofont-file-presentation:before{content:"\EB22"}.icofont-file-psb:before{content:"\EB23"}.icofont-file-psd:before{content:"\EB24"}.icofont-file-python:before{content:"\EB25"}.icofont-file-ruby:before{content:"\EB26"}.icofont-file-spreadsheet:before{content:"\EB27"}.icofont-file-sql:before{content:"\EB28"}.icofont-file-svg:before{content:"\EB29"}.icofont-file-text:before{content:"\EB2A"}.icofont-file-tiff:before{content:"\EB2B"}.icofont-file-video:before{content:"\EB2C"}.icofont-file-wave:before{content:"\EB2D"}.icofont-file-wmv:before{content:"\EB2E"}.icofont-file-word:before{content:"\EB2F"}.icofont-file-zip:before{content:"\EB30"}.icofont-cycling-alt:before{content:"\EB31"}.icofont-cycling:before{content:"\EB32"}.icofont-dumbbell:before{content:"\EB33"}.icofont-dumbbells:before{content:"\EB34"}.icofont-gym-alt-1:before{content:"\EB35"}.icofont-gym-alt-2:before{content:"\EB36"}.icofont-gym-alt-3:before{content:"\EB37"}.icofont-gym:before{content:"\EB38"}.icofont-muscle-weight:before{content:"\EB39"}.icofont-muscle:before{content:"\EB3A"}.icofont-apple:before{content:"\EB3B"}.icofont-arabian-coffee:before{content:"\EB3C"}.icofont-artichoke:before{content:"\EB3D"}.icofont-asparagus:before{content:"\EB3E"}.icofont-avocado:before{content:"\EB3F"}.icofont-baby-food:before{content:"\EB40"}.icofont-banana:before{content:"\EB41"}.icofont-bbq:before{content:"\EB42"}.icofont-beans:before{content:"\EB43"}.icofont-beer:before{content:"\EB44"}.icofont-bell-pepper-capsicum:before{content:"\EB45"}.icofont-birthday-cake:before{content:"\EB46"}.icofont-bread:before{content:"\EB47"}.icofont-broccoli:before{content:"\EB48"}.icofont-burger:before{content:"\EB49"}.icofont-cabbage:before{content:"\EB4A"}.icofont-carrot:before{content:"\EB4B"}.icofont-cauli-flower:before{content:"\EB4C"}.icofont-cheese:before{content:"\EB4D"}.icofont-chef:before{content:"\EB4E"}.icofont-cherry:before{content:"\EB4F"}.icofont-chicken-fry:before{content:"\EB50"}.icofont-chicken:before{content:"\EB51"}.icofont-cocktail:before{content:"\EB52"}.icofont-coconut-water:before{content:"\EB53"}.icofont-coconut:before{content:"\EB54"}.icofont-coffee-alt:before{content:"\EB55"}.icofont-coffee-cup:before{content:"\EB56"}.icofont-coffee-mug:before{content:"\EB57"}.icofont-coffee-pot:before{content:"\EB58"}.icofont-cola:before{content:"\EB59"}.icofont-corn:before{content:"\EB5A"}.icofont-croissant:before{content:"\EB5B"}.icofont-crop-plant:before{content:"\EB5C"}.icofont-cucumber:before{content:"\EB5D"}.icofont-culinary:before{content:"\EB5E"}.icofont-cup-cake:before{content:"\EB5F"}.icofont-dining-table:before{content:"\EB60"}.icofont-donut:before{content:"\EB61"}.icofont-egg-plant:before{content:"\EB62"}.icofont-egg-poached:before{content:"\EB63"}.icofont-farmer-alt:before{content:"\EB64"}.icofont-farmer:before{content:"\EB65"}.icofont-fast-food:before{content:"\EB66"}.icofont-food-basket:before{content:"\EB67"}.icofont-food-cart:before{content:"\EB68"}.icofont-fork-and-knife:before{content:"\EB69"}.icofont-french-fries:before{content:"\EB6A"}.icofont-fruits:before{content:"\EB6B"}.icofont-grapes:before{content:"\EB6C"}.icofont-honey:before{content:"\EB6D"}.icofont-hot-dog:before{content:"\EB6E"}.icofont-ice-cream-alt:before{content:"\EB6F"}.icofont-ice-cream:before{content:"\EB70"}.icofont-juice:before{content:"\EB71"}.icofont-ketchup:before{content:"\EB72"}.icofont-kiwi:before{content:"\EB73"}.icofont-layered-cake:before{content:"\EB74"}.icofont-lemon-alt:before{content:"\EB75"}.icofont-lemon:before{content:"\EB76"}.icofont-lobster:before{content:"\EB77"}.icofont-mango:before{content:"\EB78"}.icofont-milk:before{content:"\EB79"}.icofont-mushroom:before{content:"\EB7A"}.icofont-noodles:before{content:"\EB7B"}.icofont-onion:before{content:"\EB7C"}.icofont-orange:before{content:"\EB7D"}.icofont-pear:before{content:"\EB7E"}.icofont-peas:before{content:"\EB7F"}.icofont-pepper:before{content:"\EB80"}.icofont-pie-alt:before{content:"\EB81"}.icofont-pie:before{content:"\EB82"}.icofont-pineapple:before{content:"\EB83"}.icofont-pizza-slice:before{content:"\EB84"}.icofont-pizza:before{content:"\EB85"}.icofont-plant:before{content:"\EB86"}.icofont-popcorn:before{content:"\EB87"}.icofont-potato:before{content:"\EB88"}.icofont-pumpkin:before{content:"\EB89"}.icofont-raddish:before{content:"\EB8A"}.icofont-restaurant-menu:before{content:"\EB8B"}.icofont-restaurant:before{content:"\EB8C"}.icofont-salt-and-pepper:before{content:"\EB8D"}.icofont-sandwich:before{content:"\EB8E"}.icofont-sausage:before{content:"\EB8F"}.icofont-soft-drinks:before{content:"\EB90"}.icofont-soup-bowl:before{content:"\EB91"}.icofont-spoon-and-fork:before{content:"\EB92"}.icofont-steak:before{content:"\EB93"}.icofont-strawberry:before{content:"\EB94"}.icofont-sub-sandwich:before{content:"\EB95"}.icofont-sushi:before{content:"\EB96"}.icofont-taco:before{content:"\EB97"}.icofont-tea-pot:before{content:"\EB98"}.icofont-tea:before{content:"\EB99"}.icofont-tomato:before{content:"\EB9A"}.icofont-watermelon:before{content:"\EB9B"}.icofont-wheat:before{content:"\EB9C"}.icofont-baby-backpack:before{content:"\EB9D"}.icofont-baby-cloth:before{content:"\EB9E"}.icofont-baby-milk-bottle:before{content:"\EB9F"}.icofont-baby-trolley:before{content:"\EBA0"}.icofont-baby:before{content:"\EBA1"}.icofont-candy:before{content:"\EBA2"}.icofont-holding-hands:before{content:"\EBA3"}.icofont-infant-nipple:before{content:"\EBA4"}.icofont-kids-scooter:before{content:"\EBA5"}.icofont-safety-pin:before{content:"\EBA6"}.icofont-teddy-bear:before{content:"\EBA7"}.icofont-toy-ball:before{content:"\EBA8"}.icofont-toy-cat:before{content:"\EBA9"}.icofont-toy-duck:before{content:"\EBAA"}.icofont-toy-elephant:before{content:"\EBAB"}.icofont-toy-hand:before{content:"\EBAC"}.icofont-toy-horse:before{content:"\EBAD"}.icofont-toy-lattu:before{content:"\EBAE"}.icofont-toy-train:before{content:"\EBAF"}.icofont-burglar:before{content:"\EBB0"}.icofont-cannon-firing:before{content:"\EBB1"}.icofont-cc-camera:before{content:"\EBB2"}.icofont-cop-badge:before{content:"\EBB3"}.icofont-cop:before{content:"\EBB4"}.icofont-court-hammer:before{content:"\EBB5"}.icofont-court:before{content:"\EBB6"}.icofont-finger-print:before{content:"\EBB7"}.icofont-gavel:before{content:"\EBB8"}.icofont-handcuff-alt:before{content:"\EBB9"}.icofont-handcuff:before{content:"\EBBA"}.icofont-investigation:before{content:"\EBBB"}.icofont-investigator:before{content:"\EBBC"}.icofont-jail:before{content:"\EBBD"}.icofont-judge:before{content:"\EBBE"}.icofont-law-alt-1:before{content:"\EBBF"}.icofont-law-alt-2:before{content:"\EBC0"}.icofont-law-alt-3:before{content:"\EBC1"}.icofont-law-book:before{content:"\EBC2"}.icofont-law-document:before{content:"\EBC3"}.icofont-law-order:before{content:"\EBC4"}.icofont-law-protect:before{content:"\EBC5"}.icofont-law-scales:before{content:"\EBC6"}.icofont-law:before{content:"\EBC7"}.icofont-lawyer-alt-1:before{content:"\EBC8"}.icofont-lawyer-alt-2:before{content:"\EBC9"}.icofont-lawyer:before{content:"\EBCA"}.icofont-legal:before{content:"\EBCB"}.icofont-pistol:before{content:"\EBCC"}.icofont-police-badge:before{content:"\EBCD"}.icofont-police-cap:before{content:"\EBCE"}.icofont-police-car-alt-1:before{content:"\EBCF"}.icofont-police-car-alt-2:before{content:"\EBD0"}.icofont-police-car:before{content:"\EBD1"}.icofont-police-hat:before{content:"\EBD2"}.icofont-police-van:before{content:"\EBD3"}.icofont-police:before{content:"\EBD4"}.icofont-thief-alt:before{content:"\EBD5"}.icofont-thief:before{content:"\EBD6"}.icofont-abacus-alt:before{content:"\EBD7"}.icofont-abacus:before{content:"\EBD8"}.icofont-angle-180:before{content:"\EBD9"}.icofont-angle-45:before{content:"\EBDA"}.icofont-angle-90:before{content:"\EBDB"}.icofont-angle:before{content:"\EBDC"}.icofont-calculator-alt-1:before{content:"\EBDD"}.icofont-calculator-alt-2:before{content:"\EBDE"}.icofont-calculator:before{content:"\EBDF"}.icofont-circle-ruler-alt:before{content:"\EBE0"}.icofont-circle-ruler:before{content:"\EBE1"}.icofont-compass-alt-1:before{content:"\EBE2"}.icofont-compass-alt-2:before{content:"\EBE3"}.icofont-compass-alt-3:before{content:"\EBE4"}.icofont-compass-alt-4:before{content:"\EBE5"}.icofont-golden-ratio:before{content:"\EBE6"}.icofont-marker-alt-1:before{content:"\EBE7"}.icofont-marker-alt-2:before{content:"\EBE8"}.icofont-marker-alt-3:before{content:"\EBE9"}.icofont-marker:before{content:"\EBEA"}.icofont-math:before{content:"\EBEB"}.icofont-mathematical-alt-1:before{content:"\EBEC"}.icofont-mathematical-alt-2:before{content:"\EBED"}.icofont-mathematical:before{content:"\EBEE"}.icofont-pen-alt-1:before{content:"\EBEF"}.icofont-pen-alt-2:before{content:"\EBF0"}.icofont-pen-alt-3:before{content:"\EBF1"}.icofont-pen-holder-alt-1:before{content:"\EBF2"}.icofont-pen-holder:before{content:"\EBF3"}.icofont-pen:before{content:"\EBF4"}.icofont-pencil-alt-1:before{content:"\EBF5"}.icofont-pencil-alt-2:before{content:"\EBF6"}.icofont-pencil-alt-3:before{content:"\EBF7"}.icofont-pencil-alt-4:before{content:"\EBF8"}.icofont-pencil:before{content:"\EBF9"}.icofont-ruler-alt-1:before{content:"\EBFA"}.icofont-ruler-alt-2:before{content:"\EBFB"}.icofont-ruler-compass-alt:before{content:"\EBFC"}.icofont-ruler-compass:before{content:"\EBFD"}.icofont-ruler-pencil-alt-1:before{content:"\EBFE"}.icofont-ruler-pencil-alt-2:before{content:"\EBFF"}.icofont-ruler-pencil:before{content:"\EC00"}.icofont-ruler:before{content:"\EC01"}.icofont-rulers-alt:before{content:"\EC02"}.icofont-rulers:before{content:"\EC03"}.icofont-square-root:before{content:"\EC04"}.icofont-ui-calculator:before{content:"\EC05"}.icofont-aids:before{content:"\EC06"}.icofont-ambulance-crescent:before{content:"\EC07"}.icofont-ambulance-cross:before{content:"\EC08"}.icofont-ambulance:before{content:"\EC09"}.icofont-autism:before{content:"\EC0A"}.icofont-bandage:before{content:"\EC0B"}.icofont-blind:before{content:"\EC0C"}.icofont-blood-drop:before{content:"\EC0D"}.icofont-blood-test:before{content:"\EC0E"}.icofont-blood:before{content:"\EC0F"}.icofont-brain-alt:before{content:"\EC10"}.icofont-brain:before{content:"\EC11"}.icofont-capsule:before{content:"\EC12"}.icofont-crutch:before{content:"\EC13"}.icofont-disabled:before{content:"\EC14"}.icofont-dna-alt-1:before{content:"\EC15"}.icofont-dna-alt-2:before{content:"\EC16"}.icofont-dna:before{content:"\EC17"}.icofont-doctor-alt:before{content:"\EC18"}.icofont-doctor:before{content:"\EC19"}.icofont-drug-pack:before{content:"\EC1A"}.icofont-drug:before{content:"\EC1B"}.icofont-first-aid-alt:before{content:"\EC1C"}.icofont-first-aid:before{content:"\EC1D"}.icofont-heart-beat-alt:before{content:"\EC1E"}.icofont-heart-beat:before{content:"\EC1F"}.icofont-heartbeat:before{content:"\EC20"}.icofont-herbal:before{content:"\EC21"}.icofont-hospital:before{content:"\EC22"}.icofont-icu:before{content:"\EC23"}.icofont-injection-syringe:before{content:"\EC24"}.icofont-laboratory:before{content:"\EC25"}.icofont-medical-sign-alt:before{content:"\EC26"}.icofont-medical-sign:before{content:"\EC27"}.icofont-nurse-alt:before{content:"\EC28"}.icofont-nurse:before{content:"\EC29"}.icofont-nursing-home:before{content:"\EC2A"}.icofont-operation-theater:before{content:"\EC2B"}.icofont-paralysis-disability:before{content:"\EC2C"}.icofont-patient-bed:before{content:"\EC2D"}.icofont-patient-file:before{content:"\EC2E"}.icofont-pills:before{content:"\EC2F"}.icofont-prescription:before{content:"\EC30"}.icofont-pulse:before{content:"\EC31"}.icofont-stethoscope-alt:before{content:"\EC32"}.icofont-stethoscope:before{content:"\EC33"}.icofont-stretcher:before{content:"\EC34"}.icofont-surgeon-alt:before{content:"\EC35"}.icofont-surgeon:before{content:"\EC36"}.icofont-tablets:before{content:"\EC37"}.icofont-test-bottle:before{content:"\EC38"}.icofont-test-tube:before{content:"\EC39"}.icofont-thermometer-alt:before{content:"\EC3A"}.icofont-thermometer:before{content:"\EC3B"}.icofont-tooth:before{content:"\EC3C"}.icofont-xray:before{content:"\EC3D"}.icofont-ui-add:before{content:"\EC3E"}.icofont-ui-alarm:before{content:"\EC3F"}.icofont-ui-battery:before{content:"\EC40"}.icofont-ui-block:before{content:"\EC41"}.icofont-ui-bluetooth:before{content:"\EC42"}.icofont-ui-brightness:before{content:"\EC43"}.icofont-ui-browser:before{content:"\EC44"}.icofont-ui-calendar:before{content:"\EC45"}.icofont-ui-call:before{content:"\EC46"}.icofont-ui-camera:before{content:"\EC47"}.icofont-ui-cart:before{content:"\EC48"}.icofont-ui-cell-phone:before{content:"\EC49"}.icofont-ui-chat:before{content:"\EC4A"}.icofont-ui-check:before{content:"\EC4B"}.icofont-ui-clip-board:before{content:"\EC4C"}.icofont-ui-clip:before{content:"\EC4D"}.icofont-ui-clock:before{content:"\EC4E"}.icofont-ui-close:before{content:"\EC4F"}.icofont-ui-contact-list:before{content:"\EC50"}.icofont-ui-copy:before{content:"\EC51"}.icofont-ui-cut:before{content:"\EC52"}.icofont-ui-delete:before{content:"\EC53"}.icofont-ui-dial-phone:before{content:"\EC54"}.icofont-ui-edit:before{content:"\EC55"}.icofont-ui-email:before{content:"\EC56"}.icofont-ui-file:before{content:"\EC57"}.icofont-ui-fire-wall:before{content:"\EC58"}.icofont-ui-flash-light:before{content:"\EC59"}.icofont-ui-flight:before{content:"\EC5A"}.icofont-ui-folder:before{content:"\EC5B"}.icofont-ui-game:before{content:"\EC5C"}.icofont-ui-handicapped:before{content:"\EC5D"}.icofont-ui-home:before{content:"\EC5E"}.icofont-ui-image:before{content:"\EC5F"}.icofont-ui-laoding:before{content:"\EC60"}.icofont-ui-lock:before{content:"\EC61"}.icofont-ui-love-add:before{content:"\EC62"}.icofont-ui-love-broken:before{content:"\EC63"}.icofont-ui-love-remove:before{content:"\EC64"}.icofont-ui-love:before{content:"\EC65"}.icofont-ui-map:before{content:"\EC66"}.icofont-ui-message:before{content:"\EC67"}.icofont-ui-messaging:before{content:"\EC68"}.icofont-ui-movie:before{content:"\EC69"}.icofont-ui-music-player:before{content:"\EC6A"}.icofont-ui-music:before{content:"\EC6B"}.icofont-ui-mute:before{content:"\EC6C"}.icofont-ui-network:before{content:"\EC6D"}.icofont-ui-next:before{content:"\EC6E"}.icofont-ui-note:before{content:"\EC6F"}.icofont-ui-office:before{content:"\EC70"}.icofont-ui-password:before{content:"\EC71"}.icofont-ui-pause:before{content:"\EC72"}.icofont-ui-play-stop:before{content:"\EC73"}.icofont-ui-play:before{content:"\EC74"}.icofont-ui-pointer:before{content:"\EC75"}.icofont-ui-power:before{content:"\EC76"}.icofont-ui-press:before{content:"\EC77"}.icofont-ui-previous:before{content:"\EC78"}.icofont-ui-rate-add:before{content:"\EC79"}.icofont-ui-rate-blank:before{content:"\EC7A"}.icofont-ui-rate-remove:before{content:"\EC7B"}.icofont-ui-rating:before{content:"\EC7C"}.icofont-ui-record:before{content:"\EC7D"}.icofont-ui-remove:before{content:"\EC7E"}.icofont-ui-reply:before{content:"\EC7F"}.icofont-ui-rotation:before{content:"\EC80"}.icofont-ui-rss:before{content:"\EC81"}.icofont-ui-search:before{content:"\EC82"}.icofont-ui-settings:before{content:"\EC83"}.icofont-ui-social-link:before{content:"\EC84"}.icofont-ui-tag:before{content:"\EC85"}.icofont-ui-text-chat:before{content:"\EC86"}.icofont-ui-text-loading:before{content:"\EC87"}.icofont-ui-theme:before{content:"\EC88"}.icofont-ui-timer:before{content:"\EC89"}.icofont-ui-touch-phone:before{content:"\EC8A"}.icofont-ui-travel:before{content:"\EC8B"}.icofont-ui-unlock:before{content:"\EC8C"}.icofont-ui-user-group:before{content:"\EC8D"}.icofont-ui-user:before{content:"\EC8E"}.icofont-ui-v-card:before{content:"\EC8F"}.icofont-ui-video-chat:before{content:"\EC90"}.icofont-ui-video-message:before{content:"\EC91"}.icofont-ui-video-play:before{content:"\EC92"}.icofont-ui-video:before{content:"\EC93"}.icofont-ui-volume:before{content:"\EC94"}.icofont-ui-weather:before{content:"\EC95"}.icofont-ui-wifi:before{content:"\EC96"}.icofont-ui-zoom-in:before{content:"\EC97"}.icofont-ui-zoom-out:before{content:"\EC98"}.icofont-cassette-player:before{content:"\EC99"}.icofont-cassette:before{content:"\EC9A"}.icofont-forward:before{content:"\EC9B"}.icofont-guiter:before{content:"\EC9C"}.icofont-movie:before{content:"\EC9D"}.icofont-multimedia:before{content:"\EC9E"}.icofont-music-alt:before{content:"\EC9F"}.icofont-music-disk:before{content:"\ECA0"}.icofont-music-note:before{content:"\ECA1"}.icofont-music-notes:before{content:"\ECA2"}.icofont-music:before{content:"\ECA3"}.icofont-mute-volume:before{content:"\ECA4"}.icofont-pause:before{content:"\ECA5"}.icofont-play-alt-1:before{content:"\ECA6"}.icofont-play-alt-2:before{content:"\ECA7"}.icofont-play-alt-3:before{content:"\ECA8"}.icofont-play-pause:before{content:"\ECA9"}.icofont-play:before{content:"\ECAA"}.icofont-record:before{content:"\ECAB"}.icofont-retro-music-disk:before{content:"\ECAC"}.icofont-rewind:before{content:"\ECAD"}.icofont-song-notes:before{content:"\ECAE"}.icofont-sound-wave-alt:before{content:"\ECAF"}.icofont-sound-wave:before{content:"\ECB0"}.icofont-stop:before{content:"\ECB1"}.icofont-video-alt:before{content:"\ECB2"}.icofont-video-cam:before{content:"\ECB3"}.icofont-video-clapper:before{content:"\ECB4"}.icofont-video:before{content:"\ECB5"}.icofont-volume-bar:before{content:"\ECB6"}.icofont-volume-down:before{content:"\ECB7"}.icofont-volume-mute:before{content:"\ECB8"}.icofont-volume-off:before{content:"\ECB9"}.icofont-volume-up:before{content:"\ECBA"}.icofont-youtube-play:before{content:"\ECBB"}.icofont-2checkout-alt:before{content:"\ECBC"}.icofont-2checkout:before{content:"\ECBD"}.icofont-amazon-alt:before{content:"\ECBE"}.icofont-amazon:before{content:"\ECBF"}.icofont-american-express-alt:before{content:"\ECC0"}.icofont-american-express:before{content:"\ECC1"}.icofont-apple-pay-alt:before{content:"\ECC2"}.icofont-apple-pay:before{content:"\ECC3"}.icofont-bank-transfer-alt:before{content:"\ECC4"}.icofont-bank-transfer:before{content:"\ECC5"}.icofont-braintree-alt:before{content:"\ECC6"}.icofont-braintree:before{content:"\ECC7"}.icofont-cash-on-delivery-alt:before{content:"\ECC8"}.icofont-cash-on-delivery:before{content:"\ECC9"}.icofont-diners-club-alt-1:before{content:"\ECCA"}.icofont-diners-club-alt-2:before{content:"\ECCB"}.icofont-diners-club-alt-3:before{content:"\ECCC"}.icofont-diners-club:before{content:"\ECCD"}.icofont-discover-alt:before{content:"\ECCE"}.icofont-discover:before{content:"\ECCF"}.icofont-eway-alt:before{content:"\ECD0"}.icofont-eway:before{content:"\ECD1"}.icofont-google-wallet-alt-1:before{content:"\ECD2"}.icofont-google-wallet-alt-2:before{content:"\ECD3"}.icofont-google-wallet-alt-3:before{content:"\ECD4"}.icofont-google-wallet:before{content:"\ECD5"}.icofont-jcb-alt:before{content:"\ECD6"}.icofont-jcb:before{content:"\ECD7"}.icofont-maestro-alt:before{content:"\ECD8"}.icofont-maestro:before{content:"\ECD9"}.icofont-mastercard-alt:before{content:"\ECDA"}.icofont-mastercard:before{content:"\ECDB"}.icofont-payoneer-alt:before{content:"\ECDC"}.icofont-payoneer:before{content:"\ECDD"}.icofont-paypal-alt:before{content:"\ECDE"}.icofont-paypal:before{content:"\ECDF"}.icofont-sage-alt:before{content:"\ECE0"}.icofont-sage:before{content:"\ECE1"}.icofont-skrill-alt:before{content:"\ECE2"}.icofont-skrill:before{content:"\ECE3"}.icofont-stripe-alt:before{content:"\ECE4"}.icofont-stripe:before{content:"\ECE5"}.icofont-visa-alt:before{content:"\ECE6"}.icofont-visa-electron:before{content:"\ECE7"}.icofont-visa:before{content:"\ECE8"}.icofont-western-union-alt:before{content:"\ECE9"}.icofont-western-union:before{content:"\ECEA"}.icofont-boy:before{content:"\ECEB"}.icofont-business-man-alt-1:before{content:"\ECEC"}.icofont-business-man-alt-2:before{content:"\ECED"}.icofont-business-man-alt-3:before{content:"\ECEE"}.icofont-business-man:before{content:"\ECEF"}.icofont-female:before{content:"\ECF0"}.icofont-funky-man:before{content:"\ECF1"}.icofont-girl-alt:before{content:"\ECF2"}.icofont-girl:before{content:"\ECF3"}.icofont-group:before{content:"\ECF4"}.icofont-hotel-boy-alt:before{content:"\ECF5"}.icofont-hotel-boy:before{content:"\ECF6"}.icofont-kid:before{content:"\ECF7"}.icofont-man-in-glasses:before{content:"\ECF8"}.icofont-people:before{content:"\ECF9"}.icofont-support:before{content:"\ECFA"}.icofont-user-alt-1:before{content:"\ECFB"}.icofont-user-alt-2:before{content:"\ECFC"}.icofont-user-alt-3:before{content:"\ECFD"}.icofont-user-alt-4:before{content:"\ECFE"}.icofont-user-alt-5:before{content:"\ECFF"}.icofont-user-alt-6:before{content:"\ED00"}.icofont-user-alt-7:before{content:"\ED01"}.icofont-user-female:before{content:"\ED02"}.icofont-user-male:before{content:"\ED03"}.icofont-user-suited:before{content:"\ED04"}.icofont-user:before{content:"\ED05"}.icofont-users-alt-1:before{content:"\ED06"}.icofont-users-alt-2:before{content:"\ED07"}.icofont-users-alt-3:before{content:"\ED08"}.icofont-users-alt-4:before{content:"\ED09"}.icofont-users-alt-5:before{content:"\ED0A"}.icofont-users-alt-6:before{content:"\ED0B"}.icofont-users-social:before{content:"\ED0C"}.icofont-users:before{content:"\ED0D"}.icofont-waiter-alt:before{content:"\ED0E"}.icofont-waiter:before{content:"\ED0F"}.icofont-woman-in-glasses:before{content:"\ED10"}.icofont-search-1:before{content:"\ED11"}.icofont-search-2:before{content:"\ED12"}.icofont-search-document:before{content:"\ED13"}.icofont-search-folder:before{content:"\ED14"}.icofont-search-job:before{content:"\ED15"}.icofont-search-map:before{content:"\ED16"}.icofont-search-property:before{content:"\ED17"}.icofont-search-restaurant:before{content:"\ED18"}.icofont-search-stock:before{content:"\ED19"}.icofont-search-user:before{content:"\ED1A"}.icofont-search:before{content:"\ED1B"}.icofont-500px:before{content:"\ED1C"}.icofont-aim:before{content:"\ED1D"}.icofont-badoo:before{content:"\ED1E"}.icofont-baidu-tieba:before{content:"\ED1F"}.icofont-bbm-messenger:before{content:"\ED20"}.icofont-bebo:before{content:"\ED21"}.icofont-behance:before{content:"\ED22"}.icofont-blogger:before{content:"\ED23"}.icofont-bootstrap:before{content:"\ED24"}.icofont-brightkite:before{content:"\ED25"}.icofont-cloudapp:before{content:"\ED26"}.icofont-concrete5:before{content:"\ED27"}.icofont-delicious:before{content:"\ED28"}.icofont-designbump:before{content:"\ED29"}.icofont-designfloat:before{content:"\ED2A"}.icofont-deviantart:before{content:"\ED2B"}.icofont-digg:before{content:"\ED2C"}.icofont-dotcms:before{content:"\ED2D"}.icofont-dribbble:before{content:"\ED2E"}.icofont-dribble:before{content:"\ED2F"}.icofont-dropbox:before{content:"\ED30"}.icofont-ebuddy:before{content:"\ED31"}.icofont-ello:before{content:"\ED32"}.icofont-ember:before{content:"\ED33"}.icofont-envato:before{content:"\ED34"}.icofont-evernote:before{content:"\ED35"}.icofont-facebook-messenger:before{content:"\ED36"}.icofont-facebook:before{content:"\ED37"}.icofont-feedburner:before{content:"\ED38"}.icofont-flikr:before{content:"\ED39"}.icofont-folkd:before{content:"\ED3A"}.icofont-foursquare:before{content:"\ED3B"}.icofont-friendfeed:before{content:"\ED3C"}.icofont-ghost:before{content:"\ED3D"}.icofont-github:before{content:"\ED3E"}.icofont-gnome:before{content:"\ED3F"}.icofont-google-buzz:before{content:"\ED40"}.icofont-google-hangouts:before{content:"\ED41"}.icofont-google-map:before{content:"\ED42"}.icofont-google-plus:before{content:"\ED43"}.icofont-google-talk:before{content:"\ED44"}.icofont-hype-machine:before{content:"\ED45"}.icofont-instagram:before{content:"\ED46"}.icofont-kakaotalk:before{content:"\ED47"}.icofont-kickstarter:before{content:"\ED48"}.icofont-kik:before{content:"\ED49"}.icofont-kiwibox:before{content:"\ED4A"}.icofont-line-messenger:before{content:"\ED4B"}.icofont-line:before{content:"\ED4C"}.icofont-linkedin:before{content:"\ED4D"}.icofont-linux-mint:before{content:"\ED4E"}.icofont-live-messenger:before{content:"\ED4F"}.icofont-livejournal:before{content:"\ED50"}.icofont-magento:before{content:"\ED51"}.icofont-meetme:before{content:"\ED52"}.icofont-meetup:before{content:"\ED53"}.icofont-mixx:before{content:"\ED54"}.icofont-newsvine:before{content:"\ED55"}.icofont-nimbuss:before{content:"\ED56"}.icofont-odnoklassniki:before{content:"\ED57"}.icofont-opencart:before{content:"\ED58"}.icofont-oscommerce:before{content:"\ED59"}.icofont-pandora:before{content:"\ED5A"}.icofont-photobucket:before{content:"\ED5B"}.icofont-picasa:before{content:"\ED5C"}.icofont-pinterest:before{content:"\ED5D"}.icofont-prestashop:before{content:"\ED5E"}.icofont-qik:before{content:"\ED5F"}.icofont-qq:before{content:"\ED60"}.icofont-readernaut:before{content:"\ED61"}.icofont-reddit:before{content:"\ED62"}.icofont-renren:before{content:"\ED63"}.icofont-rss:before{content:"\ED64"}.icofont-shopify:before{content:"\ED65"}.icofont-silverstripe:before{content:"\ED66"}.icofont-skype:before{content:"\ED67"}.icofont-slack:before{content:"\ED68"}.icofont-slashdot:before{content:"\ED69"}.icofont-slidshare:before{content:"\ED6A"}.icofont-smugmug:before{content:"\ED6B"}.icofont-snapchat:before{content:"\ED6C"}.icofont-soundcloud:before{content:"\ED6D"}.icofont-spotify:before{content:"\ED6E"}.icofont-stack-exchange:before{content:"\ED6F"}.icofont-stack-overflow:before{content:"\ED70"}.icofont-steam:before{content:"\ED71"}.icofont-stumbleupon:before{content:"\ED72"}.icofont-tagged:before{content:"\ED73"}.icofont-technorati:before{content:"\ED74"}.icofont-telegram:before{content:"\ED75"}.icofont-tinder:before{content:"\ED76"}.icofont-trello:before{content:"\ED77"}.icofont-tumblr:before{content:"\ED78"}.icofont-twitch:before{content:"\ED79"}.icofont-twitter:before{content:"\ED7A"}.icofont-typo3:before{content:"\ED7B"}.icofont-ubercart:before{content:"\ED7C"}.icofont-viber:before{content:"\ED7D"}.icofont-viddler:before{content:"\ED7E"}.icofont-vimeo:before{content:"\ED7F"}.icofont-vine:before{content:"\ED80"}.icofont-virb:before{content:"\ED81"}.icofont-virtuemart:before{content:"\ED82"}.icofont-vk:before{content:"\ED83"}.icofont-wechat:before{content:"\ED84"}.icofont-weibo:before{content:"\ED85"}.icofont-whatsapp:before{content:"\ED86"}.icofont-xing:before{content:"\ED87"}.icofont-yahoo:before{content:"\ED88"}.icofont-yelp:before{content:"\ED89"}.icofont-youku:before{content:"\ED8A"}.icofont-youtube:before{content:"\ED8B"}.icofont-zencart:before{content:"\ED8C"}.icofont-badminton-birdie:before{content:"\ED8D"}.icofont-baseball:before{content:"\ED8E"}.icofont-baseballer:before{content:"\ED8F"}.icofont-basketball-hoop:before{content:"\ED90"}.icofont-basketball:before{content:"\ED91"}.icofont-billiard-ball:before{content:"\ED92"}.icofont-boot-alt-1:before{content:"\ED93"}.icofont-boot-alt-2:before{content:"\ED94"}.icofont-boot:before{content:"\ED95"}.icofont-bowling-alt:before{content:"\ED96"}.icofont-bowling:before{content:"\ED97"}.icofont-canoe:before{content:"\ED98"}.icofont-cheer-leader:before{content:"\ED99"}.icofont-climbing:before{content:"\ED9A"}.icofont-corner:before{content:"\ED9B"}.icofont-field-alt:before{content:"\ED9C"}.icofont-field:before{content:"\ED9D"}.icofont-football-alt:before{content:"\ED9E"}.icofont-football-american:before{content:"\ED9F"}.icofont-football:before{content:"\EDA0"}.icofont-foul:before{content:"\EDA1"}.icofont-goal-keeper:before{content:"\EDA2"}.icofont-goal:before{content:"\EDA3"}.icofont-golf-alt:before{content:"\EDA4"}.icofont-golf-bag:before{content:"\EDA5"}.icofont-golf-cart:before{content:"\EDA6"}.icofont-golf-field:before{content:"\EDA7"}.icofont-golf:before{content:"\EDA8"}.icofont-golfer:before{content:"\EDA9"}.icofont-helmet:before{content:"\EDAA"}.icofont-hockey-alt:before{content:"\EDAB"}.icofont-hockey:before{content:"\EDAC"}.icofont-ice-skate:before{content:"\EDAD"}.icofont-jersey-alt:before{content:"\EDAE"}.icofont-jersey:before{content:"\EDAF"}.icofont-jumping:before{content:"\EDB0"}.icofont-kick:before{content:"\EDB1"}.icofont-leg:before{content:"\EDB2"}.icofont-match-review:before{content:"\EDB3"}.icofont-medal-sport:before{content:"\EDB4"}.icofont-offside:before{content:"\EDB5"}.icofont-olympic-logo:before{content:"\EDB6"}.icofont-olympic:before{content:"\EDB7"}.icofont-padding:before{content:"\EDB8"}.icofont-penalty-card:before{content:"\EDB9"}.icofont-racer:before{content:"\EDBA"}.icofont-racing-car:before{content:"\EDBB"}.icofont-racing-flag-alt:before{content:"\EDBC"}.icofont-racing-flag:before{content:"\EDBD"}.icofont-racings-wheel:before{content:"\EDBE"}.icofont-referee:before{content:"\EDBF"}.icofont-refree-jersey:before{content:"\EDC0"}.icofont-result-sport:before{content:"\EDC1"}.icofont-rugby-ball:before{content:"\EDC2"}.icofont-rugby-player:before{content:"\EDC3"}.icofont-rugby:before{content:"\EDC4"}.icofont-runner-alt-1:before{content:"\EDC5"}.icofont-runner-alt-2:before{content:"\EDC6"}.icofont-runner:before{content:"\EDC7"}.icofont-score-board:before{content:"\EDC8"}.icofont-skiing-man:before{content:"\EDC9"}.icofont-skydiving-goggles:before{content:"\EDCA"}.icofont-snow-mobile:before{content:"\EDCB"}.icofont-steering:before{content:"\EDCC"}.icofont-stopwatch:before{content:"\EDCD"}.icofont-substitute:before{content:"\EDCE"}.icofont-swimmer:before{content:"\EDCF"}.icofont-table-tennis:before{content:"\EDD0"}.icofont-team-alt:before{content:"\EDD1"}.icofont-team:before{content:"\EDD2"}.icofont-tennis-player:before{content:"\EDD3"}.icofont-tennis:before{content:"\EDD4"}.icofont-tracking:before{content:"\EDD5"}.icofont-trophy-alt:before{content:"\EDD6"}.icofont-trophy:before{content:"\EDD7"}.icofont-volleyball-alt:before{content:"\EDD8"}.icofont-volleyball-fire:before{content:"\EDD9"}.icofont-volleyball:before{content:"\EDDA"}.icofont-water-bottle:before{content:"\EDDB"}.icofont-whistle-alt:before{content:"\EDDC"}.icofont-whistle:before{content:"\EDDD"}.icofont-win-trophy:before{content:"\EDDE"}.icofont-align-center:before{content:"\EDDF"}.icofont-align-left:before{content:"\EDE0"}.icofont-align-right:before{content:"\EDE1"}.icofont-all-caps:before{content:"\EDE2"}.icofont-bold:before{content:"\EDE3"}.icofont-brush:before{content:"\EDE4"}.icofont-clip-board:before{content:"\EDE5"}.icofont-code-alt:before{content:"\EDE6"}.icofont-color-bucket:before{content:"\EDE7"}.icofont-color-picker:before{content:"\EDE8"}.icofont-copy-invert:before{content:"\EDE9"}.icofont-copy:before{content:"\EDEA"}.icofont-cut:before{content:"\EDEB"}.icofont-delete-alt:before{content:"\EDEC"}.icofont-edit-alt:before{content:"\EDED"}.icofont-eraser-alt:before{content:"\EDEE"}.icofont-font:before{content:"\EDEF"}.icofont-heading:before{content:"\EDF0"}.icofont-indent:before{content:"\EDF1"}.icofont-italic-alt:before{content:"\EDF2"}.icofont-italic:before{content:"\EDF3"}.icofont-justify-all:before{content:"\EDF4"}.icofont-justify-center:before{content:"\EDF5"}.icofont-justify-left:before{content:"\EDF6"}.icofont-justify-right:before{content:"\EDF7"}.icofont-link-broken:before{content:"\EDF8"}.icofont-outdent:before{content:"\EDF9"}.icofont-paper-clip:before{content:"\EDFA"}.icofont-paragraph:before{content:"\EDFB"}.icofont-pin:before{content:"\EDFC"}.icofont-printer:before{content:"\EDFD"}.icofont-redo:before{content:"\EDFE"}.icofont-rotation:before{content:"\EDFF"}.icofont-save:before{content:"\EE00"}.icofont-small-cap:before{content:"\EE01"}.icofont-strike-through:before{content:"\EE02"}.icofont-sub-listing:before{content:"\EE03"}.icofont-subscript:before{content:"\EE04"}.icofont-superscript:before{content:"\EE05"}.icofont-table:before{content:"\EE06"}.icofont-text-height:before{content:"\EE07"}.icofont-text-width:before{content:"\EE08"}.icofont-trash:before{content:"\EE09"}.icofont-underline:before{content:"\EE0A"}.icofont-undo:before{content:"\EE0B"}.icofont-air-balloon:before{content:"\EE0C"}.icofont-airplane-alt:before{content:"\EE0D"}.icofont-airplane:before{content:"\EE0E"}.icofont-articulated-truck:before{content:"\EE0F"}.icofont-auto-mobile:before{content:"\EE10"}.icofont-auto-rickshaw:before{content:"\EE11"}.icofont-bicycle-alt-1:before{content:"\EE12"}.icofont-bicycle-alt-2:before{content:"\EE13"}.icofont-bicycle:before{content:"\EE14"}.icofont-bus-alt-1:before{content:"\EE15"}.icofont-bus-alt-2:before{content:"\EE16"}.icofont-bus-alt-3:before{content:"\EE17"}.icofont-bus:before{content:"\EE18"}.icofont-cab:before{content:"\EE19"}.icofont-cable-car:before{content:"\EE1A"}.icofont-car-alt-1:before{content:"\EE1B"}.icofont-car-alt-2:before{content:"\EE1C"}.icofont-car-alt-3:before{content:"\EE1D"}.icofont-car-alt-4:before{content:"\EE1E"}.icofont-car:before{content:"\EE1F"}.icofont-delivery-time:before{content:"\EE20"}.icofont-fast-delivery:before{content:"\EE21"}.icofont-fire-truck-alt:before{content:"\EE22"}.icofont-fire-truck:before{content:"\EE23"}.icofont-free-delivery:before{content:"\EE24"}.icofont-helicopter:before{content:"\EE25"}.icofont-motor-bike-alt:before{content:"\EE26"}.icofont-motor-bike:before{content:"\EE27"}.icofont-motor-biker:before{content:"\EE28"}.icofont-oil-truck:before{content:"\EE29"}.icofont-rickshaw:before{content:"\EE2A"}.icofont-rocket-alt-1:before{content:"\EE2B"}.icofont-rocket-alt-2:before{content:"\EE2C"}.icofont-rocket:before{content:"\EE2D"}.icofont-sail-boat-alt-1:before{content:"\EE2E"}.icofont-sail-boat-alt-2:before{content:"\EE2F"}.icofont-sail-boat:before{content:"\EE30"}.icofont-scooter:before{content:"\EE31"}.icofont-sea-plane:before{content:"\EE32"}.icofont-ship-alt:before{content:"\EE33"}.icofont-ship:before{content:"\EE34"}.icofont-speed-boat:before{content:"\EE35"}.icofont-taxi:before{content:"\EE36"}.icofont-tractor:before{content:"\EE37"}.icofont-train-line:before{content:"\EE38"}.icofont-train-steam:before{content:"\EE39"}.icofont-tram:before{content:"\EE3A"}.icofont-truck-alt:before{content:"\EE3B"}.icofont-truck-loaded:before{content:"\EE3C"}.icofont-truck:before{content:"\EE3D"}.icofont-van-alt:before{content:"\EE3E"}.icofont-van:before{content:"\EE3F"}.icofont-yacht:before{content:"\EE40"}.icofont-5-star-hotel:before{content:"\EE41"}.icofont-air-ticket:before{content:"\EE42"}.icofont-beach-bed:before{content:"\EE43"}.icofont-beach:before{content:"\EE44"}.icofont-camping-vest:before{content:"\EE45"}.icofont-direction-sign:before{content:"\EE46"}.icofont-hill-side:before{content:"\EE47"}.icofont-hill:before{content:"\EE48"}.icofont-hotel:before{content:"\EE49"}.icofont-island-alt:before{content:"\EE4A"}.icofont-island:before{content:"\EE4B"}.icofont-sandals-female:before{content:"\EE4C"}.icofont-sandals-male:before{content:"\EE4D"}.icofont-travelling:before{content:"\EE4E"}.icofont-breakdown:before{content:"\EE4F"}.icofont-celsius:before{content:"\EE50"}.icofont-clouds:before{content:"\EE51"}.icofont-cloudy:before{content:"\EE52"}.icofont-dust:before{content:"\EE53"}.icofont-eclipse:before{content:"\EE54"}.icofont-fahrenheit:before{content:"\EE55"}.icofont-forest-fire:before{content:"\EE56"}.icofont-full-night:before{content:"\EE57"}.icofont-full-sunny:before{content:"\EE58"}.icofont-hail-night:before{content:"\EE59"}.icofont-hail-rainy-night:before{content:"\EE5A"}.icofont-hail-rainy-sunny:before{content:"\EE5B"}.icofont-hail-rainy:before{content:"\EE5C"}.icofont-hail-sunny:before{content:"\EE5D"}.icofont-hail-thunder-night:before{content:"\EE5E"}.icofont-hail-thunder-sunny:before{content:"\EE5F"}.icofont-hail-thunder:before{content:"\EE60"}.icofont-hail:before{content:"\EE61"}.icofont-hill-night:before{content:"\EE62"}.icofont-hill-sunny:before{content:"\EE63"}.icofont-hurricane:before{content:"\EE64"}.icofont-meteor:before{content:"\EE65"}.icofont-night:before{content:"\EE66"}.icofont-rainy-night:before{content:"\EE67"}.icofont-rainy-sunny:before{content:"\EE68"}.icofont-rainy-thunder:before{content:"\EE69"}.icofont-rainy:before{content:"\EE6A"}.icofont-snow-alt:before{content:"\EE6B"}.icofont-snow-flake:before{content:"\EE6C"}.icofont-snow-temp:before{content:"\EE6D"}.icofont-snow:before{content:"\EE6E"}.icofont-snowy-hail:before{content:"\EE6F"}.icofont-snowy-night-hail:before{content:"\EE70"}.icofont-snowy-night-rainy:before{content:"\EE71"}.icofont-snowy-night:before{content:"\EE72"}.icofont-snowy-rainy:before{content:"\EE73"}.icofont-snowy-sunny-hail:before{content:"\EE74"}.icofont-snowy-sunny-rainy:before{content:"\EE75"}.icofont-snowy-sunny:before{content:"\EE76"}.icofont-snowy-thunder-night:before{content:"\EE77"}.icofont-snowy-thunder-sunny:before{content:"\EE78"}.icofont-snowy-thunder:before{content:"\EE79"}.icofont-snowy-windy-night:before{content:"\EE7A"}.icofont-snowy-windy-sunny:before{content:"\EE7B"}.icofont-snowy-windy:before{content:"\EE7C"}.icofont-snowy:before{content:"\EE7D"}.icofont-sun-alt:before{content:"\EE7E"}.icofont-sun-rise:before{content:"\EE7F"}.icofont-sun-set:before{content:"\EE80"}.icofont-sun:before{content:"\EE81"}.icofont-sunny-day-temp:before{content:"\EE82"}.icofont-sunny:before{content:"\EE83"}.icofont-thunder-light:before{content:"\EE84"}.icofont-tornado:before{content:"\EE85"}.icofont-umbrella-alt:before{content:"\EE86"}.icofont-umbrella:before{content:"\EE87"}.icofont-volcano:before{content:"\EE88"}.icofont-wave:before{content:"\EE89"}.icofont-wind-scale-0:before{content:"\EE8A"}.icofont-wind-scale-1:before{content:"\EE8B"}.icofont-wind-scale-10:before{content:"\EE8C"}.icofont-wind-scale-11:before{content:"\EE8D"}.icofont-wind-scale-12:before{content:"\EE8E"}.icofont-wind-scale-2:before{content:"\EE8F"}.icofont-wind-scale-3:before{content:"\EE90"}.icofont-wind-scale-4:before{content:"\EE91"}.icofont-wind-scale-5:before{content:"\EE92"}.icofont-wind-scale-6:before{content:"\EE93"}.icofont-wind-scale-7:before{content:"\EE94"}.icofont-wind-scale-8:before{content:"\EE95"}.icofont-wind-scale-9:before{content:"\EE96"}.icofont-wind-waves:before{content:"\EE97"}.icofont-wind:before{content:"\EE98"}.icofont-windy-hail:before{content:"\EE99"}.icofont-windy-night:before{content:"\EE9A"}.icofont-windy-raining:before{content:"\EE9B"}.icofont-windy-sunny:before{content:"\EE9C"}.icofont-windy-thunder-raining:before{content:"\EE9D"}.icofont-windy-thunder:before{content:"\EE9E"}.icofont-windy:before{content:"\EE9F"}.icofont-addons:before{content:"\EEA0"}.icofont-address-book:before{content:"\EEA1"}.icofont-adjust:before{content:"\EEA2"}.icofont-alarm:before{content:"\EEA3"}.icofont-anchor:before{content:"\EEA4"}.icofont-archive:before{content:"\EEA5"}.icofont-at:before{content:"\EEA6"}.icofont-attachment:before{content:"\EEA7"}.icofont-audio:before{content:"\EEA8"}.icofont-automation:before{content:"\EEA9"}.icofont-badge:before{content:"\EEAA"}.icofont-bag-alt:before{content:"\EEAB"}.icofont-bag:before{content:"\EEAC"}.icofont-ban:before{content:"\EEAD"}.icofont-bar-code:before{content:"\EEAE"}.icofont-bars:before{content:"\EEAF"}.icofont-basket:before{content:"\EEB0"}.icofont-battery-empty:before{content:"\EEB1"}.icofont-battery-full:before{content:"\EEB2"}.icofont-battery-half:before{content:"\EEB3"}.icofont-battery-low:before{content:"\EEB4"}.icofont-beaker:before{content:"\EEB5"}.icofont-beard:before{content:"\EEB6"}.icofont-bed:before{content:"\EEB7"}.icofont-bell:before{content:"\EEB8"}.icofont-beverage:before{content:"\EEB9"}.icofont-bill:before{content:"\EEBA"}.icofont-bin:before{content:"\EEBB"}.icofont-binary:before{content:"\EEBC"}.icofont-binoculars:before{content:"\EEBD"}.icofont-bluetooth:before{content:"\EEBE"}.icofont-bomb:before{content:"\EEBF"}.icofont-book-mark:before{content:"\EEC0"}.icofont-box:before{content:"\EEC1"}.icofont-briefcase:before{content:"\EEC2"}.icofont-broken:before{content:"\EEC3"}.icofont-bucket:before{content:"\EEC4"}.icofont-bucket1:before{content:"\EEC5"}.icofont-bucket2:before{content:"\EEC6"}.icofont-bug:before{content:"\EEC7"}.icofont-building:before{content:"\EEC8"}.icofont-bulb-alt:before{content:"\EEC9"}.icofont-bullet:before{content:"\EECA"}.icofont-bullhorn:before{content:"\EECB"}.icofont-bullseye:before{content:"\EECC"}.icofont-calendar:before{content:"\EECD"}.icofont-camera-alt:before{content:"\EECE"}.icofont-camera:before{content:"\EECF"}.icofont-card:before{content:"\EED0"}.icofont-cart-alt:before{content:"\EED1"}.icofont-cart:before{content:"\EED2"}.icofont-cc:before{content:"\EED3"}.icofont-charging:before{content:"\EED4"}.icofont-chat:before{content:"\EED5"}.icofont-check-alt:before{content:"\EED6"}.icofont-check-circled:before{content:"\EED7"}.icofont-check:before{content:"\EED8"}.icofont-checked:before{content:"\EED9"}.icofont-children-care:before{content:"\EEDA"}.icofont-clip:before{content:"\EEDB"}.icofont-clock-time:before{content:"\EEDC"}.icofont-close-circled:before{content:"\EEDD"}.icofont-close-line-circled:before{content:"\EEDE"}.icofont-close-line-squared-alt:before{content:"\EEDF"}.icofont-close-line-squared:before{content:"\EEE0"}.icofont-close-line:before{content:"\EEE1"}.icofont-close-squared-alt:before{content:"\EEE2"}.icofont-close-squared:before{content:"\EEE3"}.icofont-close:before{content:"\EEE4"}.icofont-cloud-download:before{content:"\EEE5"}.icofont-cloud-refresh:before{content:"\EEE6"}.icofont-cloud-upload:before{content:"\EEE7"}.icofont-cloud:before{content:"\EEE8"}.icofont-code-not-allowed:before{content:"\EEE9"}.icofont-code:before{content:"\EEEA"}.icofont-comment:before{content:"\EEEB"}.icofont-compass-alt:before{content:"\EEEC"}.icofont-compass:before{content:"\EEED"}.icofont-computer:before{content:"\EEEE"}.icofont-connection:before{content:"\EEEF"}.icofont-console:before{content:"\EEF0"}.icofont-contacts:before{content:"\EEF1"}.icofont-contrast:before{content:"\EEF2"}.icofont-copyright:before{content:"\EEF3"}.icofont-credit-card:before{content:"\EEF4"}.icofont-crop:before{content:"\EEF5"}.icofont-crown:before{content:"\EEF6"}.icofont-cube:before{content:"\EEF7"}.icofont-cubes:before{content:"\EEF8"}.icofont-dashboard-web:before{content:"\EEF9"}.icofont-dashboard:before{content:"\EEFA"}.icofont-data:before{content:"\EEFB"}.icofont-database-add:before{content:"\EEFC"}.icofont-database-locked:before{content:"\EEFD"}.icofont-database-remove:before{content:"\EEFE"}.icofont-database:before{content:"\EEFF"}.icofont-delete:before{content:"\EF00"}.icofont-diamond:before{content:"\EF01"}.icofont-dice-multiple:before{content:"\EF02"}.icofont-dice:before{content:"\EF03"}.icofont-disc:before{content:"\EF04"}.icofont-diskette:before{content:"\EF05"}.icofont-document-folder:before{content:"\EF06"}.icofont-download-alt:before{content:"\EF07"}.icofont-download:before{content:"\EF08"}.icofont-downloaded:before{content:"\EF09"}.icofont-drag:before{content:"\EF0A"}.icofont-drag1:before{content:"\EF0B"}.icofont-drag2:before{content:"\EF0C"}.icofont-drag3:before{content:"\EF0D"}.icofont-earth:before{content:"\EF0E"}.icofont-ebook:before{content:"\EF0F"}.icofont-edit:before{content:"\EF10"}.icofont-eject:before{content:"\EF11"}.icofont-email:before{content:"\EF12"}.icofont-envelope-open:before{content:"\EF13"}.icofont-envelope:before{content:"\EF14"}.icofont-eraser:before{content:"\EF15"}.icofont-error:before{content:"\EF16"}.icofont-excavator:before{content:"\EF17"}.icofont-exchange:before{content:"\EF18"}.icofont-exclamation-circle:before{content:"\EF19"}.icofont-exclamation-square:before{content:"\EF1A"}.icofont-exclamation-tringle:before{content:"\EF1B"}.icofont-exclamation:before{content:"\EF1C"}.icofont-exit:before{content:"\EF1D"}.icofont-expand:before{content:"\EF1E"}.icofont-external-link:before{content:"\EF1F"}.icofont-external:before{content:"\EF20"}.icofont-eye-alt:before{content:"\EF21"}.icofont-eye-blocked:before{content:"\EF22"}.icofont-eye-dropper:before{content:"\EF23"}.icofont-eye:before{content:"\EF24"}.icofont-favourite:before{content:"\EF25"}.icofont-fax:before{content:"\EF26"}.icofont-file-fill:before{content:"\EF27"}.icofont-film:before{content:"\EF28"}.icofont-filter:before{content:"\EF29"}.icofont-fire-alt:before{content:"\EF2A"}.icofont-fire-burn:before{content:"\EF2B"}.icofont-fire:before{content:"\EF2C"}.icofont-flag-alt-1:before{content:"\EF2D"}.icofont-flag-alt-2:before{content:"\EF2E"}.icofont-flag:before{content:"\EF2F"}.icofont-flame-torch:before{content:"\EF30"}.icofont-flash-light:before{content:"\EF31"}.icofont-flash:before{content:"\EF32"}.icofont-flask:before{content:"\EF33"}.icofont-focus:before{content:"\EF34"}.icofont-folder-open:before{content:"\EF35"}.icofont-folder:before{content:"\EF36"}.icofont-foot-print:before{content:"\EF37"}.icofont-garbage:before{content:"\EF38"}.icofont-gear-alt:before{content:"\EF39"}.icofont-gear:before{content:"\EF3A"}.icofont-gears:before{content:"\EF3B"}.icofont-gift:before{content:"\EF3C"}.icofont-glass:before{content:"\EF3D"}.icofont-globe:before{content:"\EF3E"}.icofont-graffiti:before{content:"\EF3F"}.icofont-grocery:before{content:"\EF40"}.icofont-hand:before{content:"\EF41"}.icofont-hanger:before{content:"\EF42"}.icofont-hard-disk:before{content:"\EF43"}.icofont-heart-alt:before{content:"\EF44"}.icofont-heart:before{content:"\EF45"}.icofont-history:before{content:"\EF46"}.icofont-home:before{content:"\EF47"}.icofont-horn:before{content:"\EF48"}.icofont-hour-glass:before{content:"\EF49"}.icofont-id:before{content:"\EF4A"}.icofont-image:before{content:"\EF4B"}.icofont-inbox:before{content:"\EF4C"}.icofont-infinite:before{content:"\EF4D"}.icofont-info-circle:before{content:"\EF4E"}.icofont-info-square:before{content:"\EF4F"}.icofont-info:before{content:"\EF50"}.icofont-institution:before{content:"\EF51"}.icofont-interface:before{content:"\EF52"}.icofont-invisible:before{content:"\EF53"}.icofont-jacket:before{content:"\EF54"}.icofont-jar:before{content:"\EF55"}.icofont-jewlery:before{content:"\EF56"}.icofont-karate:before{content:"\EF57"}.icofont-key-hole:before{content:"\EF58"}.icofont-key:before{content:"\EF59"}.icofont-label:before{content:"\EF5A"}.icofont-lamp:before{content:"\EF5B"}.icofont-layers:before{content:"\EF5C"}.icofont-layout:before{content:"\EF5D"}.icofont-leaf:before{content:"\EF5E"}.icofont-leaflet:before{content:"\EF5F"}.icofont-learn:before{content:"\EF60"}.icofont-lego:before{content:"\EF61"}.icofont-lens:before{content:"\EF62"}.icofont-letter:before{content:"\EF63"}.icofont-letterbox:before{content:"\EF64"}.icofont-library:before{content:"\EF65"}.icofont-license:before{content:"\EF66"}.icofont-life-bouy:before{content:"\EF67"}.icofont-life-buoy:before{content:"\EF68"}.icofont-life-jacket:before{content:"\EF69"}.icofont-life-ring:before{content:"\EF6A"}.icofont-light-bulb:before{content:"\EF6B"}.icofont-lighter:before{content:"\EF6C"}.icofont-lightning-ray:before{content:"\EF6D"}.icofont-like:before{content:"\EF6E"}.icofont-line-height:before{content:"\EF6F"}.icofont-link-alt:before{content:"\EF70"}.icofont-link:before{content:"\EF71"}.icofont-list:before{content:"\EF72"}.icofont-listening:before{content:"\EF73"}.icofont-listine-dots:before{content:"\EF74"}.icofont-listing-box:before{content:"\EF75"}.icofont-listing-number:before{content:"\EF76"}.icofont-live-support:before{content:"\EF77"}.icofont-location-arrow:before{content:"\EF78"}.icofont-location-pin:before{content:"\EF79"}.icofont-lock:before{content:"\EF7A"}.icofont-login:before{content:"\EF7B"}.icofont-logout:before{content:"\EF7C"}.icofont-lollipop:before{content:"\EF7D"}.icofont-long-drive:before{content:"\EF7E"}.icofont-look:before{content:"\EF7F"}.icofont-loop:before{content:"\EF80"}.icofont-luggage:before{content:"\EF81"}.icofont-lunch:before{content:"\EF82"}.icofont-lungs:before{content:"\EF83"}.icofont-magic-alt:before{content:"\EF84"}.icofont-magic:before{content:"\EF85"}.icofont-magnet:before{content:"\EF86"}.icofont-mail-box:before{content:"\EF87"}.icofont-mail:before{content:"\EF88"}.icofont-male:before{content:"\EF89"}.icofont-map-pins:before{content:"\EF8A"}.icofont-map:before{content:"\EF8B"}.icofont-maximize:before{content:"\EF8C"}.icofont-measure:before{content:"\EF8D"}.icofont-medicine:before{content:"\EF8E"}.icofont-mega-phone:before{content:"\EF8F"}.icofont-megaphone-alt:before{content:"\EF90"}.icofont-megaphone:before{content:"\EF91"}.icofont-memorial:before{content:"\EF92"}.icofont-memory-card:before{content:"\EF93"}.icofont-mic-mute:before{content:"\EF94"}.icofont-mic:before{content:"\EF95"}.icofont-military:before{content:"\EF96"}.icofont-mill:before{content:"\EF97"}.icofont-minus-circle:before{content:"\EF98"}.icofont-minus-square:before{content:"\EF99"}.icofont-minus:before{content:"\EF9A"}.icofont-mobile-phone:before{content:"\EF9B"}.icofont-molecule:before{content:"\EF9C"}.icofont-money:before{content:"\EF9D"}.icofont-moon:before{content:"\EF9E"}.icofont-mop:before{content:"\EF9F"}.icofont-muffin:before{content:"\EFA0"}.icofont-mustache:before{content:"\EFA1"}.icofont-navigation-menu:before{content:"\EFA2"}.icofont-navigation:before{content:"\EFA3"}.icofont-network-tower:before{content:"\EFA4"}.icofont-network:before{content:"\EFA5"}.icofont-news:before{content:"\EFA6"}.icofont-newspaper:before{content:"\EFA7"}.icofont-no-smoking:before{content:"\EFA8"}.icofont-not-allowed:before{content:"\EFA9"}.icofont-notebook:before{content:"\EFAA"}.icofont-notepad:before{content:"\EFAB"}.icofont-notification:before{content:"\EFAC"}.icofont-numbered:before{content:"\EFAD"}.icofont-opposite:before{content:"\EFAE"}.icofont-optic:before{content:"\EFAF"}.icofont-options:before{content:"\EFB0"}.icofont-package:before{content:"\EFB1"}.icofont-page:before{content:"\EFB2"}.icofont-paint:before{content:"\EFB3"}.icofont-paper-plane:before{content:"\EFB4"}.icofont-paperclip:before{content:"\EFB5"}.icofont-papers:before{content:"\EFB6"}.icofont-pay:before{content:"\EFB7"}.icofont-penguin-linux:before{content:"\EFB8"}.icofont-pestle:before{content:"\EFB9"}.icofont-phone-circle:before{content:"\EFBA"}.icofont-phone:before{content:"\EFBB"}.icofont-picture:before{content:"\EFBC"}.icofont-pine:before{content:"\EFBD"}.icofont-pixels:before{content:"\EFBE"}.icofont-plugin:before{content:"\EFBF"}.icofont-plus-circle:before{content:"\EFC0"}.icofont-plus-square:before{content:"\EFC1"}.icofont-plus:before{content:"\EFC2"}.icofont-polygonal:before{content:"\EFC3"}.icofont-power:before{content:"\EFC4"}.icofont-price:before{content:"\EFC5"}.icofont-print:before{content:"\EFC6"}.icofont-puzzle:before{content:"\EFC7"}.icofont-qr-code:before{content:"\EFC8"}.icofont-queen:before{content:"\EFC9"}.icofont-question-circle:before{content:"\EFCA"}.icofont-question-square:before{content:"\EFCB"}.icofont-question:before{content:"\EFCC"}.icofont-quote-left:before{content:"\EFCD"}.icofont-quote-right:before{content:"\EFCE"}.icofont-random:before{content:"\EFCF"}.icofont-recycle:before{content:"\EFD0"}.icofont-refresh:before{content:"\EFD1"}.icofont-repair:before{content:"\EFD2"}.icofont-reply-all:before{content:"\EFD3"}.icofont-reply:before{content:"\EFD4"}.icofont-resize:before{content:"\EFD5"}.icofont-responsive:before{content:"\EFD6"}.icofont-retweet:before{content:"\EFD7"}.icofont-road:before{content:"\EFD8"}.icofont-robot:before{content:"\EFD9"}.icofont-royal:before{content:"\EFDA"}.icofont-rss-feed:before{content:"\EFDB"}.icofont-safety:before{content:"\EFDC"}.icofont-sale-discount:before{content:"\EFDD"}.icofont-satellite:before{content:"\EFDE"}.icofont-send-mail:before{content:"\EFDF"}.icofont-server:before{content:"\EFE0"}.icofont-settings-alt:before{content:"\EFE1"}.icofont-settings:before{content:"\EFE2"}.icofont-share-alt:before{content:"\EFE3"}.icofont-share-boxed:before{content:"\EFE4"}.icofont-share:before{content:"\EFE5"}.icofont-shield:before{content:"\EFE6"}.icofont-shopping-cart:before{content:"\EFE7"}.icofont-sign-in:before{content:"\EFE8"}.icofont-sign-out:before{content:"\EFE9"}.icofont-signal:before{content:"\EFEA"}.icofont-site-map:before{content:"\EFEB"}.icofont-smart-phone:before{content:"\EFEC"}.icofont-soccer:before{content:"\EFED"}.icofont-sort-alt:before{content:"\EFEE"}.icofont-sort:before{content:"\EFEF"}.icofont-space:before{content:"\EFF0"}.icofont-spanner:before{content:"\EFF1"}.icofont-speech-comments:before{content:"\EFF2"}.icofont-speed-meter:before{content:"\EFF3"}.icofont-spinner-alt-1:before{content:"\EFF4"}.icofont-spinner-alt-2:before{content:"\EFF5"}.icofont-spinner-alt-3:before{content:"\EFF6"}.icofont-spinner-alt-4:before{content:"\EFF7"}.icofont-spinner-alt-5:before{content:"\EFF8"}.icofont-spinner-alt-6:before{content:"\EFF9"}.icofont-spinner:before{content:"\EFFA"}.icofont-spreadsheet:before{content:"\EFFB"}.icofont-square:before{content:"\EFFC"}.icofont-ssl-security:before{content:"\EFFD"}.icofont-star-alt-1:before{content:"\EFFE"}.icofont-star-alt-2:before{content:"\EFFF"}.icofont-star:before{content:"\F000"}.icofont-street-view:before{content:"\F001"}.icofont-support-faq:before{content:"\F002"}.icofont-tack-pin:before{content:"\F003"}.icofont-tag:before{content:"\F004"}.icofont-tags:before{content:"\F005"}.icofont-tasks-alt:before{content:"\F006"}.icofont-tasks:before{content:"\F007"}.icofont-telephone:before{content:"\F008"}.icofont-telescope:before{content:"\F009"}.icofont-terminal:before{content:"\F00A"}.icofont-thumbs-down:before{content:"\F00B"}.icofont-thumbs-up:before{content:"\F00C"}.icofont-tick-boxed:before{content:"\F00D"}.icofont-tick-mark:before{content:"\F00E"}.icofont-ticket:before{content:"\F00F"}.icofont-tie:before{content:"\F010"}.icofont-toggle-off:before{content:"\F011"}.icofont-toggle-on:before{content:"\F012"}.icofont-tools-alt-2:before{content:"\F013"}.icofont-tools:before{content:"\F014"}.icofont-touch:before{content:"\F015"}.icofont-traffic-light:before{content:"\F016"}.icofont-transparent:before{content:"\F017"}.icofont-tree:before{content:"\F018"}.icofont-unique-idea:before{content:"\F019"}.icofont-unlock:before{content:"\F01A"}.icofont-unlocked:before{content:"\F01B"}.icofont-upload-alt:before{content:"\F01C"}.icofont-upload:before{content:"\F01D"}.icofont-usb-drive:before{content:"\F01E"}.icofont-usb:before{content:"\F01F"}.icofont-vector-path:before{content:"\F020"}.icofont-verification-check:before{content:"\F021"}.icofont-wall-clock:before{content:"\F022"}.icofont-wall:before{content:"\F023"}.icofont-wallet:before{content:"\F024"}.icofont-warning-alt:before{content:"\F025"}.icofont-warning:before{content:"\F026"}.icofont-water-drop:before{content:"\F027"}.icofont-web:before{content:"\F028"}.icofont-wheelchair:before{content:"\F029"}.icofont-wifi-alt:before{content:"\F02A"}.icofont-wifi:before{content:"\F02B"}.icofont-world:before{content:"\F02C"}.icofont-zigzag:before{content:"\F02D"}.icofont-zipped:before{content:"\F02E"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*
@File: Crake Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Default CSS
** - Preloader CSS
** - Navbar CSS
** - Main Banner CSS
** - About CSS
** - Features CSS
** - Product New Features CSS
** - Services CSS
** - Book Discover CSS
** - Overview CSS
** - CTA CSS
** - SAAS Tools CSS
** - Fun Facts CSS
** - Work Process CSS
** - Pricing CSS
** - Project CSS
** - Project Details CSS
** - Gallery CSS
** - Get Started CSS
** - How App Works CSS
** - Screenshot CSS
** - Team CSS
** - Next Generation CSS
** - Feedback CSS
** - App Download CSS
** - Platform Connect CSS
** - Blog CSS
** - Blog Details CSS
** - Boxes CSS
** - Join CSS
** - Analysis CSS
** - Partner CSS
** - Subscribe CSS
** - Product CSS
** - Product Details CSS
** - Page Title CSS
** - Pagination CSS
** - Sidebar CSS
** - Login CSS
** - Signup CSS
** - FAQ CSS
** - Error 404 CSS
** - Coming Soon CSS
** - Cart CSS
** - Checkout CSS
** - Contact Us CSS
** - Footer CSS
** - Back To Top CSS
*/
/*================================================
Default CSS
=================================================*/
body {
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0; }

a {
  color: #000000;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none;
    color: #457cbe; }

.cursorPointer {
  cursor: pointer; }

.color-white {
  color: #fff !important; }
  .color-white:hover, .color-white:focus {
    text-decoration: none;
    color: #457cbe !important; }

img {
  max-width: 100%; }

.d-table {
  width: 100%;
  height: 100%; }
  .d-table-cell {
    vertical-align: middle; }

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptb-100top {
  padding-top: 100px; }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.ptb-250-130 {
  padding-top: 250px;
  padding-bottom: 130px; }

.bg-gray {
  background-color: #edf5ff; }

p {
  font-size: 16px;
  color: #818992;
  line-height: 1.6; }
  p:last-child {
    margin-bottom: 0; }

button {
  outline: 0 !important; }

/* btn btn-primary */
.btn-primary {
  color: #ffffff;
  background-color: #132048; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    background: #457cbe;
    transform: translateY(-5px); }
  .btn-primary.focus, .btn-primary:focus {
    box-shadow: unset; }
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset; }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background: #457cbe;
    transform: translateY(-5px); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #132048;
    border-color: #132048;
    opacity: 1; }
    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
      background: #457cbe; }

.btn-secondary {
  color: #ffffff;
  background-color: #457cbe; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #ffffff;
    background: #132048;
    transform: translateY(-5px); }
  .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: unset; }
  .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-secondary .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset; }
  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background: #132048;
    transform: translateY(-5px); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #457cbe;
    border-color: #457cbe;
    opacity: 1; }
    .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary:disabled:hover, .btn-secondary:disabled:focus {
      background: #132048; }

.btn {
  font-weight: 700;
  font-size: 15px;
  border: none;
  padding: 13px 31px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: 0.9s; }
  .btn::after, .btn::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.4s;
    background: #457cbe;
    z-index: -1;
    border-radius: 5px; }
  .btn::after {
    left: 0; }
  .btn::before {
    right: 0; }
  .btn:hover::after, .btn:hover::before {
    width: 50%; }

.btn2 {
  font-weight: 700;
  font-size: 15px;
  border: none;
  padding: 13px 31px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: 0.9s; }
  .btn2::after, .btn2::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.4s;
    background: #132048;
    z-index: -1;
    border-radius: 5px; }
  .btn2::after {
    left: 0; }
  .btn2::before {
    right: 0; }
  .btn2:hover::after, .btn2:hover::before {
    width: 50%; }

/* section title */
.section-title {
  text-align: center;
  max-width: 720px;
  margin-bottom: 50px;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto; }
  .section-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0; }
  .section-title p {
    max-width: 650px;
    margin: 0 auto; }
  .section-title .bar {
    height: 4px;
    width: 85px;
    background: #132048;
    margin: 20px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .section-title .bar::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 5px;
      background: #ffffff;
      animation-duration: 2s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-name: MOVE-BG; }

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0); }
  to {
    -webkit-transform: translateX(85px); } }

@keyframes MOVE-BG {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(85px); } }

/* form-control */
.form-group {
  margin-bottom: 15px; }

.form-control {
  height: 50px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: 0.4s;
  color: #818992;
  background: #ffffff; }
  .form-control::placeholder {
    color: #818992; }
  .form-control:focus {
    color: #818992;
    background-color: #ffffff;
    border-color: #132048;
    outline: 0;
    box-shadow: unset; }

/*================================================
Preloader CSS
=================================================*/
.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #ffffff; }
  .preloader-area .lds-hourglass {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -95px; }
    .preloader-area .lds-hourglass::after {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 0;
      height: 0;
      margin: 6px;
      box-sizing: border-box;
      border: 36px solid #132048;
      border-color: #132048 transparent #457cbe transparent;
      animation: lds-hourglass 2.9s infinite; }

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    transform: rotate(1800deg); } }

/*================================================
Navbar CSS
=================================================*/
.crake-nav {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  z-index: 666;
  height: auto; }
  .crake-nav nav .navbar-brand img {
    max-width: 100px;
    height: auto; }
  .crake-nav nav ul {
    list-style-type: none; }
  .crake-nav nav .navbar-nav li {
    position: relative;
    padding: 15px 0 !important; }
    .crake-nav nav .navbar-nav li a {
      font-weight: 600;
      font-size: 17px;
      color: #ffffff !important;
      padding: 0 0 !important;
      margin: 0 17px;
      position: relative; }
      .crake-nav nav .navbar-nav li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
        width: 6px;
        height: 6px;
        background: #ffffff;
        opacity: 0;
        border-radius: 50%;
        visibility: hidden;
        transition: 0.4s; }
      .crake-nav nav .navbar-nav li a:hover::before {
        opacity: 1;
        visibility: visible;
        left: -12px; }
      .crake-nav nav .navbar-nav li a.active::before {
        opacity: 1;
        visibility: visible;
        left: -12px; }
    .crake-nav nav .navbar-nav li:hover a::before {
      opacity: 1;
      visibility: visible;
      left: -12px; }
    .crake-nav nav .navbar-nav li .dropdown_menu {
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
      background: #ffffff;
      position: absolute;
      top: 80px;
      left: 0;
      width: 220px;
      z-index: 99;
      padding: 20px 0;
      opacity: 0;
      border-radius: 5px;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
      .crake-nav nav .navbar-nav li .dropdown_menu li {
        position: relative;
        padding: 0 !important; }
        .crake-nav nav .navbar-nav li .dropdown_menu li a {
          font-size: 15px;
          padding: 5px 15px !important;
          margin: 0;
          display: block;
          color: #716c80 !important; }
          .crake-nav nav .navbar-nav li .dropdown_menu li a::before {
            left: 0;
            background: #132048;
            opacity: 0;
            visibility: hidden;
            top: 12px; }
          .crake-nav nav .navbar-nav li .dropdown_menu li a:hover {
            color: #132048 !important;
            padding-left: 25px !important; }
            .crake-nav nav .navbar-nav li .dropdown_menu li a:hover::before {
              left: 13px;
              opacity: 1;
              visibility: visible; }
          .crake-nav nav .navbar-nav li .dropdown_menu li a.active {
            color: #132048 !important;
            padding-left: 25px !important; }
            .crake-nav nav .navbar-nav li .dropdown_menu li a.active::before {
              left: 13px;
              opacity: 1;
              visibility: visible; }
        .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu {
          position: absolute;
          left: 95%;
          top: 0 !important;
          opacity: 0 !important;
          visibility: hidden !important; }
          .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a {
            padding-left: 15px !important;
            color: #716c80 !important; }
            .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a::before {
              opacity: 0;
              left: 0;
              visibility: hidden; }
            .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a:hover {
              color: #132048 !important;
              padding-left: 25px !important; }
              .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a:hover::before {
                left: 13px;
                opacity: 1;
                visibility: visible; }
            .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a.active {
              color: #132048 !important;
              padding-left: 25px !important; }
              .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu li a.active::before {
                left: 13px;
                opacity: 1;
                visibility: visible; }
        .crake-nav nav .navbar-nav li .dropdown_menu li:hover .dropdown_menu {
          opacity: 1 !important;
          visibility: visible !important;
          top: -20px !important; }
        .crake-nav nav .navbar-nav li .dropdown_menu li:hover a {
          padding-left: 25px !important;
          color: #132048 !important; }
          .crake-nav nav .navbar-nav li .dropdown_menu li:hover a::before {
            left: 13px;
            visibility: visible;
            opacity: 1; }
    .crake-nav nav .navbar-nav li:hover ul {
      opacity: 1 !important;
      visibility: visible !important;
      top: 100%; }
  .crake-nav nav .others-option .navbar-nav {
    align-items: center; }
    .crake-nav nav .others-option .navbar-nav .cart-wrapper {
      position: relative;
      padding: 0 !important; }
      .crake-nav nav .others-option .navbar-nav .cart-wrapper a {
        margin: 0 0 0 10px !important; }
        .crake-nav nav .others-option .navbar-nav .cart-wrapper a .cart-icon {
          line-height: 52px;
          font-size: 25px; }
        .crake-nav nav .others-option .navbar-nav .cart-wrapper a span {
          position: relative;
          width: 16px;
          height: 16px;
          font-size: 12px;
          background: #000000;
          display: inline-block;
          text-align: center;
          line-height: 16px;
          border-radius: 50%;
          top: -15px;
          color: #ffffff;
          padding-right: 1px;
          right: 10px; }
    .crake-nav nav .others-option .navbar-nav li {
      padding: 0 !important; }
      .crake-nav nav .others-option .navbar-nav li a {
        margin: 0 22px 0 10px !important; }
        .crake-nav nav .others-option .navbar-nav li a::before {
          display: none; }
      .crake-nav nav .others-option .navbar-nav li .side-menu {
        cursor: pointer;
        width: 32px; }
        .crake-nav nav .others-option .navbar-nav li .side-menu .bar-1 {
          position: relative;
          width: 8px;
          height: 8px;
          background: #ffffff;
          display: block;
          border-radius: 50%;
          margin-bottom: 2px;
          transition: all 0.4s ease-in-out; }
          .crake-nav nav .others-option .navbar-nav li .side-menu .bar-1::before, .crake-nav nav .others-option .navbar-nav li .side-menu .bar-1::after {
            content: "";
            position: absolute;
            right: -12px;
            top: 0;
            width: 8px;
            height: 8px;
            background: #ffffff;
            border-radius: 50%;
            transition: all 0.4s ease-in-out; }
          .crake-nav nav .others-option .navbar-nav li .side-menu .bar-1::after {
            right: -24px; }
        .crake-nav nav .others-option .navbar-nav li .side-menu .bar-2 {
          position: relative;
          width: 8px;
          height: 8px;
          margin-bottom: 2px;
          background: #ffffff;
          display: block;
          border-radius: 50%;
          transition: all 0.4s ease-in-out; }
          .crake-nav nav .others-option .navbar-nav li .side-menu .bar-2::before, .crake-nav nav .others-option .navbar-nav li .side-menu .bar-2::after {
            content: "";
            position: absolute;
            right: -12px;
            top: 0;
            width: 8px;
            height: 8px;
            background: #ffffff;
            border-radius: 50%;
            transition: all 0.4s ease-in-out; }
          .crake-nav nav .others-option .navbar-nav li .side-menu .bar-2::after {
            right: -24px; }
        .crake-nav nav .others-option .navbar-nav li .side-menu .bar-3 {
          position: relative;
          width: 8px;
          height: 8px;
          background: #ffffff;
          margin-bottom: 2px;
          display: block;
          border-radius: 50%;
          transition: all 0.4s ease-in-out; }
          .crake-nav nav .others-option .navbar-nav li .side-menu .bar-3::before, .crake-nav nav .others-option .navbar-nav li .side-menu .bar-3::after {
            content: "";
            position: absolute;
            right: -12px;
            top: 0;
            width: 8px;
            height: 8px;
            background: #ffffff;
            border-radius: 50%;
            transition: all 0.6s ease-in-out; }
          .crake-nav nav .others-option .navbar-nav li .side-menu .bar-3::after {
            right: -24px;
            transition: all 0.8s ease-in-out; }
        .crake-nav nav .others-option .navbar-nav li .side-menu:hover .bar-2::after, .crake-nav nav .others-option .navbar-nav li .side-menu:focus .bar-2::after {
          opacity: 0;
          visibility: hidden;
          transform: translateX(-100%); }
        .crake-nav nav .others-option .navbar-nav li .side-menu:hover .bar-3::after, .crake-nav nav .others-option .navbar-nav li .side-menu:hover .bar-3::before, .crake-nav nav .others-option .navbar-nav li .side-menu:focus .bar-3::after, .crake-nav nav .others-option .navbar-nav li .side-menu:focus .bar-3::before {
          opacity: 0;
          visibility: hidden;
          transform: translateX(-100%); }
  .crake-nav.marketing-navbar nav .navbar-nav li a {
    color: #716c80 !important; }
    .crake-nav.marketing-navbar nav .navbar-nav li a::before {
      background: #132048; }
    .crake-nav.marketing-navbar nav .navbar-nav li a:hover, .crake-nav.marketing-navbar nav .navbar-nav li a:focus, .crake-nav.marketing-navbar nav .navbar-nav li a.active {
      color: #132048 !important; }
  .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1 {
    background: #716c80; }
    .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1::before, .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-1::after {
      background: #716c80; }
  .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2 {
    background: #716c80; }
    .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2::before, .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-2::after {
      background: #716c80; }
  .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3 {
    background: #716c80; }
    .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3::before, .crake-nav.marketing-navbar nav .navbar-nav li .side-menu .bar-3::after {
      background: #716c80; }
  .crake-nav.marketing-navbar.is-sticky {
    background: #ffffff !important; }
  .crake-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #132048 !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; }

.header-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 9999; }
  .header-search .header-search-form {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 950px;
    margin: 0 auto; }
    .header-search .header-search-form input[type="search"] {
      width: 100%;
      color: #222d39;
      font-size: 20px;
      text-align: left;
      border: 1px solid #132048;
      margin: 0px auto;
      padding: 25px 10px 25px 30px;
      outline: none;
      background: transparent;
      transition: 0.4s; }
      .header-search .header-search-form input[type="search"]:focus {
        border-color: #457cbe; }
    .header-search .header-search-form .btn {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      padding: 0 50px;
      border-radius: 0; }
      .header-search .header-search-form .btn:hover {
        transform: translateY(0); }
  .header-search .close {
    position: absolute;
    color: #457cbe;
    background-color: transparent;
    border: none;
    opacity: 1 !important;
    visibility: visible;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 1px solid #457cbe;
    transition: 0.4s;
    right: 24%;
    margin: -100px auto 0;
    top: 50%; }
    .header-search .close:hover, .header-search .close:focus {
      background-color: #132048 !important;
      color: #ffffff !important;
      border-color: #132048 !important;
      opacity: 1 !important; }
  .header-search.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible; }

.sidebar-modal {
  position: relative; }
  .sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px; }
  .sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    transition: all 0.3s ease-in-out; }
  .sidebar-modal .modal.right.fade .modal-dialog {
    right: -320px;
    transition: all 0.3s ease-in-out; }
  .sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none; }
  .sidebar-modal .modal.right .modal-body {
    padding: 30px;
    border-left: 1px solid #eee; }
    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
      margin-bottom: 35px; }
      .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
        font-size: 20px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        margin-bottom: 30px; }
        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
          position: absolute;
          left: 0;
          bottom: -7px;
          width: 70px;
          height: 2px;
          border-radius: 5px;
          background: #132048;
          content: ""; }
        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -7px;
          height: 2px;
          width: 5px;
          background: #ffffff;
          animation-duration: 2s;
          animation-timing-function: linear;
          animation-iteration-count: infinite;
          animation-name: MOVE-BG; }
      .sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
        margin-bottom: 0; }
      .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
          margin-bottom: 10px; }
          .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
            margin-bottom: 0; }
        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
          position: relative;
          font-weight: 700;
          padding-left: 65px;
          text-transform: uppercase;
          margin-bottom: 17px; }
          .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
            position: absolute;
            left: 0;
            top: 0;
            background: #f4f4f4 none repeat scroll 0 0;
            border: 1px solid #e7e7e7;
            border-radius: 5px;
            color: #132048;
            height: 50px;
            text-align: center;
            width: 50px;
            line-height: 50px;
            font-size: 25px;
            transition: 0.4s; }
          .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
            display: block;
            font-weight: 400;
            color: #818992;
            margin-top: 5px;
            text-transform: initial; }
          .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
            color: #ffffff;
            border-color: #ffffff;
            background: #132048; }
          .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
            margin-bottom: 0; }
        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 10px; }
          .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
            text-align: center;
            border-radius: 50%;
            color: #818992;
            border: 1px solid #818992; }
            .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a:hover, .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.social-list li a:focus {
              color: #ffffff;
              background: #132048;
              border-color: #132048; }
  .sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none; }
    .sidebar-modal .modal-header .close {
      height: 40px;
      width: 40px;
      background: #132048;
      font-size: 20px;
      color: #ffffff;
      margin: 0px;
      padding: 0px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      border: none;
      opacity: 1; }
      .sidebar-modal .modal-header .close:hover {
        background: #457cbe;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
        opacity: 1; }
    .sidebar-modal .modal-header h2 {
      background: linear-gradient(142deg, #3ec9cf 0%, #2d136a 100%);
      padding: 30px 25px; }
      .sidebar-modal .modal-header h2 img {
        max-width: 100px; }
  .sidebar-modal button:focus {
    outline: 0px; }

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 840px;
  background: #132048;
  position: relative;
  z-index: 1; }
  .main-banner .card_banner {
    display: flex;
    justify-content: center; }
  .main-banner .hero-content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin: 0; }
  .main-banner .hero-content p {
    color: #f2f2f2;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 35px; }
  .main-banner .hero-content .btn:hover {
    transform: translateY(0); }
    .main-banner .hero-content .btn:hover::after, .main-banner .hero-content .btn:hover::before {
      background: #ffffff; }
  .main-banner .hero-content .btn-primary:not(:disabled):not(.disabled).active, .main-banner .hero-content .btn-primary:not(:disabled):not(.disabled):active,
  .main-banner .hero-content .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #132048;
    background: #ffffff; }
  .main-banner .hero-content .btn-primary:hover, .main-banner .hero-content .btn-primary:focus {
    background: #ffffff;
    color: #132048; }
  .main-banner .hero-content .video-btn {
    margin-left: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700; }
    .main-banner .hero-content .video-btn i {
      font-size: 30px;
      position: relative;
      margin-left: 10px;
      top: 4px;
      transition: 0.4s; }
    .main-banner .hero-content .video-btn:hover i {
      color: #132048; }
  .main-banner .hero-content form {
    max-width: 540px;
    position: relative; }
    .main-banner .hero-content form .form-control {
      height: 70px;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
      border: none;
      border-radius: 3px;
      color: #ffffff;
      padding-left: 20px;
      background: #132048; }
      .main-banner .hero-content form .form-control::placeholder {
        color: #ffffff; }
    .main-banner .hero-content form .btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
  .main-banner .signup-download {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 3px;
    position: relative; }
    .main-banner .signup-download::before {
      content: "";
      position: absolute;
      z-index: -1;
      background: #ffffff;
      width: 96%;
      opacity: 0.62;
      height: 50%;
      bottom: -6px;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 3px;
      transition: 0.4s; }
    .main-banner .signup-download form .form-group {
      margin-bottom: 20px; }
      .main-banner .signup-download form .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 17px; }
    .main-banner .signup-download form .btn {
      display: block;
      width: 100%; }
  .main-banner .app-image img {
    position: absolute;
    left: 0;
    top: -40px;
    animation: movebounce 5s linear infinite;
    width: 400px; }
    .main-banner .app-image img:last-child {
      animation: movebounce 6s linear infinite;
      left: 270px;
      top: -20px; }
  .main-banner .product-image {
    position: relative; }
    .main-banner .product-image img {
      animation: movebounce 6s linear infinite;
      width: 300px; }
      .main-banner .product-image img:nth-child(2) {
        position: absolute;
        right: -45px;
        bottom: -60px;
        animation: movebounce 5s linear infinite; }
    .main-banner .product-image .offer-badge {
      position: absolute;
      right: 90px;
      top: 30px;
      width: 100px;
      height: 100px;
      background: #457cbe;
      color: #ffffff;
      border-radius: 50%;
      text-align: center;
      animation: ripple-white 1s linear infinite;
      font-size: 18px;
      font-weight: 700;
      padding-top: 25px; }
      .main-banner .product-image .offer-badge span {
        display: block; }
  .main-banner .saas-image {
    position: relative; }
    .main-banner .saas-image img {
      position: absolute; }
      .main-banner .saas-image img:nth-child(1) {
        top: -200px;
        left: 0; }
      .main-banner .saas-image img:nth-child(2) {
        left: 55px;
        top: -100px; }
      .main-banner .saas-image img:nth-child(3) {
        left: 36%;
        z-index: 1;
        top: -170px; }
      .main-banner .saas-image img:nth-child(4) {
        right: 27%;
        top: 110px;
        z-index: 2; }
      .main-banner .saas-image img:nth-child(5) {
        right: 15%;
        top: 80px;
        z-index: 2; }
      .main-banner .saas-image img:nth-child(6) {
        right: 25%;
        top: -170px; }
      .main-banner .saas-image img:nth-child(7) {
        right: 47%;
        top: 96px;
        z-index: 2; }
      .main-banner .saas-image img:nth-child(8) {
        right: 22%;
        top: 45px;
        z-index: 1; }
      .main-banner .saas-image img:nth-child(9) {
        right: 75px;
        top: 20px; }
      .main-banner .saas-image img:nth-child(10) {
        left: 32%;
        top: -76px;
        z-index: 1; }
      .main-banner .saas-image img:nth-child(11) {
        right: 40%;
        top: -20px; }
      .main-banner .saas-image img:nth-child(12) {
        top: -292px;
        left: 45px; }
      .main-banner .saas-image img:last-child {
        display: none; }
  .main-banner .startup-image {
    position: relative; }
    .main-banner .startup-image img {
      position: absolute;
      width: unset !important; }
      .main-banner .startup-image img:nth-child(1) {
        top: 45px;
        right: 23%; }
      .main-banner .startup-image img:nth-child(2) {
        left: 20px;
        top: -35px;
        right: 0;
        margin: 0 auto; }
      .main-banner .startup-image img:nth-child(3) {
        right: 0;
        top: 65px; }
      .main-banner .startup-image img:nth-child(4) {
        left: 85px;
        top: 0; }
      .main-banner .startup-image img:nth-child(5) {
        left: 110px;
        top: 132px; }
      .main-banner .startup-image img:nth-child(6) {
        right: 8%;
        top: 131px; }
      .main-banner .startup-image img:nth-child(7) {
        right: 20%;
        top: -30px; }
      .main-banner .startup-image img:nth-child(8) {
        right: 38%;
        top: 64px; }
      .main-banner .startup-image img:nth-child(9) {
        right: 0;
        top: -15px; }
      .main-banner .startup-image img:nth-child(10) {
        left: 0;
        top: 245px;
        right: 0;
        margin: 0 auto; }
      .main-banner .startup-image img:last-child {
        display: none; }
  .main-banner .paymant-processing-image {
    position: relative; }
    .main-banner .paymant-processing-image img {
      position: absolute; }
      .main-banner .paymant-processing-image img:nth-child(1) {
        top: 135px;
        right: 0;
        left: 30px;
        margin: 0 auto; }
      .main-banner .paymant-processing-image img:nth-child(2) {
        right: 0;
        top: 25px;
        z-index: 1; }
      .main-banner .paymant-processing-image img:nth-child(3) {
        right: 0;
        top: 275px;
        left: 65%;
        margin: 0 auto;
        z-index: 1; }
      .main-banner .paymant-processing-image img:nth-child(4) {
        top: 170px;
        z-index: 1;
        left: 20px; }
      .main-banner .paymant-processing-image img:nth-child(5) {
        left: 115px;
        top: 240px;
        z-index: 1; }
      .main-banner .paymant-processing-image img:nth-child(6) {
        right: 0;
        top: -75px;
        left: 9px;
        margin: 0 auto; }
      .main-banner .paymant-processing-image img:nth-child(7) {
        right: 0;
        top: 23px; }
      .main-banner .paymant-processing-image img:nth-child(8) {
        left: 0;
        top: -45px;
        z-index: -1; }
      .main-banner .paymant-processing-image img:nth-child(9) {
        right: 21%;
        top: 16px; }
      .main-banner .paymant-processing-image img:last-child {
        display: none; }
  .main-banner.marketing-home {
    background: #ffffff url(data:image/png;base64,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) no-repeat fixed right -500px center/auto; }
    .main-banner.marketing-home .hero-content h1 {
      color: #000000; }
    .main-banner.marketing-home .hero-content p {
      color: #818992; }
    .main-banner.marketing-home .hero-content .video-btn {
      color: #716c80; }
      .main-banner.marketing-home .hero-content .video-btn:hover i, .main-banner.marketing-home .hero-content .video-btn:focus i {
        color: #132048; }
    .main-banner.marketing-home .hero-content .btn:hover::after, .main-banner.marketing-home .hero-content .btn:hover::before {
      background: #132048; }
    .main-banner.marketing-home .hero-content .btn-primary:not(:disabled):not(.disabled).active, .main-banner.marketing-home .hero-content .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner.marketing-home .hero-content .btn-primary .show > .btn-primary.dropdown-toggle {
      background: #457cbe;
      color: #ffffff; }
    .main-banner.marketing-home .hero-content .btn-primary:hover, .main-banner.marketing-home .hero-content .btn-primary:focus {
      background: #457cbe;
      color: #ffffff; }
    .main-banner.marketing-home .marketing-image {
      position: relative;
      height: 100%;
      width: 100%; }
      .main-banner.marketing-home .marketing-image img {
        position: absolute; }
        .main-banner.marketing-home .marketing-image img:nth-child(1) {
          right: 0;
          top: -45px; }
        .main-banner.marketing-home .marketing-image img:nth-child(2) {
          left: 90px;
          top: -30px; }
        .main-banner.marketing-home .marketing-image img:nth-child(3) {
          left: 60px;
          top: 165px; }
        .main-banner.marketing-home .marketing-image img:nth-child(4) {
          left: 0;
          right: -15px;
          text-align: center;
          margin: 0 auto;
          top: 185px; }
        .main-banner.marketing-home .marketing-image img:nth-child(5) {
          bottom: -55px;
          right: 0; }
        .main-banner.marketing-home .marketing-image img:nth-child(6) {
          bottom: -50px;
          right: 140px; }
        .main-banner.marketing-home .marketing-image img:nth-child(7) {
          left: 198px;
          bottom: -55px; }
        .main-banner.marketing-home .marketing-image img:nth-child(8) {
          left: 80px;
          bottom: -40px; }
        .main-banner.marketing-home .marketing-image img:nth-child(9) {
          right: 65px;
          bottom: 0;
          animation: rotate3d 4s linear infinite; }
        .main-banner.marketing-home .marketing-image img:nth-child(10) {
          left: 50px;
          top: 85px; }
        .main-banner.marketing-home .marketing-image img:nth-child(11) {
          right: 195px;
          bottom: -55px; }
        .main-banner.marketing-home .marketing-image img:nth-child(12) {
          top: 100px;
          right: -4px;
          left: 0;
          text-align: center;
          margin: 0 auto; }
        .main-banner.marketing-home .marketing-image img:nth-child(13) {
          left: 62px;
          right: 0;
          margin: 0 auto;
          text-align: center;
          top: 20px;
          animation: rotate3d 6s linear infinite; }
        .main-banner.marketing-home .marketing-image img:last-child {
          display: none; }
  .main-banner.product-home .shape4 {
    left: auto;
    right: 20%;
    top: 25%; }
  .main-banner.software-home .bubble-animate .circle {
    background: #ffffff; }
  .main-banner.payment-processing-home .creative-shape img {
    width: 100%;
    height: 55px; }
  .main-banner.book-home {
    background-image: url(/_next/static/images/book-banner-cb2e9a0d1c2ad19e48a32e210280b229.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    .main-banner.book-home::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      z-index: -1;
      opacity: 0.87; }
    .main-banner.book-home .hero-content span {
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 700;
      border-left: 3px solid #ffffff;
      padding-left: 10px; }
    .main-banner.book-home .hero-content em.inlucdebooks {
      display: block;
      color: #f2f2f2;
      margin-top: 20px; }
    .main-banner.book-home .book-image {
      height: 100%;
      width: 100%;
      position: relative; }
      .main-banner.book-home .book-image img {
        position: absolute;
        bottom: -215px;
        right: 45px; }

.startup-home .main-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .startup-home .main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    opacity: 0.95; }

.startup-home .startup-bg1 {
  background-image: url(/_next/static/images/main-bg-1-25abaac42b1efc03ac1c20418e45f1ba.jpg); }

.startup-home .startup-bg2 {
  background-image: url(/_next/static/images/main-bg-2-25abaac42b1efc03ac1c20418e45f1ba.jpg); }

.startup-home .startup-bg3 {
  background-image: url(/_next/static/images/main-bg-3-25abaac42b1efc03ac1c20418e45f1ba.jpg); }

.startup-home.owl-theme .owl-nav {
  margin-top: 0; }
  .startup-home.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: 0;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 42px;
    font-size: 30px;
    border-radius: 5px;
    margin-top: -25px;
    transition: 0.4s; }
    .startup-home.owl-theme .owl-nav [class*="owl-"].owl-next {
      left: auto;
      right: 10px; }
    .startup-home.owl-theme .owl-nav [class*="owl-"]:hover {
      background: #132048; }

.app-home .shape4 {
  left: auto !important;
  right: 15%; }

.creative-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1; }

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1; }

.shape-1 {
  left: 20px;
  bottom: 10px;
  height: 150px;
  width: 150px;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  animation: movebounce 5s linear infinite; }

.shape1 {
  position: absolute;
  top: 85px;
  z-index: -1;
  left: 30px;
  animation: movebounce 5s linear infinite; }

.shape2 {
  position: absolute;
  top: 85px;
  z-index: -1;
  right: 30px;
  animation: movebounce 5s linear infinite; }

.shape3 {
  position: absolute;
  bottom: 85px;
  z-index: -1;
  right: 30px;
  animation: movebounce 5s linear infinite; }

.shape4 {
  position: absolute;
  left: 9%;
  top: 23%;
  z-index: -1;
  opacity: 0.3; }

.shape6 {
  position: absolute;
  top: 30%;
  z-index: -1;
  left: 30px;
  animation: rotate3d 4s linear infinite;
  opacity: 0.6; }

.shape7 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 0;
  animation: movebounce 5s linear infinite;
  opacity: 0.4; }

.shape8 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%; }

.shape9 {
  position: absolute;
  left: 45%;
  top: 40%;
  z-index: -1;
  animation: animationFramesOne 15s infinite linear; }

.shape10 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
  animation: movebounce 5s linear infinite; }

.shape11 {
  position: absolute;
  left: 3%;
  bottom: 3%;
  z-index: -1; }

@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }

.rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotateme {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0); } }

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0); } }

/*================================================
About CSS
=================================================*/
.about-content .section-title {
  margin-bottom: 15px;
  text-align: left; }
  .about-content .section-title .bar {
    margin-left: 0;
    margin-right: 0; }
  .about-content .section-title p {
    margin-left: 0;
    margin-right: 0; }

.about-inner-area {
  margin-top: 100px; }
  .about-inner-area .about-text h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px; }

/*================================================
Features CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1; }
  .features-area.marketing-features .features-inner-area {
    margin-top: 90px; }
  .features-area.software-features .single-features {
    position: relative;
    text-align: left;
    padding-left: 85px; }
    .features-area.software-features .single-features .icon {
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 65px;
      height: 65px;
      line-height: 65px;
      font-size: 25px; }
    .features-area.software-features .single-features h3 {
      margin-top: 0; }
  .features-area.book-features {
    background: #f9fafc url(data:image/png;base64,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) no-repeat fixed right -600px center/auto; }

.single-features {
  text-align: center;
  transition: 0.4s;
  margin-bottom: 40px; }
  .single-features .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 30px;
    color: #132048;
    transition: 0.4s; }
  .single-features h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px; }
  .single-features:hover {
    transform: translateY(-10px); }
    .single-features:hover .icon {
      color: #ffffff;
      background: #457cbe;
      box-shadow: 0px 10px 30px 0px rgba(26, 38, 74, 0.14); }

.single-holder-box {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 30px;
  transition: 0.4s; }
  .single-holder-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px; }
  .single-holder-box img {
    width: 200px; }
  .single-holder-box:hover {
    transform: translateY(-7px); }
  .single-holder-box.mt-30 {
    margin-top: 30px; }
  .single-holder-box.mt-50 {
    margin-top: 50px; }

.features-holder-content .section-title {
  text-align: left;
  margin-bottom: 15px; }

.features-holder-content .bar {
  margin-left: 0;
  margin-right: 0; }

.features-holder-content p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.features-holder-content p {
  margin-bottom: 25px; }

.single-features-box {
  margin-bottom: 30px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  transition: 0.4s; }
  .single-features-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #132048;
    transition: 0.4s; }
  .single-features-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px; }
  .single-features-box:hover {
    transform: translateY(-10px); }
    .single-features-box:hover .icon {
      color: #ffffff;
      background: #457cbe; }

.features-inner-area {
  margin-top: 60px; }
  .features-inner-area .features-inner-content-right {
    float: right; }
  .features-inner-area .features-inner-content {
    max-width: 540px; }
    .features-inner-area .features-inner-content .features-item {
      margin-bottom: 35px;
      position: relative;
      padding-left: 90px;
      transition: 0.4s; }
      .features-inner-area .features-inner-content .features-item:last-child {
        margin-bottom: 0; }
      .features-inner-area .features-inner-content .features-item .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
        line-height: 75px;
        background: #ffffff;
        border-radius: 50%;
        font-size: 25px;
        text-align: center;
        color: #132048;
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1) !important;
        transition: 0.4s; }
      .features-inner-area .features-inner-content .features-item h3 {
        font-size: 23px;
        font-weight: 700;
        margin: 0 0 15px; }
      .features-inner-area .features-inner-content .features-item:hover {
        transform: translateY(-10px); }
        .features-inner-area .features-inner-content .features-item:hover .icon {
          color: #ffffff;
          background: #457cbe; }

/*================================================
Product New Features CSS
=================================================*/
.new-features-area {
  position: relative;
  z-index: 1;
  background-image: url(/_next/static/images/cta-bg-b8499b91efdaf2f2e1a5cf85fdb5d9dd.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .new-features-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132048;
    opacity: 0.87; }

.new-features-content .section-title {
  text-align: left;
  margin-bottom: 45px; }
  .new-features-content .section-title h2 {
    color: #ffffff; }
  .new-features-content .section-title .bar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff; }
    .new-features-content .section-title .bar::before {
      background: #132048; }

.new-features-content .single-inner-features {
  position: relative;
  margin-bottom: 30px;
  padding-left: 45px; }
  .new-features-content .single-inner-features:last-child {
    margin-bottom: 0; }
  .new-features-content .single-inner-features i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #ffffff; }
  .new-features-content .single-inner-features h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff; }
  .new-features-content .single-inner-features p {
    color: #f2f2f2; }

/*================================================
Services CSS
=================================================*/
.services-area {
  padding-bottom: 70px; }

.single-services {
  margin-bottom: 30px;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  transition: 0.4s; }
  .single-services .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #132048;
    transition: 0.4s; }
  .single-services h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px; }
  .single-services:hover {
    transform: translateY(-8px);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); }
    .single-services:hover .icon {
      background: #132048;
      color: #ffffff; }

/*================================================
Book Discover CSS
=================================================*/
.discover-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px; }

.discover-content span {
  display: block;
  color: #818992;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 2px; }

.discover-content p {
  margin-bottom: 10px; }

.discover-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden; }
  .discover-content ul li {
    color: #818992;
    float: left;
    width: 45%;
    margin-top: 10px; }
    .discover-content ul li i {
      color: #132048;
      margin-right: 2px; }

/*================================================
Overview CSS
=================================================*/
.overview-section {
  position: relative;
  z-index: 1;
  background: #f9fafc url(data:image/png;base64,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) no-repeat fixed right -600px center/auto; }
  .overview-section .shape7 {
    opacity: 1; }
  .overview-section.software-overview.bg-gray {
    background: #ffffff; }

.overview-box {
  margin-bottom: 60px; }
  .overview-box .overview-img {
    text-align: center; }
  .overview-box .overview-img-animation {
    animation: movebounce 5s linear infinite; }
  .overview-box .overview-content .icon {
    background: #dde4fa;
    color: #457cbe;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 25px; }
  .overview-box .overview-content span {
    display: block;
    margin-bottom: -10px;
    color: #457cbe; }
  .overview-box .overview-content h3 {
    position: relative;
    margin: 20px 0 15px;
    z-index: 1;
    font-size: 23px;
    font-weight: 700; }
  .overview-box .overview-content p {
    margin-bottom: 0; }
  .overview-box .overview-content ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none; }
    .overview-box .overview-content ul li {
      color: #818992;
      padding-left: 18px;
      position: relative;
      margin-bottom: 10px; }
      .overview-box .overview-content ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #132048; }
      .overview-box .overview-content ul li:last-child {
        margin-bottom: 0; }
    .overview-box .overview-content ul.features-list {
      overflow: hidden;
      margin-top: 20px;
      margin-bottom: 0; }
      .overview-box .overview-content ul.features-list li {
        float: left;
        width: 45%;
        background: #ffffff;
        padding: 10px 20px 10px 30px;
        border-radius: 5px;
        margin-bottom: 0;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 15px;
        border: 1px solid #f6f7f9; }
        .overview-box .overview-content ul.features-list li::before {
          left: 15px;
          top: 16px; }
  .overview-box.modern-flexible .single-item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px; }
    .overview-box.modern-flexible .single-item .icon {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 30px;
      color: #132048; }
    .overview-box.modern-flexible .single-item h3 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 15px; }
    .overview-box.modern-flexible .single-item:last-child {
      margin-bottom: 0; }
    .overview-box.modern-flexible .single-item.right-icon {
      padding-left: 0;
      padding-right: 55px;
      text-align: right; }
      .overview-box.modern-flexible .single-item.right-icon .icon {
        left: auto;
        right: 0; }
  .overview-box:last-child {
    margin-bottom: 0; }
  .overview-box .app-fetured-item {
    position: relative;
    height: 100%; }
    .overview-box .app-fetured-item .app-item {
      text-align: center;
      width: 200px;
      padding: 45px 10px;
      border-radius: 5px;
      animation: movebounce 5s linear infinite;
      position: absolute; }
      .overview-box .app-fetured-item .app-item.item-one {
        background-image: -webkit-linear-gradient(40deg, #457cbe 0, #f0de14 100%);
        box-shadow: 0 20px 40px 0 rgba(200, 219, 255, 0.4);
        right: 0;
        top: -150px;
        z-index: 1; }
      .overview-box .app-fetured-item .app-item.item-two {
        background-image: -webkit-linear-gradient(40deg, #13c4a1 0, #41cbb0 100%);
        box-shadow: 0 20px 40px 0 rgba(19, 196, 161, 0.4);
        left: 60px;
        top: 0; }
      .overview-box .app-fetured-item .app-item.item-three {
        background-image: -webkit-linear-gradient(40deg, #008000 0, #268b26 100%);
        box-shadow: 0 20px 40px 0 rgba(0, 128, 0, 0.4);
        left: 90px;
        bottom: -10px; }
      .overview-box .app-fetured-item .app-item.item-four {
        background-image: -webkit-linear-gradient(40deg, #457cbe 0, #7baae4 100%);
        box-shadow: 0 20px 40px 0 rgba(215, 231, 255, 0.4);
        right: 35px;
        top: -15px; }
      .overview-box .app-fetured-item .app-item i {
        font-size: 40px;
        color: #ffffff; }
      .overview-box .app-fetured-item .app-item h6 {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 0; }

/*================================================
CTA CSS
=================================================*/
.cta-area {
  position: relative;
  z-index: 1;
  padding: 60px 0; }
  .cta-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132048;
    opacity: 0.87; }
  .cta-area p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700; }
  .cta-area .btn:hover::after, .cta-area .btn:hover::before {
    background: #ffffff; }
  .cta-area .btn-primary:not(:disabled):not(.disabled).active, .cta-area .btn-primary:not(:disabled):not(.disabled):active,
  .cta-area .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #132048;
    background: #ffffff; }
  .cta-area .btn-primary:hover, .cta-area .btn-primary:focus {
    background: #ffffff;
    color: #132048; }

/*================================================
SAAS Tools CSS
=================================================*/
.saas-tools {
  position: relative;
  z-index: 1; }
  .saas-tools .bubble-animate .circle.small {
    opacity: 0.1; }
  .saas-tools .bubble-animate .circle.medium {
    opacity: 0.1; }

.tab {
  overflow: hidden;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 6px 13px 0 rgba(137, 173, 255, 0.35);
  border-radius: 5px; }
  .tab .tabs {
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
    .tab .tabs li {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding-right: 15px;
      padding-left: 15px;
      text-align: center; }
      .tab .tabs li:first-child {
        padding-left: 0; }
      .tab .tabs li:last-child {
        padding-right: 0; }
      .tab .tabs li a {
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        display: inline-block; }
        .tab .tabs li a i {
          display: inline-block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          background: #daeaff;
          color: #457cbe;
          text-align: center;
          font-size: 25px;
          border-radius: 50%;
          margin-bottom: 15px;
          -moz-transition: 0.4s;
          transition: 0.4s; }
        .tab .tabs li a:hover {
          color: #132048; }
          .tab .tabs li a:hover i {
            color: #ffffff;
            background: #132048; }
      .tab .tabs li.current i {
        color: #ffffff;
        background: #132048; }
      .tab .tabs li.current a {
        color: #132048; }
  .tab .tab_content .tabs_item {
    display: none; }
    .tab .tab_content .tabs_item:first-child {
      display: block; }
    .tab .tab_content .tabs_item .tabs_item_content h3 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 15px; }
    .tab .tab_content .tabs_item .tabs_item_content p {
      margin-bottom: 0; }
    .tab .tab_content .tabs_item .tabs_item_content ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      margin-top: 15px; }
      .tab .tab_content .tabs_item .tabs_item_content ul li {
        margin-top: 10px;
        font-weight: 400;
        color: #818992; }
        .tab .tab_content .tabs_item .tabs_item_content ul li:first-child {
          margin-top: 0; }
        .tab .tab_content .tabs_item .tabs_item_content ul li i {
          margin-right: 3px;
          font-size: 14px;
          color: #132048; }

/*================================================
Fun Facts CSS
=================================================*/
.single-funfact {
  position: relative;
  text-align: center;
  border: 1px solid #edf5ff;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  transition: 0.4s;
  border-radius: 5px; }
  .single-funfact .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #132048;
    transition: 0.4s; }
  .single-funfact h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 25px 0 8px; }
  .single-funfact p {
    font-size: 17px; }
  .single-funfact:hover {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    transform: translate(0, -10px);
    background-color: #ffffff; }
    .single-funfact:hover .icon {
      background: #132048;
      color: #ffffff; }

.single-funfact-box {
  position: relative;
  padding-left: 90px; }
  .single-funfact-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #132048;
    transition: 0.4s; }
  .single-funfact-box h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #ffffff; }
  .single-funfact-box p {
    font-size: 17px;
    color: #ffffff; }
  .single-funfact-box:hover .icon {
    background: #457cbe;
    color: #ffffff; }

.fun-facts-inner-area {
  margin-top: 100px; }
  .fun-facts-inner-area .fun-facts-inner-content {
    max-width: 540px; }
    .fun-facts-inner-area .fun-facts-inner-content h3 {
      font-size: 35px;
      font-weight: 700;
      margin: 0 0 15px; }
    .fun-facts-inner-area .fun-facts-inner-content p {
      margin-bottom: 15px; }
    .fun-facts-inner-area .fun-facts-inner-content ul {
      padding: 0;
      margin: 0 0 25px;
      list-style-type: none; }
      .fun-facts-inner-area .fun-facts-inner-content ul li {
        color: #818992;
        padding-left: 18px;
        position: relative;
        margin-bottom: 10px; }
        .fun-facts-inner-area .fun-facts-inner-content ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 8px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #132048; }
        .fun-facts-inner-area .fun-facts-inner-content ul li:last-child {
          margin-bottom: 0; }

.app-funfacts-area {
  position: relative;
  z-index: 1;
  background-image: url(/_next/static/images/cta-bg-b8499b91efdaf2f2e1a5cf85fdb5d9dd.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 70px; }
  .app-funfacts-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132048;
    opacity: 0.87; }
  .app-funfacts-area .single-funfact {
    border: none;
    padding: 0;
    margin-bottom: 30px; }
    .app-funfacts-area .single-funfact h3 {
      color: #ffffff; }
    .app-funfacts-area .single-funfact p {
      color: #ffffff; }
    .app-funfacts-area .single-funfact:hover {
      background: transparent;
      box-shadow: unset; }
      .app-funfacts-area .single-funfact:hover .icon {
        background: #457cbe;
        color: #ffffff; }

/*================================================
Work Process CSS
=================================================*/
.saas-work-process {
  position: relative;
  z-index: 1;
  background-image: url(/_next/static/images/cta-bg-b8499b91efdaf2f2e1a5cf85fdb5d9dd.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .saas-work-process::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132048;
    opacity: 0.87; }
  .saas-work-process .section-title h2,
  .saas-work-process .section-title p {
    color: #ffffff; }
  .saas-work-process .section-title .bar {
    background: #ffffff; }
    .saas-work-process .section-title .bar::before {
      background: #132048; }

.single-work-process {
  position: relative;
  padding: 30px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  z-index: 1; }
  .single-work-process::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #ffffff;
    width: 96%;
    opacity: 0.62;
    height: 50%;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    transition: 0.4s; }
  .single-work-process .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 25px;
    color: #132048;
    transition: 0.4s; }
  .single-work-process h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px; }
  .single-work-process:hover {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    transform: translate(0, -10px);
    background-color: #ffffff; }
    .single-work-process:hover .icon {
      background: #132048;
      color: #ffffff; }
    .single-work-process:hover::before {
      bottom: -5px; }

/*================================================
Pricing CSS
=================================================*/
.pricing-area {
  position: relative;
  z-index: 1; }
  .pricing-area.book-pricing .pricing-table .price-footer {
    margin-top: 30px; }

.pricingTable {
  text-align: center;
  background: #ffffff;
  padding: 50px 0 30px;
  margin-top: 40px;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s ease 0s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); }
  .pricingTable .pricing-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 73px;
    background: #ffffff;
    color: #457cbe;
    position: absolute;
    top: -40px;
    left: 50%;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    font-size: 30px;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s; }
  .pricingTable .price-Value {
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    position: relative; }
    .pricingTable .price-Value .currency {
      font-size: 18px;
      font-weight: 900;
      position: absolute;
      top: 3px;
      left: -13px; }
  .pricingTable .month {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
    text-transform: capitalize; }
  .pricingTable .pricingHeader {
    position: relative;
    z-index: 1; }
    .pricingTable .pricingHeader::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #132048;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      transition: all 0.5s ease 0s; }
    .pricingTable .pricingHeader .title {
      width: 50%;
      background: #132048;
      margin: 15px auto 10px;
      padding: 10px 0;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      border-radius: 5px;
      transition: all 0.5s ease 0s; }
  .pricingTable .pricing-content {
    margin-top: 30px;
    margin-bottom: 35px; }
    .pricingTable .pricing-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .pricingTable .pricing-content ul li {
        margin-bottom: 10px;
        text-decoration: line-through;
        color: #ccdcea; }
        .pricingTable .pricing-content ul li:last-child {
          margin-bottom: 0; }
        .pricingTable .pricing-content ul li.active {
          text-decoration: none;
          color: #818992; }
  .pricingTable:hover {
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    transform: translate(0, -10px); }
    .pricingTable:hover .pricing-icon {
      background: #132048;
      color: #ffffff; }
    .pricingTable:hover .pricingHeader::after {
      background: #457cbe; }
    .pricingTable:hover .pricingHeader .title {
      color: #ffffff;
      background: #457cbe; }

/* Pricing Table Style Two */
.pricing-table {
  text-align: center;
  padding: 30px 0;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 1;
  background-color: #132048;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); }
  .pricing-table .price-header .title {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .pricing-table .price-header .price {
    font-size: 45px;
    font-weight: 700;
    transition: 0.3s ease-in;
    text-align: left;
    position: relative;
    padding: 15px 0 15px 65px;
    z-index: 1;
    letter-spacing: 2px; }
    .pricing-table .price-header .price::after {
      position: absolute;
      left: -20%;
      top: 0;
      width: 100%;
      background-color: #ffffff;
      border-radius: 25px;
      content: "";
      height: 100%;
      -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
      transform: skewX(-35deg);
      z-index: -1; }
    .pricing-table .price-header .price .dollar {
      font-size: 18px;
      font-weight: 900;
      position: relative;
      top: -25px; }
    .pricing-table .price-header .price .month {
      font-size: 18px;
      font-weight: 700; }
  .pricing-table .price-body ul {
    margin: 30px 0;
    padding: 0;
    list-style-type: none; }
    .pricing-table .price-body ul li {
      color: #ffffff;
      margin-bottom: 10px; }
      .pricing-table .price-body ul li:last-child {
        margin-bottom: 0; }
  .pricing-table .price-footer .btn:hover::after, .pricing-table .price-footer .btn:hover::before {
    background: #ffffff; }
  .pricing-table .price-footer .btn-primary:not(:disabled):not(.disabled).active, .pricing-table .price-footer .btn-primary:not(:disabled):not(.disabled):active,
  .pricing-table .price-footer .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #132048;
    background: #ffffff; }
  .pricing-table .price-footer .btn-primary:hover, .pricing-table .price-footer .btn-primary:focus {
    background: #ffffff;
    color: #132048; }
  .pricing-table:hover {
    transform: translateY(-7px); }

/* Pricing Table Style Three */
.pricing-table-box {
  padding-bottom: 30px;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  background-image: url(data:image/png;base64,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);
  background-position: center center;
  overflow: hidden;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  transition: 0.4s; }
  .pricing-table-box .pricingTable-header {
    padding: 30px 15px 45px;
    background: #132048;
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative; }
    .pricing-table-box .pricingTable-header::before {
      content: "";
      width: 400px;
      height: 400px;
      border-radius: 50%;
      position: absolute;
      right: -50%;
      top: -130%;
      background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 20%);
      transition: 0.4s; }
  .pricing-table-box .title {
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .pricing-table-box .price-value {
    display: block;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    .pricing-table-box .price-value span {
      font-size: 15px;
      text-transform: uppercase;
      margin-left: -10px; }
    .pricing-table-box .price-value sup {
      font-size: 23px;
      top: -25px; }
  .pricing-table-box .pricing-content {
    padding: 30px 25px;
    margin-bottom: 0;
    list-style-type: none; }
    .pricing-table-box .pricing-content li {
      color: #828893;
      text-transform: capitalize;
      border-bottom: 1px solid #eee;
      margin-bottom: 12px;
      padding-bottom: 12px; }
      .pricing-table-box .pricing-content li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
  .pricing-table-box:hover {
    transform: translateY(-10px); }
    .pricing-table-box:hover .pricingTable-header::before {
      right: 50%; }

/*================================================
Project CSS
=================================================*/
.project-area {
  position: relative;
  z-index: 1; }
  .project-area .owl-theme .owl-nav {
    margin-top: 30px; }
    .project-area .owl-theme .owl-nav [class*="owl-"] {
      color: #457cbe;
      font-size: 30px;
      margin: 0 3px;
      padding: 3px 5px 0;
      background: transparent;
      display: inline-block;
      cursor: pointer;
      border-radius: 0;
      transition: 0.4s;
      border: 1px solid #eeeeee;
      line-height: 1; }
      .project-area .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #132048; }
  .project-area .owl-theme .owl-controls {
    line-height: 0.1; }

.single-project {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px;
  border-radius: 5px; }
  .single-project .project-content {
    text-align: left;
    padding: 30px; }
    .single-project .project-content h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 0; }
    .single-project .project-content span {
      display: block;
      margin-bottom: 10px;
      color: #457cbe;
      font-size: 15px; }
  .single-project .project-image {
    position: relative; }
    .single-project .project-image::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: 0;
      visibility: hidden;
      border-radius: 5px;
      transform: scale(0.8);
      transition: 0.4s; }
    .single-project .project-image a {
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      margin: 0 auto;
      font-size: 30px;
      color: #ffffff;
      opacity: 0;
      visibility: hidden;
      margin-top: -20px;
      transition: 0.4s;
      transform: scale(0); }
      .single-project .project-image a:hover {
        color: #132048; }
    .single-project .project-image img {
      transform-style: unset !important;
      border-radius: 5px; }
  .single-project:hover .project-image::before {
    visibility: visible;
    opacity: 0.8;
    transform: scale(1); }
  .single-project:hover .project-image a {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }

/*================================================
Project Details CSS
=================================================*/
.project-details-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center; }
  .project-details-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
  .project-details-image a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    color: #ffffff;
    font-size: 30px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden; }
  .project-details-image:hover::before {
    opacity: 0.77;
    visibility: visible; }
  .project-details-image:hover a {
    opacity: 1;
    visibility: visible;
    margin-top: -20px; }

.project-details-desc h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px; }

.project-details-desc p {
  margin-bottom: 15px; }

.project-details-desc .project-details-information {
  overflow: hidden; }
  .project-details-desc .project-details-information .single-info-box {
    float: left;
    width: 20%;
    margin-top: 30px; }
    .project-details-desc .project-details-information .single-info-box h4 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 15px; }
    .project-details-desc .project-details-information .single-info-box ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .project-details-desc .project-details-information .single-info-box ul li {
        display: inline-block; }
        .project-details-desc .project-details-information .single-info-box ul li a {
          margin-right: 4px;
          color: #818992; }
          .project-details-desc .project-details-information .single-info-box ul li a:hover {
            color: #132048; }

/*================================================
Gallery CSS
=================================================*/
.single-image {
  text-align: center;
  position: relative; }
  .single-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: 0.4s; }
  .single-image a {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    transition: 0.4s;
    transform: scale(0); }
    .single-image a:hover {
      color: #132048; }
  .single-image:hover::before {
    visibility: visible;
    opacity: 0.8;
    transform: scale(1); }
  .single-image:hover a {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }

/*================================================
Get Started CSS
=================================================*/
.get-started {
  position: relative;
  z-index: 1; }

.get-started-form {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 40px;
  text-align: center;
  border-radius: 3px; }
  .get-started-form form .btn {
    display: block;
    width: 100%;
    letter-spacing: 2px; }
  .get-started-form form p {
    margin-top: 15px; }
    .get-started-form form p a {
      color: #50a1ff; }
      .get-started-form form p a:hover {
        color: #132048; }

/*================================================
How App Works CSS
=================================================*/
.how-app-work {
  position: relative;
  z-index: 1;
  background-image: url(/_next/static/images/cta-bg-b8499b91efdaf2f2e1a5cf85fdb5d9dd.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .how-app-work::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132048;
    opacity: 0.87; }
  .how-app-work .section-title h2,
  .how-app-work .section-title p {
    color: #ffffff; }
  .how-app-work .section-title .bar {
    background: #ffffff; }
    .how-app-work .section-title .bar::before {
      background: #132048; }
  .how-app-work .app-mobile {
    text-align: center;
    margin-bottom: 60px;
    animation: movebounce 5s linear infinite; }

.single-app-works {
  text-align: center;
  transition: 0.4s; }
  .single-app-works .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #132048;
    transition: 0.4s; }
  .single-app-works h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff; }
  .single-app-works p {
    color: #ffffff; }
  .single-app-works:hover {
    transform: translateY(-7px); }
    .single-app-works:hover .icon {
      background: #457cbe;
      color: #ffffff; }

/*================================================
Screenshot CSS
=================================================*/
.screenshot-slides.owl-theme .owl-nav {
  margin-top: 120px; }
  .screenshot-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #457cbe;
    font-size: 30px;
    margin: 0 3px;
    padding: 3px 5px 0;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: 0.4s;
    border: 1px solid #eee;
    line-height: 1; }
    .screenshot-slides.owl-theme .owl-nav [class*="owl-"]:hover {
      color: #132048; }

.screenshot-slides.owl-theme .owl-controls {
  line-height: 0.1; }

.screenshot-contain {
  position: relative;
  margin-top: 82px; }
  .screenshot-contain .mobile-light {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: auto;
    top: -82px;
    z-index: 2; }
  .screenshot-contain .screenshot-item img {
    transform-style: unset !important;
    width: unset !important;
    margin: auto; }

.page-from-book .owl-theme .owl-nav {
  margin-top: 50px; }

.page-from-book .screenshot-item {
  position: relative;
  text-align: center; }
  .page-from-book .screenshot-item a {
    display: block; }
  .page-from-book .screenshot-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: 0.4s; }
  .page-from-book .screenshot-item .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    visibility: hidden;
    margin-top: -20px;
    transition: 0.4s;
    transform: scale(0); }
    .page-from-book .screenshot-item .popup-btn:hover {
      color: #132048; }
  .page-from-book .screenshot-item img {
    transform-style: unset !important;
    width: unset !important; }
  .page-from-book .screenshot-item:hover::before {
    visibility: visible;
    opacity: 0.8;
    transform: scale(1); }
  .page-from-book .screenshot-item:hover .popup-btn {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }

/*================================================
Team CSS
=================================================*/
.team-area {
  padding-bottom: 70px; }

.team-slides.owl-theme .owl-nav {
  margin-top: 20px;
  margin-bottom: 30px; }
  .team-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #457cbe;
    font-size: 30px;
    margin: 0 3px;
    padding: 3px 5px 0;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: 0.4s;
    border: 1px solid #eee;
    line-height: 1; }
    .team-slides.owl-theme .owl-nav [class*="owl-"]:hover {
      color: #132048; }

.team-slides.owl-theme .owl-controls {
  line-height: 0.1; }

.single-team-member {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 5px; }
  .single-team-member img {
    border-radius: 5px 5px 0 0; }
  .single-team-member .team-content {
    padding: 30px; }
    .single-team-member .team-content h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px; }
    .single-team-member .team-content span {
      display: block;
      color: #818992;
      font-size: 15px; }
    .single-team-member .team-content ul {
      padding: 0;
      margin: 15px 0 0;
      list-style-type: none; }
      .single-team-member .team-content ul li {
        display: inline-block; }
        .single-team-member .team-content ul li a {
          width: 32px;
          height: 32px;
          text-align: center;
          line-height: 32px;
          border: 1px solid #818992;
          border-radius: 50%;
          font-size: 14px;
          margin: 0 2px;
          color: #818992; }
          .single-team-member .team-content ul li a:hover {
            color: #ffffff;
            background: #132048;
            border-color: #132048; }
          .single-team-member .team-content ul li a.facebook {
            border-color: #5580ff;
            color: #5580ff; }
            .single-team-member .team-content ul li a.facebook:hover {
              background-color: #5580ff;
              color: #ffffff; }
          .single-team-member .team-content ul li a.instagram {
            border-color: #000000;
            color: #000000; }
            .single-team-member .team-content ul li a.instagram:hover {
              background-color: #000000;
              color: #ffffff; }
          .single-team-member .team-content ul li a.twitter {
            border-color: #457cbe;
            color: #457cbe; }
            .single-team-member .team-content ul li a.twitter:hover {
              background-color: #457cbe;
              color: #ffffff; }
          .single-team-member .team-content ul li a.linkedin {
            border-color: #ffd474;
            color: #ffd474; }
            .single-team-member .team-content ul li a.linkedin:hover {
              background-color: #ffd474;
              color: #ffffff; }

.single-team-member-box {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 30px; }
  .single-team-member-box img {
    clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%); }
  .single-team-member-box .team-content {
    margin-top: 30px; }
    .single-team-member-box .team-content h3 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 8px; }
    .single-team-member-box .team-content span {
      display: block;
      color: #818992;
      font-size: 15px; }
    .single-team-member-box .team-content ul {
      padding: 0;
      margin: 15px 0 0;
      list-style-type: none; }
      .single-team-member-box .team-content ul li {
        display: inline-block; }
        .single-team-member-box .team-content ul li a {
          font-size: 18px;
          color: #818992;
          margin: 0 4px; }
          .single-team-member-box .team-content ul li a:hover {
            transform: translateY(-5px); }
          .single-team-member-box .team-content ul li a.facebook {
            color: #5580ff; }
          .single-team-member-box .team-content ul li a.twitter {
            color: #457cbe; }
          .single-team-member-box .team-content ul li a.linkedin {
            color: #ffd474; }
          .single-team-member-box .team-content ul li a.instagram {
            color: #000000; }

/*================================================
Next Generation CSS
=================================================*/
.next-generation-virtual-reality {
  padding-bottom: 60px; }
  .next-generation-virtual-reality .single-item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 55px; }
    .next-generation-virtual-reality .single-item .icon {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 35px;
      color: #132048;
      transition: 0.4s; }
    .next-generation-virtual-reality .single-item h3 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 15px; }
    .next-generation-virtual-reality .single-item:hover .icon {
      color: #457cbe; }

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .feedback-area .svg-feedback-bottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: -1; }

.single-feedback {
  position: relative;
  padding: 30px;
  background: #ffffff;
  transition: 0.4s;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 50px; }
  .single-feedback .client-info img {
    clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin: 0 auto;
    width: 115px !important;
    height: 115px !important; }
  .single-feedback .client-info h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 55px; }
  .single-feedback .client-info span {
    color: #457cbe;
    font-size: 15px; }
  .single-feedback p {
    margin-top: 25px; }
  .single-feedback::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #132048;
    border-radius: 0 0 3px 3px;
    transition: 0.4s; }
  .single-feedback:hover {
    box-shadow: 0 0 20px 5px rgba(137, 173, 255, 0.35);
    background-color: #ffffff; }

.single-feedback-box {
  background: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
  padding: 30px 30px 30px 45px; }
  .single-feedback-box .client-info img {
    position: absolute;
    left: -30px;
    width: 60px !important;
    height: 60px;
    top: 30px;
    border-radius: 50%;
    border: 3px solid #ffffff; }
  .single-feedback-box .client-info h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px; }
  .single-feedback-box .client-info span {
    color: #457cbe;
    font-size: 15px; }
  .single-feedback-box p {
    margin-top: 20px; }

.feedback-slides .owl-item .single-feedback {
  opacity: 0.5;
  transition: 0.5s; }
  .feedback-slides .owl-item .single-feedback::before {
    opacity: 0;
    visibility: hidden; }

.feedback-slides .owl-item.active.center .single-feedback {
  opacity: 1;
  transition: 0.5s;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); }
  .feedback-slides .owl-item.active.center .single-feedback::before {
    opacity: 1;
    visibility: visible;
    width: 100%; }

.feedback-slides .owl-item.active.center .single-feedback-box {
  margin-top: 30px; }

.feedback-slides.owl-theme .owl-nav {
  margin-top: 20px; }
  .feedback-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #457cbe;
    font-size: 30px;
    margin: 0 3px;
    padding: 3px 5px 0;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: 0.4s;
    border: 1px solid #eee;
    line-height: 1; }
    .feedback-slides.owl-theme .owl-nav [class*="owl-"]:hover {
      color: #132048; }

.feedback-slides.owl-theme .owl-controls {
  line-height: 0.1; }

/*================================================
App Download CSS
=================================================*/
.app-download {
  position: relative;
  z-index: 1; }
  .app-download .section-title {
    text-align: left;
    margin-bottom: 0; }
    .app-download .section-title .bar {
      margin-left: 0;
      margin-right: 0; }
    .app-download .section-title p {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 35px; }
    .app-download .section-title .download-btn a {
      position: relative;
      padding: 12px 35px 12px 65px;
      background: #132048;
      color: #ffffff;
      border-radius: 70px;
      font-weight: 300;
      font-size: 15px;
      margin-right: 10px;
      box-shadow: 0 13px 27px 0 rgba(213, 227, 255, 0.25); }
      .app-download .section-title .download-btn a:last-child {
        margin-right: 0; }
      .app-download .section-title .download-btn a i {
        position: absolute;
        left: 25px;
        top: 50%;
        font-size: 25px;
        margin-top: -12px; }
      .app-download .section-title .download-btn a span {
        display: block;
        font-weight: 700;
        font-size: 16px; }
      .app-download .section-title .download-btn a:hover, .app-download .section-title .download-btn a:focus {
        background: #457cbe;
        transform: translateY(-5px); }
  .app-download .download-image {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 295px; }
    .app-download .download-image img {
      animation: movebounce 5s linear infinite;
      position: absolute;
      left: -75px;
      top: 0;
      width: 445px; }
      .app-download .download-image img:last-child {
        left: 225px;
        top: 25px; }
  .app-download .download-image-new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    .app-download .download-image-new img {
      width: 60%;
      height: 60%; }

/*================================================
Platform Connect CSS
=================================================*/
.platform-connect {
  background: #ffffff url(data:image/png;base64,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) no-repeat fixed left -600px center/auto; }
  .platform-connect h2 {
    text-align: center;
    max-width: 520px;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
  .platform-connect .box {
    display: block;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    position: relative;
    padding: 15px 15px 15px 80px;
    border-radius: 5px;
    transition: 0.4s;
    background: #ffffff; }
    .platform-connect .box img {
      position: absolute;
      left: 15px;
      top: 15px; }
    .platform-connect .box h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px; }
    .platform-connect .box span {
      text-transform: uppercase;
      color: #818992;
      font-size: 14px; }
    .platform-connect .box i {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -8px;
      color: #818992;
      transition: 0.4s;
      font-size: 25px; }
    .platform-connect .box:hover {
      transform: translateY(-10px); }
      .platform-connect .box:hover i {
        color: #132048; }

/*================================================
Blog CSS
=================================================*/
.blog-area {
  background: #f9fafc url(data:image/png;base64,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) no-repeat fixed right -600px center/auto; }
  .blog-area.blog-section {
    background: unset; }
  .blog-area .owl-theme .owl-nav {
    margin-top: 20px; }
    .blog-area .owl-theme .owl-nav [class*="owl-"] {
      color: #457cbe;
      font-size: 30px;
      margin: 0 3px;
      padding: 3px 5px 0;
      background: transparent;
      display: inline-block;
      cursor: pointer;
      border-radius: 0;
      transition: 0.4s;
      border: 1px solid #eee;
      line-height: 1; }
      .blog-area .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #132048; }
  .blog-area .owl-theme .owl-controls {
    line-height: 0.1; }

.single-blog-post {
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); }
  .single-blog-post .post-image {
    display: block; }
  .single-blog-post .blog-post-content {
    padding: 30px; }
    .single-blog-post .blog-post-content ul {
      padding: 0;
      list-style-type: none;
      margin: 0; }
      .single-blog-post .blog-post-content ul li {
        display: inline-block;
        margin-right: 10px;
        font-size: 15px;
        color: #818992; }
        .single-blog-post .blog-post-content ul li:last-child {
          margin-right: 0; }
        .single-blog-post .blog-post-content ul li i {
          color: #132048;
          margin-right: 4px; }
        .single-blog-post .blog-post-content ul li a {
          color: #818992; }
          .single-blog-post .blog-post-content ul li a:hover {
            color: #132048; }
    .single-blog-post .blog-post-content h3 {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px; }
    .single-blog-post .blog-post-content p {
      margin-bottom: 20px; }
    .single-blog-post .blog-post-content .read-more-btn {
      font-weight: 700; }

/*================================================
Blog Details CSS
=================================================*/
.blog-details-area {
  position: relative; }
  .blog-details-area .blog-details {
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background: #ffffff; }
    .blog-details-area .blog-details .article-img {
      position: relative; }
      .blog-details-area .blog-details .article-img .date {
        position: absolute;
        bottom: 15px;
        width: 100px;
        right: 15px;
        height: 100px;
        text-align: center;
        font-size: 25px;
        font-style: italic;
        font-weight: 700;
        background: #132048;
        color: #ffffff;
        border-radius: 5px;
        padding-top: 19px;
        line-height: 32px; }
    .blog-details-area .blog-details .article-content {
      padding: 30px; }
      .blog-details-area .blog-details .article-content ul li {
        display: inline-block; }
      .blog-details-area .blog-details .article-content ul.category {
        margin-bottom: 20px; }
        .blog-details-area .blog-details .article-content ul.category li {
          margin-right: 5px;
          margin-bottom: 10px; }
          .blog-details-area .blog-details .article-content ul.category li a {
            background: #132048;
            color: #ffffff;
            padding: 5px 15px 3px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 400; }
      .blog-details-area .blog-details .article-content h3 {
        font-size: 23px;
        font-weight: 700;
        margin-bottom: -5px; }
      .blog-details-area .blog-details .article-content p {
        margin-bottom: 0;
        margin-top: 20px; }
      .blog-details-area .blog-details .article-content .blockquote {
        margin-bottom: 20px;
        margin-top: 20px;
        background: #f4f4f4;
        padding: 30px;
        border-left: 4px solid #132048; }
        .blog-details-area .blog-details .article-content .blockquote p {
          margin-top: 0;
          font-size: 18px; }
      .blog-details-area .blog-details .article-content .share-post {
        text-align: center;
        margin-top: 30px; }
        .blog-details-area .blog-details .article-content .share-post ul li a {
          width: 40px;
          font-size: 15px;
          height: 40px;
          display: inline-block;
          line-height: 38px;
          border: 1px solid #eeeeee;
          border-radius: 50%;
          color: #555555; }
          .blog-details-area .blog-details .article-content .share-post ul li a:hover, .blog-details-area .blog-details .article-content .share-post ul li a:focus {
            color: #ffffff;
            border-color: #132048;
            background-color: #132048; }
      .blog-details-area .blog-details .article-content ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
  .blog-details-area .post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); }
    .blog-details-area .post-controls-buttons .controls-left {
      float: left; }
    .blog-details-area .post-controls-buttons .controls-right {
      float: right; }
    .blog-details-area .post-controls-buttons div a {
      border: 1px solid #eeeeee;
      padding: 8px 20px;
      display: inline-block;
      border-radius: 5px;
      font-weight: 700;
      font-size: 14px; }
      .blog-details-area .post-controls-buttons div a:hover, .blog-details-area .post-controls-buttons div a:focus {
        color: #ffffff;
        background: #132048;
        border-color: #132048; }
  .blog-details-area .post-comments {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); }
    .blog-details-area .post-comments h3 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 0; }
    .blog-details-area .post-comments .single-comment {
      position: relative;
      padding-left: 95px;
      margin-top: 30px; }
      .blog-details-area .post-comments .single-comment .comment-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 75px; }
        .blog-details-area .post-comments .single-comment .comment-img img {
          border-radius: 50%; }
      .blog-details-area .post-comments .single-comment .comment-content h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .blog-details-area .post-comments .single-comment .comment-content span {
        color: #818992; }
      .blog-details-area .post-comments .single-comment .comment-content p {
        margin-bottom: 15px; }
      .blog-details-area .post-comments .single-comment .comment-content a {
        position: absolute;
        font-weight: 700;
        right: 0;
        bottom: 0;
        text-transform: uppercase; }
      .blog-details-area .post-comments .single-comment.left-m {
        margin-left: 85px; }
  .blog-details-area .leave-a-reply {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-top: 25px; }
    .blog-details-area .leave-a-reply h3 {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 30px; }

/*================================================
Boxes CSS
=================================================*/
.boxes-area {
  position: relative;
  z-index: 1;
  margin-top: -140px; }
  .boxes-area .single-box {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    transition: 0.4s; }
    .boxes-area .single-box .icon {
      display: inline-block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      background: #edf5ff;
      border-radius: 50%;
      text-align: center;
      font-size: 25px;
      color: #132048;
      transition: 0.4s; }
    .boxes-area .single-box h3 {
      font-size: 23px;
      font-weight: 700;
      margin: 25px 0 15px; }
    .boxes-area .single-box:hover {
      transform: translateY(-10px); }
      .boxes-area .single-box:hover .icon {
        color: #ffffff;
        background: #457cbe; }

/*================================================
Join CSS
=================================================*/
.join-content span {
  display: block;
  color: #457cbe;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase; }

.join-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px; }

.join-content p {
  margin-bottom: 25px; }

/*================================================
Analysis CSS
=================================================*/
.analysis-form {
  background: #ffffff;
  box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
  padding: 40px;
  border-radius: 5px;
  text-align: center; }
  .analysis-form h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px; }
  .analysis-form form .btn {
    display: block;
    width: 100%;
    padding: 13px 40px;
    border-radius: 5px; }
  .analysis-form h5 {
    font-size: 16px;
    text-align: left;
    padding: 10px 0 5px 0; }

.analysis-text span {
  color: #457cbe;
  text-transform: capitalize; }

.analysis-text h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 15px 0 20px;
  line-height: 40px; }

.analysis-text ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none; }
  .analysis-text ul li {
    position: relative;
    color: #818992;
    margin-bottom: 15px;
    padding-left: 30px; }
    .analysis-text ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      width: 17px;
      height: 17px;
      background: #132048;
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
    .analysis-text ul li:last-child {
      margin-bottom: 0; }

/*================================================
Partner CSS
=================================================*/
.partner-area {
  padding: 50px 0;
  border-top: 1px solid #edf5ff; }
  .partner-area .item {
    text-align: center; }
    .partner-area .item a {
      display: block; }
      .partner-area .item a img {
        width: auto !important; }
  .partner-area .owl-controls .owl-nav {
    margin-top: 0; }
  .partner-area.app-partner {
    padding: 50px 0 0;
    border: 0; }
  .partner-area.marketing-partner {
    border-bottom: 1px dashed #edf5ff;
    border-top: 1px dashed #edf5ff; }
  .partner-area.software-partner {
    border-bottom: 1px dashed #edf5ff;
    border-top: none; }
  .partner-area.startup-partner {
    border-bottom: 1px dashed #edf5ff;
    border-top: none; }

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  background-image: url(/_next/static/images/map-8518ca8b5e21ad1da00140e5745804bf.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .subscribe-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132048;
    opacity: 0.67; }
  .subscribe-area .section-title h2,
  .subscribe-area .section-title p {
    color: #ffffff; }
  .subscribe-area .section-title .bar {
    background: #ffffff; }
    .subscribe-area .section-title .bar::before {
      background: #132048; }
  .subscribe-area .newsletter-form {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px; }
    .subscribe-area .newsletter-form .form-control {
      height: 70px;
      background: white;
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
      border: none;
      border-radius: 5px;
      color: #818992;
      padding-left: 20px; }
      .subscribe-area .newsletter-form .form-control::placeholder {
        color: #818992; }
    .subscribe-area .newsletter-form .btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      .subscribe-area .newsletter-form .btn:hover, .subscribe-area .newsletter-form .btn:focus {
        transform: translateY(0); }
    .subscribe-area .newsletter-form #validator-newsletter {
      position: absolute;
      bottom: -45px;
      color: #ffffff;
      left: 0;
      font-size: 20px; }

.bubble-animate {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }
  .bubble-animate .circle {
    background: #132048;
    bottom: 0;
    position: absolute;
    border-radius: 50%; }
    .bubble-animate .circle.small {
      width: 20px;
      height: 20px;
      opacity: 0.7; }
      .bubble-animate .circle.small.square1 {
        left: 18%;
        top: 100%;
        animation-name: smallBubble;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-delay: 1s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.small.square2 {
        left: 36%;
        top: 100%;
        animation-name: smallBubble;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-delay: 2s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.small.square3 {
        left: 54%;
        top: 100%;
        animation-name: smallBubble;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-delay: 1s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.small.square4 {
        left: 72%;
        top: 100%;
        animation-name: smallBubble;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 4s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.small.square5 {
        left: 90%;
        top: 100%;
        animation-name: smallBubble;
        animation-duration: 7s;
        animation-delay: 5s;
        animation-timing-function: ease-in; }
    .bubble-animate .circle.medium {
      width: 40px;
      height: 40px;
      opacity: 0.35; }
      .bubble-animate .circle.medium.square1 {
        left: 21%;
        top: 100%;
        animation-name: mediumBubble;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-delay: 2s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.medium.square2 {
        left: 42%;
        top: 100%;
        animation-name: mediumBubble;
        animation-duration: 8s;
        animation-iteration-count: infinite;
        animation-delay: 6s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.medium.square3 {
        left: 63%;
        top: 100%;
        animation-name: mediumBubble;
        animation-duration: 12s;
        animation-iteration-count: infinite;
        animation-delay: 12s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.medium.square4 {
        left: 84%;
        top: 100%;
        animation-name: mediumBubble;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-delay: 12s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.medium.square5 {
        left: 105%;
        top: 100%;
        animation-name: mediumBubble;
        animation-duration: 18s;
        animation-iteration-count: infinite;
        animation-delay: 6s;
        animation-timing-function: ease-in; }
    .bubble-animate .circle.large {
      width: 100px;
      height: 100px;
      opacity: 0.15; }
      .bubble-animate .circle.large.square1 {
        left: 21%;
        top: 100%;
        animation-name: bigBubble;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 6s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.large.square2 {
        left: 42%;
        top: 100%;
        animation-name: bigBubble;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 3s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.large.square3 {
        left: 63%;
        top: 100%;
        animation-name: bigBubble;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 13s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.large.square4 {
        left: 84%;
        top: 100%;
        animation-name: bigBubble;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 9s;
        animation-timing-function: ease-in; }
      .bubble-animate .circle.large.square5 {
        left: 105%;
        top: 100%;
        animation-name: bigBubble;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 13s;
        animation-timing-function: ease-in; }

@-webkit-keyframes smallBubble {
  0% {
    top: 100%;
    margin-left: 10px; }
  25% {
    margin-left: -10px; }
  50% {
    margin-left: 10px; }
  75% {
    margin-left: -10px; }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px; } }

@keyframes smallBubble {
  0% {
    top: 100%;
    margin-left: 10px; }
  25% {
    margin-left: -10px; }
  50% {
    margin-left: 10px; }
  75% {
    margin-left: -10px; }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px; } }

@-webkit-keyframes mediumBubble {
  0% {
    top: 100%;
    margin-left: 15px; }
  25% {
    margin-left: -15px; }
  50% {
    margin-left: 15px; }
  75% {
    margin-left: -15px; }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px; } }

@keyframes mediumBubble {
  0% {
    top: 100%;
    margin-left: 15px; }
  25% {
    margin-left: -15px; }
  50% {
    margin-left: 15px; }
  75% {
    margin-left: -15px; }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px; } }

@-webkit-keyframes bigBubble {
  0% {
    top: 100%;
    margin-left: 20px; }
  25% {
    margin-left: -20px; }
  50% {
    margin-left: 20px; }
  75% {
    margin-left: -20px; }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px; } }

@keyframes bigBubble {
  0% {
    top: 100%;
    margin-left: 20px; }
  25% {
    margin-left: -20px; }
  50% {
    margin-left: 20px; }
  75% {
    margin-left: -20px; }
  100% {
    top: 0%;
    opacity: 0;
    margin-left: 0px; } }

/*================================================
Product CSS
=================================================*/
.single-product {
  box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px; }
  .single-product .product-img {
    position: relative;
    overflow: hidden; }
    .single-product .product-img img {
      transform: scale(1);
      transition: all 300ms ease; }
    .single-product .product-img .add-to-cart-btn {
      display: block;
      position: absolute;
      left: 0;
      bottom: -45px;
      width: 100%;
      background: #000000;
      color: #ffffff;
      height: auto;
      letter-spacing: 2px;
      padding: 12px 20px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      overflow: hidden;
      transition: 0.4s; }
      .single-product .product-img .add-to-cart-btn i {
        font-size: 20px;
        float: right; }
  .single-product .product-content {
    padding: 30px; }
    .single-product .product-content h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px; }
    .single-product .product-content .row h5 {
      text-align: left;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 0; }
      .single-product .product-content .row h5 span {
        font-size: 14px;
        text-decoration: line-through;
        position: relative;
        top: -1px;
        color: #818992; }
    .single-product .product-content .row ul {
      text-align: right;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .single-product .product-content .row ul li {
        display: inline-block;
        color: #457cbe; }
  .single-product:hover .product-img img {
    transform: scale(1.09); }
  .single-product:hover .product-img .add-to-cart-btn {
    bottom: 0; }

.product-slides.owl-theme .owl-nav {
  margin-top: 20px; }
  .product-slides.owl-theme .owl-nav [class*="owl-"] {
    color: #457cbe;
    font-size: 30px;
    margin: 0 3px;
    padding: 0;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: 0.4s; }
    .product-slides.owl-theme .owl-nav [class*="owl-"]:hover {
      color: #132048; }

.product-slides.owl-theme .owl-controls {
  line-height: 0.1; }

.woocommerce-topbar {
  margin-bottom: 30px; }

/*================================================
Product Details CSS
=================================================*/
.shop-details-area {
  padding-bottom: 70px; }

.shop-details {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); }
  .shop-details .product-entry-summary h3 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0; }
  .shop-details .product-entry-summary h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 17px 0; }
    .shop-details .product-entry-summary h4 span {
      color: #818992;
      text-decoration: line-through; }
  .shop-details .product-entry-summary p {
    margin-bottom: 17px; }
  .shop-details .product-entry-summary ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .shop-details .product-entry-summary ul.product-categories li {
      display: inline-block;
      font-weight: 600; }
      .shop-details .product-entry-summary ul.product-categories li a {
        color: #818992; }
        .shop-details .product-entry-summary ul.product-categories li a:hover {
          color: #132048; }
    .shop-details .product-entry-summary ul.share-social li {
      display: inline-block;
      font-weight: 700; }
      .shop-details .product-entry-summary ul.share-social li a {
        color: #818992;
        width: 35px;
        height: 35px;
        border: 1px solid #818992;
        text-align: center;
        border-radius: 50%;
        line-height: 35px;
        margin-left: 6px; }
        .shop-details .product-entry-summary ul.share-social li a:hover {
          color: #ffffff;
          background: #132048;
          border-color: #132048; }
  .shop-details .product-entry-summary form {
    margin-top: 30px;
    margin-bottom: 30px; }
    .shop-details .product-entry-summary form .form-control {
      display: inline-block;
      width: 120px; }
    .shop-details .product-entry-summary form .btn {
      display: inline-block;
      position: relative;
      top: -1px;
      margin-left: 10px; }
  .shop-details .owl-theme .owl-nav {
    margin-top: 20px; }
    .shop-details .owl-theme .owl-nav [class*="owl-"] {
      color: #457cbe;
      font-size: 30px;
      margin: 0 3px;
      padding: 0;
      background: transparent;
      display: inline-block;
      cursor: pointer;
      border-radius: 0;
      transition: 0.4s; }
      .shop-details .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #132048; }
  .shop-details .owl-theme .owl-controls {
    line-height: 0.1; }
  .shop-details .shop-details-tabs {
    margin-top: 40px; }
    .shop-details .shop-details-tabs #tabs {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .shop-details .shop-details-tabs #tabs li {
        display: inline-block;
        padding: 12px 50px;
        cursor: pointer;
        font-weight: 700;
        font-size: 16px;
        background: #eaeaea; }
        .shop-details .shop-details-tabs #tabs li.active {
          background-color: #132048;
          position: relative;
          color: #fff; }
          .shop-details .shop-details-tabs #tabs li.active::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 4px;
            top: 0;
            left: 0;
            background: #132048; }
        .shop-details .shop-details-tabs #tabs li.inactive {
          background-color: #eeeeee;
          padding: 12px 50px; }
    .shop-details .shop-details-tabs .content {
      display: none; }
      .shop-details .shop-details-tabs .content .shop-description {
        border: 1px solid #eee;
        padding: 30px; }
      .shop-details .shop-details-tabs .content.show {
        display: block; }
      .shop-details .shop-details-tabs .content h3 {
        margin-bottom: 20px;
        font-size: 23px;
        font-weight: 700; }
      .shop-details .shop-details-tabs .content .shop-reviews {
        padding: 30px;
        border: 1px solid #eee; }
        .shop-details .shop-details-tabs .content .shop-reviews b {
          margin: 0 0 15px;
          display: inline-block; }
        .shop-details .shop-details-tabs .content .shop-reviews ul {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          .shop-details .shop-details-tabs .content .shop-reviews ul li {
            display: inline-block;
            position: relative;
            margin-right: 15px; }
            .shop-details .shop-details-tabs .content .shop-reviews ul li::before {
              content: "";
              position: absolute;
              width: 1px;
              height: 13px;
              background: #eeeeee;
              left: -10px;
              top: 6px; }
            .shop-details .shop-details-tabs .content .shop-reviews ul li:first-child::before {
              display: none; }
            .shop-details .shop-details-tabs .content .shop-reviews ul li a {
              color: #132048; }
        .shop-details .shop-details-tabs .content .shop-reviews .review-form {
          margin-top: 30px; }

.shop-related-prodcut {
  margin-top: 100px; }
  .shop-related-prodcut .section-title {
    text-align: left;
    margin-left: 0;
    margin-right: 0; }
    .shop-related-prodcut .section-title .bar {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; }

/*================================================
Page Title CSS
=================================================*/
.page-title-banner {
  position: relative;
  background: #132048;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 20px;
  text-align: center; }
  .page-title-banner h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff; }
  .page-title-banner .bubble-animate .circle {
    background: #ffffff; }
  .page-title-banner .btn:hover {
    transform: translateY(0); }
    .page-title-banner .btn:hover::after, .page-title-banner .btn:hover::before {
      background: #ffffff; }
  .page-title-banner .btn-primary:not(:disabled):not(.disabled).active, .page-title-banner .btn-primary:not(:disabled):not(.disabled):active,
  .page-title-banner .btn-primary .show > .btn-primary.dropdown-toggle {
    color: #132048;
    background: #ffffff; }
  .page-title-banner .btn-primary:hover, .page-title-banner .btn-primary:focus {
    background: #ffffff;
    color: #132048; }

/*=============================
Pagination CSS
===============================*/
.pagination-area {
  text-align: center;
  margin-top: 30px; }
  .pagination-area ul {
    padding: 0;
    margin: 0; }
    .pagination-area ul .page-item .page-link {
      padding: 11px 20px;
      margin: 0 3px;
      color: #6f8ba4;
      background-color: #ffffff;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      box-shadow: 0 2px 10px 0 #d8dde6; }
      .pagination-area ul .page-item .page-link:hover, .pagination-area ul .page-item .page-link:focus {
        color: #ffffff;
        background-color: #132048;
        box-shadow: unset; }
    .pagination-area ul .page-item.active .page-link {
      color: #ffffff;
      background-color: #132048; }

/*================================================
Sidebar CSS
=================================================*/
.sidebar-area .widget {
  margin-bottom: 40px; }
  .sidebar-area .widget.widget-search form {
    position: relative; }
    .sidebar-area .widget.widget-search form .form-control {
      background: #edf5ff;
      border-color: transparent; }
      .sidebar-area .widget.widget-search form .form-control:focus {
        border-color: #132048; }
    .sidebar-area .widget.widget-search form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 55px;
      border: none;
      background: transparent;
      cursor: pointer;
      transition: 0.4s; }
      .sidebar-area .widget.widget-search form button:hover {
        background: #132048;
        color: #ffffff; }
  .sidebar-area .widget:last-child {
    margin-bottom: 0; }
  .sidebar-area .widget .widget-title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 0; }
  .sidebar-area .widget .bar {
    height: 4px;
    width: 65px;
    background: #132048;
    margin: 12px 0 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .sidebar-area .widget .bar::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 5px;
      background: #ffffff;
      animation-duration: 2s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-name: MOVE-BG; }
  .sidebar-area .widget.widget_product_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .sidebar-area .widget.widget_product_categories ul li {
      margin-bottom: 10px; }
      .sidebar-area .widget.widget_product_categories ul li:last-child {
        margin-bottom: 0; }
      .sidebar-area .widget.widget_product_categories ul li a {
        color: #818992;
        font-weight: 600;
        position: relative; }
        .sidebar-area .widget.widget_product_categories ul li a:hover {
          color: #132048;
          padding-left: 17px; }
          .sidebar-area .widget.widget_product_categories ul li a:hover i {
            opacity: 1;
            visibility: visible;
            left: 0; }
        .sidebar-area .widget.widget_product_categories ul li a i {
          position: absolute;
          left: 8px;
          top: 50%;
          margin-top: -8px;
          opacity: 0;
          visibility: hidden;
          transition: 0.4s; }
  .sidebar-area .widget.widget_post_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .sidebar-area .widget.widget_post_categories ul li {
      margin-bottom: 10px; }
      .sidebar-area .widget.widget_post_categories ul li:last-child {
        margin-bottom: 0; }
      .sidebar-area .widget.widget_post_categories ul li a {
        color: #818992;
        font-weight: 600;
        position: relative; }
        .sidebar-area .widget.widget_post_categories ul li a:hover {
          color: #132048;
          padding-left: 17px; }
          .sidebar-area .widget.widget_post_categories ul li a:hover i {
            opacity: 1;
            visibility: visible;
            left: 0; }
        .sidebar-area .widget.widget_post_categories ul li a i {
          position: absolute;
          left: 8px;
          top: 50%;
          margin-top: -8px;
          opacity: 0;
          visibility: hidden;
          transition: 0.4s; }
  .sidebar-area .widget.widget_tag_cloud .tagcloud a {
    background: #f5f9ff;
    color: #938da6;
    padding: 6px 26px;
    border-radius: 30px;
    margin-bottom: 7px;
    font-weight: 600;
    margin-right: 5px;
    font-size: 15px; }
    .sidebar-area .widget.widget_tag_cloud .tagcloud a:hover {
      color: #ffffff;
      background: #132048; }
  .sidebar-area .widget.widget_recent_posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sidebar-area .widget.widget_recent_posts ul li {
      position: relative;
      overflow: hidden;
      margin-bottom: 15px;
      padding-left: 110px; }
      .sidebar-area .widget.widget_recent_posts ul li:last-child {
        margin-bottom: 0; }
      .sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px; }
        .sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb a {
          display: block; }
      .sidebar-area .widget.widget_recent_posts ul li .recent-post-content h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 23px; }
      .sidebar-area .widget.widget_recent_posts ul li .recent-post-content .date {
        display: block;
        margin-top: 3px;
        font-size: 14px;
        color: #828893; }
  .sidebar-area .widget.widget_recent_products ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sidebar-area .widget.widget_recent_products ul li {
      position: relative;
      overflow: hidden;
      margin-bottom: 15px;
      padding-left: 110px; }
      .sidebar-area .widget.widget_recent_products ul li:last-child {
        margin-bottom: 0; }
      .sidebar-area .widget.widget_recent_products ul li .recent-products-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px; }
        .sidebar-area .widget.widget_recent_products ul li .recent-products-thumb a {
          display: block; }
      .sidebar-area .widget.widget_recent_products ul li .recent-products-content h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 23px; }
      .sidebar-area .widget.widget_recent_products ul li .recent-products-content .date {
        display: block;
        margin-top: 3px;
        font-size: 14px;
        color: #828893; }
      .sidebar-area .widget.widget_recent_products ul li .recent-products-content ul {
        margin: -3px 0 -3px; }
        .sidebar-area .widget.widget_recent_products ul li .recent-products-content ul li {
          display: inline-block;
          padding: 0;
          margin: 0;
          line-height: 1;
          color: #457cbe;
          margin-right: -2px; }
  .sidebar-area .widget.widget_text ul {
    padding: 0;
    margin: 0 -3px;
    list-style-type: none;
    overflow: hidden; }
    .sidebar-area .widget.widget_text ul li {
      float: left;
      padding: 0 3px;
      width: 33.3333%;
      margin-bottom: 6px; }

/*================================================
Login CSS
=================================================*/
.login-form {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px; }
  .login-form h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 8px; }
  .login-form p {
    margin-bottom: 30px; }
  .login-form form .form-check {
    margin-top: 18px; }
    .login-form form .form-check .form-check-label {
      color: #818992;
      position: relative;
      top: -2px; }
  .login-form form .forgot-password {
    margin-bottom: 20px;
    margin-top: 18px; }
    .login-form form .forgot-password a {
      color: #818992; }
      .login-form form .forgot-password a:hover {
        color: #132048; }
  .login-form form .btn {
    margin-bottom: 20px;
    margin-top: 10px; }
  .login-form form span {
    display: block;
    color: #818992; }
    .login-form form span a {
      color: #457cbe; }

/*================================================
Signup CSS
=================================================*/
.signup-form {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px; }
  .signup-form h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px; }
  .signup-form form .form-check {
    margin-top: 18px; }
    .signup-form form .form-check .form-check-label {
      color: #818992;
      position: relative;
      top: -2px; }
  .signup-form form .btn {
    margin-bottom: 20px;
    margin-top: 20px; }
  .signup-form form span {
    display: block;
    color: #818992; }
    .signup-form form span a {
      color: #457cbe; }

/*================================================
FAQ CSS
=================================================*/
.faq-accordion {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px; }
  .faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .faq-accordion .accordion .accordion-item {
      display: block;
      margin-bottom: 15px; }
      .faq-accordion .accordion .accordion-item:last-child {
        margin-bottom: 0; }
      .faq-accordion .accordion .accordion-item .accordion-title {
        display: block;
        padding: 20px 30px;
        text-decoration: none;
        background: #f5f9ff;
        font-size: 20px;
        font-weight: 700; }
        .faq-accordion .accordion .accordion-item .accordion-title:hover, .faq-accordion .accordion .accordion-item .accordion-title.active, .faq-accordion .accordion .accordion-item .accordion-title:focus {
          background: #132048;
          color: #ffffff; }
        .faq-accordion .accordion .accordion-item .accordion-title.active {
          border-radius: 0; }
      .faq-accordion .accordion .accordion-item .accordion-content {
        display: none;
        position: relative;
        overflow: hidden;
        padding: 15px 15px 0;
        line-height: 1.9; }
        .faq-accordion .accordion .accordion-item .accordion-content.show {
          display: block; }
  .faq-accordion .accordion__button {
    transition: 0.5s;
    background-color: #f5f9ff;
    font-size: 18px;
    font-weight: 600;
    outline: 0; }
    .faq-accordion .accordion__button:hover, .faq-accordion .accordion__button:focus {
      color: #ffffff;
      background-color: #132048; }

.faq-contact {
  margin-top: 45px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px; }
  .faq-contact h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px; }
  .faq-contact form .btn {
    margin-top: 15px; }

/*================================================
Error 404 CSS
=================================================*/
.notfound {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 40px;
  padding-left: 280px;
  max-width: 820px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  border-radius: 50px 5px 5px 50px; }
  .notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(data:image/png;base64,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);
    background-size: cover;
    margin-top: -68px; }
    .notfound .notfound-404::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      transform: scale(2.4);
      border-radius: 50%;
      background-color: #f2f5f8;
      z-index: -1; }
  .notfound h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px; }
  .notfound span {
    display: block;
    margin-bottom: 20px;
    color: #818992;
    font-size: 18px; }

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon {
  position: relative;
  z-index: 1;
  background-image: url(/_next/static/images/book-banner-cb2e9a0d1c2ad19e48a32e210280b229.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center; }
  .coming-soon::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.77;
    content: "";
    position: absolute; }
  .coming-soon .coming-soon-content {
    max-width: 650px;
    margin: 0 auto; }
    .coming-soon .coming-soon-content h1 {
      color: #ffffff;
      font-size: 45px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: 55px; }
    .coming-soon .coming-soon-content p {
      color: #c7c3c7;
      margin-top: 20px;
      margin-bottom: 35px; }
    .coming-soon .coming-soon-content form {
      position: relative; }
      .coming-soon .coming-soon-content form .form-control {
        background: transparent;
        border: 1px solid #ffffff;
        border-radius: 50px;
        color: #ffffff;
        height: 55px; }
        .coming-soon .coming-soon-content form .form-control:focus {
          border-color: #132048; }
      .coming-soon .coming-soon-content form button {
        position: absolute;
        right: 0;
        height: 100%;
        background: #132048;
        top: 0;
        color: #ffffff;
        border: none;
        width: 130px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 0 50px 50px 0;
        transition: 0.4s; }
        .coming-soon .coming-soon-content form button:hover {
          background: #457cbe; }
    .coming-soon .coming-soon-content #timer {
      margin-bottom: 35px; }
      .coming-soon .coming-soon-content #timer div {
        display: inline-block;
        font-size: 45px;
        font-weight: 900;
        color: #ffffff;
        width: 135px;
        height: 135px;
        border: 1px solid #eeeeee;
        border-radius: 50%;
        padding-top: 34px;
        line-height: 40px;
        margin: 0 5px; }
      .coming-soon .coming-soon-content #timer span {
        display: block;
        font-size: 17px;
        font-weight: 600; }

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
  text-align: center; }
  .cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    font-weight: 700;
    border-color: #eaedff;
    padding: 15px 20px; }
  .cart-table table tbody tr td {
    vertical-align: middle;
    color: #818992;
    border-color: #eaedff; }
    .cart-table table tbody tr td.product-thumbnail a {
      display: block; }
      .cart-table table tbody tr td.product-thumbnail a img {
        width: 130px; }
    .cart-table table tbody tr td.product-name a {
      color: #818992;
      font-weight: 600; }
      .cart-table table tbody tr td.product-name a:hover {
        color: #132048; }
    .cart-table table tbody tr td.product-remove a {
      color: #457cbe; }

.cart-buttons {
  margin-top: 45px; }
  .cart-buttons .coupon-box {
    position: relative;
    max-width: 570px; }
    .cart-buttons .coupon-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 200px;
      border: none;
      background: #457cbe;
      transition: 0.4s;
      cursor: pointer;
      border-radius: 0 5px 5px 0;
      color: #ffffff;
      font-weight: 600; }
      .cart-buttons .coupon-box button:hover {
        background: #132048; }

.cart-totals {
  margin-top: 45px;
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto; }
  .cart-totals h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px; }
  .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none; }
    .cart-totals ul li {
      border: 1px solid #eaedff;
      padding: 10px 15px;
      color: #818992;
      overflow: hidden; }
      .cart-totals ul li:first-child {
        border-bottom: none; }
      .cart-totals ul li span {
        float: right;
        color: #000000; }

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 45px;
  border-top: 3px solid #132048; }
  .user-actions i {
    color: #132048;
    margin-right: 4px; }
  .user-actions span {
    display: inline-block;
    color: #132048; }
    .user-actions span a {
      font-weight: 600; }

.checkout-area .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0; }

.checkout-area .bar {
  height: 4px;
  width: 65px;
  background: #132048;
  margin: 12px 0 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .checkout-area .bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG; }

.billing-details {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px; }
  .billing-details .form-group label {
    display: block;
    color: #818992;
    margin-bottom: 7px;
    font-size: 16px; }
    .billing-details .form-group label .required {
      color: red; }
  .billing-details .form-check {
    margin-bottom: 15px; }
    .billing-details .form-check .form-check-label {
      color: #818992; }

.order-details {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px; }
  .order-details .order-table table {
    margin-bottom: 0;
    text-align: left; }
    .order-details .order-table table thead tr th {
      border-bottom-width: 0px;
      vertical-align: middle;
      font-weight: 700;
      font-size: 16px;
      border-color: #eaedff;
      padding: 15px 20px; }
    .order-details .order-table table tbody tr td {
      vertical-align: middle;
      color: #818992;
      border-color: #eaedff;
      font-size: 15px; }
      .order-details .order-table table tbody tr td.product-name a {
        color: #818992;
        font-weight: 600; }
        .order-details .order-table table tbody tr td.product-name a:hover {
          color: #132048; }
      .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
        color: #000000;
        font-weight: 700; }
  .order-details .payment-method {
    margin-top: 40px;
    border-top: 1px solid #eaedff;
    padding-top: 35px; }
    .order-details .payment-method p {
      font-size: 14px; }
      .order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px; }
      .order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
        padding-left: 30px;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        position: relative;
        margin-bottom: 8px; }
        .order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
          content: "";
          position: absolute;
          left: 0;
          top: 3px;
          width: 18px;
          height: 18px;
          border: 1px solid #dddddd;
          border-radius: 50%;
          background: #ffffff; }
        .order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
          content: "";
          width: 12px;
          height: 12px;
          background: #132048;
          position: absolute;
          top: 6px;
          left: 3px;
          border-radius: 50%;
          transition: all 0.2s ease; }
      .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
        opacity: 0;
        visibility: hidden;
        transform: scale(0); }
      .order-details .payment-method p [type="radio"]:checked + label::after {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }
  .order-details .btn.order-btn {
    display: block;
    margin-top: 25px;
    width: 100%; }
    .order-details .btn.order-btn.btn-disabled {
      background-color: #717070;
      border-color: #717070;
      cursor: not-allowed; }
      .order-details .btn.order-btn.btn-disabled:hover {
        background-color: transparent;
        border-color: #000000; }

/*================================================
Contact Us CSS
=================================================*/
.contact-info-area {
  border-bottom: 1px solid #eee; }

.contact-info-box {
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px; }
  .contact-info-box .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 30px;
    color: #132048;
    transition: 0.4s; }
  .contact-info-box h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 15px; }
  .contact-info-box p {
    margin-bottom: 0; }
    .contact-info-box p a {
      color: #818992; }
      .contact-info-box p a:hover {
        color: #132048; }
  .contact-info-box:hover {
    transform: translateY(-10px); }
    .contact-info-box:hover .icon {
      color: #ffffff;
      background: #457cbe; }

#map {
  height: 500px;
  width: 100%; }

#contactForm .help-block ul {
  margin: 0; }
  #contactForm .help-block ul li {
    color: red; }

#contactForm .btn {
  margin-top: 10px; }

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin: 20px 0 0; }

/*================================================
Footer CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1; }
  .footer-area .single-footer-widget .logo {
    display: block;
    margin-bottom: 20px; }
    .footer-area .single-footer-widget .logo img {
      max-width: 110px;
      height: auto; }
  .footer-area .single-footer-widget p {
    margin-bottom: 0; }
  .footer-area .single-footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer-area .single-footer-widget ul.social-list {
      margin-top: 20px; }
      .footer-area .single-footer-widget ul.social-list li {
        display: inline-block;
        margin-right: 10px; }
        .footer-area .single-footer-widget ul.social-list li a {
          color: #000000; }
          .footer-area .single-footer-widget ul.social-list li a:hover {
            color: #132048; }
        .footer-area .single-footer-widget ul.social-list li:last-child {
          margin-right: 0; }
    .footer-area .single-footer-widget ul.list li {
      margin-bottom: 9px; }
      .footer-area .single-footer-widget ul.list li a {
        display: block;
        color: #818992;
        font-weight: 600; }
        .footer-area .single-footer-widget ul.list li a:hover {
          color: #132048;
          padding-left: 7px; }
      .footer-area .single-footer-widget ul.list li:last-child {
        margin-bottom: 0; }
  .footer-area .single-footer-widget h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px; }
  .footer-area.bg-image {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB9AAAAHOCAMAAAD36mKaAAADAFBMVEX/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+ff/+fdw0HGyAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.copyright-area {
  padding: 30px 0;
  margin-top: 10px;
  border-top: 1px solid #eeeeee; }
  .copyright-area ul {
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .copyright-area ul li {
      display: inline-block;
      position: relative;
      padding-left: 17px; }
      .copyright-area ul li::before {
        content: "";
        position: absolute;
        left: 7px;
        top: 5px;
        background: #457cbe;
        width: 2px;
        height: 12px; }
      .copyright-area ul li:first-child::before {
        display: none; }
      .copyright-area ul li a {
        color: #818992; }
        .copyright-area ul li a:hover {
          color: #132048; }

/*================================================
Back To Top CSS
=================================================*/
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  outline: 0 !important;
  transition: all 0.25s ease-in-out;
  background-color: #457cbe; }
  .back-to-top::before, .back-to-top::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0; }
  .back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #457cbe; }
  .back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #132048; }
  .back-to-top:hover, .back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    height: 40px;
    color: #ffffff; }
  .back-to-top.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible; }

.modal-video {
  position: absolute !important; }

.fade:not(.show) {
  opacity: 1; }

.input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative; }
  .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s; }
    .input-counter span.minus-btn {
      left: 0; }
    .input-counter span.plus-btn {
      right: 0; }
    .input-counter span:hover {
      color: #000000; }
  .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600; }
    .input-counter input::placeholder {
      color: #000000; }

.thank-you-area {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px; }
  .thank-you-area h1 {
    margin-bottom: 15px; }

.erro-validacao {
  float: left;
  color: #a52222;
  font-size: 12px; }

.filter-map {
  position: absolute;
  top: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: 0 solid red;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 2; }

.filter-map-busca {
  height: 51px;
  margin: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: 0 solid green;
  border-radius: 5px; }

.filter-input {
  border-radius: 5px;
  height: 35px;
  float: left;
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  width: 280px; }

.filter-tags {
  border-radius: 5px;
  width: 335px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-top: 20px; }

.filter-box {
  display: inline-flex; }

.filter-box-detail {
  border-left: 1px solid rgba(151, 151, 151, 0.17);
  height: 50px; }

.filter-box-search {
  position: relative;
  height: 50px;
  padding: 10px;
  left: -5px; }

.info-box-title {
  font-size: 20px;
  font-weight: 900;
  color: #132048;
  margin: 0 0 6px;
  padding: 0; }

.info-box-div {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  float: left; }

.info-box-address {
  font-size: 12px;
  font-weight: 300;
  color: #888;
  padding: 1px 0;
  margin: 20px 0 5px; }

.info-box-phone {
  float: left;
  width: 70%;
  color: #888;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px; }

.divMap {
  position: relative;
  display: inline-block;
  margin-top: 20px; }

.divTextMap {
  position: absolute;
  left: 20px;
  top: 50px; }

.divButtonMap {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -50px; }

.mapImgRede {
  display: inherit; }

.mapImgRedeMobile {
  display: none; }

.card-features {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 30px;
  transition: 0.4s; }
  .card-features.mt-30 {
    margin-top: 30px; }
  .card-features:hover {
    transform: translateY(-7px); }
  .card-features img {
    filter: drop-shadow(-0.25rem 0.25rem 0.75rem rgba(108, 118, 134, 0.8));
    width: 50%; }
  .card-features h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px; }

/* Max width (767px) */
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 14px 27px;
    box-shadow: 0 5px 27px 0 rgba(163, 48, 53, 0.25); }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-title {
    margin-bottom: 30px; }
    .section-title h2 {
      font-size: 25px; }
    .section-title .bar {
      height: 3px;
      margin: 18px auto 20px; }
  .main-banner {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
    overflow: hidden; }
    .main-banner .hero-content h1 {
      font-size: 30px; }
    .main-banner .hero-content p {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 25px; }
    .main-banner .hero-content .video-btn {
      font-size: 14px;
      margin-left: 8px; }
      .main-banner .hero-content .video-btn i {
        font-size: 23px;
        margin-left: 3px; }
    .main-banner .hero-content form {
      max-width: 100%;
      position: relative; }
      .main-banner .hero-content form .btn {
        position: relative;
        width: 100%;
        display: block;
        margin-top: 13px;
        padding: 16px 0; }
    .main-banner .hero-content.pl-4 {
      padding-left: 0 !important; }
    .main-banner .app-image {
      margin-top: 40px; }
      .main-banner .app-image img {
        position: relative;
        left: -10px;
        top: 0;
        width: 185px; }
        .main-banner .app-image img:last-child {
          position: absolute;
          top: 50px;
          right: 0;
          left: auto; }
    .main-banner .signup-download {
      padding: 20px;
      margin: 35px 0 0 0 !important; }
    .main-banner .saas-image {
      margin-bottom: 30px; }
      .main-banner .saas-image img {
        position: relative;
        display: none; }
        .main-banner .saas-image img:last-child {
          display: block; }
    .main-banner.saas-home .shape1,
    .main-banner.saas-home .shape3 {
      display: none; }
    .main-banner.saas-home .shape3 {
      bottom: 10px;
      right: 0; }
    .main-banner.saas-home .shape-1 {
      opacity: 0.2; }
    .main-banner .product-image {
      margin-top: 40px; }
      .main-banner .product-image img {
        width: 165px; }
        .main-banner .product-image img:nth-child(2) {
          right: 0;
          bottom: 0; }
      .main-banner .product-image .offer-badge {
        right: 0;
        top: 0;
        width: 80px;
        height: 80px;
        font-size: 15px;
        padding-top: 18px; }
    .main-banner.product-home .shape1,
    .main-banner.product-home .shape4,
    .main-banner.product-home .shape6 {
      display: none; }
    .main-banner.product-home .shape3 {
      bottom: 10px;
      right: 0; }
    .main-banner.product-home .shape-1 {
      opacity: 0.2; }
    .main-banner.app-home .shape4 {
      display: none; }
    .main-banner.app-home .shape1 {
      display: none; }
    .main-banner.app-home .shape3 {
      bottom: 10px;
      right: 0; }
    .main-banner.marketing-home {
      background: #ffffff url(data:image/png;base64,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) no-repeat fixed right -700px center/auto; }
      .main-banner.marketing-home .shape4,
      .main-banner.marketing-home .shape2 {
        display: none; }
      .main-banner.marketing-home .shape1 {
        display: none; }
      .main-banner.marketing-home .shape3 {
        bottom: 10px;
        right: 0; }
      .main-banner.marketing-home .marketing-image {
        margin-top: 40px; }
        .main-banner.marketing-home .marketing-image img {
          display: none;
          position: relative; }
          .main-banner.marketing-home .marketing-image img:last-child {
            display: block; }
      .main-banner.marketing-home .bubble-animate,
      .main-banner.marketing-home .shape6 {
        display: none; }
    .main-banner.software-home .shape4,
    .main-banner.software-home .shape2,
    .main-banner.software-home .shape1,
    .main-banner.software-home .shape6 {
      display: none; }
    .main-banner.software-home .shape3 {
      bottom: 10px;
      right: 0; }
    .main-banner.software-home .hero-content .video-btn {
      display: none; }
    .main-banner.book-home .book-image {
      margin-top: 40px; }
      .main-banner.book-home .book-image img {
        position: relative;
        bottom: 0;
        right: 0; }
    .main-banner.book-home .shape9,
    .main-banner.book-home .shape2 {
      display: none; }
    .main-banner.book-home .hero-content span {
      font-size: 15px;
      margin-bottom: 15px; }
    .main-banner.payment-processing-home .shape9,
    .main-banner.payment-processing-home .shape1,
    .main-banner.payment-processing-home .shape3,
    .main-banner.payment-processing-home .shape6 {
      display: none; }
    .main-banner .paymant-processing-image {
      margin-top: 40px; }
      .main-banner .paymant-processing-image img {
        position: relative;
        display: none; }
        .main-banner .paymant-processing-image img:last-child {
          display: block; }
    .main-banner .startup-image {
      margin-top: 40px; }
      .main-banner .startup-image img {
        position: relative;
        display: none !important; }
        .main-banner .startup-image img:last-child {
          display: block !important; }
  .startup-home .main-banner .shape1,
  .startup-home .main-banner .shape,
  .startup-home .main-banner .shape6,
  .startup-home .main-banner .shape3,
  .startup-home .main-banner .shape9,
  .startup-home .main-banner .shape2 {
    display: none; }
  .startup-home.owl-theme .owl-nav [class*="owl-"] {
    top: auto;
    bottom: 10px; }
  .creative-shape {
    bottom: -5px; }
  .features-area .shape10,
  .features-area .shape11,
  .features-area .shape6,
  .features-area .shape3 {
    display: none; }
  .features-area.marketing-features .features-inner-area {
    margin-top: 40px; }
    .features-area.marketing-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 40px; }
  .features-area.marketing-features .shape11 {
    bottom: 14px; }
  .features-area.product-features .features-holder-content {
    margin-bottom: 40px;
    margin-top: 0; }
  .features-area.product-features .features-inner-area {
    margin-top: 40px; }
    .features-area.product-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 30px; }
  .features-area.book-features .features-inner-area {
    margin-top: 30px; }
    .features-area.book-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 30px; }
  .features-area.startup-features .features-holder-content {
    margin-bottom: 40px; }
  .features-area.startup-features .features-inner-area .features-image {
    margin-bottom: 0;
    margin-top: 30px; }
  .features-area.startup-features .shape11 {
    bottom: 14px; }
  .features-area.payment-processing-features {
    padding-bottom: 20px; }
    .features-area.payment-processing-features .features-holder-content {
      margin-bottom: 40px;
      margin-top: 0; }
    .features-area.payment-processing-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 30px; }
    .features-area.payment-processing-features .shape11 {
      bottom: 14px; }
  .single-features {
    margin-bottom: 30px; }
    .single-features .icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 25px; }
    .single-features h3 {
      font-size: 20px; }
  .features-inner-area {
    margin-top: 10px; }
    .features-inner-area .features-image {
      margin-bottom: 40px; }
    .features-inner-area .features-inner-content {
      max-width: 100%; }
      .features-inner-area .features-inner-content .features-item {
        padding-left: 65px; }
        .features-inner-area .features-inner-content .features-item .icon {
          width: 50px;
          height: 50px;
          line-height: 52px;
          font-size: 20px; }
        .features-inner-area .features-inner-content .features-item h3 {
          font-size: 20px;
          margin-bottom: 10px; }
  .single-features-box {
    padding: 20px; }
    .single-features-box .icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 25px; }
    .single-features-box h3 {
      font-size: 20px; }
  .new-features-img {
    margin-bottom: 35px; }
  .new-features-content .single-inner-features h3 {
    font-size: 20px; }
  .new-features-content .single-inner-features i {
    font-size: 25px; }
  .boxes-area {
    margin-top: 0;
    padding-top: 20px; }
    .boxes-area .single-box {
      margin-top: 30px;
      padding: 20px;
      min-height: 180px; }
      .boxes-area .single-box h3 {
        font-size: 20px; }
  .overview-section .shape3,
  .overview-section .shape11,
  .overview-section .shape6 {
    display: none; }
  .overview-section .shape7 {
    opacity: 0.4; }
  .overview-box {
    margin-bottom: 40px; }
    .overview-box .overview-img {
      order: 1;
      margin-bottom: 30px; }
    .overview-box .overview-content {
      order: 2; }
      .overview-box .overview-content .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px; }
      .overview-box .overview-content h3 {
        font-size: 21px; }
      .overview-box .overview-content ul.features-list li {
        width: 100%;
        margin-right: 0; }
    .overview-box .app-fetured-item .app-item {
      width: 135px;
      padding: 25px 10px;
      position: relative; }
      .overview-box .app-fetured-item .app-item.item-one {
        top: 0; }
      .overview-box .app-fetured-item .app-item.item-two {
        left: 50%;
        top: -118px; }
      .overview-box .app-fetured-item .app-item.item-three {
        left: 0;
        bottom: 85px; }
      .overview-box .app-fetured-item .app-item.item-four {
        right: auto;
        top: auto;
        left: 50%;
        position: absolute;
        bottom: 85px; }
    .overview-box.modern-flexible .overview-img {
      order: unset;
      margin-top: 30px; }
    .overview-box.modern-flexible .single-item {
      padding-left: 45px; }
      .overview-box.modern-flexible .single-item .icon {
        font-size: 25px; }
      .overview-box.modern-flexible .single-item h3 {
        font-size: 20px;
        margin-bottom: 10px; }
      .overview-box.modern-flexible .single-item p {
        font-size: 15px; }
      .overview-box.modern-flexible .single-item.right-icon {
        padding-right: 45px; }
  .faq-accordion .accordion__button {
    font-size: 14px; }
  .join-img {
    margin-bottom: 35px; }
  .join-content h3 {
    font-size: 20px; }
  .woocommerce-topbar {
    text-align: center; }
    .woocommerce-topbar .woocommerce-result-count {
      margin-bottom: 15px; }
  .cta-area {
    text-align: center;
    padding: 30px 0; }
    .cta-area .text-right {
      text-align: center !important;
      margin-top: 25px; }
  .discover-content {
    margin-bottom: 40px; }
    .discover-content h3 {
      font-size: 26px; }
    .discover-content span {
      font-size: 17px;
      letter-spacing: 0; }
    .discover-content ul li {
      float: unset;
      width: 100%; }
  .single-holder-box {
    padding: 20px;
    margin-bottom: 30px; }
    .single-holder-box.mt-30, .single-holder-box.mt-50 {
      margin-top: 0; }
    .single-holder-box h3 {
      font-size: 20px; }
  .features-holder-content {
    margin-top: 20px; }
    .features-holder-content .section-title .bar {
      margin-left: 0;
      margin-right: 0; }
  .contact-info-area {
    padding-bottom: 40px; }
  .saas-tools .shape1,
  .saas-tools .shape2 {
    display: none; }
  .tab {
    padding: 20px; }
    .tab .tabs {
      margin-bottom: 25px;
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 0;
      padding-bottom: 0;
      padding-right: 0; }
      .tab .tabs li {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 20px; }
        .tab .tabs li:first-child {
          padding-left: 15px; }
        .tab .tabs li:last-child {
          padding-right: 15px; }
        .tab .tabs li a {
          font-size: 15px; }
          .tab .tabs li a i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px; }
    .tab .tab_content .tabs_item .tabs_item_content {
      margin-top: 35px;
      margin-bottom: 35px; }
      .tab .tab_content .tabs_item .tabs_item_content h3 {
        font-size: 20px; }
  .how-app-work {
    padding-bottom: 40px; }
    .how-app-work .app-mobile {
      margin-bottom: 50px; }
    .how-app-work .single-app-works {
      margin-bottom: 30px; }
      .how-app-work .single-app-works .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 25px; }
      .how-app-work .single-app-works h3 {
        font-size: 20px; }
  .single-funfact {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }
    .single-funfact h3 {
      font-size: 27px; }
    .single-funfact p {
      font-size: 15px; }
  .single-funfact-box {
    margin-bottom: 30px; }
    .single-funfact-box h3 {
      font-size: 27px; }
    .single-funfact-box p {
      font-size: 15px; }
    .single-funfact-box .icon {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 25px;
      left: 13px;
      top: 0px; }
  .fun-facts-inner-area {
    margin-top: 20px; }
    .fun-facts-inner-area .fun-facts-image {
      margin-bottom: 40px; }
    .fun-facts-inner-area .fun-facts-inner-content h3 {
      font-size: 20px; }
  .app-funfacts-area {
    padding-bottom: 20px; }
  .screenshot-contain .mobile-light {
    display: none; }
  .screenshot-contain .owl-item.active.center img {
    border-radius: 0; }
  .single-product .product-content {
    padding: 20px; }
    .single-product .product-content h3 {
      font-size: 20px; }
  .services-area {
    padding-bottom: 20px; }
  .single-services {
    padding: 20px; }
    .single-services h3 {
      font-size: 20px; }
  .analysis-form {
    padding: 25px;
    margin-bottom: 35px; }
    .analysis-form h3 {
      font-size: 20px; }
  .analysis-text h3 {
    font-size: 27px;
    line-height: 32px; }
  .team-area {
    padding-bottom: 20px; }
  .single-team-member .team-content h3 {
    font-size: 20px; }
  .single-team-member-box .team-content h3 {
    font-size: 20px; }
  .single-project .project-content h3 {
    font-size: 20px; }
  .next-generation-virtual-reality {
    padding-bottom: 20px; }
    .next-generation-virtual-reality .single-item {
      padding-left: 45px;
      margin-bottom: 30px; }
      .next-generation-virtual-reality .single-item .icon {
        font-size: 30px; }
      .next-generation-virtual-reality .single-item h3 {
        font-size: 20px;
        margin-bottom: 10px; }
      .next-generation-virtual-reality .single-item p {
        font-size: 15px; }
  .saas-work-process {
    padding-bottom: 20px; }
  .single-work-process {
    margin-bottom: 30px;
    padding: 20px;
    text-align: center; }
    .single-work-process h3 {
      font-size: 20px; }
  .pricing-area {
    padding-bottom: 20px; }
  .pricingTable {
    margin-bottom: 30px; }
    .pricingTable .price-Value {
      font-size: 40px; }
    .pricingTable .pricingHeader .title {
      font-size: 16px; }
  .pricing-table {
    margin-bottom: 30px; }
    .pricing-table .price-header .title {
      font-size: 20px; }
    .pricing-table .price-header .price {
      font-size: 40px;
      padding-left: 40px; }
      .pricing-table .price-header .price .month {
        font-size: 17px; }
  .pricing-table-box {
    margin-bottom: 30px; }
    .pricing-table-box .title {
      font-size: 20px; }
    .pricing-table-box .price-value {
      font-size: 40px; }
      .pricing-table-box .price-value span {
        font-size: 14px; }
  .get-started-form {
    max-width: 100%;
    padding: 20px; }
  .single-feedback .client-info h3 {
    font-size: 20px; }
  .feedback-slides .owl-item.active.center .single-feedback-box {
    margin-top: 0; }
  .single-feedback-box .client-info h3 {
    font-size: 20px; }
  .app-download .download-image {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px; }
    .app-download .download-image img {
      position: relative;
      left: -10px;
      top: 0;
      width: 180px; }
      .app-download .download-image img:last-child {
        left: auto;
        position: absolute;
        top: 0;
        right: -10px; }
  .app-download .section-title .download-btn a {
    padding: 10px 20px 10px 45px;
    font-size: 12px; }
    .app-download .section-title .download-btn a i {
      left: 15px;
      font-size: 20px;
      margin-top: -11px; }
    .app-download .section-title .download-btn a span {
      font-size: 13px; }
  .single-blog-post .blog-post-content {
    padding: 20px; }
    .single-blog-post .blog-post-content h3 {
      font-size: 20px; }
  .subscribe-area .newsletter-form {
    max-width: 100%; }
    .subscribe-area .newsletter-form .btn {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 10px;
      padding: 18px 0; }
    .subscribe-area .newsletter-form #validator-newsletter {
      position: relative;
      bottom: 0;
      font-size: 16px;
      margin-top: 15px; }
  .partner-area.app-partner {
    padding: 50px 0;
    border-bottom: 1px solid #eeeeee; }
  .platform-connect h2 {
    font-size: 25px;
    margin-bottom: 25px; }
  .platform-connect .box {
    margin-top: 15px; }
    .platform-connect .box h3 {
      font-size: 18px; }
  .page-title-banner {
    padding-top: 135px;
    padding-bottom: 70px; }
    .page-title-banner .shape6 {
      top: 5%;
      left: 0; }
    .page-title-banner .shape1,
    .page-title-banner .shape3,
    .page-title-banner .shape9,
    .page-title-banner .shape2 {
      display: none; }
    .page-title-banner h2 {
      font-size: 27px; }
  .about-content {
    margin-bottom: 40px; }
  .about-inner-area {
    margin-top: 10px; }
    .about-inner-area .about-text {
      margin-top: 30px; }
      .about-inner-area .about-text h3 {
        font-size: 20px; }
  .login-form {
    max-width: 100%;
    margin-top: 40px;
    padding: 25px; }
    .login-form form .text-right {
      text-align: left !important; }
    .login-form form .forgot-password {
      margin-bottom: 2px;
      margin-top: 15px; }
    .login-form form .form-check {
      margin-top: 15px; }
      .login-form form .form-check .form-check-label {
        top: 0; }
  .signup-form {
    max-width: 100%;
    margin-top: 40px;
    padding: 25px; }
    .signup-form form .form-check {
      margin-top: 15px; }
      .signup-form form .form-check .form-check-label {
        top: 0; }
  .coming-soon {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px; }
    .coming-soon .coming-soon-content h1 {
      font-size: 30px;
      line-height: 45px; }
    .coming-soon .coming-soon-content #timer div {
      font-size: 40px;
      width: 120px;
      height: 120px;
      padding-top: 27px;
      line-height: 39px;
      margin: 0 5px 15px; }
    .coming-soon .coming-soon-content form button {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      border-radius: 30px;
      margin-top: 10px;
      padding: 13px 0; }
  .notfound {
    max-width: 100%;
    padding: 30px;
    position: relative;
    text-align: center;
    border-radius: 5px; }
    .notfound .notfound-404 {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      text-align: center;
      margin: 0 auto;
      right: 0; }
      .notfound .notfound-404::before {
        display: none; }
  .faq-accordion {
    padding: 20px; }
    .faq-accordion .accordion .accordion-item .accordion-title {
      padding: 16px 20px;
      font-size: 17px; }
  .faq-contact {
    margin-top: 30px;
    padding: 40px 20px;
    border-radius: 5px;
    text-align: center; }
    .faq-contact h3 {
      font-size: 27px; }
  .pagination-area {
    margin-top: 30px; }
    .pagination-area ul .page-item .page-link {
      padding: 10px 15px;
      font-size: 15px; }
  .shop-details {
    padding: 15px; }
    .shop-details .product-entry-summary h3 {
      font-size: 20px;
      margin-top: 25px; }
    .shop-details .product-entry-summary h4 {
      font-size: 17px;
      margin: 18px 0; }
    .shop-details .product-entry-summary form .form-control {
      width: 100px; }
    .shop-details .shop-details-tabs #tabs li {
      display: block;
      text-align: center; }
    .shop-details .shop-details-tabs .content h3 {
      font-size: 21px; }
  .shop-related-prodcut {
    margin-top: 50px; }
  .shop-details-area {
    padding-bottom: 20px; }
  .screenshot-contain {
    margin-top: 0; }
  .screenshot-slides.owl-theme .owl-controls {
    line-height: 0.01; }
    .screenshot-slides.owl-theme .owl-controls .owl-nav {
      margin-top: 30px;
      margin-bottom: -8px; }
  .team-slides.owl-theme .owl-controls {
    line-height: 0.01; }
    .team-slides.owl-theme .owl-controls .owl-nav {
      margin-top: 0;
      margin-bottom: 22px; }
  .feedback-slides.owl-theme .owl-controls {
    line-height: 0.01; }
    .feedback-slides.owl-theme .owl-controls .owl-nav {
      margin-top: 0;
      margin-bottom: -8px; }
  .blog-slides.owl-theme .owl-controls {
    line-height: 0.01; }
    .blog-slides.owl-theme .owl-controls .owl-nav {
      margin-top: 0;
      margin-bottom: -8px; }
  .project-slides.owl-theme .owl-controls {
    line-height: 0.01; }
    .project-slides.owl-theme .owl-controls .owl-nav {
      margin-top: 0;
      margin-bottom: -8px; }
  .product-slides.owl-theme .owl-controls {
    line-height: 0.01; }
    .product-slides.owl-theme .owl-controls .owl-nav {
      margin-top: 0;
      margin-bottom: -8px; }
  .project-details-desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0; }
  .project-details-desc .project-details-information .single-info-box {
    float: left;
    width: 100%;
    margin-top: 20px; }
    .project-details-desc .project-details-information .single-info-box p {
      margin-bottom: 0; }
    .project-details-desc .project-details-information .single-info-box h4 {
      font-size: 19px; }
  .sidebar-area {
    margin-top: 40px; }
    .sidebar-area .widget .widget-title {
      font-size: 20px; }
  .blog-details-area .blog-details .article-img .date {
    bottom: 2px;
    width: 65px;
    right: 2px;
    height: 60px;
    font-size: 15px;
    padding-top: 8px;
    line-height: 22px; }
  .blog-details-area .blog-details .article-content {
    padding: 20px 15px; }
    .blog-details-area .blog-details .article-content ul.category {
      margin-bottom: 20px; }
      .blog-details-area .blog-details .article-content ul.category li a {
        padding: 3px 14px 1px;
        margin-bottom: 3px;
        font-size: 13px; }
    .blog-details-area .blog-details .article-content h3 {
      font-size: 20px;
      margin-bottom: -10px;
      line-height: 26px; }
    .blog-details-area .blog-details .article-content .blockquote {
      padding: 20px 15px;
      border-left: 3px solid #132048; }
      .blog-details-area .blog-details .article-content .blockquote p {
        font-size: 15px; }
  .blog-details-area .post-controls-buttons {
    text-align: center;
    padding: 20px 15px; }
    .blog-details-area .post-controls-buttons div a {
      padding: 7px 18px;
      font-size: 14px; }
  .blog-details-area .post-comments {
    padding: 20px 15px; }
    .blog-details-area .post-comments h3 {
      font-size: 20px; }
    .blog-details-area .post-comments .single-comment {
      padding-left: 0; }
      .blog-details-area .post-comments .single-comment .comment-img {
        position: relative; }
      .blog-details-area .post-comments .single-comment .comment-content {
        margin-top: 20px; }
      .blog-details-area .post-comments .single-comment.left-m {
        margin-left: 30px; }
  .blog-details-area .leave-a-reply {
    padding: 20px 15px; }
    .blog-details-area .leave-a-reply h3 {
      font-size: 20px;
      margin-bottom: 20px; }
    .blog-details-area .leave-a-reply .form-group {
      margin-bottom: 10px; }
  .cart-buttons {
    margin-top: 35px; }
    .cart-buttons .coupon-box {
      position: relative; }
      .cart-buttons .coupon-box button {
        position: relative;
        border-radius: 5px;
        display: block;
        width: 100%;
        padding: 13px 0;
        margin-top: 8px; }
    .cart-buttons .btn {
      margin-top: 25px; }
  .cart-totals {
    margin-top: 35px;
    padding: 25px; }
    .cart-totals h3 {
      font-size: 20px; }
  .user-actions {
    padding: 15px 18px 13px;
    margin-bottom: 30px; }
    .user-actions i {
      display: block;
      margin-bottom: 5px;
      margin-right: 0; }
  .checkout-area .title {
    font-size: 20px; }
  .billing-details {
    padding: 18px; }
  .order-details {
    padding: 18px;
    margin-top: 30px; }
  .contact-info-box {
    padding: 20px;
    margin-bottom: 30px; }
    .contact-info-box .icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 25px; }
    .contact-info-box h3 {
      font-size: 20px; }
  #contactForm {
    margin-top: 40px; }
  .footer-area .single-footer-widget {
    padding: 0 !important;
    margin-bottom: 30px; }
    .footer-area .single-footer-widget h3 {
      font-size: 20px;
      margin-bottom: 18px; }
  .footer-area .copyright-area {
    margin-top: 20px;
    text-align: center; }
    .footer-area .copyright-area ul {
      text-align: center;
      margin-top: 20px; }
      .footer-area .copyright-area ul li:first-child {
        padding-left: 0; }
  .cta-area p {
    line-height: 1.4; }
  .screenshot-slides.owl-theme .owl-nav {
    margin-top: 30px; }
  .team-slides.owl-theme .owl-nav {
    margin-top: 0; }
  .blog-area .owl-theme .owl-nav {
    margin-top: 0; }
  .feedback-slides.owl-theme .owl-nav {
    margin-top: 0; }
  .subscribe-area {
    padding-bottom: 40px; }
  .marketing-navbar {
    background-color: #fff; }
    .marketing-navbar .navbar-collapse {
      margin-bottom: 15px; }
  .features-area.software-features .single-features {
    padding-left: 70px; }
    .features-area.software-features .single-features h3 {
      margin-bottom: 10px; }
    .features-area.software-features .single-features .icon {
      width: 55px;
      height: 55px;
      line-height: 55px;
      font-size: 20px; }
  .shop-details .shop-details-tabs .content .shop-description {
    padding: 20px; }
  .shop-details .shop-details-tabs .content .shop-reviews {
    padding: 20px; }
  .blog-area .pagination-area {
    margin-top: 0; } }

/* Min width (768px) to Max width (991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-title h2 {
    font-size: 29px; }
  .main-banner {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 80px; }
    .main-banner .hero-content {
      margin-bottom: 45px; }
      .main-banner .hero-content h1 {
        font-size: 40px; }
      .main-banner .hero-content.pl-4 {
        padding-left: 0 !important; }
    .main-banner .signup-download {
      margin: 0 !important; }
    .main-banner.saas-home .col-lg-6:first-child {
      order: 2; }
    .main-banner.saas-home .col-lg-6:last-child {
      order: 1; }
    .main-banner.saas-home .saas-image {
      text-align: center; }
      .main-banner.saas-home .saas-image img {
        display: none;
        position: relative; }
        .main-banner.saas-home .saas-image img:last-child {
          display: block;
          margin: 0 auto; }
    .main-banner .app-image img {
      position: relative;
      left: 0;
      top: 0; }
      .main-banner .app-image img:last-child {
        left: auto;
        top: 0;
        position: absolute;
        right: 0; }
    .main-banner .product-image img {
      position: relative;
      left: 45px; }
      .main-banner .product-image img:nth-child(2) {
        left: auto;
        right: 20px;
        bottom: 0; }
    .main-banner .product-image .offer-badge {
      right: 0;
      left: 0;
      text-align: center;
      margin: 0 auto; }
    .main-banner.book-home .book-image {
      text-align: center; }
      .main-banner.book-home .book-image img {
        position: relative;
        bottom: 0;
        right: 0; }
    .main-banner .paymant-processing-image {
      text-align: center; }
      .main-banner .paymant-processing-image img {
        position: relative;
        display: none; }
        .main-banner .paymant-processing-image img:last-child {
          display: block;
          margin: 0 auto; }
    .main-banner .startup-image {
      text-align: center; }
      .main-banner .startup-image img {
        position: relative;
        display: none !important; }
        .main-banner .startup-image img:last-child {
          display: block !important;
          margin: 0 auto; }
    .main-banner.marketing-home .shape3,
    .main-banner.marketing-home .shape1 {
      display: none; }
    .main-banner.marketing-home .marketing-image {
      text-align: center; }
      .main-banner.marketing-home .marketing-image img {
        position: relative;
        display: none; }
        .main-banner.marketing-home .marketing-image img:last-child {
          display: block;
          margin: 0 auto; }
  .startup-home .main-banner .shape6,
  .startup-home .main-banner .shape2,
  .startup-home .main-banner .shape3,
  .startup-home .main-banner .shape9 {
    display: none; }
  .shape4 {
    display: none; }
  .shape1 {
    top: auto;
    left: 0;
    bottom: 0; }
  .boxes-area .single-box {
    margin-top: 30px; }
  .features-inner-area {
    margin-top: 25px; }
    .features-inner-area .features-image {
      margin-bottom: 55px; }
    .features-inner-area .features-inner-content .features-item h3 {
      font-size: 21px; }
  .features-holder-content {
    margin-top: 45px; }
  .features-area.marketing-features .features-inner-area {
    margin-top: 55px; }
    .features-area.marketing-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 45px; }
  .features-area.product-features .features-holder-content {
    margin-top: 0;
    margin-bottom: 45px; }
  .features-area.product-features .features-inner-area {
    margin-top: 55px; }
    .features-area.product-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 45px; }
  .features-area.payment-processing-features .features-holder-content {
    margin-top: 0;
    margin-bottom: 45px; }
  .features-area.payment-processing-features .features-inner-area {
    margin-top: 55px; }
    .features-area.payment-processing-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 45px; }
  .features-area.book-features .features-inner-area {
    margin-top: 35px; }
    .features-area.book-features .features-inner-area .features-image {
      margin-bottom: 0;
      margin-top: 45px; }
  .features-area.startup-features .features-inner-area .features-inner-content {
    margin-top: 35px; }
  .features-area.startup-features .features-inner-area .features-image {
    margin-bottom: 0;
    margin-top: 45px; }
  .features-area .shape10,
  .features-area .shape6,
  .features-area .shape11,
  .features-area .shape3 {
    display: none; }
  .features-area .features-inner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .single-features h3 {
    font-size: 21px; }
  .single-features-box h3 {
    font-size: 21px; }
  .single-holder-box h3 {
    font-size: 21px; }
  .how-app-work {
    padding-bottom: 50px; }
  .single-app-works {
    margin-bottom: 30px; }
    .single-app-works h3 {
      font-size: 21px; }
  .overview-section .shape6,
  .overview-section .shape10,
  .overview-section .shape3,
  .overview-section .shape11 {
    display: none; }
  .overview-box .overview-content .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px; }
  .overview-box .overview-content h3 {
    font-size: 21px; }
  .overview-box .overview-content ul.features-list li {
    width: 48%;
    margin-right: 6px;
    font-size: 14px; }
  .overview-box .app-fetured-item .app-item {
    width: 175px;
    padding: 35px 10px; }
    .overview-box .app-fetured-item .app-item.item-two {
      left: 0;
      top: 22px; }
    .overview-box .app-fetured-item .app-item.item-three {
      left: 0; }
    .overview-box .app-fetured-item .app-item.item-four {
      right: 0;
      top: 0px; }
  .overview-box.modern-flexible .overview-img {
    display: none; }
  .overview-box.modern-flexible .single-item h3 {
    font-size: 21px; }
  .new-features-content .single-inner-features h3 {
    font-size: 21px; }
  .join-content h3 {
    font-size: 21px; }
  .discover-img {
    margin-top: 30px;
    text-align: center; }
  .new-features-img {
    margin-bottom: 45px; }
  .single-funfact h3 {
    font-size: 29px; }
  .fun-facts-inner-area {
    margin-top: 40px; }
    .fun-facts-inner-area .container-fluid {
      max-width: 720px; }
    .fun-facts-inner-area .fun-facts-inner-content {
      margin-top: 45px;
      max-width: 100%; }
      .fun-facts-inner-area .fun-facts-inner-content h3 {
        font-size: 29px; }
  .single-funfact-box {
    margin-bottom: 30px; }
  .app-funfacts-area {
    padding-bottom: 50px; }
  .next-generation-virtual-reality {
    padding-bottom: 50px; }
    .next-generation-virtual-reality .single-item {
      margin-bottom: 30px;
      padding-left: 40px; }
      .next-generation-virtual-reality .single-item h3 {
        font-size: 20px; }
      .next-generation-virtual-reality .single-item .icon {
        font-size: 25px; }
  .faq-contact h3 {
    font-size: 29px; }
  .project-details-desc .project-details-information .single-info-box {
    width: 33.3333%;
    margin-top: 20px; }
    .project-details-desc .project-details-information .single-info-box p {
      margin-bottom: 0; }
  .services-area {
    padding-bottom: 50px; }
  .single-services h3 {
    font-size: 21px; }
  .analysis-form {
    margin-bottom: 35px; }
    .analysis-form h3 {
      font-size: 21px; }
  .analysis-text h3 {
    font-size: 29px; }
  .saas-work-process {
    padding-bottom: 50px; }
  .single-work-process {
    margin-bottom: 30px; }
    .single-work-process h3 {
      font-size: 21px; }
  .single-project .project-content h3 {
    font-size: 21px; }
  .single-feedback .client-info h3 {
    font-size: 21px; }
  .single-feedback-box .client-info h3 {
    font-size: 21px; }
  .single-product .product-content h3 {
    font-size: 21px; }
  .single-team-member .team-content h3 {
    font-size: 21px; }
  .single-team-member-box .team-content h3 {
    font-size: 21px; }
  .pricingTable {
    margin-bottom: 30px; }
    .pricingTable .price-Value {
      font-size: 43px; }
  .pricing-area {
    padding-bottom: 50px; }
  .pricing-table {
    margin-bottom: 30px; }
    .pricing-table .price-header .title {
      font-size: 21px; }
  .pricing-table-box {
    margin-bottom: 30px; }
    .pricing-table-box .title {
      font-size: 21px; }
  .partner-area.app-partner {
    border-bottom: 1px dashed #edf5ff;
    padding-bottom: 50px; }
  .app-download .download-image {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 45px; }
    .app-download .download-image img {
      position: relative;
      left: 0;
      top: 0;
      width: 410px; }
      .app-download .download-image img:last-child {
        left: auto;
        top: 0;
        position: absolute;
        right: 0; }
  .platform-connect h2 {
    margin-bottom: 30px;
    font-size: 29px; }
  .platform-connect .box {
    margin-top: 30px; }
    .platform-connect .box h3 {
      font-size: 21px; }
  .discover-content h3 {
    font-size: 21px; }
  .discover-content span {
    font-size: 18px;
    letter-spacing: 1px; }
  .saas-tools .shape2 {
    display: none; }
  .tab .tabs {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .tab .tabs li a {
      font-size: 16px; }
  .tab .tab_content .tabs_item .tabs_item_content h3 {
    font-size: 21px; }
  .about-content {
    margin-bottom: 30px; }
  .about-inner-area {
    margin-top: 20px; }
    .about-inner-area .about-text {
      margin-top: 30px; }
      .about-inner-area .about-text h3 {
        font-size: 21px; }
  .sidebar-area {
    margin-top: 40px; }
  .product-entry-summary {
    margin-top: 30px; }
  .shop-details-area {
    padding-bottom: 50px; }
  .single-blog-post .blog-post-content h3 {
    font-size: 21px; }
  .team-area {
    padding-bottom: 50px; }
  .login-image {
    margin-bottom: 30px;
    text-align: center; }
  .login-form h3 {
    font-size: 21px; }
  .signup-image {
    margin-bottom: 30px;
    text-align: center; }
  .signup-form h3 {
    font-size: 21px; }
  .page-title-banner {
    padding-top: 165px;
    padding-bottom: 100px; }
  .cart-totals h3 {
    font-size: 21px; }
  .checkout-area .title {
    font-size: 21px; }
  .contact-info-area {
    padding-bottom: 50px; }
  .contact-info-box {
    margin-bottom: 30px; }
  #contactForm {
    margin-top: 45px; }
  .contact-info-box h3 {
    font-size: 21px; }
  .project-details-desc h3 {
    font-size: 21px;
    margin-top: 20px; }
  .project-details-desc .project-details-information .single-info-box h4 {
    font-size: 21px; }
  .sidebar-area .widget .widget-title {
    font-size: 21px; }
  .shop-details .product-entry-summary h3 {
    font-size: 21px; }
  .shop-details .shop-details-tabs .content h3 {
    font-size: 21px; }
  .shop-related-prodcut {
    margin-top: 60px; }
  .blog-details-area .blog-details .article-content h3 {
    font-size: 21px; }
  .blog-details-area .post-comments h3 {
    font-size: 21px; }
  .blog-details-area .leave-a-reply h3 {
    font-size: 21px; }
  .footer-area .single-footer-widget {
    margin-bottom: 30px; }
    .footer-area .single-footer-widget h3 {
      font-size: 21px; }
  .footer-area .copyright-area {
    margin-top: 50px; }
  .footer-area .single-footer-widget .logo {
    margin-bottom: 15px; }
    .footer-area .single-footer-widget .logo img {
      max-width: 100px; }
  .navbar-collapse {
    border: none !important;
    margin-top: 0 !important; }
  .crake-nav nav .navbar-brand img {
    max-width: 80px !important; }
  .crake-nav nav .navbar-nav li .dropdown_menu {
    width: 170px !important; }
    .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu {
      left: 95% !important; }
  .cta-area p {
    font-size: 22px; }
  .cta-area .btn {
    font-size: 14px;
    padding: 12px 31px; }
  .single-funfact {
    margin-bottom: 30px; }
  .single-footer-widget.pl-5 {
    padding: 0 !important; }
  .main-banner.marketing-home .hero-content h1 {
    font-size: 35px; }
  .main-banner.software-home {
    padding-bottom: 115px; }
  .order-details {
    margin-top: 30px; }
  .blog-area .pagination-area {
    margin-top: 0; } }

/* Min width (992px) to Max width (1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner {
    height: 100%;
    padding-top: 195px;
    padding-bottom: 160px; }
    .main-banner .hero-content.pl-4 {
      padding-left: 0 !important; }
    .main-banner .hero-content h1 {
      font-size: 50px; }
    .main-banner .startup-image img:nth-child(5) {
      left: 55px; }
    .main-banner .app-image img {
      left: 0;
      top: 15px;
      width: 280px; }
      .main-banner .app-image img:last-child {
        left: 200px;
        top: 20px; }
    .main-banner.marketing-home .shape1 {
      display: none; }
    .main-banner.marketing-home .marketing-image img {
      position: relative;
      display: none; }
      .main-banner.marketing-home .marketing-image img:last-child {
        display: block; }
    .main-banner.book-home .book-image img {
      bottom: -155px;
      right: 45px;
      width: 350px; }
    .main-banner .shape4,
    .main-banner .shape1 {
      display: none; }
    .main-banner .shape6 {
      opacity: 0.3; }
  .app-download .download-image {
    bottom: 200px; }
    .app-download .download-image img {
      left: -10px;
      top: 0;
      width: 310px; }
      .app-download .download-image img:last-child {
        left: 180px;
        top: 20px; }
  .boxes-area {
    margin-top: -20px; }
  .screenshot-contain {
    margin-top: 0; }
    .screenshot-contain .mobile-light {
      display: none; }
  .screenshot-slides.owl-theme .owl-nav {
    margin-top: 30px; }
  .sidebar-modal .modal.right .modal-dialog {
    width: 350px; }
  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    font-size: 20px; }
  .sidebar-modal .modal-header h2 img {
    max-width: 90px; }
  .overview-box .app-fetured-item .app-item {
    width: 185px; }
  .overview-box .app-fetured-item .app-item.item-four {
    right: 15px;
    top: 30px; }
  .overview-box .app-fetured-item .app-item.item-two {
    left: 75px;
    top: 32px; }
  .tab .tabs {
    margin-bottom: 25px;
    padding-bottom: 20px; }
  .tab .tab_content .tabs_item .tabs_item_content h3 {
    font-size: 20px; }
  .fun-facts-inner-area .fun-facts-inner-content h3 {
    font-size: 21px; }
  .single-work-process h3 {
    font-size: 20px; }
  .single-features h3 {
    font-size: 20px; }
  .features-inner-area .features-inner-content .features-item h3 {
    font-size: 20px; }
  .overview-box .overview-content h3 {
    font-size: 20px; }
  .single-services h3 {
    font-size: 20px; }
  .single-holder-box h3 {
    font-size: 17px; }
  .analysis-text h3 {
    font-size: 30px; }
  .new-features-content .section-title h2 {
    font-size: 29px; }
  .platform-connect .box {
    padding: 15px 15px 15px 65px; }
    .platform-connect .box h3 {
      font-size: 18px; }
    .platform-connect .box img {
      width: 40px; }
  .startup-home .hero-content {
    padding-left: 10px; }
  .shop-related-prodcut .section-title h2 {
    font-size: 25px; }
  .shop-related-prodcut .product-content h3 {
    font-size: 16px; }
  .shop-related-prodcut .product-content .row h5 {
    font-size: 14px; }
    .shop-related-prodcut .product-content .row h5 span {
      font-size: 11px; }
  .sidebar-area .widget.widget_recent_posts ul li .recent-post-content h3 {
    font-size: 15px; }
  .four-columns-wide .single-project .project-content h3 {
    font-size: 16px; } }

/* Min width (1200px) to Max width (1350px) */
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .main-banner .app-image img {
    width: 300px;
    top: 0;
    left: 35px; }
    .main-banner .app-image img:last-child {
      left: 235px;
      top: 5px; }
  .main-banner .paymant-processing-image {
    right: 0;
    top: 40px;
    width: 585px; }
  .app-download .download-image {
    bottom: 180px; }
    .app-download .download-image img {
      left: 0;
      top: 0;
      width: 310px; }
      .app-download .download-image img:last-child {
        left: 200px;
        top: 0; } }

/* Min width (1910px) */
@media only screen and (min-width: 1910px) {
  .main-banner {
    height: 100vh; }
    .main-banner .app-image img {
      left: 0;
      top: -40px;
      width: 95%; }
      .main-banner .app-image img:last-child {
        left: 380px;
        top: -20px; }
    .main-banner .product-image img {
      width: auto; }
      .main-banner .product-image img:nth-child(2) {
        right: -145px;
        bottom: -60px; }
    .main-banner .book-image img {
      bottom: -280px !important;
      right: 0 !important; }
    .main-banner .shape4 {
      left: 20%;
      top: 23%; }
  .app-download .download-image img {
    left: -75px;
    top: 0;
    width: 485px; }
    .app-download .download-image img:last-child {
      left: 280px;
      top: 0; } }

@media only screen and (min-width: 1824px) {
  .header-search .close {
    right: 29%; } }

@media only screen and (max-width: 991px) {
  .crake-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1); }
    .crake-nav nav .navbar-brand img {
      max-width: 90px; }
  .others-option {
    display: none; }
  .navbar-collapse {
    background-color: #132048;
    border: 1px solid #eeeeee;
    margin-top: 15px; }
  .marketing-navbar .navbar-collapse {
    background-color: #ffffff;
    border: 1px solid #eeeeee; }
  .crake-nav nav .navbar-nav li .dropdown_menu {
    left: 15px;
    width: 200px;
    padding: 10px 0; }
  .crake-nav nav .navbar-nav li .dropdown_menu li .dropdown_menu {
    left: 90px;
    width: 170px;
    margin-top: 10px; }
  .crake-nav nav .navbar-nav {
    padding: 10px 0; }
  .crake-nav nav .navbar-nav li {
    padding: 5px 0 !important; }
  .crake-nav nav .navbar-nav li a {
    font-size: 15px; }
  .navbar-light .navbar-toggler {
    border-color: #ffffff; }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .marketing-navbar .navbar-light .navbar-toggler {
    border-color: #000000; }
  .marketing-navbar .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .crake-nav nav .navbar-nav li .dropdown_menu li a {
    font-size: 14px;
    padding: 5px 15px !important; } }

@media only screen and (max-width: 500px) {
  .filter-map {
    width: 100%; }
  .filter-input {
    width: 82%; }
  .mapImgRede {
    display: none; }
  .mapImgRedeMobile {
    display: inherit; } }

@charset "UTF-8";.animated{animation-duration:1s;animation-fill-mode:both;}
.animated.infinite{animation-iteration-count:infinite;}
.animated.hinge{animation-duration:2s;}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut{animation-duration:.75s;}
@keyframes bounce{from, 20%, 53%, 80%, to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transform:translate3d(0,0,0);}
40%, 43%{animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transform:translate3d(0, -30px, 0);}
70%{animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transform:translate3d(0, -15px, 0);}
90%{transform:translate3d(0,-4px,0);}
}
.bounce{animation-name:bounce;transform-origin:center bottom;}
@keyframes flash{from, 50%, to{opacity:1;}
25%, 75%{opacity:0;}
}
.flash{animation-name:flash;}
@keyframes pulse{from{transform:scale3d(1, 1, 1);}
50%{transform:scale3d(1.05, 1.05, 1.05);}
to{transform:scale3d(1, 1, 1);}
}
.pulse{animation-name:pulse;}
@keyframes rubberBand{from{transform:scale3d(1, 1, 1);}
30%{transform:scale3d(1.25, 0.75, 1);}
40%{transform:scale3d(0.75, 1.25, 1);}
50%{transform:scale3d(1.15, 0.85, 1);}
65%{transform:scale3d(.95, 1.05, 1);}
75%{transform:scale3d(1.05, .95, 1);}
to{transform:scale3d(1, 1, 1);}
}
.rubberBand{animation-name:rubberBand;}
@keyframes shake{from, to{transform:translate3d(0, 0, 0);}
10%, 30%, 50%, 70%, 90%{transform:translate3d(-10px, 0, 0);}
20%, 40%, 60%, 80%{transform:translate3d(10px, 0, 0);}
}
.shake{animation-name:shake;}
@keyframes headShake{0%{transform:translateX(0);}
6.5%{transform:translateX(-6px) rotateY(-9deg);}
18.5%{transform:translateX(5px) rotateY(7deg);}
31.5%{transform:translateX(-3px) rotateY(-5deg);}
43.5%{transform:translateX(2px) rotateY(3deg);}
50%{transform:translateX(0);}
}
.headShake{animation-timing-function:ease-in-out;animation-name:headShake;}
@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg);}
40%{transform:rotate3d(0, 0, 1, -10deg);}
60%{transform:rotate3d(0, 0, 1, 5deg);}
80%{transform:rotate3d(0, 0, 1, -5deg);}
to{transform:rotate3d(0, 0, 1, 0deg);}
}
.swing{transform-origin:top center;animation-name:swing;}
@keyframes tada{from{transform:scale3d(1, 1, 1);}
10%, 20%{transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);}
30%, 50%, 70%, 90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}
40%, 60%, 80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}
to{transform:scale3d(1, 1, 1);}
}
.tada{animation-name:tada;}
@keyframes wobble{from{transform:none;}
15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}
30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}
45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}
60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}
75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}
to{transform:none;}
}
.wobble{animation-name:wobble;}
@keyframes jello{from, 11.1%, to{transform:none;}
22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}
33.3%{transform:skewX(6.25deg) skewY(6.25deg);}
44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}
55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}
66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg);}
77.7%{transform:skewX(0.390625deg) skewY(0.390625deg);}
88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg);}
}
.jello{animation-name:jello;transform-origin:center;}
@keyframes bounceIn{from, 20%, 40%, 60%, 80%, to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;transform:scale3d(.3, .3, .3);}
20%{transform:scale3d(1.1, 1.1, 1.1);}
40%{transform:scale3d(.9, .9, .9);}
60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03);}
80%{transform:scale3d(.97, .97, .97);}
to{opacity:1;transform:scale3d(1, 1, 1);}
}
.bounceIn{animation-name:bounceIn;}
@keyframes bounceInDown{from, 60%, 75%, 90%, to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;transform:translate3d(0, -3000px, 0);}
60%{opacity:1;transform:translate3d(0, 25px, 0);}
75%{transform:translate3d(0, -10px, 0);}
90%{transform:translate3d(0, 5px, 0);}
to{transform:none;}
}
.bounceInDown{animation-name:bounceInDown;}
@keyframes bounceInLeft{from, 60%, 75%, 90%, to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;transform:translate3d(-3000px, 0, 0);}
60%{opacity:1;transform:translate3d(25px, 0, 0);}
75%{transform:translate3d(-10px, 0, 0);}
90%{transform:translate3d(5px, 0, 0);}
to{transform:none;}
}
.bounceInLeft{animation-name:bounceInLeft;}
@keyframes bounceInRight{from, 60%, 75%, 90%, to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
from{opacity:0;transform:translate3d(3000px, 0, 0);}
60%{opacity:1;transform:translate3d(-25px, 0, 0);}
75%{transform:translate3d(10px, 0, 0);}
90%{transform:translate3d(-5px, 0, 0);}
to{transform:none;}
}
.bounceInRight{animation-name:bounceInRight;}
@keyframes bounceInUp{from, 60%, 75%, 90%, to{animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
from{opacity:0;transform:translate3d(0, 3000px, 0);}
60%{opacity:1;transform:translate3d(0, -20px, 0);}
75%{transform:translate3d(0, 10px, 0);}
90%{transform:translate3d(0, -5px, 0);}
to{transform:translate3d(0, 0, 0);}
}
.bounceInUp{animation-name:bounceInUp;}
@keyframes bounceOut{20%{transform:scale3d(.9, .9, .9);}
50%, 55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1);}
to{opacity:0;transform:scale3d(.3, .3, .3);}
}
.bounceOut{animation-name:bounceOut;}
@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0);}
40%, 45%{opacity:1;transform:translate3d(0, -20px, 0);}
to{opacity:0;transform:translate3d(0, 2000px, 0);}
}
.bounceOutDown{animation-name:bounceOutDown;}
@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0);}
to{opacity:0;transform:translate3d(-2000px, 0, 0);}
}
.bounceOutLeft{animation-name:bounceOutLeft;}
@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0);}
to{opacity:0;transform:translate3d(2000px, 0, 0);}
}
.bounceOutRight{animation-name:bounceOutRight;}
@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0);}
40%, 45%{opacity:1;transform:translate3d(0, 20px, 0);}
to{opacity:0;transform:translate3d(0, -2000px, 0);}
}
.bounceOutUp{animation-name:bounceOutUp;}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
.fadeIn{animation-name:fadeIn;}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0);}
to{opacity:1;transform:none;}
}
.fadeInDown{animation-name:fadeInDown;}
@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0);}
to{opacity:1;transform:none;}
}
.fadeInDownBig{animation-name:fadeInDownBig;}
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0);}
to{opacity:1;transform:none;}
}
.fadeInLeft{animation-name:fadeInLeft;}
@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0);}
to{opacity:1;transform:none;}
}
.fadeInLeftBig{animation-name:fadeInLeftBig;}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0);}
to{opacity:1;transform:none;}
}
.fadeInRight{animation-name:fadeInRight;}
@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0);}
to{opacity:1;transform:none;}
}
.fadeInRightBig{animation-name:fadeInRightBig;}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0);}
to{opacity:1;transform:none;}
}
.fadeInUp{animation-name:fadeInUp;}
@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0);}
to{opacity:1;transform:none;}
}
.fadeInUpBig{animation-name:fadeInUpBig;}
@keyframes fadeOut{from{opacity:1;}
to{opacity:0;}
}
.fadeOut{animation-name:fadeOut;}
@keyframes fadeOutDown{from{opacity:1;}
to{opacity:0;transform:translate3d(0, 100%, 0);}
}
.fadeOutDown{animation-name:fadeOutDown;}
@keyframes fadeOutDownBig{from{opacity:1;}
to{opacity:0;transform:translate3d(0, 2000px, 0);}
}
.fadeOutDownBig{animation-name:fadeOutDownBig;}
@keyframes fadeOutLeft{from{opacity:1;}
to{opacity:0;transform:translate3d(-100%, 0, 0);}
}
.fadeOutLeft{animation-name:fadeOutLeft;}
@keyframes fadeOutLeftBig{from{opacity:1;}
to{opacity:0;transform:translate3d(-2000px, 0, 0);}
}
.fadeOutLeftBig{animation-name:fadeOutLeftBig;}
@keyframes fadeOutRight{from{opacity:1;}
to{opacity:0;transform:translate3d(100%, 0, 0);}
}
.fadeOutRight{animation-name:fadeOutRight;}
@keyframes fadeOutRightBig{from{opacity:1;}
to{opacity:0;transform:translate3d(2000px, 0, 0);}
}
.fadeOutRightBig{animation-name:fadeOutRightBig;}
@keyframes fadeOutUp{from{opacity:1;}
to{opacity:0;transform:translate3d(0, -100%, 0);}
}
.fadeOutUp{animation-name:fadeOutUp;}
@keyframes fadeOutUpBig{from{opacity:1;}
to{opacity:0;transform:translate3d(0, -2000px, 0);}
}
.fadeOutUpBig{animation-name:fadeOutUpBig;}
@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out;}
40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out;}
50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in;}
80%{transform:perspective(400px) scale3d(.95, .95, .95);animation-timing-function:ease-in;}
to{transform:perspective(400px);animation-timing-function:ease-in;}
}
.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip;}
@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0;}
40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in;}
60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1;}
80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg);}
to{transform:perspective(400px);}
}
.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX;}
@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0;}
40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in;}
60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1;}
80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg);}
to{transform:perspective(400px);}
}
.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY;}
@keyframes flipOutX{from{transform:perspective(400px);}
30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1;}
to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0;}
}
.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;}
@keyframes flipOutY{from{transform:perspective(400px);}
30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1;}
to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0;}
}
.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY;}
@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0;}
60%{transform:skewX(20deg);opacity:1;}
80%{transform:skewX(-5deg);opacity:1;}
to{transform:none;opacity:1;}
}
.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out;}
@keyframes lightSpeedOut{from{opacity:1;}
to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0;}
}
.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in;}
@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0;}
to{transform-origin:center;transform:none;opacity:1;}
}
.rotateIn{animation-name:rotateIn;}
@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
to{transform-origin:left bottom;transform:none;opacity:1;}
}
.rotateInDownLeft{animation-name:rotateInDownLeft;}
@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
to{transform-origin:right bottom;transform:none;opacity:1;}
}
.rotateInDownRight{animation-name:rotateInDownRight;}
@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
to{transform-origin:left bottom;transform:none;opacity:1;}
}
.rotateInUpLeft{animation-name:rotateInUpLeft;}
@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0;}
to{transform-origin:right bottom;transform:none;opacity:1;}
}
.rotateInUpRight{animation-name:rotateInUpRight;}
@keyframes rotateOut{from{transform-origin:center;opacity:1;}
to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0;}
}
.rotateOut{animation-name:rotateOut;}
@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1;}
to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
}
.rotateOutDownLeft{animation-name:rotateOutDownLeft;}
@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1;}
to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
}
.rotateOutDownRight{animation-name:rotateOutDownRight;}
@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1;}
to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
}
.rotateOutUpLeft{animation-name:rotateOutUpLeft;}
@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1;}
to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0;}
}
.rotateOutUpRight{animation-name:rotateOutUpRight;}
@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out;}
20%, 60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out;}
40%, 80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;}
to{transform:translate3d(0, 700px, 0);opacity:0;}
}
.hinge{animation-name:hinge;}
@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom;}
50%{transform:rotate(-10deg);}
70%{transform:rotate(3deg);}
to{opacity:1;transform:scale(1);}
}
.jackInTheBox{animation-name:jackInTheBox;}
@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
to{opacity:1;transform:none;}
}
.rollIn{animation-name:rollIn;}
@keyframes rollOut{from{opacity:1;}
to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
}
.rollOut{animation-name:rollOut;}
@keyframes zoomIn{from{opacity:0;transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
.zoomIn{animation-name:zoomIn;}
@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInDown{animation-name:zoomInDown;}
@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInLeft{animation-name:zoomInLeft;}
@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInRight{animation-name:zoomInRight;}
@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInUp{animation-name:zoomInUp;}
@keyframes zoomOut{from{opacity:1;}
50%{opacity:0;transform:scale3d(.3, .3, .3);}
to{opacity:0;}
}
.zoomOut{animation-name:zoomOut;}
@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
to{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomOutDown{animation-name:zoomOutDown;}
@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);}
to{opacity:0;transform:scale(.1) translate3d(-2000px, 0, 0);transform-origin:left center;}
}
.zoomOutLeft{animation-name:zoomOutLeft;}
@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);}
to{opacity:0;transform:scale(.1) translate3d(2000px, 0, 0);transform-origin:right center;}
}
.zoomOutRight{animation-name:zoomOutRight;}
@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
to{opacity:0;transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomOutUp{animation-name:zoomOutUp;}
@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible;}
to{transform:translate3d(0, 0, 0);}
}
.slideInDown{animation-name:slideInDown;}
@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible;}
to{transform:translate3d(0, 0, 0);}
}
.slideInLeft{animation-name:slideInLeft;}
@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible;}
to{transform:translate3d(0, 0, 0);}
}
.slideInRight{animation-name:slideInRight;}
@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible;}
to{transform:translate3d(0, 0, 0);}
}
.slideInUp{animation-name:slideInUp;}
@keyframes slideOutDown{from{transform:translate3d(0, 0, 0);}
to{visibility:hidden;transform:translate3d(0, 100%, 0);}
}
.slideOutDown{animation-name:slideOutDown;}
@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0);}
to{visibility:hidden;transform:translate3d(-100%, 0, 0);}
}
.slideOutLeft{animation-name:slideOutLeft;}
@keyframes slideOutRight{from{transform:translate3d(0, 0, 0);}
to{visibility:hidden;transform:translate3d(100%, 0, 0);}
}
.slideOutRight{animation-name:slideOutRight;}
@keyframes slideOutUp{from{transform:translate3d(0, 0, 0);}
to{visibility:hidden;transform:translate3d(0, -100%, 0);}
}
.slideOutUp{animation-name:slideOutUp;}
/*BANNER COOKIE*/
.content-banner-cookie {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 9999;
  border: 1px solid #132048;
  border-radius: 5px;
}

.msg-banner-cookie {
  color: #000;
}

.link-politica-privacidade-banner-cookie {
  color: #132048;
  text-decoration: underline;
}

.link-politica-privacidade-banner-cookie:hover {
  color: #457cbe;
  text-decoration: underline;
}

.content-buttons-politica-privacidade-banner-cookie {
  float: right;
}

.button-banner-cookie {
  font-weight: 700;
  font-size: 15px;
  border: none;
  padding: 8px 31px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 13px 27px 0 rgba(48, 75, 163, 0.25);
  z-index: 1;
  transition: 0.9s;
  background-color: #132048;
  color: #fff;
  margin-left: 20px;
  margin-top: 5px;
  cursor: pointer;
}

.button-banner-cookie:hover {
  background-color: #457cbe;
}

.select-opcao-banner-cookie {
  display: table-cell;
  padding: 3px 0px 10px;
}

.option-banner-cookie {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  float: left;
}

#check-required-cookies {
}

.option-checkbox-banner-cookie {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 14px;
  z-index: 2;
  cursor: pointer;
}

.option-label-banner-cookie {
  color: rgb(0, 46, 108);
  padding: 1px 0px 0px 20px;
}

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

