@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

:root {
  --blue                  : #5e2dd8;
  --indigo                : #6610f2;
  --purple                : #6f42c1;
  --pink                  : #e83e8c;
  --red                   : #fb1c52;
  --orange                : #f27510;
  --yellow                : #f7be2d;
  --green                 : #23BF08;
  --teal                  : #1CAF9A;
  --cyan                  : #5B93D3;
  --white                 : #fff;
  --gray                  : #d43f8d;
  --gray-dark             : #031938;
  --primary               : #5e2dd8;
  --secondary             : #d43f8d;
  --success               : #23BF08;
  --info                  : #5B93D3;
  --warning               : #f7be2d;
  --danger                : #fb1c52;
  --light                 : #f8f9fa;
  --dark                  : #031938;
  --breakpoint-xs         : 0;
  --breakpoint-sm         : 576px;
  --breakpoint-md         : 768px;
  --breakpoint-lg         : 992px;
  --breakpoint-xl         : 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@import 'package:blobs/blobs.dart';

*,
*::before,
*::after {
  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     : "roboto", sans-serif;
  font-size       : 0.875rem;
  font-weight     : 400;
  line-height     : 1.5;
  color           : #0d0c22;
  text-align      : left;
  background-color: #5e2dd8;
}

[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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor         : help;
  border-bottom  : 0;
}

address {
  margin-bottom: 1rem;
  font-style   : normal;
  line-height  : inherit;
}

ol,
ul,
dl {
  margin-top   : 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left  : 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position      : relative;
  font-size     : 75%;
  line-height   : 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color                       : #5e2dd8;
  text-decoration             : none;
  background-color            : transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color          : #115da4;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color          : inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color          : inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size  : 1em;
}

pre {
  margin-top        : 0;
  margin-bottom     : 1rem;
  overflow          : auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style  : none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top   : 0.75rem;
  padding-bottom: 0.75rem;
  color         : #d43f8d;
  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;
}

input,
button,
select,
optgroup,
textarea {
  margin     : 0;
  font-family: inherit;
  font-size  : inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding   : 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize  : vertical;
}

fieldset {
  min-width: 0;
  padding  : 0;
  margin   : 0;
  border   : 0;
}

legend {
  display      : block;
  width        : 100%;
  max-width    : 100%;
  padding      : 0;
  margin-bottom: .5rem;
  font-size    : 1.5rem;
  line-height  : inherit;
  color        : inherit;
  white-space  : normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset    : -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font              : inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  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.1875rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.53125rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
}

h5,
.h5 {
  font-size: 1.09375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

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;
}

.img-fluid {
  max-width: 100%;
  height   : auto;
}

.figure {
  display: inline-block;
}

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: #031938;
  border-radius   : 0.2rem;
}

kbd kbd {
  padding    : 0;
  font-size  : 100%;
  font-weight: 700;
}

pre {
  display  : block;
  font-size: 87.5%;
  color    : #031938;
}

pre code {
  font-size : inherit;
  color     : inherit;
  word-break: normal;
}

.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     : flex;
  flex-wrap   : wrap;
  margin-right: -15px;
  margin-left : -15px;
}

.g-0 {
  margin-right: 0;
  margin-left : 0;
}

.g-0>.col,
.g-0>[class*="col-"] {
  padding-right: 0;
  padding-left : 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position     : relative;
  width        : 100%;
  min-height   : 1px;
  padding-right: 15px;
  padding-left : 15px;
}

.col {
  flex-basis: 0;
  flex-grow : 1;
  max-width : 100%;
}

.col-auto {
  flex     : 0 0 auto;
  width    : auto;
  max-width: none;
}

.col-1 {
  flex     : 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex     : 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex     : 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex     : 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex     : 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex     : 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex     : 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex     : 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex     : 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex     : 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex     : 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex     : 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-sm-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: none;
  }

  .col-sm-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-md-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: none;
  }

  .col-md-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-lg-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: none;
  }

  .col-lg-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-xl-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: none;
  }

  .col-xl-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.index1 .btn-primary {
  color     : #fff;
  background: #5e2dd8;
}

.index1 .btn-primary:hover {
  color     : #fff;
  background: #5521da;
}

.btn-primary:focus,
.btn-primary.focus {
  background: #5521da;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color       : #fff;
  background  : #5e2dd8;
  border-color: #5e2dd8;
  opacity: 0.7;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color       : #fff;
  background  : #5521da;
  border-color: #5521da !important;
}

.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(94, 45, 216, 0.3);
  background  : #5e2dd8;
  border-color: #5e2dd8 !important;
}

.btn-secondary {
  color           : #fff;
  background-color: #d43f8d;
  border-color    : #d43f8d;
}

.btn-secondary:hover {
  color           : #fff;
  background-color: #d12d82;
  border-color    : #d43f8d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 45, 130, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color           : #fff;
  background-color: #d43f8d;
  border-color    : #d43f8d;
  opacity: 0.7;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color           : #fff;
  background-color: #d43f8d;
  border-color    : #d43f8d;
}

.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(233, 65, 105, 0.2);
}

.btn-success {
  color       : #fff;
  background  : #09ad95;
  border-color: #09ad95;
}

.btn-success:hover {
  color       : #fff;
  background  : #02aa91;
  border-color: #09ad95;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 173, 149, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color           : #fff;
  background-color: #09ad95;
  border-color    : #09ad95;
  opacity: 0.7;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color           : #fff;
  background-color: #09ad95;
  border-color    : #09ad95;
}

.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(9, 173, 149, 0.5);
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.feature.mt-5 {
  margin-top: 5rem !important;
}

.btn-info {
  color           : #fff;
  background-color: #0774f8;
  border-color    : #0774f8;
}

.btn-info:hover {
  color           : #fff;
  background-color: #0160d4;
  border-color    : #0774f8;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 116, 248, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color           : #fff;
  background-color: #1889f5;
  border-color    : #1889f5;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color           : #fff;
  background-color: #0774f8;
  border-color    : #0774f8;
}

.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(7, 116, 248, 0.5);
}

.btn-warning {
  color       : #fff;
  background  : #f7b731;
  border-color: #f7b731;
}

.btn-warning:hover {
  color       : #fff;
  background  : #f7b019;
  border-color: #f7b731;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow      : 0 0 0 0.2rem rgba(247, 183, 49, 0.5);
  background-color: #f7b731;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color           : #031938;
  background-color: #f7b731;
  border-color    : #f7b731;
  opacity: 0.7;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color           : #fff;
  background-color: #f7b731;
  border-color    : #f7b731;
}

.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(247, 183, 49, 0.5);
}


.btn-danger {
  color       : #fff;
  background  : #f82649;
  border-color: #f82649;
}

.btn-danger:hover {
  color       : #fff;
  background  : #f5143a;
  border-color: #f82649;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 38, 73, 0.5);
  background: #f82649;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color       : #fff;
  background  : #f82649;
  border-color: #f82649;
  opacity: 0.7;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color       : #fff;
  background  : #f82649;
  border-color: #f82649;
}

.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(248, 38, 73, 0.5);
  background: #f82649;
}


.btn-light {
  color           : #031938;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-light:hover {
  color           : #031938;
  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           : #031938;
  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           : #031938;
  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: #031938;
  border-color    : #031938;
}

.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: #031938;
  border-color    : #031938;
}

.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           : #5e2dd8;
  background-color: transparent;
  background-image: none;
  border-color    : #5e2dd8;
}

.btn-outline-primary:hover {
  color           : #fff;
  background-color: #5e2dd8;
  border-color    : #5e2dd8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 132, 231, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color           : #5e2dd8;
  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: #5e2dd8;
  border-color    : #5e2dd8;
}

.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(27, 132, 231, 0.5);
}

.btn-outline-secondary {
  color           : #d43f8d;
  background-color: transparent;
  background-image: none;
  border-color    : #d43f8d;
}

.btn-outline-secondary:hover {
  color           : #fff;
  background-color: #d43f8d;
  border-color    : #d43f8d;
}

.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           : #d43f8d;
  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: #d43f8d;
  border-color    : #d43f8d;
}

.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           : #23BF08;
  background-color: transparent;
  background-image: none;
  border-color    : #23BF08;
}

.btn-outline-success:hover {
  color           : #fff;
  background-color: #23BF08;
  border-color    : #23BF08;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 191, 8, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color           : #23BF08;
  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: #23BF08;
  border-color    : #23BF08;
}

.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(35, 191, 8, 0.5);
}

.btn-outline-info {
  color           : #5B93D3;
  background-color: transparent;
  background-image: none;
  border-color    : #5B93D3;
}

.btn-outline-info:hover {
  color           : #fff;
  background-color: #5B93D3;
  border-color    : #5B93D3;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 147, 211, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color           : #5B93D3;
  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: #5B93D3;
  border-color    : #5B93D3;
}

.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(91, 147, 211, 0.5);
}

.btn-outline-warning {
  color           : #f7be2d;
  background-color: transparent;
  background-image: none;
  border-color    : #f7be2d;
}

.btn-outline-warning:hover {
  color           : #031938;
  background-color: #f7be2d;
  border-color    : #f7be2d;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 153, 23, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color           : #f7be2d;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color           : #fff;
  background-color: #f7be2d;
  border-color    : #f7be2d;
}

.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(244, 153, 23, 0.5);
}

.btn-outline-danger {
  color           : #fb1c52;
  background-color: transparent;
  background-image: none;
  border-color    : #fb1c52;
}

.btn-outline-danger:hover {
  color           : #fff;
  background-color: #fb1c52;
  border-color    : #fb1c52;
}

.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           : #fb1c52;
  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: #fb1c52;
  border-color    : #fb1c52;
}

.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           : #031938;
  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           : #031938;
  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           : #031938;
  background-color: transparent;
  background-image: none;
  border-color    : #031938;
}

.btn-outline-dark:hover {
  color           : #fff;
  background-color: #031938;
  border-color    : #031938;
}

.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           : #031938;
  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: #031938;
  border-color    : #031938;
}

.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           : #5e2dd8;
  background-color: transparent;
}

.btn-link:hover {
  color           : #115da4;
  text-decoration : none;
  background-color: transparent;
  border-color    : transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color   : transparent;
  box-shadow     : none;
}

.btn-link:disabled,
.btn-link.disabled {
  color         : #d43f8d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn,
.sp-container .btn-group-lg>button {
  padding      : 0.5rem 1rem;
  font-size    : 1.09375rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn,
.sp-container .btn-group-sm>button {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.76563rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.btn, .sp-container button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  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;
}

.btn-block {
  display: block;
  width  : 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media 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;
  }
}

.nav {
  display      : flex;
  flex-wrap    : wrap;
  padding-left : 0;
  margin-bottom: 0;
  list-style   : none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #d43f8d;
}

.nav-pills .nav-link {
  border-radius: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position       : relative;
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: space-between;
  padding        : 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: space-between;
}

.navbar-nav {
  display       : flex;
  flex-direction: inherit;
  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;
}

.card {
  position        : relative;
  display         : flex;
  flex-direction  : column;
  min-width       : 0;
  word-wrap       : break-word;
  background-color: #fff;
  background-clip : border-box;
  border          : 1px solid #ced4da;
  border-radius   : 3px;
}

.card>hr {
  margin-right: 0;
  margin-left : 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius : 3px;
  border-top-right-radius: 3px;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius : 3px;
}

.card-body {
  flex   : 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-header {
  padding         : 0.75rem 1.25rem;
  margin-bottom   : 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom   : 1px solid #ced4da;
}

.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 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 #ced4da;
}

.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.badge {
  display       : inline-block;
  padding       : 5px 12px;
  text-align    : center;
  white-space   : nowrap;
  vertical-align: baseline;
  border-radius : 5px;
  font-size     : 12px;
  font-weight   : 500;
  line-height   : 1.2;
}

.badge:empty {
  display: none;
}

.btn .badge,
.sp-container button .badge {
  position: relative;
  top     : -1px;
}

.alert {
  position     : relative;
  padding      : 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border       : 1px solid transparent;
  border-radius: 3px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top     : 0;
  right   : 0;
  padding : 0.75rem 1.25rem;
  color   : inherit;
}

.alert-primary {
  color           : #0e4578;
  background-color: #d1e6fa;
  border-color    : #bfddf8;
}

.alert-primary hr {
  border-top-color: #a8d1f5;
}

.alert-primary .alert-link {
  color: #092b4a;
}

.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           : #126304;
  background-color: #d3f2ce;
  border-color    : #c1edba;
}

.alert-success hr {
  border-top-color: #afe8a6;
}

.alert-success .alert-link {
  color: #093202;
}

.alert-info {
  color           : #2f4c6e;
  background-color: #dee9f6;
  border-color    : #d1e1f3;
}

.alert-info hr {
  border-top-color: #bdd4ee;
}

.alert-info .alert-link {
  color: #20334a;
}

.alert-warning {
  color           : #7f500c;
  background-color: #fdebd1;
  border-color    : #fce2be;
}

.alert-warning hr {
  border-top-color: #fbd7a6;
}

.alert-warning .alert-link {
  color: #503308;
}

.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;
}

.close {
  float      : right;
  font-size  : 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color      : #000;
  text-shadow: 0 1px 0 #fff;
  opacity    : .5;
}

.close:hover,
.close:focus {
  color          : #000;
  text-decoration: none;
  opacity        : .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding           : 0;
  background-color  : transparent;
  border            : 0;
  -webkit-appearance: none;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width   : 100%;
  overflow: hidden;
}

.carousel-item {
  position           : relative;
  display            : none;
  align-items        : center;
  width              : 100%;
  transition         : transform 0.6s ease;
  backface-visibility: hidden;
  perspective        : 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top     : 0;
}

.carousel-indicators [data-bs-target] {
  width        : 9px;
  height       : 9px;
  border-radius: 50%;
}


.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position       : absolute;
  top            : 0;
  bottom         : 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 15%;
  color          : #fff;
  text-align     : center;
  opacity        : 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color          : #fff;
  text-decoration: none;
  outline        : 0;
  opacity        : .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-indicators {
  position       : relative;
  right          : 0;
  bottom         : 10px;
  left           : 0;
  z-index        : 15;
  display        : flex;
  justify-content: center;
  padding-left   : 0;
  margin-right   : 15%;
  margin-left    : 15%;
  list-style     : none;
}

.carousel-indicators li {
  position        : relative;
  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: #5e2dd8 !important;
  color           : #fff;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #146abb !important;
}

.bg-secondary {
  background-color: #d43f8d !important;
  color           : #fff;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #09ad95 !important;
  color           : #fff;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1a8e06 !important;
}

.bg-info {
  background-color: #5ac2f1 !important;
  color           : #fff;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3579c6 !important;
}

.bg-warning {
  background-color: #f9c84d !important;
  color           : #fff;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ce7d0a !important;
}

.bg-danger {
  background-color: #e82646 !important;
  color           : #fff;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #031938 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ebf1ff !important;
}

.border-top {
  border-top: 1px solid #ebf1ff !important;
}

.border-right {
  border-right: 1px solid #ebf1ff !important;
}

.border-bottom {
  border-bottom: 1px solid #ebf1ff !important;
}

.border-left {
  border-left: 1px solid #ebf1ff !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: #5e2dd8 !important;
}

.border-secondary {
  border-color: #d43f8d !important;
}

.border-success {
  border-color: #23BF08 !important;
}

.border-info {
  border-color: #5B93D3 !important;
}

.border-warning {
  border-color: #f7be2d !important;
}

.border-danger {
  border-color: #fb1c52 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #031938 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius : 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius   : 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius : 3px !important;
}

.rounded-left {
  border-top-left-radius   : 3px !important;
  border-bottom-left-radius: 3px !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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 8px 24px rgba(229, 228, 230, .4) !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;
}

.me-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ms-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.me-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.me-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.me-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ms-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.me-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.me-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ms-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pe-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.ps-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pe-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pe-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pe-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.ps-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pe-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pe-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.ps-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.me-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ms-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;
  }

  .me-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ms-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;
  }

  .me-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-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;
  }

  .me-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-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;
  }

  .me-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ms-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;
  }

  .me-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-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;
  }

  .me-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ms-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;
  }

  .pe-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .ps-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;
  }

  .pe-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-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;
  }

  .pe-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-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;
  }

  .pe-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .ps-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;
  }

  .pe-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .ps-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;
  }

  .pe-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-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;
  }

  .me-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-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;
  }

  .me-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ms-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;
  }

  .me-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-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;
  }

  .me-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-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;
  }

  .me-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ms-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;
  }

  .me-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-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;
  }

  .me-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ms-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;
  }

  .pe-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .ps-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;
  }

  .pe-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-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;
  }

  .pe-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-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;
  }

  .pe-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .ps-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;
  }

  .pe-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .ps-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;
  }

  .pe-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-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;
  }

  .me-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ms-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;
  }

  .me-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ms-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;
  }

  .me-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-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;
  }

  .me-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-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;
  }

  .me-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ms-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;
  }

  .me-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-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;
  }

  .me-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ms-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;
  }

  .pe-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .ps-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;
  }

  .pe-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-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;
  }

  .pe-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-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;
  }

  .pe-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .ps-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;
  }

  .pe-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .ps-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;
  }

  .pe-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-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;
  }

  .me-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-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;
  }

  .me-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ms-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;
  }

  .me-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ms-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;
  }

  .me-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ms-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;
  }

  .me-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ms-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;
  }

  .me-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ms-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;
  }

  .me-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ms-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;
  }

  .pe-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .ps-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;
  }

  .pe-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .ps-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;
  }

  .pe-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .ps-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;
  }

  .pe-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .ps-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;
  }

  .pe-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .ps-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;
  }

  .pe-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-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;
  }

  .me-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-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: #5e2dd8 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #146abb !important;
}

.text-secondary {
  color: #d43f8d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #23BF08 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1a8e06 !important;
}

.text-info {
  color: #5B93D3 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #3579c6 !important;
}

.text-warning {
  color: #f7be2d !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ce7d0a !important;
}

.text-danger {
  color: #fb1c52 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #031938 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #868ba1 !important;
}

.text-muted {
  color: #76839a !important;
}

.text-default {
  color: #76839a !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;
}

/* --------------------------------------- */
/* ############### Buttons ############### */
/* --------------------------------------- */
.btn,
.sp-container button {
  border-radius: 5px;
}

.btn.rounded-circle,
.sp-container button.rounded-circle {
  border-radius: 100%;
}

.btn:active,
.sp-container button:active {
  box-shadow: none;
}

.btn-warning {
  color: #fff !important;
}

.btn-light {
  border-color: #ced4da;
  color       : #868ba1;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #fff;
}

.btn-indigo {
  color           : #fff;
  background-color: #6610f2;
  border-color    : #5b0cdd;
}

.btn-indigo:hover {
  color           : #fff;
  background-color: #560bd0;
  border-color    : #4709ac;
}

.btn-indigo:focus,
.btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 12, 221, 0.5);
}

.btn-indigo.disabled,
.btn-indigo:disabled {
  color           : #fff;
  background-color: #6610f2;
  border-color    : #5b0cdd;
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show>.btn-indigo.dropdown-toggle {
  color           : #fff;
  background-color: #510bc4;
  border-color    : #4209a0;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 12, 221, 0.5);
}

.btn-purple {
  color           : #fff;
  background-color: #6f42c1;
  border-color    : #643ab0;
}

.btn-purple:hover {
  color           : #fff;
  background-color: #5e37a6;
  border-color    : #4e2d89;
}

.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 58, 176, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  color           : #fff;
  background-color: #6f42c1;
  border-color    : #643ab0;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
  color           : #fff;
  background-color: #59339d;
  border-color    : #482a80;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 58, 176, 0.5);
}

.btn-pink {
  color           : #fff;
  background-color: #e83e8c;
  border-color    : #e5277e;
}

.btn-pink:hover {
  color           : #fff;
  background-color: #e41c78;
  border-color    : #c21766;
}

.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 39, 126, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
  color           : #fff;
  background-color: #e83e8c;
  border-color    : #e5277e;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
  color           : #fff;
  background-color: #d91a72;
  border-color    : #b71660;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 39, 126, 0.5);
}

.btn-teal {
  color           : #fff;
  background-color: #1CAF9A;
  border-color    : #189987;
}

.btn-teal:hover {
  color           : #fff;
  background-color: #178e7d;
  border-color    : #116d60;
}

.btn-teal:focus,
.btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 153, 135, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
  color           : #fff;
  background-color: #1CAF9A;
  border-color    : #189987;
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show>.btn-teal.dropdown-toggle {
  color           : #fff;
  background-color: #158373;
  border-color    : #106256;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 153, 135, 0.5);
}

.btn-demo {
  color           : #fff;
  background-color: #4662D4;
  border-color    : #3150cf;
}

.btn-default {
  color           : #fff;
  background-color: rgba(0, 0, 0, .2);
  border-color    : rgba(0, 0, 0, .2);
}

.btn-default:hover {
  color           : #fff;
  background-color: rgba(0, 0, 0, .2);
  border-color    : rgba(0, 0, 0, .2);
}
.btn-outline-light {
  color           : #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color    : #adb5bd;
}

.btn-outline-light:hover {
  color           : #fff;
  background-color: #adb5bd;
  border-color    : #adb5bd;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color           : #adb5bd;
  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           : #031938;
  background-color: #adb5bd;
  border-color    : #adb5bd;
}

.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(173, 181, 189, 0.5);
}

.btn-outline-indigo {
  color           : #6610f2;
  background-color: transparent;
  background-image: none;
  border-color    : #6610f2;
}

.btn-outline-indigo:hover {
  color           : #fff;
  background-color: #6610f2;
  border-color    : #6610f2;
}

.btn-outline-indigo:focus,
.btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled {
  color           : #6610f2;
  background-color: transparent;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active,
.btn-outline-indigo:not(:disabled):not(.disabled).active,
.show>.btn-outline-indigo.dropdown-toggle {
  color           : #fff;
  background-color: #6610f2;
  border-color    : #6610f2;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-purple {
  color           : #6f42c1;
  background-color: transparent;
  background-image: none;
  border-color    : #6f42c1;
}

.btn-outline-purple:hover {
  color           : #fff;
  background-color: #6f42c1;
  border-color    : #6f42c1;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color           : #6f42c1;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
  color           : #fff;
  background-color: #6f42c1;
  border-color    : #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.btn-outline-pink {
  color           : #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color    : #e83e8c;
}

.btn-outline-pink:hover {
  color           : #fff;
  background-color: #e83e8c;
  border-color    : #e83e8c;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color           : #e83e8c;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show>.btn-outline-pink.dropdown-toggle {
  color           : #fff;
  background-color: #e83e8c;
  border-color    : #e83e8c;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-teal {
  color           : #1CAF9A;
  background-color: transparent;
  background-image: none;
  border-color    : #1CAF9A;
}

.btn-outline-teal:hover {
  color           : #fff;
  background-color: #1CAF9A;
  border-color    : #1CAF9A;
}

.btn-outline-teal:focus,
.btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 175, 154, 0.5);
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color           : #1CAF9A;
  background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show>.btn-outline-teal.dropdown-toggle {
  color           : #fff;
  background-color: #1CAF9A;
  border-color    : #1CAF9A;
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 175, 154, 0.5);
}

.btn-group {
  direction: ltr;
}

/* ------------------------------------- */
/* ############### Cards ############### */
/* ------------------------------------- */
.card {
  border-radius: 0;
}

.card-header,
.card-footer {
  position     : relative;
  border-color : #eaf2f9;
  padding-left : 15px;
  padding-right: 15px;
}

.card-header {
  border-bottom: 0;
}

.card-header:first-child {
  border-radius: 0;
}

.card-title {
  color         : #031938;
  font-weight   : 600;
  letter-spacing: 0.5px;
  margin-bottom : 20px;
}

.card-body {
  padding: 20px;
}

.card-body-title {
  font-size     : 14px;
  text-transform: uppercase;
  font-weight   : 700;
}

.card-footer {
  border-top-width: 0;
  border-radius   : 0;
}

/* ---------------------------------------- */
/* ############### Carousel ############### */
/* ---------------------------------------- */
.carousel-control-prev,
.carousel-control-next {
  z-index: 100;
}

.carousel-indicators {
  bottom: 5px;
  top   : 5px;
}

.carousel-indicators li {
  cursor       : pointer;
  width        : 8px;
  height       : 8px;
  border-radius: 50px;
}

/* ------------------------------------- */
/* ############### Close ############### */
/* ------------------------------------- */
/********** RTL SUPPORT **********/
[dir="rtl"] .close {
  float: left;
}

/* -------------------------------------- */
/* ############### Custom ############### */
/* -------------------------------------- */
a {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:focus,
a:active {
  outline: none !important;
}

p {
  margin-bottom: 20px;
}

.more {
  color  : #fff;
  opacity: .2;
  display: inline-block;
  padding: 2px 5px;
}

.more i {
  line-height: 0;
}

.more:hover,
.more:focus {
  color  : #fff;
  opacity: .5;
}

.overlay {
  position: relative;
}

.overlay-body {
  position: absolute;
  top     : 0;
  right   : 0;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
}

.row-sm {
  margin-left : -10px;
  margin-right: -10px;
}

.row-sm>div {
  padding-left : 10px;
  padding-right: 10px;
}

.row-xs {
  margin-left : -5px;
  margin-right: -5px;
}

.row-xs>div {
  padding-left : 5px;
  padding-right: 5px;
}

.input-group-addon {
  border-radius: 0;
}

.icon.tx-size-64 {
  line-height: 0;
}

.icon.tx-size-64::before {
  line-height: 45px;
}

/* ---------------------------------------- */
/* ############### Dropdown ############### */
/* ---------------------------------------- */
.dropdown-menu {
  box-shadow   : 0 2px 3px rgba(108, 117, 125, 0.16);
  border-radius: 0;
}

.dropdown-menu-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  padding        : 12px 15px;
  border-bottom  : 1px solid #eaf2f9;
}

.dropdown-menu-header label {
  margin-bottom : 0;
  font-family   : "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size     : 12px;
  font-weight   : 600;
  text-transform: uppercase;
  color         : #031938;
}

.dropdown-menu-header div {
  font-size  : 12px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.dropdown-menu-header div a:nth-child(2) {
  margin-left : 5px;
  padding-left: 8px;
  border-left : 1px solid #ced4da;
}

.dropdown-menu-title {
  margin-bottom : 0;
  text-transform: uppercase;
  font-weight   : 700;
  font-size     : 12px;
  font-family   : "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color         : #031938;
}

/* ------------------------------------------ */
/* ############### List Group ############### */
/* ------------------------------------------ */
.list-group-item:first-child {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.list-group-striped .list-group-item:nth-child(even) {
  background-color: #e9ecef;
}

/* ------------------------------------------ */
/* ############### Navigation ############### */
/* ------------------------------------------ */
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link {
  color: #495057;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color           : #fff;
  background-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  color           : #fff;
  background-color: transparent;
}

.nav-pills .nav-link {
  border-radius: 0;
}

/********** RTL SUPPORT **********/
/*********************************/
[dir="rtl"] .nav {
  padding: 0;
}

[dir="rtl"] .nav.flex-column {
  text-align: right;
}

/* ------------------------------------------------- */
/* ############### Perfect Scrollbar ############### */
/* ------------------------------------------------- */
.ps>.ps__scrollbar-y-rail {
  width: 7px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  width: 3px;
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
  width: 3px;
}

.ps:hover>.ps__scrollbar-y-rail:hover {
  background-color: transparent;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  width: 7px;
}

.sp-picker-container {
  border-left: 0;
}

.sp-dd {
  text-indent: -99999px;
  position   : relative;
  width      : 10px;
}

.sp-dd::before {
  content    : '\f0d7';
  font-family: 'FontAwesome';
  font-size  : 14px;
  position   : absolute;
  text-indent: 0;
  left       : 0;
  z-index    : 10;
}

.sp-preview {
  border: 0;
}

.sp-dragger {
  background-color: transparent;
}

.sp-choose {
  background-color: #eaf2f9;
}

/* -------------------------------------------- */
/* ############### HEADER PANEL ############### */
/* -------------------------------------------- */

.demo-screen {
  background-color: #fff;
}

.demo-screen-headline.demo {
  padding-bottom: 100px;
  padding-top   : 100px;
}

.demo-screen-headline .row {
  align-items: center;
}

.demo-screen-headline h1 {
  font-weight  : 400;
  font-size    : 24px;
  color        : #fff8f8;
  line-height  : 1.4;
  margin-bottom: 20px;
  text-shadow  : none;
}

@media (min-width: 768px) {
  .demo-screen-headline h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .demo-screen-headline h1 {
    font-size  : 45px;
    line-height: 60px;
    font-weight: 600;
    text-align : center;
  }
}

.demo-screen-headline h5 {
  font-weight   : 400;
  font-size     : 14px;
  letter-spacing: .5px;
  color         : rgba(255, 255, 255, 0.7);
  line-height   : 1.5;
  margin-bottom : 30px;
}

@media (min-width: 768px) {
  .demo-screen-headline h6 {
    font-size  : 15px;
    font-weight: 400;
    line-height: 1.5;
    color      : #e0ecf7;
  }
}

.demo-screen-headline img {
  position: relative;
}

.demo-screen-demo {
  padding         : 30px 0;
  background-color: #f1f4fb;
}

@media (min-width: 992px) {
  .demo-screen-demo {
    padding: 40px 0;
  }
}

.demo-screen-demo h1 {
  text-align: center;
  color     : #031938;
  font-size : 24px;
}

@media (min-width: 992px) {
  .demo-screen-demo h1 {
    font-size  : 26px;
    font-weight: 500;
    margin-top : 0;
    text-align : center;
    color      : #0d0c22;
  }

  .demo-screen-demo p {
    margin-top   : 0;
    margin-bottom: 0px;
    font-size    : 15px;
    line-height  : 22px;
    font-family  : inherit;
    text-align   : center;
  }

  .demo-screen-demo.demo-screen1 p {
    font-family: inherit;
    padding    : 0;
    line-height: 1.6;
  }
}

.demo-screen-demo.demo-screen1 p,
.demo-screen-demo.demo-screen1 a.btn {
  text-shadow: none;
}

.row-demo-list {
  margin-top: 30px;
}

.row-demo-list .bg-style {
  display                : block;
  padding                : 1rem 1rem 0;
  position               : relative;
  margin-bottom          : 0;
  transition             : all 0.2s ease-in-out;
  border-top-left-radius : 7px;
  border-top-right-radius: 7px;
}

.row-demo-list .screens-main h5 {
  border-bottom-left-radius : 7px;
  border-bottom-right-radius: 7px;
}

#demo h5 {
  border-bottom-left-radius : 7px;
  border-bottom-right-radius: 7px;

}

.row-demo-list figure img {
  border                 : 0;
  border-bottom          : 0 !important;
  border-top-left-radius : 7px;
  border-top-right-radius: 7px;
  transition             : all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .row-demo-list figure {
    transition: none;
  }
}


.row-demo-list figure:hover figcaption,
.row-demo-list figure:focus figcaption {
  opacity: 1;
}

.row-demo-list figcaption {
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
  display        : flex;
  align-items    : center;
  justify-content: center;
  opacity        : 0;
  transition     : all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .row-demo-list figcaption {
    transition: none;
  }
}

.row-demo-list figcaption .btn,
.row-demo-list figcaption .sp-container button,
.sp-container .row-demo-list figcaption button {
  padding-left  : 20px;
  padding-right : 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size     : 12px;
  border-width  : 0;
  position      : absolute;
  top           : 55%;
  left          : 50%;
  transform     : translate(-50%, -50%);
  margin-right  : -50%;
}

.demo-screen-skin{
  padding: 30px 0;
}

@media (min-width: 992px) {
  .demo-screen-skin h1{
    font-size    : 35px;
    font-weight  : 400;
    color        : #0d0c22;
    font-size    : 38px;
    margin       : 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 991px) {
  .demo-screen-skin h1 {
    font-size    : 26px !important;
    font-weight  : 500;
    color        : #0d0c22;
    font-size    : 38px;
    margin       : 0;
    margin-bottom: 5px;
    text-align   : center;
  }

  .demo-screen-skin .sub-text {
    margin-top   : 0;
    font-size    : 15px;
    margin-bottom: 0;
    line-height  : 22px;
    font-family  : inherit;
    text-align   : center;
  }

  .demo-screen-headline {
    padding-top   : 41px;
    padding-bottom: 0px;
  }

  .main-demo-1.demo-screen-headline {
    padding-top   : 50px;
    padding-bottom: 0;
  }

}


@media (max-width: 992px) {
  .demo-screen-skin h1 {
    font-size    : 25px;
    margin-bottom: 15px;
  }

  .demo-screen-skin .sub-text {
    padding: 0 !important;
  }

  .demo-screen-headline h1 {
    font-weight  : 400;
    font-size    : 31px !important;
    color        : #fff;
    line-height  : 1.4;
    margin-bottom: 20px;
    text-shadow  : none !important;
  }

  .demo-screen-headline.bg-pages {
    padding-top   : 156px;
    padding-bottom: 0;
  }

  .main-features {
    position          : relative;
    padding           : 1.5rem;
    -webkit-transition: .3s all ease-in-out;
    -o-transition     : .3s all ease-in-out;
    transition        : .3s all ease-in-out;
  }

  .main-features:after {
    border-right: 0 !important;
  }

  .main-features {
    padding: 1.5rem !important;
    border : 1px solid #efeff3 !important;
  }
}

.demo-screen-skin h6 {
  font-size  : 14px;
  font-weight: 400;
  text-align : center;
  line-height: 1.6;
}

@media (min-width: 992px) {

  .demo-screen-skin h6 {
    font-size   : 16px;
    width       : 80%;
    margin-left : auto;
    margin-right: auto;
  }
}

.demo-screen-skin figure {
  margin-bottom: 0;
}

.demo-screen-skin {
  background-color: #fff;
}

.demo-screen-footer {
  padding         : 60px 0;
  background-color: #30304d;
  text-align      : center;
}

.demo-screen-footer h1 {
  color        : #fff;
  font-weight  : 300;
  font-size    : 28px;
  margin-bottom: 30px;
}

.demo-screen-footer .btn,
.demo-screen-footer .sp-container button,
.sp-container .demo-screen-footer button {
  background-repeat: repeat-x;
  color            : #fff;
  padding          : 15px 25px;
  text-transform   : uppercase;
  letter-spacing   : 2px;
  border           : 0;
  font-size        : 12px;
  border-radius    : 4px;
}

.demo-screen-footer .btn:hover,
.demo-screen-footer .sp-container button:hover,
.sp-container .demo-screen-footer button:hover,
.demo-screen-footer .btn:focus,
.demo-screen-footer .sp-container button:focus,
.sp-container .demo-screen-footer button:focus {
  background-repeat: repeat-x;
}

/* ------------------------------------------------------------- */
/* ############### 7. UTILITIES / HELPER CLASSES ############### */
/* ------------------------------------------------------------- */
/* ------------------------------------------ */
/* ############### Background ############### */
/* ------------------------------------------ */
.bg-transparent {
  background-color: transparent;
}

.bg-gray-100 {
  background-color: #f8f9fa;
}

.bg-gray-200 {
  background-color: #e9ecef;
}

.bg-gray-300 {
  background-color: #eaf2f9;
}

.bg-gray-400 {
  background-color: #ced4da;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.bg-gray-600 {
  background-color: #d43f8d;
}

.bg-gray-700 {
  background-color: #495057;
}

.bg-gray-800 {
  background-color: #031938;
}

.bg-gray-900 {
  background-color: #031938;
}

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-purple {
  background-color: #6f42c1;
}

.bg-pink {
  background-color: #e83e8c;
}

.bg-orange {
  background-color: #f27510;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-50 {
  border-radius: 50px;
}

/* ---------------------------------------- */
/* ############### Position ############### */
/* ---------------------------------------- */
.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: baseline;
}

.valign-top-force {
  vertical-align: top !important;
}

.valign-bottom-force {
  vertical-align: baseline !important;
}

.tx-8 {
  font-size: 8px;
}

.tx-9 {
  font-size: 9px;
}

.tx-10 {
  font-size: 10px;
}

.tx-11 {
  font-size: 11px;
}

.tx-12 {
  font-size: 12px;
}

.tx-13 {
  font-size: 13px;
}

.tx-14 {
  font-size: 14px;
}

.tx-15 {
  font-size: 15px;
}

.tx-16 {
  font-size: 16px;
}

.tx-18 {
  font-size: 18px;
}

.tx-20 {
  font-size: 20px;
}

.tx-22 {
  font-size: 22px;
}

.tx-24 {
  font-size: 24px;
}

.row-demo-list.colors a span {
  width         : 100%;
  height        : 70px;
  margin        : -4px;
  display       : inline-block;
  text-align    : center;
  border-radius : 12px;
  -webkit-filter: drop-shadow(-4px 9px 4px rgba(103, 138, 197, 0.3));
  filter        : drop-shadow(-4px 9px 4px rgba(103, 138, 197, 0.3));
}

.w-80 {
  width: 80%;
}

.features {
  text-align   : center;
  padding      : 40px 40px 55px 45px;
  border-radius: 6px;
  border       : 0;
}

.main-features {
  position  : relative;
  padding   : 1.5rem;
  transition: none !important;
}

.card.features {
  border-radius: 6px;
  border       : 1px solid #eaedf1;
}

.bg-line {
  border: 1px dashed #cfd6ef;

}

.demo-screen {
  background-color: #5e2dd8;
}

.features i {
  font-size: 2rem;
  color    : #5e2dd8;
}

.features h3 {
  margin-top   : 15px;
  font-weight  : 500;
  font-size    : 1.1rem;
  color        : #031938;
  margin-bottom: 0;
}

.gallery a img {
  width             : 100%;
  height            : auto;
  border            : 0px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition   : -moz-transform .15s ease;
  -o-transition     : -o-transform .15s ease;
  -ms-transition    : -ms-transform .15s ease;
  transition        : transform .15s ease;
  position          : relative;
  box-shadow        : 0 0.5rem 1rem rgb(8, 35, 171, 0.15) !important;
}

.demo-screen-header-left img {
  max-height: 3rem;
  text-align: center;
}

.gallery a.big img {
  width: 100%;
}

.card {
  background-color           : #fff;
  position                   : relative;
  margin-bottom              : 30px;
  border-radius              : 8px;
  border                     : 1px solid #eaedf1 !important;
  box-shadow                 : 0 0.15rem 1.75rem 0 rgba(196, 205, 224, .2);
  -webkit-transform          : perspective(1px) translateZ(0);
  transform                  : perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
  cursor                     : pointer;
}

.card:hover {
  box-shadow       : 0px 6px 18px 4px rgba(6, 10, 48, .08);
  -webkit-transform: scale(1.02);
  transform        : scale(1.02);
}

.card .card-body {
  padding: 1.5rem 1.5rem;
}

.feature-1 i {
  font-size: 2.5rem;
}

.feature-1 {
  position: relative;
}

.feature-1 a {
  position: absolute;
  top     : 0;
  left    : 0;
  bottom  : 0;
  width   : 100%;
  height  : 100%;
  z-index : 1;
}

.f-size {
  font-size: 2.2rem;
}

.border-radius-12 {
  border-radius: 12em !important;
}

.icon-service img {
  width : 60px;
  height: 60px;

}

.gallery a img {
  width     : 100%;
  height    : auto;
  border    : 10px solid #fff;
  transition: transform .15s ease;
  position  : relative;
  box-shadow: none !important;
}

.demo-screen-header-left img {
  text-align: center;
  height    : 2.5rem;
}

.gallery a.big img {
  width: 100%;
}

.owl-carousel h5 {
  font-size    : 14px;
  margin-bottom: 0;
  padding      : 10px !important;
  border       : 0px !important;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  position: relative;
  overflow: hidden;
}

.landing-top-header img {
  margin: 0 auto;
}

.owl-nav {
  display: block;
}

.owl-nav button {
  display      : block;
  font-size    : 1.3rem !important;
  line-height  : 2em;
  border-radius: 50%;
  width        : 3rem;
  height       : 3rem;
  text-align   : center;
  background   : rgba(255, 255, 255, .5) !important;
  border       : 1px solid #e8ebf3 !important;
  z-index      : 9;
  box-shadow   : 0 4px 15px rgba(67, 67, 67, .15);
}

.owl-nav button:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #2098d1;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 0;
  transform-origin                  : 50% 0;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : .5s;
  transition-duration               : .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.owl-carousel:hover .owl-nav button {
  background                        : rgba(255, 255, 255) !important;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : .5s;
  transition-duration               : .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
  animation                         : sonarEffect 1.3s ease-out 75ms;
}

.owl-nav>div i {
  margin: 0;
}
.owl-nav .owl-next {
  position  : absolute;
  top       : 50%;
  right     : -25px;
  margin-top: -1.65em;
}

.owl-nav .owl-prev {
  position  : absolute;
  top       : 50%;
  left      : -25px;
  right     : -1.5em;
  margin-top: -1.65em;
}

#global-loader {
  position  : fixed;
  z-index   : 999999999;
  background: rgba(255, 255, 255);
  left      : 0;
  top       : 0;
  right     : 0;
  bottom    : 0;
  height    : 100%;
  width     : 100%;
  margin    : 0 auto;
  text-align: center;
}

.loader-img {
  position  : absolute;
  right     : 0;
  bottom    : 0;
  top       : 43%;
  left      : 0;
  margin    : 0 auto;
  text-align: center;
}

.f-size {
  font-size: 2.2rem;
}

.gallery h5 {
  font-size    : 14px;
  margin-bottom: 0;
  padding      : 15px 10px 10px 10px !important;
  border-top   : 1px solid #e6ecfb !important;
}

.br-4 {
  border-radius: 4px;
}

.br-5 {
  border-radius: 5px;
}

.row-demo-list figcaption.csbtn {
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
  display        : flex;
  align-items    : center;
  justify-content: center;
  opacity        : 1;
  transition     : all 0.2s ease-in-out;
}

@media (max-width:480px) {
  .btn {
    display      : block;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .top .nav {
    margin: 13px 0;
  }

  .logo-demo {
    padding-top: 0px;
    margin     : 5px 0;
  }

  .top .nav li {
    color  : #1a1a1a;
    display: inline-block;
  }

  .top .nav li {
    margin-left : 0;
    margin-right: 28px;
  }

  .top .nav li:lastchild {
    margin-left : 0;
    margin-right: 0;
  }
}

.top {
  padding      : 10px 0;
  border-bottom: 1px solid transparent;
}

.landing-top-header {
  background-image   : url("../img/1461.jpg");
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : cover;
  top                : 0;
  left               : 0;
  right              : 0;
  position           : relative;
  background         : linear-gradient(to right, rgba(49, 34, 222, 0.7) 0%, rgba(88, 72, 162, 0.7) 100%);
}


.landing-top-header::before {
  position           : absolute;
  content            : "";
  left               : 0;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : cover;
  right              : 0;
  width              : 100%;
  height             : 100%;
  z-index            : -1;
  overflow           : hidden;
  background-image   : url("../img/1461.jpg");
}

.landing-top-header:after {
  width            : 100%;
  height           : 100%;
  position         : absolute;
  content          : "";
  top              : 0;
  left             : 0;
  right            : 0;
  z-index          : -1;
  background-size  : cover;
  background-repeat: no-repeat;
}

@media screen and (max-width:1200px) {
  .landing-top-header:after {
    display: none;
  }

}

@media screen and (max-width:992px) and (min-width:1200px) {
  .main-demo-1.demo-screen-headline .animation-zidex {
    background: rgba(0, 0, 0, .2)
  }

}

.top .nav li a {
  color      : rgba(255, 255, 255, 0.8);
  font-weight: 500;
  display    : inline-block;
  padding    : 0px;
}

.logo-demo {
  padding-top: 0px;
}

.top .nav li a.active {
  color      : #fff;
  font-weight: bold;
}

.header-family {
  font-family: 'roboto', sans-serif !important;
}

.sticky {
  position  : relative;
  width     : 100%;
  z-index   : 99999;
  box-shadow: none;
}

.sticky.sticky-pin {
  position     : fixed;
  top          : 0;
  width        : 100%;
  z-index      : 99;
  border-bottom: 1px solid #ebedfa;
  background   : #fff;
  box-shadow   : 5px 7px 26px -5px rgba(104, 113, 123, .1);
}

.logo-2 {
  display: none;
}

.circles {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  overflow: hidden;
  z-index : -1;
}

.circles li {
  position  : absolute;
  display   : block;
  list-style: none;
  width     : 20px;
  height    : 20px;
  animation : animate 20s linear infinite;
  bottom    : -150px;
  border    : 2px solid rgba(255, 255, 255, 0.5);
}

.circles li:nth-child(1) {
  left           : 25%;
  width          : 40px;
  height         : 40px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left              : 80%;
  width             : 20px;
  height            : 20px;
  animation-delay   : 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left           : 70%;
  width          : 20px;
  height         : 20px;
  animation-delay: 3s;
}

.circles li:nth-child(4) {
  left              : 40%;
  width             : 35px;
  height            : 35px;
  animation-delay   : 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left           : 65%;
  width          : 20px;
  height         : 20px;
  animation-delay: 2s;
}

.circles li:nth-child(6) {
  left           : 75%;
  width          : 30px;
  height         : 30px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left           : 35%;
  width          : 35px;
  height         : 35px;
  animation-delay: 5s;
}

.circles li:nth-child(8) {
  left              : 50%;
  width             : 25px;
  height            : 25px;
  animation-delay   : 4s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left              : 70%;
  width             : 15px;
  height            : 15px;
  animation-delay   : 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left              : 95%;
  width             : 35px;
  height            : 35px;
  animation-delay   : 0s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  left              : 80%;
  width             : 25px;
  height            : 25px;
  animation-delay   : 0s;
  animation-duration: 11s;
}

.circles li:nth-child(12) {
  left              : 85%;
  width             : 15px;
  height            : 15px;
  animation-delay   : 0s;
  animation-duration: 11s;
}

.circles li:nth-child(13) {
  left              : 100%;
  width             : 35px;
  height            : 35px;
  animation-delay   : 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0% {
    transform    : translateY(0) rotate(0deg);
    opacity      : 1;
    border-radius: 0;
  }

  100% {
    transform    : translateY(-1000px) rotate(720deg);
    opacity      : 0;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .logo-demo {
    padding-top: 0px;
    margin     : 0 auto;
    text-align : center;
  }
}

@media (max-width: 991px) {

  #myCarousel1 .owl-prev,
  #myCarousel1 .owl-next {
    display: none;
  }

  .logo-demo {
    padding-top: 0px;
    margin     : 0 auto;
    text-align : center;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.feature-icon {
  width        : 80px;
  height       : 80px;
  text-align   : center;
  border-radius: 50%;
  position     : relative;
  left         : 0;
  right        : 0;
  top          : 0;
  text-align   : center;
  bottom       : 0;
}

.feature-icon i {
  font-size: 25px;
}

.bg-primary-transparent {
  background-color: rgba(108, 95, 252, .1);
}

.bg-secondary-transparent {
  background-color: rgba(5, 195, 251, 0.1);
}

.bg-success-transparent {
  background-color: rgba(0, 230, 130, 0.1);
}

.bg-info-transparent {
  background-color: #c7e0fd;
}

.bg-warning-transparent {
  background-color: rgba(255, 162, 43, 0.1);
}

.bg-danger-transparent {
  background-color: rgba(255, 56, 43, 0.1);
}

.bg-pink-transparent {
  background-color: rgba(252, 82, 150, .1);
}

.bg-purple-transparent {
  background-color: rgba(103, 58, 183, 0.1);
}

.bg-orange-transparent {
  background-color: rgba(243, 147, 5, 0.15);
}

.test-img img {
  height         : 40px;
  width          : 40px;
  line-height    : 46px;
  justify-content: center;
  vertical-align : middle;
  position       : absolute;
  left           : 19px;
  right          : 12px;
  top            : 18px;
  text-align     : center;
  bottom         : 0;
}

.bg-dark-transparent {
  background-color: rgba(0, 0, 0, .18);
}

.text-orange {
  color: #FF9800 !important;
}

.text-purple {
  color: #673ab7 !important;
}

.text-pink {
  color: #ef6090 !important;
}

.bg-primary-gradient {
  background: #5e2dd8;
}

.sptb {
  padding-top   : 5rem;
  padding-bottom: 5rem;
}

.sl-wrapper .sl-close {
  z-index: 99999999;
}

.sl-wrapper .sl-counter {
  z-index: 99999999;
}

.animated {
  -webkit-animation-duration : 1s;
  animation-duration         : 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode        : both;
}


@keyframes fadeInUp {
  0% {
    opacity          : 0;
    -webkit-transform: translateY(20px);
    -ms-transform    : translateY(20px);
    transform        : translateY(20px);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateY(0);
    -ms-transform    : translateY(0);
    transform        : translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name        : fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity          : 0;
    -webkit-transform: translateX(-20px);
    transform        : translateX(-20px);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity          : 0;
    -webkit-transform: translateX(-20px);
    -ms-transform    : translateX(-20px);
    transform        : translateX(-20px);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateX(0);
    -ms-transform    : translateX(0);
    transform        : translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name        : fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity          : 0;
    -webkit-transform: translateX(20px);
    transform        : translateX(20px);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateX(0);
    transform        : translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity          : 0;
    -webkit-transform: translateX(20px);
    -ms-transform    : translateX(20px);
    transform        : translateX(20px);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateX(0);
    -ms-transform    : translateX(0);
    transform        : translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name        : fadeInRight;
}

.demo-screen-headline {

  width: 100%;

  position                 : relative;
  background-position      : center;
  background-repeat        : no-repeat;
  background-size          : cover;
}

canvas {
  display       : block;
}

@media (min-width: 1200px) {
  .sticky .container,
  .demo-screen-headline .container {
    max-width: 1200px;
  }
}

.featured-icon {
  height       : 55px;
  width        : 55px;
  border-radius: 26% 74% 73% 27% / 30% 49% 51% 70%;
}

.featured-icon:before {
  content         : "";
  position        : absolute;
  width           : 100%;
  height          : 100%;
  top             : 0;
  border-radius   : 26% 74% 73% 27% / 30% 49% 51% 70%;
  left            : 0;
  background-color: #000;
  z-index         : inherit;
  transform       : rotate(23deg);

}

.ht-46 {
  height: 46px;
}

.wd-46 {
  width: 46px;
}

.feature-icon i {
  font-size: 30px;
  color    : #fff;
}

.feature-icon {
  width        : 75px;
  height       : 75px;
  text-align   : center;
  border-radius: 50%;
  position     : relative;
  left         : 0;
  right        : 0;
  top          : 0;
  text-align   : center;
  line-height  : 94px;
  bottom       : 0;
}

.featured_icon {
  width                : 50px;
  height               : 50px;
  margin               : 0 auto;
  margin-bottom        : 25px;
  border-radius        : 100%;
  color                : #fff;
  font-size            : 30px;
}

.wd-300 {
  width: 300px;
}
.featured_icon.secondary {
  background        : #e82646 !important;
  background        : #5e2dd8;
  -webkit-box-shadow: 0px 14px 18px 0px rgba(5, 195, 251, 0.2);
  box-shadow        : 0px 14px 18px 0px rgba(5, 195, 251, 0.2);
  border            : 6px solid rgba(0, 0, 0, 0.1);
}

.featured_icon.danger {
  background        : linear-gradient(to bottom right, #b51b35 0%, #fd4a68 100%) !important;
  background-image  : linear-gradient(to bottom right, #b51b35 0%, #fd4a68 100%) !important;
  -webkit-box-shadow: 0px 14px 18px 0px rgb(249, 72, 89, .1);
  box-shadow        : 0px 14px 18px 0px rgb(249, 72, 89, .1);
  border            : 6px solid rgba(0, 0, 0, 0.1);
}

.featured_icon.success {
  background-image  : linear-gradient(to bottom right, #1ea38f 0%, #5cf9e2 100%) !important;
  -webkit-box-shadow: 0px 14px 18px 0px rgb(92, 249, 226, .1);
  box-shadow        : 0px 14px 18px 0px rgb(92, 249, 226, .1);
  border            : 6px solid rgba(0, 0, 0, 0.1);
}

.featured_icon.warning {
  background        : #f7ba48 !important;
  -webkit-box-shadow: 0px 14px 18px 0px rgb(247, 186, 72, .2);
  box-shadow        : 0px 14px 18px 0px rgb(247, 186, 72, .2);
  border            : 6px solid rgba(0, 0, 0, 0.1);
}

.featured_icon.pink {
  background        : #f46ef4 !important;
  -webkit-box-shadow: 0px 14px 18px 0px rgb(244, 110, 244, .2);
  box-shadow        : 0px 14px 18px 0px rgb(244, 110, 244, .2);
  border            : 6px solid rgba(0, 0, 0, 0.1);
}

.bg-primary-gradiant {
  background: linear-gradient(-38deg, #7a71e9 0%, #5e2dd8 100%);
}

.bg-pink-gradiant {
  background: linear-gradient(-38deg, #ff7a8b 0%, #fd6074 100%);
}

.bg-success-gradiant {
  background: linear-gradient(-38deg, #2ad87f 0%, #1daf23 100%);
}

.bg-warning-gradiant {
  background: linear-gradient(-38deg, #f5ba64 0%, #f59404 100%);
}

.owl-carousel.gallery .item {
  -ms-touch-action   : pan-y;
  touch-action       : pan-y;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  background         : #fff;
  padding            : 0px;
  border-radius      : 6px;
  border             : 1px solid #e6ecfb;
  box-shadow         : 0 0.15rem 1.75rem 0 rgba(196, 205, 224, .2);
}

@media (min-width: 992px) {
  .spacing-top {
    padding-top: 50px;
  }

  .main-demo-1.demo-screen-headline .spacing-top {
    padding-bottom: 0;
  }
}

.bg-pages .card {
  border-radius: 5px;
  border       : 0 !important;
}

.bg-pages .feature-icon {
  width        : 55px;
  height       : 55px;
  text-align   : center;
  border-radius: 50%;
  position     : relative;
  left         : 0;
  right        : 0;
  top          : 0;
  text-align   : center;
  line-height  : 0;
  padding      : 15px;
  bottom       : 0;
}

.bg-pages .feature-icon i {
  font-size: 25px;
}


.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.floating {
  animation-name           : floating;
  animation-duration       : 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left              : 30px;
  margin-top               : 5px;
}

@keyframes floating1 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform   : rotateX(0deg) translateY(-20px);
    -ms-transform    : rotateX(0deg) translateY(-20px);
    -o-transform     : rotateX(0deg) translateY(-20px);
    transform        : rotateX(0deg) translateY(-20px)
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }
}

@-webkit-keyframes floating1 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform   : rotateX(0deg) translateY(-20px);
    -ms-transform    : rotateX(0deg) translateY(-20px);
    -o-transform     : rotateX(0deg) translateY(-20px);
    transform        : rotateX(0deg) translateY(-20px)
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }
}

@keyframes floating2 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    -moz-transform   : rotateX(0deg) translateY(15px);
    -ms-transform    : rotateX(0deg) translateY(15px);
    -o-transform     : rotateX(0deg) translateY(15px);
    transform        : rotateX(0deg) translateY(15px)
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }
}

@-webkit-keyframes floating2 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    -moz-transform   : rotateX(0deg) translateY(15px);
    -ms-transform    : rotateX(0deg) translateY(15px);
    -o-transform     : rotateX(0deg) translateY(15px);
    transform        : rotateX(0deg) translateY(15px)
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform   : rotateX(0deg) translateY(0px);
    -ms-transform    : rotateX(0deg) translateY(0px);
    -o-transform     : rotateX(0deg) translateY(0px);
    transform        : rotateX(0deg) translateY(0px)
  }
}

@media (max-width: 480px) {
  .top.sticky {
    top: 0px;
  }
}

#back-to-top {
  background           : #5e2dd8;
  color                : #fff;
  position             : fixed;
  bottom               : 20px;
  right                : 20px;
  z-index              : 99;
  display              : none;
  text-align           : center;
  border-radius        : 10px;
  -moz-border-radius   : 10px;
  -webkit-border-radius: 10px;
  -o-border-radius     : 10px;
  z-index              : 10000;
  height               : 50px;
  width                : 50px;
  line-height          : 51px;
  background-repeat    : no-repeat;
  background-position  : center;
  transition           : background-color 0.1s linear;
  -moz-transition      : background-color 0.1s linear;
  -webkit-transition   : background-color 0.1s linear;
  -o-transition        : background-color 0.1s linear;
}

#back-to-top i {
  color: #fff;
}

#back-to-top:hover {
  background: #fff;
  color     : #5e2dd8;
  fill      : #5e2dd8;
  border    : 2px solid #5e2dd8;
}

@media (min-width: 1200px) {
  .demo-screen .container {
    max-width: 1300px;
  }
}

.owl-carousel:hover .owl-nav button:focus {
  outline: 0;
}

.fs-25 {
  font-size: 25px;
}

.sticky-pin .logo {
  display: none;
}

.sticky-pin .logo-2 {
  display: block;
  margin : 0 auto;
}

.top.sticky-pin .nav li a.active {
  color     : #6045c8;
  background: transparent !important;
}

.top.sticky-pin .nav li a {
  color: #000;
}

.tabs-menu ul.eductaional-tabs li .active {
  background: #5e2dd8 !important;
  color     : #fff !important;
}

.tabs-menu ul.eductaional-tabs li a {
  padding      : 10px 20px 11px 20px !important;
  border-radius: 5px !important;
  margin       : 10px !important;
  display      : block !important;
  color        : #0d0c22 !important;
  transition   : all ease 0.3s;
}

.tabs-menu ul.eductaional-tabs li a.btn-rtl {
  border    : 1px solid #f1f4fb;
  background: #f1f4fb !important;
}

.tabs-menu ul.eductaional-tabs li a.btn-rtl.active {
  background: #5e2dd8 !important;
  color     : #fff !important;
}

.eductaional-tabs.nav {
  display        : flex;
  justify-content: center;
  flex-direction : row;
  margin-bottom  : 4rem;
}

.tooltip-inner {
  border-radius: 5px;
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}


@keyframes animate {
  0% {
    transform    : translateY(0) rotate(0deg);
    opacity      : 1;
    border-radius: 0;
  }

  100% {
    transform    : translateY(-1000px) rotate(720deg);
    opacity      : 0;
    border-radius: 3px;
  }
}

.carousel-indicators {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .demo-screen-headline img.logo {
    transform: translateX(0px);
  }
}

#home .owl-carousel .owl-stage-outer {
  z-index: 9;
}

#benfits .card p {
  text-align: left;
}

#faqs .card:hover {
  box-shadow: none;
}

#faqs .card-header {
  background      : none;
  padding         : 1.5rem 1.5rem;
  display         : flex;
  align-items     : center;
  margin-bottom   : 0;
  background-color: transparent;
  letter-spacing  : 0.2px;
  width           : 100% !important;
  height          : 100% !important;
}

#faqs .card-title {
  font-size    : 0.9rem;
  font-weight  : 500;
  margin-bottom: 1.5rem;
}

#faqs .card-options a:not(.btn) {
  margin-left: 0.5rem;
  color      : #76839a;
  display    : inline-block;
  min-width  : 1rem;
}

#faqs .card-collapsed> :not(.card-header):not(.card-status) {
  display: none;
}

#faqs .card-header a:hover {
  color: #000;
}

#faqs .card .card-body {
  padding   : 3.5rem 3.5rem 1.5rem 3.5rem;
  transition: 0.3s ease all;
}

#faqs .card .card-header {
  transition: 0.3s ease all;
}

#faqs i {
  transform : rotate(180deg);
  transition: all 0.3s;
}

#faqs .card {
  padding   : 1rem;
  transition: 0.3s ease all;
}

@media screen and (min-width:768px) {
  .circles li:nth-child(6) {
    display: none;
  }

  .circles li:nth-child(7) {
    display: none;
  }

  .circles li:nth-child(8) {
    display: none;
  }

  .circles li:nth-child(9) {
    display: none;
  }

  .circles li:nth-child(10) {
    display: none;
  }
}

.main-features p {
  color      : #76839a;
  font-size  : 12px;
  font-size  : 16px;
  line-height: 1.5;
  padding    : 0;
}

.main-features h4 {
  font-size    : 1.15rem;
  margin-bottom: .5rem;
}

.main-features {
  display       : flex !important;
  flex-direction: row;
}

.main-features .bg-img {
  margin-right: 1rem
}

.card.features.main-features {
  border    : 1px solid transparent !important;
  box-shadow: none !important;
  transition: all ease 0.3s !important;
}

.features.main-features.card:focus-visible {
  outline: 0;
}

#features .col-lg-4:focus-visible {
  outline: 0 !important;
}

.features.main-features-1.card:hover {
  border: 1px solid #fc573b !important;
}

.features.main-features-2.card:hover {
  border: 1px solid #26c6da !important;
}

.features.main-features-3.card:hover {
  border: 1px solid #be63f9 !important;
}

.features.main-features-4.card:hover {
  border: 1px solid #26c6da !important;
}

.features.main-features-5.card:hover {
  border: 1px solid #be63f9 !important;
}

.features.main-features-6.card:hover {
  border: 1px solid #fc573b !important;
}

.features.main-features-7.card:hover {
  border: 1px solid #26c6da !important;
}

.features.main-features-8.card:hover {
  border: 1px solid #ffd200 !important;
}

.features.main-features-9.card:hover {
  border: 1px solid #be63f9 !important;
}

.features.main-features-10.card:hover {
  border: 1px solid #fc573b !important;
}

.features.main-features-11.card:hover {
  border: 1px solid #ffd200 !important;
}

.features.main-features-12.card:hover {
  border: 1px solid #fc573b !important;
}

#features h1 {
  font-size    : 26px !important;
  font-weight  : 500;
  color        : #0d0c22;
  font-size    : 38px;
  margin       : 0;
  margin-bottom: 5px;
  text-align   : center;
}

#faqs.demo-screen-demo #grid p {
  margin-top : 0;
  font-size  : 14px;
  line-height: inherit;
  font-family: inherit;
  text-align : left;
}

.btn-orange {
  color           : #fff;
  background-color: #fc7303;
  border-color    : #fc7303;
}

.btn-orange:hover {
  color           : #fff;
  background-color: #fd811e;
  border-color    : #fc7a12;
}

.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color           : #fff;
  background-color: #fc7303;
  border-color    : #fc7303;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #fc7a12;
  border-color    : #fc7305;
}

.show>.btn-orange.dropdown-toggle {
  color           : #fff;
  background-color: #fc7a12;
  border-color    : #fc7305;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.show>.btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

#dependencies .web-images a.btn {
  border-radius: 50px;
  margin-right : 10px;
}

.landing-top-header .item img {
  border-radius: 10px 10px 0 0;
  box-shadow   : 0px 4px 16px rgba(0, 0, 0, 0.6);
}

.header-nav-right {
  margin-top: 4px;
}

@media screen and (max-width:768px) {
  .owl-item {
    margin-right: 30px;
  }
}

@media screen and (max-width:575px) {
  #benfits .featured_icon {
    margin: 0;
  }
}

.footer {
  background: transparent;
  font-size : 1rem;
  padding   : 0 1.25rem 30px 1.25rem;
}

.demo-screen-footer h1 img {
  height: 2.5rem;
}

.main-demo-1.demo-screen-headline h1 {
  font-size: 37px;
}

.landing-top-header .main-demo-1.demo-screen-headline .item img {
  border-radius: 20px 20px;
  box-shadow   : 0px 4px 16px rgb(0 0 0 / 60%);
}

.screens-main:hover img {
  transition: 0.3s ease all;
  transform : scale(0.98) translateY(7px);
}

.landing-top-header .owl-carousel .owl-stage-outer {
  border-radius: 10px 10px 0 0;
}

.bg-lt-gray {
  background-color: #ebedf3 !important;
}

#benfits .featured_icon svg {
  width : 30px;
  height: 30px;
  margin: 0 auto;
}

.bg-pink {
  color           : #fff;
  background-color: #e83e8c;
}

.bottom-footer-shape {
  bottom        : -2px;
  position      : absolute;
  pointer-events: none;
  right         : 0;
  left          : 0;
  width         : 100%;
  color         : #f1f4fb !important;
}

.shape svg {
  transform       : scale(2);
  width           : 100%;
  height          : auto;
  transform-origin: top center;
}

.animation-zidex.fadeInLeft {
  z-index: 10;
}

.bg-white {
  background-color: #fff;
}

.btn.btn-min {
  min-width    : 9.9rem;
  padding      : 11px 22px !important;
  border-radius: 5px !important;
}

.web-images {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.web-images .badge.theme {
  padding        : 9px 12px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin-right   : 5px;
}

.btn {
  transition: all ease 0.3s;
}

.video-img {
  position: relative;
}

.video {
  display    : flex;
  align-items: center;
}

.video-img-container img {
  width        : 70%;
  border-radius: 10px;
}

@media (max-width:767.98px) {
  .video-img-container img {
    width        : 100%;
    border-radius: 10px;
  }
}

.play-icon {
  position  : absolute;
  right     : 0;
  left      : 0;
  top       : 50%;
  left      : 50%;
  transform : translateY(-50%) translateX(-50%);
  text-align: center;
  z-index   : 3;
}

.play-btn {
  height       : 78px;
  width        : 78px;
  font-size    : 30px;
  line-height  : 76px;
  border-radius: 50%;
  display      : inline-block;
  color        : #ffffff;
}

.play-icon i {
  -webkit-text-stroke    : 2px #ffffff;
  -webkit-text-fill-color: transparent;
  transition             : all ease 0.2s;
}

i.mdi.rounded-circle.bg-white {
  background-color: rgba(0, 0, 0, 0.37) !important;
}

.play-icon i {
  height                 : 60px;
  -webkit-text-stroke    : 1px #ffffff;
  -webkit-text-fill-color: transparent;
  width                  : 60px;
  font-size              : 23px;
  line-height            : 60px;
  transition             : all ease 0.3s;
  display                : inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke    : 1px #d43f8d;
  -webkit-text-fill-color: #d43f8d;
}

.img-container-main {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.img-container-main img {
  z-index: 1;
}

@media screen and (max-width:767px) {
  .main-banner {
    display: none;
  }

  .web-images {
    display: inline;
  }

  .tobii iframe {
    width : 100% !important;
    height: 100% !important;
  }

  .web-images .badge {
    margin-left : 15px;
    margin-right: 15px !important;
  }

  #benfits.demo-screen-demo .featured_icon {
    margin-bottom: 35px !important;
  }

  #benfits {
    text-align: center;
  }
}

.font-weight-semibold {
  font-weight: 500;
}

@media(max-width:767.98px) {
  .video-img-container iframe {
    height: 300px;
  }
}

@media(min-width:768px) {
  .video-img-container iframe {
    height: 315px;
  }
}

.video-img-container iframe {
  border-radius: 5px;
  width        : 100%;
}

.code-quality {
  background-color: rgb(231 229 245);
}

@media screen and (max-width:767px) {
  .demo-screen-footer .btn,
  .demo-screen-footer .sp-container button,
  .sp-container .demo-screen-footer button {
    margin-bottom    : 15px;
  }
}
.web-images img {
  transform: translateX(0px);
  opacity: 0.8;
  border-radius: 10px;
  border: 5px solid #5e2dd8;
}
#benfits.demo-screen-demo .featured_icon.feature-1 {
  fill: #5e2dd8;
  border: 1px solid #5e2dd8;
}
#benfits.demo-screen-demo .featured_icon.feature-4 {
  fill: #f9c84d;
  border: 1px solid #f9c84d;
}
#benfits.demo-screen-demo .featured_icon.feature-3 {
  fill: #2dbd8c;
  border: 1px solid #2dbd8c;
}
#benfits.demo-screen-demo .featured_icon.feature-6 {
  fill: #e82646;
  border: 1px solid #e82646;
}