@charset "UTF-8";
/* line 5, ../scss/_custom-variables.scss */
.font-family-serif {
  font-family: "Bellefair", "Liberation Mono", monospace;
}

/* line 11, ../scss/_custom-variables.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 12, ../scss/_custom-variables.scss */
.font-weight-medium {
  font-weight: 600 !important;
}

/* line 42, ../scss/_custom-variables.scss */
.opacity-10 {
  opacity: .9;
}

/* line 43, ../scss/_custom-variables.scss */
.opacity-20 {
  opacity: .8;
}

/* line 44, ../scss/_custom-variables.scss */
.opacity-30 {
  opacity: .7;
}

/* line 45, ../scss/_custom-variables.scss */
.opacity-40 {
  opacity: .6;
}

/* line 46, ../scss/_custom-variables.scss */
.opacity-50 {
  opacity: .5;
}

/* line 47, ../scss/_custom-variables.scss */
.opacity-60 {
  opacity: .4;
}

/* line 48, ../scss/_custom-variables.scss */
.opacity-70 {
  opacity: .3;
}

/* line 49, ../scss/_custom-variables.scss */
.opacity-80 {
  opacity: .2;
}

/* line 50, ../scss/_custom-variables.scss */
.opacity-90 {
  opacity: .1;
}

/* line 51, ../scss/_custom-variables.scss */
.opacity-100 {
  opacity: 1;
}

/* line 54, ../scss/_custom-variables.scss */
.overflow-y-hidden {
  overflow-y: hidden;
}

/* line 55, ../scss/_custom-variables.scss */
.z-index--1 {
  z-index: -1 !important;
}

/* line 56, ../scss/_custom-variables.scss */
.z-index-1 {
  z-index: 1;
}

/* line 57, ../scss/_custom-variables.scss */
.z-index-2 {
  z-index: 2;
}

/* line 58, ../scss/_custom-variables.scss */
.w-container {
  width: calc(100% - 30px);
  position: relative;
  left: -15px;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, ../scss/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --Thunder: #231f20;
  --MineShaftDark: #232323;
  --MineShaftLight: #2d2d2d;
  --Tundora: #414141;
  --DoveGray: #575656;
  --Gray: #888888;
  --Gray-lightess: #666565;
  --GrayIcon: #494949;
  --EarlsGreen: #c1d142;
  --PurpleStart: #7301ae;
  --PurpleEnd: #9001aa;
  --White: #ffffff;
  --WhiteFooter: #e5e4e4;
  --TorchRed: #fa0e2f;
  --Transparent: rgba(255, 255, 255, 0);
  --Bayofmany: #26347b;
  --Orange: #dc532f;
  --Gallery: #eeeeee;
  --GrayText: #4e4e50;
  --White-60: rgba(255, 255, 255, 0.4);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Montserrat", "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;
}

/* line 21, ../scss/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, ../scss/bootstrap/_reboot.scss */
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;
}
/* line 45, ../scss/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, ../scss/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, ../scss/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, ../scss/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, ../scss/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, ../scss/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, ../scss/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, ../scss/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, ../scss/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, ../scss/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, ../scss/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, ../scss/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, ../scss/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, ../scss/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, ../scss/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, ../scss/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, ../scss/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, ../scss/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, ../scss/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, ../scss/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, ../scss/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
/* line 225, ../scss/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, ../scss/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, ../scss/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, ../scss/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, ../scss/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, ../scss/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 286, ../scss/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 290, ../scss/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 298, ../scss/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 309, ../scss/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 318, ../scss/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 326, ../scss/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, ../scss/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, ../scss/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, ../scss/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, ../scss/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, ../scss/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, ../scss/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, ../scss/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, ../scss/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, ../scss/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, ../scss/bootstrap/_reboot.scss */
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;
}

/* line 423, ../scss/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, ../scss/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, ../scss/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, ../scss/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, ../scss/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, ../scss/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, ../scss/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, ../scss/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, ../scss/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../scss/bootstrap/_type.scss */
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;
}

/* line 16, ../scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.1875rem;
}

/* line 17, ../scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 18, ../scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.53125rem;
}

/* line 19, ../scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.3125rem;
}

/* line 20, ../scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.09375rem;
}

/* line 21, ../scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 23, ../scss/bootstrap/_type.scss */
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

/* line 29, ../scss/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../scss/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../scss/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../scss/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../scss/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../scss/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 500;
}

/* line 73, ../scss/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../scss/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, ../scss/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../scss/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

/* line 117, ../scss/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, ../scss/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, ../scss/bootstrap/_images.scss */
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header {
  max-width: 100%;
  height: auto;
}

/* line 14, ../scss/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../scss/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../scss/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../scss/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../scss/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../scss/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 16, ../scss/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 22, ../scss/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 30, ../scss/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 39, ../scss/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 45, ../scss/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 53, ../scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../scss/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../scss/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../scss/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, ../scss/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, ../scss/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../scss/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 32, ../scss/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 32, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 51, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 32, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 51, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 32, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 51, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, ../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 51, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 54, ../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 5, ../scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, ../scss/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, ../scss/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, ../scss/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 27, ../scss/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, ../scss/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, ../scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 52, ../scss/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 58, ../scss/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 66, ../scss/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 79, ../scss/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Thunder,
.table-Thunder > th,
.table-Thunder > td {
  background-color: #c1c0c1;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Thunder:hover {
  background-color: #b4b3b4;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Thunder:hover > td,
.table-hover .table-Thunder:hover > th {
  background-color: #b4b3b4;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-MineShaftDark,
.table-MineShaftDark > th,
.table-MineShaftDark > td {
  background-color: #c1c1c1;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-MineShaftDark:hover {
  background-color: #b4b4b4;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-MineShaftDark:hover > td,
.table-hover .table-MineShaftDark:hover > th {
  background-color: #b4b4b4;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-MineShaftLight,
.table-MineShaftLight > th,
.table-MineShaftLight > td {
  background-color: #c4c4c4;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-MineShaftLight:hover {
  background-color: #b7b7b7;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-MineShaftLight:hover > td,
.table-hover .table-MineShaftLight:hover > th {
  background-color: #b7b7b7;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Tundora,
.table-Tundora > th,
.table-Tundora > td {
  background-color: #cacaca;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Tundora:hover {
  background-color: #bdbdbd;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Tundora:hover > td,
.table-hover .table-Tundora:hover > th {
  background-color: #bdbdbd;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-DoveGray,
.table-DoveGray > th,
.table-DoveGray > td {
  background-color: #d0d0d0;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-DoveGray:hover {
  background-color: #c3c3c3;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-DoveGray:hover > td,
.table-hover .table-DoveGray:hover > th {
  background-color: #c3c3c3;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Gray,
.table-Gray > th,
.table-Gray > td {
  background-color: #dedede;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Gray:hover {
  background-color: #d1d1d1;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Gray:hover > td,
.table-hover .table-Gray:hover > th {
  background-color: #d1d1d1;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Gray-lightess,
.table-Gray-lightess > th,
.table-Gray-lightess > td {
  background-color: #d4d4d4;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Gray-lightess:hover {
  background-color: #c7c7c7;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Gray-lightess:hover > td,
.table-hover .table-Gray-lightess:hover > th {
  background-color: #c7c7c7;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-GrayIcon,
.table-GrayIcon > th,
.table-GrayIcon > td {
  background-color: #cccccc;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-GrayIcon:hover {
  background-color: #bfbfbf;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-GrayIcon:hover > td,
.table-hover .table-GrayIcon:hover > th {
  background-color: #bfbfbf;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-EarlsGreen,
.table-EarlsGreen > th,
.table-EarlsGreen > td {
  background-color: #eef2ca;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-EarlsGreen:hover {
  background-color: #e7edb6;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-EarlsGreen:hover > td,
.table-hover .table-EarlsGreen:hover > th {
  background-color: #e7edb6;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-PurpleStart,
.table-PurpleStart > th,
.table-PurpleStart > td {
  background-color: #d8b8e8;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-PurpleStart:hover {
  background-color: #cda5e2;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-PurpleStart:hover > td,
.table-hover .table-PurpleStart:hover > th {
  background-color: #cda5e2;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-PurpleEnd,
.table-PurpleEnd > th,
.table-PurpleEnd > td {
  background-color: #e0b8e7;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-PurpleEnd:hover {
  background-color: #d8a5e1;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-PurpleEnd:hover > td,
.table-hover .table-PurpleEnd:hover > th {
  background-color: #d8a5e1;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-White,
.table-White > th,
.table-White > td {
  background-color: white;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-White:hover {
  background-color: #f2f2f2;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-White:hover > td,
.table-hover .table-White:hover > th {
  background-color: #f2f2f2;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-WhiteFooter,
.table-WhiteFooter > th,
.table-WhiteFooter > td {
  background-color: #f8f7f7;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-WhiteFooter:hover {
  background-color: #ece9e9;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-WhiteFooter:hover > td,
.table-hover .table-WhiteFooter:hover > th {
  background-color: #ece9e9;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-TorchRed,
.table-TorchRed > th,
.table-TorchRed > td {
  background-color: #febcc5;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-TorchRed:hover {
  background-color: #fea3af;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-TorchRed:hover > td,
.table-hover .table-TorchRed:hover > th {
  background-color: #fea3af;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Transparent,
.table-Transparent > th,
.table-Transparent > td {
  background-color: rgba(255, 255, 255, 0.72);
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Transparent:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Transparent:hover > td,
.table-hover .table-Transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Bayofmany,
.table-Bayofmany > th,
.table-Bayofmany > td {
  background-color: #c2c6da;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Bayofmany:hover {
  background-color: #b2b7d0;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Bayofmany:hover > td,
.table-hover .table-Bayofmany:hover > th {
  background-color: #b2b7d0;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Orange,
.table-Orange > th,
.table-Orange > td {
  background-color: #f5cfc5;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Orange:hover {
  background-color: #f1bdaf;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Orange:hover > td,
.table-hover .table-Orange:hover > th {
  background-color: #f1bdaf;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-Gallery,
.table-Gallery > th,
.table-Gallery > td {
  background-color: #fafafa;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-Gallery:hover {
  background-color: #ededed;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-Gallery:hover > td,
.table-hover .table-Gallery:hover > th {
  background-color: #ededed;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-GrayText,
.table-GrayText > th,
.table-GrayText > td {
  background-color: #cdcdce;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-GrayText:hover {
  background-color: #c0c0c1;
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-GrayText:hover > td,
.table-hover .table-GrayText:hover > th {
  background-color: #c0c0c1;
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-White-60,
.table-White-60 > th,
.table-White-60 > td {
  background-color: rgba(255, 255, 255, 0.832);
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-White-60:hover {
  background-color: rgba(242, 242, 242, 0.832);
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-White-60:hover > td,
.table-hover .table-White-60:hover > th {
  background-color: rgba(242, 242, 242, 0.832);
}

/* line 7, ../scss/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, ../scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 117, ../scss/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 125, ../scss/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 133, ../scss/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}
/* line 137, ../scss/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
/* line 143, ../scss/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 148, ../scss/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 173, ../scss/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../scss/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 173, ../scss/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../scss/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 173, ../scss/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../scss/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 173, ../scss/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../scss/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 173, ../scss/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 182, ../scss/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../scss/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}
/* line 31, ../scss/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, ../scss/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 40, ../scss/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 51, ../scss/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../scss/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}
/* line 64, ../scss/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 76, ../scss/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, ../scss/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 97, ../scss/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 104, ../scss/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76563rem;
  line-height: 1.5;
}

/* line 117, ../scss/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 129, ../scss/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../scss/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 153, ../scss/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.64844rem + 2px);
}

/* line 158, ../scss/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 166, ../scss/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.64063rem + 2px);
}

/* line 177, ../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 181, ../scss/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 191, ../scss/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 197, ../scss/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 209, ../scss/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 215, ../scss/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 220, ../scss/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 225, ../scss/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 229, ../scss/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 236, ../scss/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, ../scss/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, ../scss/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 59, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 64, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 78, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 88, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 91, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 96, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 102, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 108, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 119, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 122, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 131, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, ../scss/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, ../scss/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 59, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 64, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 78, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 88, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 91, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 96, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 102, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 108, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 119, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 122, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 131, ../scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 264, ../scss/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 272, ../scss/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 278, ../scss/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 286, ../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 295, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 302, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 306, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 313, ../scss/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 320, ../scss/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 327, ../scss/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 331, ../scss/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../scss/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}
/* line 23, ../scss/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 30, ../scss/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 37, ../scss/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 41, ../scss/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

/* line 53, ../scss/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.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);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.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);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Thunder {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Thunder:hover {
  color: #fff;
  background-color: #0f0d0d;
  border-color: #080707;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Thunder:focus, .btn-Thunder.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Thunder.disabled, .btn-Thunder:disabled {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Thunder:not(:disabled):not(.disabled):active, .btn-Thunder:not(:disabled):not(.disabled).active, .show > .btn-Thunder.dropdown-toggle {
  color: #fff;
  background-color: #080707;
  border-color: #010101;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Thunder:not(:disabled):not(.disabled):active:focus, .btn-Thunder:not(:disabled):not(.disabled).active:focus, .show > .btn-Thunder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-MineShaftDark {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-MineShaftDark:hover {
  color: #fff;
  background-color: #101010;
  border-color: #0a0a0a;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftDark:focus, .btn-MineShaftDark.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 35, 35, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftDark.disabled, .btn-MineShaftDark:disabled {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftDark:not(:disabled):not(.disabled):active, .btn-MineShaftDark:not(:disabled):not(.disabled).active, .show > .btn-MineShaftDark.dropdown-toggle {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #030303;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftDark:not(:disabled):not(.disabled):active:focus, .btn-MineShaftDark:not(:disabled):not(.disabled).active:focus, .show > .btn-MineShaftDark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 35, 35, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-MineShaftLight {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-MineShaftLight:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftLight:focus, .btn-MineShaftLight.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftLight.disabled, .btn-MineShaftLight:disabled {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftLight:not(:disabled):not(.disabled):active, .btn-MineShaftLight:not(:disabled):not(.disabled).active, .show > .btn-MineShaftLight.dropdown-toggle {
  color: #fff;
  background-color: #141414;
  border-color: #0d0d0d;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-MineShaftLight:not(:disabled):not(.disabled):active:focus, .btn-MineShaftLight:not(:disabled):not(.disabled).active:focus, .show > .btn-MineShaftLight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Tundora {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Tundora:hover {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #282828;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Tundora:focus, .btn-Tundora.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Tundora.disabled, .btn-Tundora:disabled {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Tundora:not(:disabled):not(.disabled):active, .btn-Tundora:not(:disabled):not(.disabled).active, .show > .btn-Tundora.dropdown-toggle {
  color: #fff;
  background-color: #282828;
  border-color: #212121;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Tundora:not(:disabled):not(.disabled):active:focus, .btn-Tundora:not(:disabled):not(.disabled).active:focus, .show > .btn-Tundora.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-DoveGray {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-DoveGray:hover {
  color: #fff;
  background-color: #444343;
  border-color: #3d3d3d;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-DoveGray:focus, .btn-DoveGray.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-DoveGray.disabled, .btn-DoveGray:disabled {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-DoveGray:not(:disabled):not(.disabled):active, .btn-DoveGray:not(:disabled):not(.disabled).active, .show > .btn-DoveGray.dropdown-toggle {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #373636;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-DoveGray:not(:disabled):not(.disabled):active:focus, .btn-DoveGray:not(:disabled):not(.disabled).active:focus, .show > .btn-DoveGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Gray {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Gray:hover {
  color: #fff;
  background-color: #757575;
  border-color: #6f6f6f;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray:focus, .btn-Gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray.disabled, .btn-Gray:disabled {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray:not(:disabled):not(.disabled):active, .btn-Gray:not(:disabled):not(.disabled).active, .show > .btn-Gray.dropdown-toggle {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #686868;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray:not(:disabled):not(.disabled):active:focus, .btn-Gray:not(:disabled):not(.disabled).active:focus, .show > .btn-Gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Gray-lightess {
  color: #fff;
  background-color: #666565;
  border-color: #666565;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Gray-lightess:hover {
  color: #fff;
  background-color: #535252;
  border-color: #4c4c4c;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray-lightess:focus, .btn-Gray-lightess.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 101, 101, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray-lightess.disabled, .btn-Gray-lightess:disabled {
  color: #fff;
  background-color: #666565;
  border-color: #666565;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray-lightess:not(:disabled):not(.disabled):active, .btn-Gray-lightess:not(:disabled):not(.disabled).active, .show > .btn-Gray-lightess.dropdown-toggle {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464545;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gray-lightess:not(:disabled):not(.disabled):active:focus, .btn-Gray-lightess:not(:disabled):not(.disabled).active:focus, .show > .btn-Gray-lightess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 101, 101, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-GrayIcon {
  color: #fff;
  background-color: #494949;
  border-color: #494949;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-GrayIcon:hover {
  color: #fff;
  background-color: #363636;
  border-color: #303030;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayIcon:focus, .btn-GrayIcon.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 73, 73, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayIcon.disabled, .btn-GrayIcon:disabled {
  color: #fff;
  background-color: #494949;
  border-color: #494949;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayIcon:not(:disabled):not(.disabled):active, .btn-GrayIcon:not(:disabled):not(.disabled).active, .show > .btn-GrayIcon.dropdown-toggle {
  color: #fff;
  background-color: #303030;
  border-color: #292929;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayIcon:not(:disabled):not(.disabled):active:focus, .btn-GrayIcon:not(:disabled):not(.disabled).active:focus, .show > .btn-GrayIcon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 73, 73, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-EarlsGreen {
  color: #212529;
  background-color: #c1d142;
  border-color: #c1d142;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-EarlsGreen:hover {
  color: #212529;
  background-color: #aebe2e;
  border-color: #a5b42c;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-EarlsGreen:focus, .btn-EarlsGreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 209, 66, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-EarlsGreen.disabled, .btn-EarlsGreen:disabled {
  color: #212529;
  background-color: #c1d142;
  border-color: #c1d142;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-EarlsGreen:not(:disabled):not(.disabled):active, .btn-EarlsGreen:not(:disabled):not(.disabled).active, .show > .btn-EarlsGreen.dropdown-toggle {
  color: #212529;
  background-color: #a5b42c;
  border-color: #9caa29;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-EarlsGreen:not(:disabled):not(.disabled):active:focus, .btn-EarlsGreen:not(:disabled):not(.disabled).active:focus, .show > .btn-EarlsGreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 209, 66, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-PurpleStart {
  color: #fff;
  background-color: #7301ae;
  border-color: #7301ae;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-PurpleStart:hover {
  color: #fff;
  background-color: #5a0188;
  border-color: #51017b;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleStart:focus, .btn-PurpleStart.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 1, 174, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleStart.disabled, .btn-PurpleStart:disabled {
  color: #fff;
  background-color: #7301ae;
  border-color: #7301ae;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleStart:not(:disabled):not(.disabled):active, .btn-PurpleStart:not(:disabled):not(.disabled).active, .show > .btn-PurpleStart.dropdown-toggle {
  color: #fff;
  background-color: #51017b;
  border-color: #49016f;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleStart:not(:disabled):not(.disabled):active:focus, .btn-PurpleStart:not(:disabled):not(.disabled).active:focus, .show > .btn-PurpleStart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 1, 174, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-PurpleEnd {
  color: #fff;
  background-color: #9001aa;
  border-color: #9001aa;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-PurpleEnd:hover {
  color: #fff;
  background-color: #700184;
  border-color: #650177;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleEnd:focus, .btn-PurpleEnd.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 1, 170, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleEnd.disabled, .btn-PurpleEnd:disabled {
  color: #fff;
  background-color: #9001aa;
  border-color: #9001aa;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleEnd:not(:disabled):not(.disabled):active, .btn-PurpleEnd:not(:disabled):not(.disabled).active, .show > .btn-PurpleEnd.dropdown-toggle {
  color: #fff;
  background-color: #650177;
  border-color: #5a016b;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-PurpleEnd:not(:disabled):not(.disabled):active:focus, .btn-PurpleEnd:not(:disabled):not(.disabled).active:focus, .show > .btn-PurpleEnd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 1, 170, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-White {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-White:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White:focus, .btn-White.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White.disabled, .btn-White:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White:not(:disabled):not(.disabled):active, .btn-White:not(:disabled):not(.disabled).active, .show > .btn-White.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White:not(:disabled):not(.disabled):active:focus, .btn-White:not(:disabled):not(.disabled).active:focus, .show > .btn-White.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-WhiteFooter {
  color: #212529;
  background-color: #e5e4e4;
  border-color: #e5e4e4;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-WhiteFooter:hover {
  color: #212529;
  background-color: #d2d1d1;
  border-color: #cccaca;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-WhiteFooter:focus, .btn-WhiteFooter.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 228, 228, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-WhiteFooter.disabled, .btn-WhiteFooter:disabled {
  color: #212529;
  background-color: #e5e4e4;
  border-color: #e5e4e4;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-WhiteFooter:not(:disabled):not(.disabled):active, .btn-WhiteFooter:not(:disabled):not(.disabled).active, .show > .btn-WhiteFooter.dropdown-toggle {
  color: #212529;
  background-color: #cccaca;
  border-color: #c6c4c4;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-WhiteFooter:not(:disabled):not(.disabled):active:focus, .btn-WhiteFooter:not(:disabled):not(.disabled).active:focus, .show > .btn-WhiteFooter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 228, 228, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-TorchRed {
  color: #fff;
  background-color: #fa0e2f;
  border-color: #fa0e2f;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-TorchRed:hover {
  color: #fff;
  background-color: #dd0523;
  border-color: #d10421;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-TorchRed:focus, .btn-TorchRed.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 14, 47, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-TorchRed.disabled, .btn-TorchRed:disabled {
  color: #fff;
  background-color: #fa0e2f;
  border-color: #fa0e2f;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-TorchRed:not(:disabled):not(.disabled):active, .btn-TorchRed:not(:disabled):not(.disabled).active, .show > .btn-TorchRed.dropdown-toggle {
  color: #fff;
  background-color: #d10421;
  border-color: #c4041f;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-TorchRed:not(:disabled):not(.disabled):active:focus, .btn-TorchRed:not(:disabled):not(.disabled).active:focus, .show > .btn-TorchRed.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 14, 47, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Transparent:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0);
  border-color: rgba(230, 230, 230, 0);
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Transparent:focus, .btn-Transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Transparent.disabled, .btn-Transparent:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Transparent:not(:disabled):not(.disabled):active, .btn-Transparent:not(:disabled):not(.disabled).active, .show > .btn-Transparent.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0);
  border-color: rgba(223, 223, 223, 0);
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Transparent:not(:disabled):not(.disabled):active:focus, .btn-Transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-Transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Bayofmany {
  color: #fff;
  background-color: #26347b;
  border-color: #26347b;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Bayofmany:hover {
  color: #fff;
  background-color: #1d285e;
  border-color: #1a2454;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Bayofmany:focus, .btn-Bayofmany.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 52, 123, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Bayofmany.disabled, .btn-Bayofmany:disabled {
  color: #fff;
  background-color: #26347b;
  border-color: #26347b;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Bayofmany:not(:disabled):not(.disabled):active, .btn-Bayofmany:not(:disabled):not(.disabled).active, .show > .btn-Bayofmany.dropdown-toggle {
  color: #fff;
  background-color: #1a2454;
  border-color: #171f4a;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Bayofmany:not(:disabled):not(.disabled):active:focus, .btn-Bayofmany:not(:disabled):not(.disabled).active:focus, .show > .btn-Bayofmany.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 52, 123, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Orange {
  color: #fff;
  background-color: #dc532f;
  border-color: #dc532f;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Orange:hover {
  color: #fff;
  background-color: #c44321;
  border-color: #b93f1f;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Orange:focus, .btn-Orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 83, 47, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Orange.disabled, .btn-Orange:disabled {
  color: #fff;
  background-color: #dc532f;
  border-color: #dc532f;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Orange:not(:disabled):not(.disabled):active, .btn-Orange:not(:disabled):not(.disabled).active, .show > .btn-Orange.dropdown-toggle {
  color: #fff;
  background-color: #b93f1f;
  border-color: #ae3b1d;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Orange:not(:disabled):not(.disabled):active:focus, .btn-Orange:not(:disabled):not(.disabled).active:focus, .show > .btn-Orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 83, 47, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-Gallery {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-Gallery:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gallery:focus, .btn-Gallery.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gallery.disabled, .btn-Gallery:disabled {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gallery:not(:disabled):not(.disabled):active, .btn-Gallery:not(:disabled):not(.disabled).active, .show > .btn-Gallery.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-Gallery:not(:disabled):not(.disabled):active:focus, .btn-Gallery:not(:disabled):not(.disabled).active:focus, .show > .btn-Gallery.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-GrayText {
  color: #fff;
  background-color: #4e4e50;
  border-color: #4e4e50;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-GrayText:hover {
  color: #fff;
  background-color: #3b3b3d;
  border-color: #353536;
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayText:focus, .btn-GrayText.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 80, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayText.disabled, .btn-GrayText:disabled {
  color: #fff;
  background-color: #4e4e50;
  border-color: #4e4e50;
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayText:not(:disabled):not(.disabled):active, .btn-GrayText:not(:disabled):not(.disabled).active, .show > .btn-GrayText.dropdown-toggle {
  color: #fff;
  background-color: #353536;
  border-color: #2f2f30;
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-GrayText:not(:disabled):not(.disabled):active:focus, .btn-GrayText:not(:disabled):not(.disabled).active:focus, .show > .btn-GrayText.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 80, 0.5);
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-White-60 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-White-60:hover {
  color: #212529;
  background-color: rgba(236, 236, 236, 0.4);
  border-color: rgba(230, 230, 230, 0.4);
}
/* line 18, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White-60:focus, .btn-White-60.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White-60.disabled, .btn-White-60:disabled {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 36, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White-60:not(:disabled):not(.disabled):active, .btn-White-60:not(:disabled):not(.disabled).active, .show > .btn-White-60.dropdown-toggle {
  color: #212529;
  background-color: rgba(230, 230, 230, 0.4);
  border-color: rgba(223, 223, 223, 0.4);
}
/* line 46, ../scss/bootstrap/mixins/_buttons.scss */
.btn-White-60:not(:disabled):not(.disabled):active:focus, .btn-White-60:not(:disabled):not(.disabled).active:focus, .show > .btn-White-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.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);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.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);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.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);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.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);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Thunder {
  color: #231f20;
  background-color: transparent;
  background-image: none;
  border-color: #231f20;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Thunder:hover {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Thunder:focus, .btn-outline-Thunder.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Thunder.disabled, .btn-outline-Thunder:disabled {
  color: #231f20;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Thunder:not(:disabled):not(.disabled):active, .btn-outline-Thunder:not(:disabled):not(.disabled).active, .show > .btn-outline-Thunder.dropdown-toggle {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Thunder:not(:disabled):not(.disabled):active:focus, .btn-outline-Thunder:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Thunder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-MineShaftDark {
  color: #232323;
  background-color: transparent;
  background-image: none;
  border-color: #232323;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftDark:hover {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftDark:focus, .btn-outline-MineShaftDark.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 35, 35, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftDark.disabled, .btn-outline-MineShaftDark:disabled {
  color: #232323;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftDark:not(:disabled):not(.disabled):active, .btn-outline-MineShaftDark:not(:disabled):not(.disabled).active, .show > .btn-outline-MineShaftDark.dropdown-toggle {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftDark:not(:disabled):not(.disabled):active:focus, .btn-outline-MineShaftDark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-MineShaftDark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 35, 35, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-MineShaftLight {
  color: #2d2d2d;
  background-color: transparent;
  background-image: none;
  border-color: #2d2d2d;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftLight:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftLight:focus, .btn-outline-MineShaftLight.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftLight.disabled, .btn-outline-MineShaftLight:disabled {
  color: #2d2d2d;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftLight:not(:disabled):not(.disabled):active, .btn-outline-MineShaftLight:not(:disabled):not(.disabled).active, .show > .btn-outline-MineShaftLight.dropdown-toggle {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-MineShaftLight:not(:disabled):not(.disabled):active:focus, .btn-outline-MineShaftLight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-MineShaftLight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Tundora {
  color: #414141;
  background-color: transparent;
  background-image: none;
  border-color: #414141;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Tundora:hover {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Tundora:focus, .btn-outline-Tundora.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Tundora.disabled, .btn-outline-Tundora:disabled {
  color: #414141;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Tundora:not(:disabled):not(.disabled):active, .btn-outline-Tundora:not(:disabled):not(.disabled).active, .show > .btn-outline-Tundora.dropdown-toggle {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Tundora:not(:disabled):not(.disabled):active:focus, .btn-outline-Tundora:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Tundora.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-DoveGray {
  color: #575656;
  background-color: transparent;
  background-image: none;
  border-color: #575656;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-DoveGray:hover {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-DoveGray:focus, .btn-outline-DoveGray.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-DoveGray.disabled, .btn-outline-DoveGray:disabled {
  color: #575656;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-DoveGray:not(:disabled):not(.disabled):active, .btn-outline-DoveGray:not(:disabled):not(.disabled).active, .show > .btn-outline-DoveGray.dropdown-toggle {
  color: #fff;
  background-color: #575656;
  border-color: #575656;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-DoveGray:not(:disabled):not(.disabled):active:focus, .btn-outline-DoveGray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-DoveGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 86, 86, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Gray {
  color: #888888;
  background-color: transparent;
  background-image: none;
  border-color: #888888;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray:hover {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray:focus, .btn-outline-Gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray.disabled, .btn-outline-Gray:disabled {
  color: #888888;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray:not(:disabled):not(.disabled):active, .btn-outline-Gray:not(:disabled):not(.disabled).active, .show > .btn-outline-Gray.dropdown-toggle {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray:not(:disabled):not(.disabled):active:focus, .btn-outline-Gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Gray-lightess {
  color: #666565;
  background-color: transparent;
  background-image: none;
  border-color: #666565;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray-lightess:hover {
  color: #fff;
  background-color: #666565;
  border-color: #666565;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray-lightess:focus, .btn-outline-Gray-lightess.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 101, 101, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray-lightess.disabled, .btn-outline-Gray-lightess:disabled {
  color: #666565;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray-lightess:not(:disabled):not(.disabled):active, .btn-outline-Gray-lightess:not(:disabled):not(.disabled).active, .show > .btn-outline-Gray-lightess.dropdown-toggle {
  color: #fff;
  background-color: #666565;
  border-color: #666565;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gray-lightess:not(:disabled):not(.disabled):active:focus, .btn-outline-Gray-lightess:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Gray-lightess.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 101, 101, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-GrayIcon {
  color: #494949;
  background-color: transparent;
  background-image: none;
  border-color: #494949;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayIcon:hover {
  color: #fff;
  background-color: #494949;
  border-color: #494949;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayIcon:focus, .btn-outline-GrayIcon.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 73, 73, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayIcon.disabled, .btn-outline-GrayIcon:disabled {
  color: #494949;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayIcon:not(:disabled):not(.disabled):active, .btn-outline-GrayIcon:not(:disabled):not(.disabled).active, .show > .btn-outline-GrayIcon.dropdown-toggle {
  color: #fff;
  background-color: #494949;
  border-color: #494949;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayIcon:not(:disabled):not(.disabled):active:focus, .btn-outline-GrayIcon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-GrayIcon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 73, 73, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-EarlsGreen {
  color: #c1d142;
  background-color: transparent;
  background-image: none;
  border-color: #c1d142;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-EarlsGreen:hover {
  color: #212529;
  background-color: #c1d142;
  border-color: #c1d142;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-EarlsGreen:focus, .btn-outline-EarlsGreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 209, 66, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-EarlsGreen.disabled, .btn-outline-EarlsGreen:disabled {
  color: #c1d142;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-EarlsGreen:not(:disabled):not(.disabled):active, .btn-outline-EarlsGreen:not(:disabled):not(.disabled).active, .show > .btn-outline-EarlsGreen.dropdown-toggle {
  color: #212529;
  background-color: #c1d142;
  border-color: #c1d142;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-EarlsGreen:not(:disabled):not(.disabled):active:focus, .btn-outline-EarlsGreen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-EarlsGreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 209, 66, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-PurpleStart {
  color: #7301ae;
  background-color: transparent;
  background-image: none;
  border-color: #7301ae;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleStart:hover {
  color: #fff;
  background-color: #7301ae;
  border-color: #7301ae;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleStart:focus, .btn-outline-PurpleStart.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 1, 174, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleStart.disabled, .btn-outline-PurpleStart:disabled {
  color: #7301ae;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleStart:not(:disabled):not(.disabled):active, .btn-outline-PurpleStart:not(:disabled):not(.disabled).active, .show > .btn-outline-PurpleStart.dropdown-toggle {
  color: #fff;
  background-color: #7301ae;
  border-color: #7301ae;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleStart:not(:disabled):not(.disabled):active:focus, .btn-outline-PurpleStart:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-PurpleStart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 1, 174, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-PurpleEnd {
  color: #9001aa;
  background-color: transparent;
  background-image: none;
  border-color: #9001aa;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleEnd:hover {
  color: #fff;
  background-color: #9001aa;
  border-color: #9001aa;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleEnd:focus, .btn-outline-PurpleEnd.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 1, 170, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleEnd.disabled, .btn-outline-PurpleEnd:disabled {
  color: #9001aa;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleEnd:not(:disabled):not(.disabled):active, .btn-outline-PurpleEnd:not(:disabled):not(.disabled).active, .show > .btn-outline-PurpleEnd.dropdown-toggle {
  color: #fff;
  background-color: #9001aa;
  border-color: #9001aa;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-PurpleEnd:not(:disabled):not(.disabled):active:focus, .btn-outline-PurpleEnd:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-PurpleEnd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 1, 170, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-White {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White:focus, .btn-outline-White.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White.disabled, .btn-outline-White:disabled {
  color: #ffffff;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White:not(:disabled):not(.disabled):active, .btn-outline-White:not(:disabled):not(.disabled).active, .show > .btn-outline-White.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White:not(:disabled):not(.disabled):active:focus, .btn-outline-White:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-White.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-WhiteFooter {
  color: #e5e4e4;
  background-color: transparent;
  background-image: none;
  border-color: #e5e4e4;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-WhiteFooter:hover {
  color: #212529;
  background-color: #e5e4e4;
  border-color: #e5e4e4;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-WhiteFooter:focus, .btn-outline-WhiteFooter.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 228, 228, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-WhiteFooter.disabled, .btn-outline-WhiteFooter:disabled {
  color: #e5e4e4;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-WhiteFooter:not(:disabled):not(.disabled):active, .btn-outline-WhiteFooter:not(:disabled):not(.disabled).active, .show > .btn-outline-WhiteFooter.dropdown-toggle {
  color: #212529;
  background-color: #e5e4e4;
  border-color: #e5e4e4;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-WhiteFooter:not(:disabled):not(.disabled):active:focus, .btn-outline-WhiteFooter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-WhiteFooter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 228, 228, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-TorchRed {
  color: #fa0e2f;
  background-color: transparent;
  background-image: none;
  border-color: #fa0e2f;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-TorchRed:hover {
  color: #fff;
  background-color: #fa0e2f;
  border-color: #fa0e2f;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-TorchRed:focus, .btn-outline-TorchRed.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 14, 47, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-TorchRed.disabled, .btn-outline-TorchRed:disabled {
  color: #fa0e2f;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-TorchRed:not(:disabled):not(.disabled):active, .btn-outline-TorchRed:not(:disabled):not(.disabled).active, .show > .btn-outline-TorchRed.dropdown-toggle {
  color: #fff;
  background-color: #fa0e2f;
  border-color: #fa0e2f;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-TorchRed:not(:disabled):not(.disabled):active:focus, .btn-outline-TorchRed:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-TorchRed.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 14, 47, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Transparent {
  color: rgba(255, 255, 255, 0);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0);
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Transparent:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Transparent:focus, .btn-outline-Transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Transparent.disabled, .btn-outline-Transparent:disabled {
  color: rgba(255, 255, 255, 0);
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Transparent:not(:disabled):not(.disabled):active, .btn-outline-Transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-Transparent.dropdown-toggle {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-Transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Bayofmany {
  color: #26347b;
  background-color: transparent;
  background-image: none;
  border-color: #26347b;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Bayofmany:hover {
  color: #fff;
  background-color: #26347b;
  border-color: #26347b;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Bayofmany:focus, .btn-outline-Bayofmany.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 52, 123, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Bayofmany.disabled, .btn-outline-Bayofmany:disabled {
  color: #26347b;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Bayofmany:not(:disabled):not(.disabled):active, .btn-outline-Bayofmany:not(:disabled):not(.disabled).active, .show > .btn-outline-Bayofmany.dropdown-toggle {
  color: #fff;
  background-color: #26347b;
  border-color: #26347b;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Bayofmany:not(:disabled):not(.disabled):active:focus, .btn-outline-Bayofmany:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Bayofmany.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 52, 123, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Orange {
  color: #dc532f;
  background-color: transparent;
  background-image: none;
  border-color: #dc532f;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Orange:hover {
  color: #fff;
  background-color: #dc532f;
  border-color: #dc532f;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Orange:focus, .btn-outline-Orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 83, 47, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Orange.disabled, .btn-outline-Orange:disabled {
  color: #dc532f;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Orange:not(:disabled):not(.disabled):active, .btn-outline-Orange:not(:disabled):not(.disabled).active, .show > .btn-outline-Orange.dropdown-toggle {
  color: #fff;
  background-color: #dc532f;
  border-color: #dc532f;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Orange:not(:disabled):not(.disabled):active:focus, .btn-outline-Orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 83, 47, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-Gallery {
  color: #eeeeee;
  background-color: transparent;
  background-image: none;
  border-color: #eeeeee;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gallery:hover {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gallery:focus, .btn-outline-Gallery.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gallery.disabled, .btn-outline-Gallery:disabled {
  color: #eeeeee;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gallery:not(:disabled):not(.disabled):active, .btn-outline-Gallery:not(:disabled):not(.disabled).active, .show > .btn-outline-Gallery.dropdown-toggle {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-Gallery:not(:disabled):not(.disabled):active:focus, .btn-outline-Gallery:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-Gallery.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-GrayText {
  color: #4e4e50;
  background-color: transparent;
  background-image: none;
  border-color: #4e4e50;
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayText:hover {
  color: #fff;
  background-color: #4e4e50;
  border-color: #4e4e50;
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayText:focus, .btn-outline-GrayText.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 80, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayText.disabled, .btn-outline-GrayText:disabled {
  color: #4e4e50;
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayText:not(:disabled):not(.disabled):active, .btn-outline-GrayText:not(:disabled):not(.disabled).active, .show > .btn-outline-GrayText.dropdown-toggle {
  color: #fff;
  background-color: #4e4e50;
  border-color: #4e4e50;
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-GrayText:not(:disabled):not(.disabled):active:focus, .btn-outline-GrayText:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-GrayText.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 78, 80, 0.5);
}

/* line 70, ../scss/bootstrap/_buttons.scss */
.btn-outline-White-60 {
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 63, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White-60:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 69, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White-60:focus, .btn-outline-White-60.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* line 74, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White-60.disabled, .btn-outline-White-60:disabled {
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}
/* line 80, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White-60:not(:disabled):not(.disabled):active, .btn-outline-White-60:not(:disabled):not(.disabled).active, .show > .btn-outline-White-60.dropdown-toggle {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
/* line 87, ../scss/bootstrap/mixins/_buttons.scss */
.btn-outline-White-60:not(:disabled):not(.disabled):active:focus, .btn-outline-White-60:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-White-60.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 81, ../scss/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 500;
  color: #007bff;
  background-color: transparent;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 93, ../scss/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 100, ../scss/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 114, ../scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 118, ../scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 127, ../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 132, ../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 141, ../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3, ../scss/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, ../scss/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}
/* line 6, ../scss/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 12, ../scss/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, ../scss/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, ../scss/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../scss/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 30, ../scss/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 62, ../scss/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, ../scss/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 36, ../scss/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, ../scss/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 30, ../scss/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 62, ../scss/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 57, ../scss/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 30, ../scss/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 62, ../scss/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 67, ../scss/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, ../scss/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 30, ../scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 47, ../scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 51, ../scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 62, ../scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 84, ../scss/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, ../scss/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 104, ../scss/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 111, ../scss/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 129, ../scss/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 136, ../scss/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, ../scss/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 152, ../scss/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 162, ../scss/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../scss/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 27, ../scss/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, ../scss/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 41, ../scss/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 52, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, ../scss/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../scss/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 79, ../scss/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
/* line 85, ../scss/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../scss/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../scss/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 122, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 127, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 136, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 141, ../scss/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 161, ../scss/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 165, ../scss/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../scss/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, ../scss/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 25, ../scss/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
/* line 29, ../scss/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 38, ../scss/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 39, ../scss/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 44, ../scss/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 48, ../scss/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 50, ../scss/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 62, ../scss/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 69, ../scss/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 74, ../scss/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 82, ../scss/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 83, ../scss/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 91, ../scss/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 107, ../scss/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, ../scss/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, ../scss/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../scss/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, ../scss/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, ../scss/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, ../scss/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
/* line 33, ../scss/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 38, ../scss/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
/* line 45, ../scss/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 48, ../scss/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, ../scss/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}
/* line 63, ../scss/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
/* line 78, ../scss/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 98, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 103, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 106, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 112, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 116, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 122, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 125, ../scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 136, ../scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 141, ../scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 144, ../scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
/* line 150, ../scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 163, ../scss/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
/* line 181, ../scss/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
/* line 186, ../scss/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 197, ../scss/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 204, ../scss/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 210, ../scss/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 215, ../scss/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.64844rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 222, ../scss/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.64063rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 234, ../scss/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0;
}

/* line 242, ../scss/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 250, ../scss/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 254, ../scss/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
/* line 260, ../scss/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 266, ../scss/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 281, ../scss/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.0625rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 305, ../scss/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
/* line 311, ../scss/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}
/* line 315, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}
/* line 319, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
/* line 329, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 334, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
/* line 339, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 350, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
/* line 359, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 364, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
/* line 369, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 380, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
/* line 389, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 394, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
/* line 399, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
/* line 410, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 415, ../scss/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, ../scss/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../scss/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 23, ../scss/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, ../scss/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 35, ../scss/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, ../scss/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, ../scss/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, ../scss/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 61, ../scss/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../scss/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, ../scss/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, ../scss/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, ../scss/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, ../scss/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, ../scss/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, ../scss/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, ../scss/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, ../scss/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, ../scss/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, ../scss/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../scss/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../scss/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, ../scss/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
/* line 121, ../scss/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, ../scss/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 145, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 147, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 145, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 147, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 145, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 147, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 145, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 145, ../scss/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 147, ../scss/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 158, ../scss/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 161, ../scss/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 165, ../scss/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 172, ../scss/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 177, ../scss/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 184, ../scss/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 208, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 215, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 220, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 228, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 233, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 237, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 239, ../scss/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 251, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 260, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 267, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 272, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 280, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 285, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 289, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 291, ../scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../scss/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 16, ../scss/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, ../scss/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 28, ../scss/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, ../scss/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, ../scss/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, ../scss/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, ../scss/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../scss/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 59, ../scss/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, ../scss/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 74, ../scss/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/* line 79, ../scss/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, ../scss/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, ../scss/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, ../scss/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, ../scss/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, ../scss/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, ../scss/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, ../scss/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, ../scss/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, ../scss/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}
/* line 145, ../scss/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 141, ../scss/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, ../scss/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, ../scss/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}
/* line 177, ../scss/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 171, ../scss/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, ../scss/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, ../scss/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, ../scss/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, ../scss/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, ../scss/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, ../scss/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, ../scss/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, ../scss/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, ../scss/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, ../scss/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, ../scss/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, ../scss/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, ../scss/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, ../scss/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 256, ../scss/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  /* line 265, ../scss/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 278, ../scss/bootstrap/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
/* line 284, ../scss/bootstrap/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
/* line 289, ../scss/bootstrap/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 295, ../scss/bootstrap/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../scss/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, ../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 27, ../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, ../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, ../scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../scss/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../scss/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 17, ../scss/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 25, ../scss/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 32, ../scss/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, ../scss/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 45, ../scss/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 50, ../scss/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 57, ../scss/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../scss/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 18, ../scss/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, ../scss/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, ../scss/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Thunder {
  color: #fff;
  background-color: #231f20;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Thunder[href]:hover, .badge-Thunder[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #080707;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-MineShaftDark {
  color: #fff;
  background-color: #232323;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-MineShaftDark[href]:hover, .badge-MineShaftDark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a0a0a;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-MineShaftLight {
  color: #fff;
  background-color: #2d2d2d;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-MineShaftLight[href]:hover, .badge-MineShaftLight[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #141414;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Tundora {
  color: #fff;
  background-color: #414141;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Tundora[href]:hover, .badge-Tundora[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #282828;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-DoveGray {
  color: #fff;
  background-color: #575656;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-DoveGray[href]:hover, .badge-DoveGray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3d3d3d;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Gray {
  color: #fff;
  background-color: #888888;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Gray[href]:hover, .badge-Gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6f6f6f;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Gray-lightess {
  color: #fff;
  background-color: #666565;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Gray-lightess[href]:hover, .badge-Gray-lightess[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4c4c4c;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-GrayIcon {
  color: #fff;
  background-color: #494949;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-GrayIcon[href]:hover, .badge-GrayIcon[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #303030;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-EarlsGreen {
  color: #212529;
  background-color: #c1d142;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-EarlsGreen[href]:hover, .badge-EarlsGreen[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #a5b42c;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-PurpleStart {
  color: #fff;
  background-color: #7301ae;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-PurpleStart[href]:hover, .badge-PurpleStart[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #51017b;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-PurpleEnd {
  color: #fff;
  background-color: #9001aa;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-PurpleEnd[href]:hover, .badge-PurpleEnd[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #650177;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-White {
  color: #212529;
  background-color: #ffffff;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-White[href]:hover, .badge-White[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-WhiteFooter {
  color: #212529;
  background-color: #e5e4e4;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-WhiteFooter[href]:hover, .badge-WhiteFooter[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cccaca;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-TorchRed {
  color: #fff;
  background-color: #fa0e2f;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-TorchRed[href]:hover, .badge-TorchRed[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d10421;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Transparent[href]:hover, .badge-Transparent[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgba(230, 230, 230, 0);
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Bayofmany {
  color: #fff;
  background-color: #26347b;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Bayofmany[href]:hover, .badge-Bayofmany[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a2454;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Orange {
  color: #fff;
  background-color: #dc532f;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Orange[href]:hover, .badge-Orange[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b93f1f;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-Gallery {
  color: #212529;
  background-color: #eeeeee;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-Gallery[href]:hover, .badge-Gallery[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d5d5d5;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-GrayText {
  color: #fff;
  background-color: #4e4e50;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-GrayText[href]:hover, .badge-GrayText[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #353536;
}

/* line 44, ../scss/bootstrap/_badge.scss */
.badge-White-60 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.4);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.badge-White-60[href]:hover, .badge-White-60[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgba(230, 230, 230, 0.4);
}

/* line 1, ../scss/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../scss/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../scss/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../scss/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../scss/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../scss/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.8125rem;
}
/* line 33, ../scss/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Thunder {
  color: #121011;
  background-color: #d3d2d2;
  border-color: #c1c0c1;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Thunder hr {
  border-top-color: #b4b3b4;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Thunder .alert-link {
  color: black;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-MineShaftDark {
  color: #121212;
  background-color: lightgray;
  border-color: #c1c1c1;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-MineShaftDark hr {
  border-top-color: #b4b4b4;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-MineShaftDark .alert-link {
  color: black;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-MineShaftLight {
  color: #171717;
  background-color: #d5d5d5;
  border-color: #c4c4c4;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-MineShaftLight hr {
  border-top-color: #b7b7b7;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-MineShaftLight .alert-link {
  color: black;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Tundora {
  color: #222222;
  background-color: #d9d9d9;
  border-color: #cacaca;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Tundora hr {
  border-top-color: #bdbdbd;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Tundora .alert-link {
  color: #090909;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-DoveGray {
  color: #2d2d2d;
  background-color: #dddddd;
  border-color: #d0d0d0;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-DoveGray hr {
  border-top-color: #c3c3c3;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-DoveGray .alert-link {
  color: #141414;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Gray {
  color: #474747;
  background-color: #e7e7e7;
  border-color: #dedede;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Gray hr {
  border-top-color: #d1d1d1;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Gray .alert-link {
  color: #2e2e2e;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Gray-lightess {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Gray-lightess hr {
  border-top-color: #c7c7c7;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Gray-lightess .alert-link {
  color: #1c1c1c;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-GrayIcon {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #cccccc;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-GrayIcon hr {
  border-top-color: #bfbfbf;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-GrayIcon .alert-link {
  color: #0d0d0d;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-EarlsGreen {
  color: #646d22;
  background-color: #f3f6d9;
  border-color: #eef2ca;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-EarlsGreen hr {
  border-top-color: #e7edb6;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-EarlsGreen .alert-link {
  color: #404616;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-PurpleStart {
  color: #3c015a;
  background-color: #e3ccef;
  border-color: #d8b8e8;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-PurpleStart hr {
  border-top-color: #cda5e2;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-PurpleStart .alert-link {
  color: #1a0028;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-PurpleEnd {
  color: #4b0158;
  background-color: #e9ccee;
  border-color: #e0b8e7;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-PurpleEnd hr {
  border-top-color: #d8a5e1;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-PurpleEnd .alert-link {
  color: #200026;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-White {
  color: #858585;
  background-color: white;
  border-color: white;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-White hr {
  border-top-color: #f2f2f2;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-White .alert-link {
  color: #6c6c6c;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-WhiteFooter {
  color: #777777;
  background-color: #fafafa;
  border-color: #f8f7f7;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-WhiteFooter hr {
  border-top-color: #ece9e9;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-WhiteFooter .alert-link {
  color: #5e5e5e;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-TorchRed {
  color: #820718;
  background-color: #fecfd5;
  border-color: #febcc5;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-TorchRed hr {
  border-top-color: #fea3af;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-TorchRed .alert-link {
  color: #52040f;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72);
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Transparent hr {
  border-top-color: rgba(242, 242, 242, 0.72);
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Transparent .alert-link {
  color: rgba(0, 0, 0, 0.48);
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Bayofmany {
  color: #141b40;
  background-color: #d4d6e5;
  border-color: #c2c6da;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Bayofmany hr {
  border-top-color: #b2b7d0;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Bayofmany .alert-link {
  color: #080b19;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Orange {
  color: #722b18;
  background-color: #f8ddd5;
  border-color: #f5cfc5;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Orange hr {
  border-top-color: #f1bdaf;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Orange .alert-link {
  color: #481b0f;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-Gallery {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-Gallery hr {
  border-top-color: #ededed;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-Gallery .alert-link {
  color: #636363;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-GrayText {
  color: #29292a;
  background-color: gainsboro;
  border-color: #cdcdce;
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-GrayText hr {
  border-top-color: #c0c0c1;
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-GrayText .alert-link {
  color: #101010;
}

/* line 48, ../scss/bootstrap/_alert.scss */
.alert-White-60 {
  color: rgba(54, 54, 54, 0.688);
  background-color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.832);
}
/* line 6, ../scss/bootstrap/mixins/_alert.scss */
.alert-White-60 hr {
  border-top-color: rgba(242, 242, 242, 0.832);
}
/* line 10, ../scss/bootstrap/mixins/_alert.scss */
.alert-White-60 .alert-link {
  color: rgba(29, 29, 29, 0.688);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, ../scss/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, ../scss/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, ../scss/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 27, ../scss/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 32, ../scss/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../scss/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../scss/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../scss/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../scss/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, ../scss/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, ../scss/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, ../scss/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 56, ../scss/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 66, ../scss/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
/* line 73, ../scss/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, ../scss/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 95, ../scss/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 101, ../scss/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Thunder {
  color: #121011;
  background-color: #c1c0c1;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Thunder.list-group-item-action:hover, .list-group-item-Thunder.list-group-item-action:focus {
  color: #121011;
  background-color: #b4b3b4;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Thunder.list-group-item-action.active {
  color: #fff;
  background-color: #121011;
  border-color: #121011;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-MineShaftDark {
  color: #121212;
  background-color: #c1c1c1;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-MineShaftDark.list-group-item-action:hover, .list-group-item-MineShaftDark.list-group-item-action:focus {
  color: #121212;
  background-color: #b4b4b4;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-MineShaftDark.list-group-item-action.active {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-MineShaftLight {
  color: #171717;
  background-color: #c4c4c4;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-MineShaftLight.list-group-item-action:hover, .list-group-item-MineShaftLight.list-group-item-action:focus {
  color: #171717;
  background-color: #b7b7b7;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-MineShaftLight.list-group-item-action.active {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Tundora {
  color: #222222;
  background-color: #cacaca;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Tundora.list-group-item-action:hover, .list-group-item-Tundora.list-group-item-action:focus {
  color: #222222;
  background-color: #bdbdbd;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Tundora.list-group-item-action.active {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-DoveGray {
  color: #2d2d2d;
  background-color: #d0d0d0;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-DoveGray.list-group-item-action:hover, .list-group-item-DoveGray.list-group-item-action:focus {
  color: #2d2d2d;
  background-color: #c3c3c3;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-DoveGray.list-group-item-action.active {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Gray {
  color: #474747;
  background-color: #dedede;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Gray.list-group-item-action:hover, .list-group-item-Gray.list-group-item-action:focus {
  color: #474747;
  background-color: #d1d1d1;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Gray.list-group-item-action.active {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Gray-lightess {
  color: #353535;
  background-color: #d4d4d4;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Gray-lightess.list-group-item-action:hover, .list-group-item-Gray-lightess.list-group-item-action:focus {
  color: #353535;
  background-color: #c7c7c7;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Gray-lightess.list-group-item-action.active {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-GrayIcon {
  color: #262626;
  background-color: #cccccc;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-GrayIcon.list-group-item-action:hover, .list-group-item-GrayIcon.list-group-item-action:focus {
  color: #262626;
  background-color: #bfbfbf;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-GrayIcon.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-EarlsGreen {
  color: #646d22;
  background-color: #eef2ca;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-EarlsGreen.list-group-item-action:hover, .list-group-item-EarlsGreen.list-group-item-action:focus {
  color: #646d22;
  background-color: #e7edb6;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-EarlsGreen.list-group-item-action.active {
  color: #fff;
  background-color: #646d22;
  border-color: #646d22;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-PurpleStart {
  color: #3c015a;
  background-color: #d8b8e8;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-PurpleStart.list-group-item-action:hover, .list-group-item-PurpleStart.list-group-item-action:focus {
  color: #3c015a;
  background-color: #cda5e2;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-PurpleStart.list-group-item-action.active {
  color: #fff;
  background-color: #3c015a;
  border-color: #3c015a;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-PurpleEnd {
  color: #4b0158;
  background-color: #e0b8e7;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-PurpleEnd.list-group-item-action:hover, .list-group-item-PurpleEnd.list-group-item-action:focus {
  color: #4b0158;
  background-color: #d8a5e1;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-PurpleEnd.list-group-item-action.active {
  color: #fff;
  background-color: #4b0158;
  border-color: #4b0158;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-White {
  color: #858585;
  background-color: white;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-White.list-group-item-action:hover, .list-group-item-White.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-White.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-WhiteFooter {
  color: #777777;
  background-color: #f8f7f7;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-WhiteFooter.list-group-item-action:hover, .list-group-item-WhiteFooter.list-group-item-action:focus {
  color: #777777;
  background-color: #ece9e9;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-WhiteFooter.list-group-item-action.active {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-TorchRed {
  color: #820718;
  background-color: #febcc5;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-TorchRed.list-group-item-action:hover, .list-group-item-TorchRed.list-group-item-action:focus {
  color: #820718;
  background-color: #fea3af;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-TorchRed.list-group-item-action.active {
  color: #fff;
  background-color: #820718;
  border-color: #820718;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Transparent.list-group-item-action:hover, .list-group-item-Transparent.list-group-item-action:focus {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(242, 242, 242, 0.72);
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Transparent.list-group-item-action.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.48);
  border-color: rgba(0, 0, 0, 0.48);
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Bayofmany {
  color: #141b40;
  background-color: #c2c6da;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Bayofmany.list-group-item-action:hover, .list-group-item-Bayofmany.list-group-item-action:focus {
  color: #141b40;
  background-color: #b2b7d0;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Bayofmany.list-group-item-action.active {
  color: #fff;
  background-color: #141b40;
  border-color: #141b40;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Orange {
  color: #722b18;
  background-color: #f5cfc5;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Orange.list-group-item-action:hover, .list-group-item-Orange.list-group-item-action:focus {
  color: #722b18;
  background-color: #f1bdaf;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Orange.list-group-item-action.active {
  color: #fff;
  background-color: #722b18;
  border-color: #722b18;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Gallery {
  color: #7c7c7c;
  background-color: #fafafa;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-Gallery.list-group-item-action:hover, .list-group-item-Gallery.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-Gallery.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-GrayText {
  color: #29292a;
  background-color: #cdcdce;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-GrayText.list-group-item-action:hover, .list-group-item-GrayText.list-group-item-action:focus {
  color: #29292a;
  background-color: #c0c0c1;
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-GrayText.list-group-item-action.active {
  color: #fff;
  background-color: #29292a;
  border-color: #29292a;
}

/* line 4, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-White-60 {
  color: rgba(54, 54, 54, 0.688);
  background-color: rgba(255, 255, 255, 0.832);
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.list-group-item-White-60.list-group-item-action:hover, .list-group-item-White-60.list-group-item-action:focus {
  color: rgba(54, 54, 54, 0.688);
  background-color: rgba(242, 242, 242, 0.832);
}
/* line 14, ../scss/bootstrap/mixins/_list-group.scss */
.list-group-item-White-60.list-group-item-action.active {
  color: #fff;
  background-color: rgba(54, 54, 54, 0.688);
  border-color: rgba(54, 54, 54, 0.688);
}

/* line 1, ../scss/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* line 17, ../scss/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, ../scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../scss/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../scss/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 29, ../scss/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, ../scss/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, ../scss/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, ../scss/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 48, ../scss/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, ../scss/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, ../scss/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, ../scss/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 87, ../scss/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 88, ../scss/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../scss/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 101, ../scss/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, ../scss/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../scss/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../scss/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 133, ../scss/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 134, ../scss/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, ../scss/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, ../scss/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 154, ../scss/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 162, ../scss/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 167, ../scss/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, ../scss/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, ../scss/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, ../scss/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, ../scss/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, ../scss/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../scss/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, ../scss/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, ../scss/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../scss/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, ../scss/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 45, ../scss/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 50, ../scss/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 55, ../scss/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, ../scss/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 64, ../scss/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 71, ../scss/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 76, ../scss/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 81, ../scss/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, ../scss/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 90, ../scss/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 94, ../scss/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 99, ../scss/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 104, ../scss/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
/* line 110, ../scss/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, ../scss/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 125, ../scss/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 132, ../scss/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 137, ../scss/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 142, ../scss/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, ../scss/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 175, ../scss/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, ../scss/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 11, ../scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 15, ../scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, ../scss/bootstrap/_carousel.scss */
.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) {
  /* line 21, ../scss/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 31, ../scss/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 37, ../scss/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, ../scss/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 43, ../scss/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 52, ../scss/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  /* line 52, ../scss/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 61, ../scss/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  /* line 61, ../scss/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, ../scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
/* line 82, ../scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
/* line 88, ../scss/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
/* line 93, ../scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 93, ../scss/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 111, ../scss/bootstrap/_carousel.scss */
.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;
}
/* line 17, ../scss/bootstrap/mixins/_hover.scss */
.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;
}

/* line 135, ../scss/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 141, ../scss/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 149, ../scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 157, ../scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 160, ../scss/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 170, ../scss/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  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;
}
/* line 184, ../scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 195, ../scss/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 204, ../scss/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 215, ../scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 225, ../scss/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, ../scss/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../scss/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../scss/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../scss/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../scss/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../scss/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Thunder {
  background-color: #231f20 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Thunder:hover, a.bg-Thunder:focus,
button.bg-Thunder:hover,
button.bg-Thunder:focus {
  background-color: #080707 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-MineShaftDark {
  background-color: #232323 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-MineShaftDark:hover, a.bg-MineShaftDark:focus,
button.bg-MineShaftDark:hover,
button.bg-MineShaftDark:focus {
  background-color: #0a0a0a !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-MineShaftLight {
  background-color: #2d2d2d !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-MineShaftLight:hover, a.bg-MineShaftLight:focus,
button.bg-MineShaftLight:hover,
button.bg-MineShaftLight:focus {
  background-color: #141414 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Tundora {
  background-color: #414141 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Tundora:hover, a.bg-Tundora:focus,
button.bg-Tundora:hover,
button.bg-Tundora:focus {
  background-color: #282828 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-DoveGray {
  background-color: #575656 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-DoveGray:hover, a.bg-DoveGray:focus,
button.bg-DoveGray:hover,
button.bg-DoveGray:focus {
  background-color: #3d3d3d !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Gray {
  background-color: #888888 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Gray:hover, a.bg-Gray:focus,
button.bg-Gray:hover,
button.bg-Gray:focus {
  background-color: #6f6f6f !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Gray-lightess {
  background-color: #666565 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Gray-lightess:hover, a.bg-Gray-lightess:focus,
button.bg-Gray-lightess:hover,
button.bg-Gray-lightess:focus {
  background-color: #4c4c4c !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-GrayIcon {
  background-color: #494949 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-GrayIcon:hover, a.bg-GrayIcon:focus,
button.bg-GrayIcon:hover,
button.bg-GrayIcon:focus {
  background-color: #303030 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-EarlsGreen {
  background-color: #c1d142 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-EarlsGreen:hover, a.bg-EarlsGreen:focus,
button.bg-EarlsGreen:hover,
button.bg-EarlsGreen:focus {
  background-color: #a5b42c !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-PurpleStart {
  background-color: #7301ae !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-PurpleStart:hover, a.bg-PurpleStart:focus,
button.bg-PurpleStart:hover,
button.bg-PurpleStart:focus {
  background-color: #51017b !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-PurpleEnd {
  background-color: #9001aa !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-PurpleEnd:hover, a.bg-PurpleEnd:focus,
button.bg-PurpleEnd:hover,
button.bg-PurpleEnd:focus {
  background-color: #650177 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-White {
  background-color: #ffffff !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-White:hover, a.bg-White:focus,
button.bg-White:hover,
button.bg-White:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-WhiteFooter {
  background-color: #e5e4e4 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-WhiteFooter:hover, a.bg-WhiteFooter:focus,
button.bg-WhiteFooter:hover,
button.bg-WhiteFooter:focus {
  background-color: #cccaca !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-TorchRed {
  background-color: #fa0e2f !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-TorchRed:hover, a.bg-TorchRed:focus,
button.bg-TorchRed:hover,
button.bg-TorchRed:focus {
  background-color: #d10421 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Transparent:hover, a.bg-Transparent:focus,
button.bg-Transparent:hover,
button.bg-Transparent:focus {
  background-color: rgba(230, 230, 230, 0) !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Bayofmany {
  background-color: #26347b !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Bayofmany:hover, a.bg-Bayofmany:focus,
button.bg-Bayofmany:hover,
button.bg-Bayofmany:focus {
  background-color: #1a2454 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Orange {
  background-color: #dc532f !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Orange:hover, a.bg-Orange:focus,
button.bg-Orange:hover,
button.bg-Orange:focus {
  background-color: #b93f1f !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-Gallery {
  background-color: #eeeeee !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-Gallery:hover, a.bg-Gallery:focus,
button.bg-Gallery:hover,
button.bg-Gallery:focus {
  background-color: #d5d5d5 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-GrayText {
  background-color: #4e4e50 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-GrayText:hover, a.bg-GrayText:focus,
button.bg-GrayText:hover,
button.bg-GrayText:focus {
  background-color: #353536 !important;
}

/* line 6, ../scss/bootstrap/mixins/_background-variant.scss */
.bg-White-60 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.bg-White-60:hover, a.bg-White-60:focus,
button.bg-White-60:hover,
button.bg-White-60:focus {
  background-color: rgba(230, 230, 230, 0.4) !important;
}

/* line 13, ../scss/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../scss/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../scss/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../scss/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../scss/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../scss/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../scss/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../scss/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../scss/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../scss/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../scss/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../scss/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Thunder {
  border-color: #231f20 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-MineShaftDark {
  border-color: #232323 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-MineShaftLight {
  border-color: #2d2d2d !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Tundora {
  border-color: #414141 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-DoveGray {
  border-color: #575656 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Gray {
  border-color: #888888 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Gray-lightess {
  border-color: #666565 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-GrayIcon {
  border-color: #494949 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-EarlsGreen {
  border-color: #c1d142 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-PurpleStart {
  border-color: #7301ae !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-PurpleEnd {
  border-color: #9001aa !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-White {
  border-color: #ffffff !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-WhiteFooter {
  border-color: #e5e4e4 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-TorchRed {
  border-color: #fa0e2f !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Transparent {
  border-color: rgba(255, 255, 255, 0) !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Bayofmany {
  border-color: #26347b !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Orange {
  border-color: #dc532f !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-Gallery {
  border-color: #eeeeee !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-GrayText {
  border-color: #4e4e50 !important;
}

/* line 20, ../scss/bootstrap/utilities/_borders.scss */
.border-White-60 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 25, ../scss/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../scss/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, ../scss/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, ../scss/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, ../scss/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, ../scss/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, ../scss/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, ../scss/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../scss/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../scss/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, ../scss/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, ../scss/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, ../scss/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, ../scss/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, ../scss/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, ../scss/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, ../scss/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 15, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, ../scss/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 15, ../scss/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 15, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 15, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, ../scss/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 30, ../scss/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 31, ../scss/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, ../scss/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, ../scss/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, ../scss/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 37, ../scss/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, ../scss/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../scss/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../scss/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../scss/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../scss/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../scss/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../scss/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../scss/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../scss/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 21, ../scss/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 22, ../scss/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 23, ../scss/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 24, ../scss/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 25, ../scss/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 27, ../scss/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 28, ../scss/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 29, ../scss/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 30, ../scss/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 31, ../scss/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 33, ../scss/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 34, ../scss/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 35, ../scss/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 36, ../scss/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 37, ../scss/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 38, ../scss/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 40, ../scss/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 41, ../scss/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 42, ../scss/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 43, ../scss/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 44, ../scss/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 45, ../scss/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 22, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 23, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 24, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 27, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 28, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 29, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 30, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 31, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 35, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 36, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 37, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 40, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 41, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 43, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 44, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 45, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 22, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 23, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 24, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 27, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 28, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 29, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 30, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 31, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 35, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 36, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 37, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 40, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 41, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 43, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 44, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 45, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 22, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 23, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 24, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 27, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 28, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 29, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 30, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 31, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 35, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 36, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 37, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 40, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 41, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 43, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 44, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 45, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 22, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 23, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 24, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 27, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 28, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 29, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 30, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 31, ../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 35, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 36, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 37, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 40, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 41, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 43, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 44, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 45, ../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, ../scss/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, ../scss/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, ../scss/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, ../scss/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, ../scss/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, ../scss/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, ../scss/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, ../scss/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, ../scss/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, ../scss/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, ../scss/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, ../scss/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../scss/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, ../scss/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, ../scss/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 10, ../scss/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 10, ../scss/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 10, ../scss/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10, ../scss/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10, ../scss/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 15, ../scss/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, ../scss/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 31, ../scss/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../scss/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../scss/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../scss/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../scss/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../scss/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, ../scss/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, ../scss/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, ../scss/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, ../scss/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, ../scss/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, ../scss/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, ../scss/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, ../scss/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, ../scss/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, ../scss/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, ../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, ../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, ../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, ../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, ../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, ../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, ../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, ../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, ../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9, ../scss/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, ../scss/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, ../scss/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, ../scss/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, ../scss/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, ../scss/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, ../scss/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 20, ../scss/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 19, ../scss/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 20, ../scss/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 19, ../scss/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 20, ../scss/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 19, ../scss/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 20, ../scss/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 21, ../scss/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 27, ../scss/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, ../scss/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, ../scss/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, ../scss/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 34, ../scss/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 500 !important;
}

/* line 35, ../scss/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, ../scss/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, ../scss/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Thunder {
  color: #231f20 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Thunder:hover, a.text-Thunder:focus {
  color: #080707 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-MineShaftDark {
  color: #232323 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-MineShaftDark:hover, a.text-MineShaftDark:focus {
  color: #0a0a0a !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-MineShaftLight {
  color: #2d2d2d !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-MineShaftLight:hover, a.text-MineShaftLight:focus {
  color: #141414 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Tundora {
  color: #414141 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Tundora:hover, a.text-Tundora:focus {
  color: #282828 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-DoveGray {
  color: #575656 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-DoveGray:hover, a.text-DoveGray:focus {
  color: #3d3d3d !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Gray {
  color: #888888 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Gray:hover, a.text-Gray:focus {
  color: #6f6f6f !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Gray-lightess {
  color: #666565 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Gray-lightess:hover, a.text-Gray-lightess:focus {
  color: #4c4c4c !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-GrayIcon {
  color: #494949 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-GrayIcon:hover, a.text-GrayIcon:focus {
  color: #303030 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-EarlsGreen {
  color: #c1d142 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-EarlsGreen:hover, a.text-EarlsGreen:focus {
  color: #a5b42c !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-PurpleStart {
  color: #7301ae !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-PurpleStart:hover, a.text-PurpleStart:focus {
  color: #51017b !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-PurpleEnd {
  color: #9001aa !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-PurpleEnd:hover, a.text-PurpleEnd:focus {
  color: #650177 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-White {
  color: #ffffff !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-White:hover, a.text-White:focus {
  color: #e6e6e6 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-WhiteFooter {
  color: #e5e4e4 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-WhiteFooter:hover, a.text-WhiteFooter:focus {
  color: #cccaca !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-TorchRed {
  color: #fa0e2f !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-TorchRed:hover, a.text-TorchRed:focus {
  color: #d10421 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Transparent {
  color: rgba(255, 255, 255, 0) !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Transparent:hover, a.text-Transparent:focus {
  color: rgba(230, 230, 230, 0) !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Bayofmany {
  color: #26347b !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Bayofmany:hover, a.text-Bayofmany:focus {
  color: #1a2454 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Orange {
  color: #dc532f !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Orange:hover, a.text-Orange:focus {
  color: #b93f1f !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-Gallery {
  color: #eeeeee !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-Gallery:hover, a.text-Gallery:focus {
  color: #d5d5d5 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-GrayText {
  color: #4e4e50 !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-GrayText:hover, a.text-GrayText:focus {
  color: #353536 !important;
}

/* line 6, ../scss/bootstrap/mixins/_text-emphasis.scss */
.text-White-60 {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 17, ../scss/bootstrap/mixins/_hover.scss */
a.text-White-60:hover, a.text-White-60:focus {
  color: rgba(230, 230, 230, 0.4) !important;
}

/* line 46, ../scss/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, ../scss/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, ../scss/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../scss/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../scss/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, ../scss/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, ../scss/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, ../scss/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, ../scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, ../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, ../scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, ../scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, ../scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, ../scss/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, ../scss/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 100, ../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, ../scss/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, ../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 116, ../scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/*!
 * Material Design for Bootstrap 4
 * Version: MDB PRO 4.5.0
 *
 *
 * Copyright: Material Design for Bootstrap
 * https://mdbootstrap.com/
 *
 * Read the license: https://mdbootstrap.com/license/
 *
 *
 * Documentation: https://mdbootstrap.com/
 *
 * Getting started: https://mdbootstrap.com/getting-started/
 *
 * Tutorials: https://mdbootstrap.com/bootstrap-tutorial/
 *
 * Templates: https://mdbootstrap.com/templates/
 *
 * Support: https://mdbootstrap.com/support/
 *
 * Contact: office@mdbootstrap.com
 *
 * Atribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js , Hammer.js
 *
 */
/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.lighten-5 {
  background-color: #d0d6e2 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.lighten-4 {
  background-color: #b1bace !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.lighten-3 {
  background-color: #929fba !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.lighten-2 {
  background-color: #7283a7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.lighten-1 {
  background-color: #59698d !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.mdb-color {
  background-color: #45526e !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.mdb-color-text {
  color: #45526e !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-mdb-color-slight {
  background-color: rgba(69, 82, 110, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-mdb-color-light {
  background-color: rgba(69, 82, 110, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-mdb-color-strong {
  background-color: rgba(69, 82, 110, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.darken-1 {
  background-color: #3b465e !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.darken-2 {
  background-color: #2e3951 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.darken-3 {
  background-color: #1c2a48 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.mdb-color.darken-4 {
  background-color: #1c2331 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.lighten-5 {
  background-color: #ffebee !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.lighten-3 {
  background-color: #ef9a9a !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.lighten-2 {
  background-color: #e57373 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.lighten-1 {
  background-color: #ef5350 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.red {
  background-color: #f44336 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.red-text {
  color: #f44336 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-red-slight {
  background-color: rgba(244, 67, 54, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-red-light {
  background-color: rgba(244, 67, 54, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-red-strong {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.darken-1 {
  background-color: #e53935 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.darken-2 {
  background-color: #d32f2f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.darken-3 {
  background-color: #c62828 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.darken-4 {
  background-color: #b71c1c !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.accent-1 {
  background-color: #ff8a80 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.accent-2 {
  background-color: #ff5252 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.accent-3 {
  background-color: #ff1744 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.red.accent-4 {
  background-color: #d50000 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-pink-slight {
  background-color: rgba(233, 30, 99, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-pink-light {
  background-color: rgba(233, 30, 99, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-pink-strong {
  background-color: rgba(233, 30, 99, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-purple-slight {
  background-color: rgba(156, 39, 176, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-purple-light {
  background-color: rgba(156, 39, 176, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-purple-strong {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-deep-purple-slight {
  background-color: rgba(103, 58, 183, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-deep-purple-light {
  background-color: rgba(103, 58, 183, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-deep-purple-strong {
  background-color: rgba(103, 58, 183, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-indigo-slight {
  background-color: rgba(63, 81, 181, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-indigo-light {
  background-color: rgba(63, 81, 181, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-indigo-strong {
  background-color: rgba(63, 81, 181, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.lighten-4 {
  background-color: #bbdefb !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.lighten-3 {
  background-color: #90caf9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.blue {
  background-color: #2196f3 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.blue-text {
  color: #2196f3 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-blue-slight {
  background-color: rgba(33, 150, 243, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-blue-light {
  background-color: rgba(33, 150, 243, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-blue-strong {
  background-color: rgba(33, 150, 243, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.darken-1 {
  background-color: #1e88e5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.darken-2 {
  background-color: #1976d2 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.darken-3 {
  background-color: #1565c0 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.darken-4 {
  background-color: #0d47a1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.accent-1 {
  background-color: #82b1ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.accent-2 {
  background-color: #448aff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.accent-3 {
  background-color: #2979ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue.accent-4 {
  background-color: #2962ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-light-blue-slight {
  background-color: rgba(3, 169, 244, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-light-blue-light {
  background-color: rgba(3, 169, 244, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-light-blue-strong {
  background-color: rgba(3, 169, 244, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-cyan-slight {
  background-color: rgba(0, 188, 212, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-cyan-light {
  background-color: rgba(0, 188, 212, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-cyan-strong {
  background-color: rgba(0, 188, 212, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.teal {
  background-color: #009688 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.teal-text {
  color: #009688 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-teal-slight {
  background-color: rgba(0, 150, 136, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-teal-light {
  background-color: rgba(0, 150, 136, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-teal-strong {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.lighten-2 {
  background-color: #81c784 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.lighten-1 {
  background-color: #66bb6a !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.green {
  background-color: #4caf50 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.green-text {
  color: #4caf50 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-green-slight {
  background-color: rgba(76, 175, 80, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-green-light {
  background-color: rgba(76, 175, 80, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-green-strong {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.darken-1 {
  background-color: #43a047 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.darken-2 {
  background-color: #388e3c !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.darken-3 {
  background-color: #2e7d32 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.darken-4 {
  background-color: #1b5e20 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.accent-1 {
  background-color: #b9f6ca !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.accent-2 {
  background-color: #69f0ae !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.accent-3 {
  background-color: #00e676 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.green.accent-4 {
  background-color: #00c853 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-light-green-slight {
  background-color: rgba(139, 195, 74, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-light-green-light {
  background-color: rgba(139, 195, 74, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-light-green-strong {
  background-color: rgba(139, 195, 74, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-lime-slight {
  background-color: rgba(205, 220, 57, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-lime-light {
  background-color: rgba(205, 220, 57, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-lime-strong {
  background-color: rgba(205, 220, 57, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-yellow-slight {
  background-color: rgba(255, 235, 59, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-yellow-light {
  background-color: rgba(255, 235, 59, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-yellow-strong {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-amber-slight {
  background-color: rgba(255, 193, 7, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-amber-light {
  background-color: rgba(255, 193, 7, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-amber-strong {
  background-color: rgba(255, 193, 7, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-orange-slight {
  background-color: rgba(255, 152, 0, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-orange-light {
  background-color: rgba(255, 152, 0, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-orange-strong {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-deep-orange-slight {
  background-color: rgba(255, 87, 34, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-deep-orange-light {
  background-color: rgba(255, 87, 34, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-deep-orange-strong {
  background-color: rgba(255, 87, 34, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.brown {
  background-color: #795548 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.brown-text {
  color: #795548 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-brown-slight {
  background-color: rgba(121, 85, 72, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-brown-light {
  background-color: rgba(121, 85, 72, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-brown-strong {
  background-color: rgba(121, 85, 72, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-blue-grey-slight {
  background-color: rgba(96, 125, 139, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-blue-grey-light {
  background-color: rgba(96, 125, 139, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-blue-grey-strong {
  background-color: rgba(96, 125, 139, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-grey-slight {
  background-color: rgba(158, 158, 158, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-grey-light, .md-pills .nav-link:hover {
  background-color: rgba(158, 158, 158, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-grey-strong {
  background-color: rgba(158, 158, 158, 0.7);
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 384, ../scss/mdb/core/_colors.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 366, ../scss/mdb/core/_colors.scss */
.black, .picker__list-item:hover {
  background-color: #000000 !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.black-text, .btn.btn-link, .toast-close-button:hover,
.toast-close-button:focus {
  color: #000000 !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-black-slight {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-black-light {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-black-strong {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 366, ../scss/mdb/core/_colors.scss */
.white, .carousel-thumbnails .carousel-indicators .active, .picker__list-item, .picker__box .picker__header .picker__select--month.browser-default, .picker__box .picker__header .picker__select--year.browser-default {
  background-color: #ffffff !important;
}

/* line 369, ../scss/mdb/core/_colors.scss */
.white-text, .card.card-cascade .view.gradient-card-header, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .side-nav, .side-nav .search-form .form-control, .toast-message a,
.toast-message label, .toast-close-button, #toast-container > div, .picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected, .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before, .picker__date-display, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .clockpicker-display .clockpicker-display-column #click-am.text-primary, .clockpicker-display .clockpicker-display-column #click-pm.text-primary, .darktheme .picker__box .picker__date-display .clockpicker-display, .darktheme .picker__box .picker__date-display .clockpicker-display .clockpicker-span-am-pm, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick, .darktheme .picker__box .picker__footer button, .picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--outfocus, .picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused, section .contact {
  color: #ffffff !important;
}

/* line 372, ../scss/mdb/core/_colors.scss */
.rgba-white-slight {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 375, ../scss/mdb/core/_colors.scss */
.rgba-white-light {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 378, ../scss/mdb/core/_colors.scss */
.rgba-white-strong {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 400, ../scss/mdb/core/_colors.scss */
.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1);
}

/* line 400, ../scss/mdb/core/_colors.scss */
.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3);
}

/* line 400, ../scss/mdb/core/_colors.scss */
.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7);
}

/* line 405, ../scss/mdb/core/_colors.scss */
.dark-grey-text {
  color: #4f4f4f !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.primary-color, .stepper li.active a .circle, .stepper li.completed a .circle {
  background-color: #4285f4 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.primary-color-dark {
  background-color: #0d47a1 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.secondary-color {
  background-color: #aa66cc !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.secondary-color-dark {
  background-color: #9933cc !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.default-color {
  background-color: #2bbbad !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.default-color-dark {
  background-color: #00695c !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.info-color {
  background-color: #33b5e5 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.info-color-dark {
  background-color: #0099cc !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.success-color {
  background-color: #00c851 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.success-color-dark {
  background-color: #007e33 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.warning-color {
  background-color: #ffbb33 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.warning-color-dark {
  background-color: #ff8800 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.danger-color, .stepper li.warning a .circle {
  background-color: #ff3547 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.danger-color-dark {
  background-color: #cc0000 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.elegant-color {
  background-color: #2e2e2e !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.elegant-color-dark {
  background-color: #212121 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.stylish-color {
  background-color: #4b515d !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.stylish-color-dark {
  background-color: #3e4551 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.unique-color {
  background-color: #3f729b !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.unique-color-dark {
  background-color: #1c2331 !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.special-color {
  background-color: #37474f !important;
}

/* line 462, ../scss/mdb/core/_colors.scss */
.special-color-dark {
  background-color: #263238 !important;
}

/*** Global ***/
/* line 3, ../scss/mdb/core/_global.scss */
.z-depth-0, .hoverable, .modal-dialog.cascading-modal.modal-avatar .modal-header, .card.card-cascade.wider, .colorful-select .dropdown-content li.disabled.active span, .colorful-select .dropdown-content li:disabled.active span, .colorful-select .dropdown-content li.optgroup.active span, .colorful-select .dropdown-content li.disabled a:hover, .colorful-select .dropdown-content li.disabled span:hover, .colorful-select .dropdown-content li:disabled a:hover, .colorful-select .dropdown-content li:disabled span:hover, .colorful-select .dropdown-content li.optgroup a:hover, .colorful-select .dropdown-content li.optgroup span:hover {
  box-shadow: none;
}

/* line 6, ../scss/mdb/core/_global.scss */
.z-depth-1, .jumbotron, .btn, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover, .card, .navbar, .pagination .page-item.active .page-link, .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs, .modal-dialog.modal-notify .modal-header, .md-form input[type=text].input-alternate,
.md-form input[type=password].input-alternate,
.md-form input[type=email].input-alternate,
.md-form input[type=url].input-alternate,
.md-form input[type=time].input-alternate,
.md-form input[type=date].input-alternate,
.md-form input[type=datetime-local].input-alternate,
.md-form input[type=tel].input-alternate,
.md-form input[type=number].input-alternate,
.md-form input[type=search-md].input-alternate,
.md-form input[type=search].input-alternate,
.md-form textarea.md-textarea.input-alternate, .media .media-left img, .counter, .md-pills .show > .nav-link, .md-pills .nav-link.active, .card.card-cascade.wider .card-body, .card-wrapper .front,
.card-wrapper .back, .dropdown-content, .mdb-autocomplete-wrap, .side-nav, #toast-container > div, .pricing-card .price .version {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, ../scss/mdb/core/_global.scss */
.z-depth-1-half, .btn:hover, .btn:active, .btn:focus, .btn:not([disabled]):not(.disabled):active, .btn.active:not([disabled]):not(.disabled), .btn-primary:focus, .btn-primary.focus, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary.active:not([disabled]):not(.disabled), .show > .btn-primary.dropdown-toggle, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:not([disabled]):not(.disabled):active:focus, .btn-outline-primary.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .btn-danger:focus, .btn-danger.focus, .btn-danger:not([disabled]):not(.disabled):active, .btn-danger.active:not([disabled]):not(.disabled), .show > .btn-danger.dropdown-toggle, .btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger.active:not([disabled]):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus, .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger.active:not([disabled]):not(.disabled), .show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:not([disabled]):not(.disabled):active:focus, .btn-outline-danger.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus, .btn-warning:focus, .btn-warning.focus, .btn-warning:not([disabled]):not(.disabled):active, .btn-warning.active:not([disabled]):not(.disabled), .show > .btn-warning.dropdown-toggle, .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning.active:not([disabled]):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus, .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning.active:not([disabled]):not(.disabled), .show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:not([disabled]):not(.disabled):active:focus, .btn-outline-warning.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus, .btn-success:focus, .btn-success.focus, .btn-success:not([disabled]):not(.disabled):active, .btn-success.active:not([disabled]):not(.disabled), .show > .btn-success.dropdown-toggle, .btn-success:not([disabled]):not(.disabled):active:focus, .btn-success.active:not([disabled]):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus, .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success.active:not([disabled]):not(.disabled), .show > .btn-outline-success.dropdown-toggle, .btn-outline-success:not([disabled]):not(.disabled):active:focus, .btn-outline-success.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus, .btn-info:focus, .btn-info.focus, .btn-info:not([disabled]):not(.disabled):active, .btn-info.active:not([disabled]):not(.disabled), .show > .btn-info.dropdown-toggle, .btn-info:not([disabled]):not(.disabled):active:focus, .btn-info.active:not([disabled]):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus, .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info.active:not([disabled]):not(.disabled), .show > .btn-outline-info.dropdown-toggle, .btn-outline-info:not([disabled]):not(.disabled):active:focus, .btn-outline-info.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus, .btn-default:focus, .btn-default.focus, .btn-default:not([disabled]):not(.disabled):active, .btn-default.active:not([disabled]):not(.disabled), .show > .btn-default.dropdown-toggle, .btn-default:not([disabled]):not(.disabled):active:focus, .btn-default.active:not([disabled]):not(.disabled):focus, .show > .btn-default.dropdown-toggle:focus, .btn-outline-default:not([disabled]):not(.disabled):active, .btn-outline-default.active:not([disabled]):not(.disabled), .show > .btn-outline-default.dropdown-toggle, .btn-outline-default:not([disabled]):not(.disabled):active:focus, .btn-outline-default.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-default.dropdown-toggle:focus, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary.active:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle, .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:not([disabled]):not(.disabled):active:focus, .btn-outline-secondary.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .btn-elegant:focus, .btn-elegant.focus, .btn-elegant:not([disabled]):not(.disabled):active, .btn-elegant.active:not([disabled]):not(.disabled), .show > .btn-elegant.dropdown-toggle, .btn-elegant:not([disabled]):not(.disabled):active:focus, .btn-elegant.active:not([disabled]):not(.disabled):focus, .show > .btn-elegant.dropdown-toggle:focus, .btn-outline-elegant:not([disabled]):not(.disabled):active, .btn-outline-elegant.active:not([disabled]):not(.disabled), .show > .btn-outline-elegant.dropdown-toggle, .btn-outline-elegant:not([disabled]):not(.disabled):active:focus, .btn-outline-elegant.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-elegant.dropdown-toggle:focus, .btn-unique:focus, .btn-unique.focus, .btn-unique:not([disabled]):not(.disabled):active, .btn-unique.active:not([disabled]):not(.disabled), .show > .btn-unique.dropdown-toggle, .btn-unique:not([disabled]):not(.disabled):active:focus, .btn-unique.active:not([disabled]):not(.disabled):focus, .show > .btn-unique.dropdown-toggle:focus, .btn-outline-unique:not([disabled]):not(.disabled):active, .btn-outline-unique.active:not([disabled]):not(.disabled), .show > .btn-outline-unique.dropdown-toggle, .btn-outline-unique:not([disabled]):not(.disabled):active:focus, .btn-outline-unique.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-unique.dropdown-toggle:focus, .btn-dark-green:focus, .btn-dark-green.focus, .btn-dark-green:not([disabled]):not(.disabled):active, .btn-dark-green.active:not([disabled]):not(.disabled), .show > .btn-dark-green.dropdown-toggle, .btn-dark-green:not([disabled]):not(.disabled):active:focus, .btn-dark-green.active:not([disabled]):not(.disabled):focus, .show > .btn-dark-green.dropdown-toggle:focus, .btn-outline-dark-green:not([disabled]):not(.disabled):active, .btn-outline-dark-green.active:not([disabled]):not(.disabled), .show > .btn-outline-dark-green.dropdown-toggle, .btn-outline-dark-green:not([disabled]):not(.disabled):active:focus, .btn-outline-dark-green.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-dark-green.dropdown-toggle:focus, .btn-mdb-color:focus, .btn-mdb-color.focus, .btn-mdb-color:not([disabled]):not(.disabled):active, .btn-mdb-color.active:not([disabled]):not(.disabled), .show > .btn-mdb-color.dropdown-toggle, .btn-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-mdb-color.active:not([disabled]):not(.disabled):focus, .show > .btn-mdb-color.dropdown-toggle:focus, .btn-outline-mdb-color:not([disabled]):not(.disabled):active, .btn-outline-mdb-color.active:not([disabled]):not(.disabled), .show > .btn-outline-mdb-color.dropdown-toggle, .btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus, .btn-outline-mdb-color.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-mdb-color.dropdown-toggle:focus, .btn-red:focus, .btn-red.focus, .btn-red:not([disabled]):not(.disabled):active, .btn-red.active:not([disabled]):not(.disabled), .show > .btn-red.dropdown-toggle, .btn-red:not([disabled]):not(.disabled):active:focus, .btn-red.active:not([disabled]):not(.disabled):focus, .show > .btn-red.dropdown-toggle:focus, .btn-outline-red:not([disabled]):not(.disabled):active, .btn-outline-red.active:not([disabled]):not(.disabled), .show > .btn-outline-red.dropdown-toggle, .btn-outline-red:not([disabled]):not(.disabled):active:focus, .btn-outline-red.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-red.dropdown-toggle:focus, .btn-pink:focus, .btn-pink.focus, .btn-pink:not([disabled]):not(.disabled):active, .btn-pink.active:not([disabled]):not(.disabled), .show > .btn-pink.dropdown-toggle, .btn-pink:not([disabled]):not(.disabled):active:focus, .btn-pink.active:not([disabled]):not(.disabled):focus, .show > .btn-pink.dropdown-toggle:focus, .btn-outline-pink:not([disabled]):not(.disabled):active, .btn-outline-pink.active:not([disabled]):not(.disabled), .show > .btn-outline-pink.dropdown-toggle, .btn-outline-pink:not([disabled]):not(.disabled):active:focus, .btn-outline-pink.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-pink.dropdown-toggle:focus, .btn-purple:focus, .btn-purple.focus, .btn-purple:not([disabled]):not(.disabled):active, .btn-purple.active:not([disabled]):not(.disabled), .show > .btn-purple.dropdown-toggle, .btn-purple:not([disabled]):not(.disabled):active:focus, .btn-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-purple.dropdown-toggle:focus, .btn-outline-purple:not([disabled]):not(.disabled):active, .btn-outline-purple.active:not([disabled]):not(.disabled), .show > .btn-outline-purple.dropdown-toggle, .btn-outline-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-purple.dropdown-toggle:focus, .btn-deep-purple:focus, .btn-deep-purple.focus, .btn-deep-purple:not([disabled]):not(.disabled):active, .btn-deep-purple.active:not([disabled]):not(.disabled), .show > .btn-deep-purple.dropdown-toggle, .btn-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-deep-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-deep-purple.dropdown-toggle:focus, .btn-outline-deep-purple:not([disabled]):not(.disabled):active, .btn-outline-deep-purple.active:not([disabled]):not(.disabled), .show > .btn-outline-deep-purple.dropdown-toggle, .btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-purple.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-deep-purple.dropdown-toggle:focus, .btn-indigo:focus, .btn-indigo.focus, .btn-indigo:not([disabled]):not(.disabled):active, .btn-indigo.active:not([disabled]):not(.disabled), .show > .btn-indigo.dropdown-toggle, .btn-indigo:not([disabled]):not(.disabled):active:focus, .btn-indigo.active:not([disabled]):not(.disabled):focus, .show > .btn-indigo.dropdown-toggle:focus, .btn-outline-indigo:not([disabled]):not(.disabled):active, .btn-outline-indigo.active:not([disabled]):not(.disabled), .show > .btn-outline-indigo.dropdown-toggle, .btn-outline-indigo:not([disabled]):not(.disabled):active:focus, .btn-outline-indigo.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-indigo.dropdown-toggle:focus, .btn-blue:focus, .btn-blue.focus, .btn-blue:not([disabled]):not(.disabled):active, .btn-blue.active:not([disabled]):not(.disabled), .show > .btn-blue.dropdown-toggle, .btn-blue:not([disabled]):not(.disabled):active:focus, .btn-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-blue.dropdown-toggle:focus, .btn-outline-blue:not([disabled]):not(.disabled):active, .btn-outline-blue.active:not([disabled]):not(.disabled), .show > .btn-outline-blue.dropdown-toggle, .btn-outline-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-blue.dropdown-toggle:focus, .btn-light-blue:focus, .btn-light-blue.focus, .btn-light-blue:not([disabled]):not(.disabled):active, .btn-light-blue.active:not([disabled]):not(.disabled), .show > .btn-light-blue.dropdown-toggle, .btn-light-blue:not([disabled]):not(.disabled):active:focus, .btn-light-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-light-blue.dropdown-toggle:focus, .btn-outline-light-blue:not([disabled]):not(.disabled):active, .btn-outline-light-blue.active:not([disabled]):not(.disabled), .show > .btn-outline-light-blue.dropdown-toggle, .btn-outline-light-blue:not([disabled]):not(.disabled):active:focus, .btn-outline-light-blue.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-light-blue.dropdown-toggle:focus, .btn-cyan:focus, .btn-cyan.focus, .btn-cyan:not([disabled]):not(.disabled):active, .btn-cyan.active:not([disabled]):not(.disabled), .show > .btn-cyan.dropdown-toggle, .btn-cyan:not([disabled]):not(.disabled):active:focus, .btn-cyan.active:not([disabled]):not(.disabled):focus, .show > .btn-cyan.dropdown-toggle:focus, .btn-outline-cyan:not([disabled]):not(.disabled):active, .btn-outline-cyan.active:not([disabled]):not(.disabled), .show > .btn-outline-cyan.dropdown-toggle, .btn-outline-cyan:not([disabled]):not(.disabled):active:focus, .btn-outline-cyan.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-cyan.dropdown-toggle:focus, .btn-teal:focus, .btn-teal.focus, .btn-teal:not([disabled]):not(.disabled):active, .btn-teal.active:not([disabled]):not(.disabled), .show > .btn-teal.dropdown-toggle, .btn-teal:not([disabled]):not(.disabled):active:focus, .btn-teal.active:not([disabled]):not(.disabled):focus, .show > .btn-teal.dropdown-toggle:focus, .btn-outline-teal:not([disabled]):not(.disabled):active, .btn-outline-teal.active:not([disabled]):not(.disabled), .show > .btn-outline-teal.dropdown-toggle, .btn-outline-teal:not([disabled]):not(.disabled):active:focus, .btn-outline-teal.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-teal.dropdown-toggle:focus, .btn-green:focus, .btn-green.focus, .btn-green:not([disabled]):not(.disabled):active, .btn-green.active:not([disabled]):not(.disabled), .show > .btn-green.dropdown-toggle, .btn-green:not([disabled]):not(.disabled):active:focus, .btn-green.active:not([disabled]):not(.disabled):focus, .show > .btn-green.dropdown-toggle:focus, .btn-outline-green:not([disabled]):not(.disabled):active, .btn-outline-green.active:not([disabled]):not(.disabled), .show > .btn-outline-green.dropdown-toggle, .btn-outline-green:not([disabled]):not(.disabled):active:focus, .btn-outline-green.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-green.dropdown-toggle:focus, .btn-light-green:focus, .btn-light-green.focus, .btn-light-green:not([disabled]):not(.disabled):active, .btn-light-green.active:not([disabled]):not(.disabled), .show > .btn-light-green.dropdown-toggle, .btn-light-green:not([disabled]):not(.disabled):active:focus, .btn-light-green.active:not([disabled]):not(.disabled):focus, .show > .btn-light-green.dropdown-toggle:focus, .btn-outline-light-green:not([disabled]):not(.disabled):active, .btn-outline-light-green.active:not([disabled]):not(.disabled), .show > .btn-outline-light-green.dropdown-toggle, .btn-outline-light-green:not([disabled]):not(.disabled):active:focus, .btn-outline-light-green.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-light-green.dropdown-toggle:focus, .btn-lime:focus, .btn-lime.focus, .btn-lime:not([disabled]):not(.disabled):active, .btn-lime.active:not([disabled]):not(.disabled), .show > .btn-lime.dropdown-toggle, .btn-lime:not([disabled]):not(.disabled):active:focus, .btn-lime.active:not([disabled]):not(.disabled):focus, .show > .btn-lime.dropdown-toggle:focus, .btn-outline-lime:not([disabled]):not(.disabled):active, .btn-outline-lime.active:not([disabled]):not(.disabled), .show > .btn-outline-lime.dropdown-toggle, .btn-outline-lime:not([disabled]):not(.disabled):active:focus, .btn-outline-lime.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-lime.dropdown-toggle:focus, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow:not([disabled]):not(.disabled):active, .btn-yellow.active:not([disabled]):not(.disabled), .show > .btn-yellow.dropdown-toggle, .btn-yellow:not([disabled]):not(.disabled):active:focus, .btn-yellow.active:not([disabled]):not(.disabled):focus, .show > .btn-yellow.dropdown-toggle:focus, .btn-outline-yellow:not([disabled]):not(.disabled):active, .btn-outline-yellow.active:not([disabled]):not(.disabled), .show > .btn-outline-yellow.dropdown-toggle, .btn-outline-yellow:not([disabled]):not(.disabled):active:focus, .btn-outline-yellow.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-yellow.dropdown-toggle:focus, .btn-amber:focus, .btn-amber.focus, .btn-amber:not([disabled]):not(.disabled):active, .btn-amber.active:not([disabled]):not(.disabled), .show > .btn-amber.dropdown-toggle, .btn-amber:not([disabled]):not(.disabled):active:focus, .btn-amber.active:not([disabled]):not(.disabled):focus, .show > .btn-amber.dropdown-toggle:focus, .btn-outline-amber:not([disabled]):not(.disabled):active, .btn-outline-amber.active:not([disabled]):not(.disabled), .show > .btn-outline-amber.dropdown-toggle, .btn-outline-amber:not([disabled]):not(.disabled):active:focus, .btn-outline-amber.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-amber.dropdown-toggle:focus, .btn-orange:focus, .btn-orange.focus, .btn-orange:not([disabled]):not(.disabled):active, .btn-orange.active:not([disabled]):not(.disabled), .show > .btn-orange.dropdown-toggle, .btn-orange:not([disabled]):not(.disabled):active:focus, .btn-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus, .btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange.active:not([disabled]):not(.disabled), .show > .btn-outline-orange.dropdown-toggle, .btn-outline-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-orange.dropdown-toggle:focus, .btn-deep-orange:focus, .btn-deep-orange.focus, .btn-deep-orange:not([disabled]):not(.disabled):active, .btn-deep-orange.active:not([disabled]):not(.disabled), .show > .btn-deep-orange.dropdown-toggle, .btn-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-deep-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-deep-orange.dropdown-toggle:focus, .btn-outline-deep-orange:not([disabled]):not(.disabled):active, .btn-outline-deep-orange.active:not([disabled]):not(.disabled), .show > .btn-outline-deep-orange.dropdown-toggle, .btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus, .btn-outline-deep-orange.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-deep-orange.dropdown-toggle:focus, .btn-brown:focus, .btn-brown.focus, .btn-brown:not([disabled]):not(.disabled):active, .btn-brown.active:not([disabled]):not(.disabled), .show > .btn-brown.dropdown-toggle, .btn-brown:not([disabled]):not(.disabled):active:focus, .btn-brown.active:not([disabled]):not(.disabled):focus, .show > .btn-brown.dropdown-toggle:focus, .btn-outline-brown:not([disabled]):not(.disabled):active, .btn-outline-brown.active:not([disabled]):not(.disabled), .show > .btn-outline-brown.dropdown-toggle, .btn-outline-brown:not([disabled]):not(.disabled):active:focus, .btn-outline-brown.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-brown.dropdown-toggle:focus, .btn-grey:focus, .btn-grey.focus, .btn-grey:not([disabled]):not(.disabled):active, .btn-grey.active:not([disabled]):not(.disabled), .show > .btn-grey.dropdown-toggle, .btn-grey:not([disabled]):not(.disabled):active:focus, .btn-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:focus, .btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey.active:not([disabled]):not(.disabled), .show > .btn-outline-grey.dropdown-toggle, .btn-outline-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-grey.dropdown-toggle:focus, .btn-blue-grey:focus, .btn-blue-grey.focus, .btn-blue-grey:not([disabled]):not(.disabled):active, .btn-blue-grey.active:not([disabled]):not(.disabled), .show > .btn-blue-grey.dropdown-toggle, .btn-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-blue-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-blue-grey.dropdown-toggle:focus, .btn-outline-blue-grey:not([disabled]):not(.disabled):active, .btn-outline-blue-grey.active:not([disabled]):not(.disabled), .show > .btn-outline-blue-grey.dropdown-toggle, .btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-outline-blue-grey.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-blue-grey.dropdown-toggle:focus, .btn-dark:focus, .btn-dark.focus, .btn-dark:not([disabled]):not(.disabled):active, .btn-dark.active:not([disabled]):not(.disabled), .show > .btn-dark.dropdown-toggle, .btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark.active:not([disabled]):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus, .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark.active:not([disabled]):not(.disabled), .show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:not([disabled]):not(.disabled):active:focus, .btn-outline-dark.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus, .btn-light:focus, .btn-light.focus, .btn-light:not([disabled]):not(.disabled):active, .btn-light.active:not([disabled]):not(.disabled), .show > .btn-light.dropdown-toggle, .btn-light:not([disabled]):not(.disabled):active:focus, .btn-light.active:not([disabled]):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus, .btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light.active:not([disabled]):not(.disabled), .show > .btn-outline-light.dropdown-toggle, .btn-outline-light:not([disabled]):not(.disabled):active:focus, .btn-outline-light.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus, .btn-white:focus, .btn-white.focus, .btn-white:not([disabled]):not(.disabled):active, .btn-white.active:not([disabled]):not(.disabled), .show > .btn-white.dropdown-toggle, .btn-white:not([disabled]):not(.disabled):active:focus, .btn-white.active:not([disabled]):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus, .btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white.active:not([disabled]):not(.disabled), .show > .btn-outline-white.dropdown-toggle, .btn-outline-white:not([disabled]):not(.disabled):active:focus, .btn-outline-white.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus, .btn-black:focus, .btn-black.focus, .btn-black:not([disabled]):not(.disabled):active, .btn-black.active:not([disabled]):not(.disabled), .show > .btn-black.dropdown-toggle, .btn-black:not([disabled]):not(.disabled):active:focus, .btn-black.active:not([disabled]):not(.disabled):focus, .show > .btn-black.dropdown-toggle:focus, .btn-outline-black:not([disabled]):not(.disabled):active, .btn-outline-black.active:not([disabled]):not(.disabled), .show > .btn-outline-black.dropdown-toggle, .btn-outline-black:not([disabled]):not(.disabled):active:focus, .btn-outline-black.active:not([disabled]):not(.disabled):focus, .show > .btn-outline-black.dropdown-toggle:focus, .modal-dialog .modal-content, .modal-dialog.cascading-modal .modal-header, .btn-floating, .btn-fb:focus, .btn-fb.focus, .btn-fb:not([disabled]):not(.disabled):active, .btn-fb.active:not([disabled]):not(.disabled), .show > .btn-fb.dropdown-toggle, .btn-fb:not([disabled]):not(.disabled):active:focus, .btn-fb.active:not([disabled]):not(.disabled):focus, .show > .btn-fb.dropdown-toggle:focus, .btn-tw:focus, .btn-tw.focus, .btn-tw:not([disabled]):not(.disabled):active, .btn-tw.active:not([disabled]):not(.disabled), .show > .btn-tw.dropdown-toggle, .btn-tw:not([disabled]):not(.disabled):active:focus, .btn-tw.active:not([disabled]):not(.disabled):focus, .show > .btn-tw.dropdown-toggle:focus, .btn-gplus:focus, .btn-gplus.focus, .btn-gplus:not([disabled]):not(.disabled):active, .btn-gplus.active:not([disabled]):not(.disabled), .show > .btn-gplus.dropdown-toggle, .btn-gplus:not([disabled]):not(.disabled):active:focus, .btn-gplus.active:not([disabled]):not(.disabled):focus, .show > .btn-gplus.dropdown-toggle:focus, .btn-yt:focus, .btn-yt.focus, .btn-yt:not([disabled]):not(.disabled):active, .btn-yt.active:not([disabled]):not(.disabled), .show > .btn-yt.dropdown-toggle, .btn-yt:not([disabled]):not(.disabled):active:focus, .btn-yt.active:not([disabled]):not(.disabled):focus, .show > .btn-yt.dropdown-toggle:focus, .btn-li:focus, .btn-li.focus, .btn-li:not([disabled]):not(.disabled):active, .btn-li.active:not([disabled]):not(.disabled), .show > .btn-li.dropdown-toggle, .btn-li:not([disabled]):not(.disabled):active:focus, .btn-li.active:not([disabled]):not(.disabled):focus, .show > .btn-li.dropdown-toggle:focus, .btn-pin:focus, .btn-pin.focus, .btn-pin:not([disabled]):not(.disabled):active, .btn-pin.active:not([disabled]):not(.disabled), .show > .btn-pin.dropdown-toggle, .btn-pin:not([disabled]):not(.disabled):active:focus, .btn-pin.active:not([disabled]):not(.disabled):focus, .show > .btn-pin.dropdown-toggle:focus, .btn-ins:focus, .btn-ins.focus, .btn-ins:not([disabled]):not(.disabled):active, .btn-ins.active:not([disabled]):not(.disabled), .show > .btn-ins.dropdown-toggle, .btn-ins:not([disabled]):not(.disabled):active:focus, .btn-ins.active:not([disabled]):not(.disabled):focus, .show > .btn-ins.dropdown-toggle:focus, .btn-git:focus, .btn-git.focus, .btn-git:not([disabled]):not(.disabled):active, .btn-git.active:not([disabled]):not(.disabled), .show > .btn-git.dropdown-toggle, .btn-git:not([disabled]):not(.disabled):active:focus, .btn-git.active:not([disabled]):not(.disabled):focus, .show > .btn-git.dropdown-toggle:focus, .btn-comm:focus, .btn-comm.focus, .btn-comm:not([disabled]):not(.disabled):active, .btn-comm.active:not([disabled]):not(.disabled), .show > .btn-comm.dropdown-toggle, .btn-comm:not([disabled]):not(.disabled):active:focus, .btn-comm.active:not([disabled]):not(.disabled):focus, .show > .btn-comm.dropdown-toggle:focus, .btn-vk:focus, .btn-vk.focus, .btn-vk:not([disabled]):not(.disabled):active, .btn-vk.active:not([disabled]):not(.disabled), .show > .btn-vk.dropdown-toggle, .btn-vk:not([disabled]):not(.disabled):active:focus, .btn-vk.active:not([disabled]):not(.disabled):focus, .show > .btn-vk.dropdown-toggle:focus, .btn-dribbble:focus, .btn-dribbble.focus, .btn-dribbble:not([disabled]):not(.disabled):active, .btn-dribbble.active:not([disabled]):not(.disabled), .show > .btn-dribbble.dropdown-toggle, .btn-dribbble:not([disabled]):not(.disabled):active:focus, .btn-dribbble.active:not([disabled]):not(.disabled):focus, .show > .btn-dribbble.dropdown-toggle:focus, .btn-so:focus, .btn-so.focus, .btn-so:not([disabled]):not(.disabled):active, .btn-so.active:not([disabled]):not(.disabled), .show > .btn-so.dropdown-toggle, .btn-so:not([disabled]):not(.disabled):active:focus, .btn-so.active:not([disabled]):not(.disabled):focus, .show > .btn-so.dropdown-toggle:focus, .btn-slack:focus, .btn-slack.focus, .btn-slack:not([disabled]):not(.disabled):active, .btn-slack.active:not([disabled]):not(.disabled), .show > .btn-slack.dropdown-toggle, .btn-slack:not([disabled]):not(.disabled):active:focus, .btn-slack.active:not([disabled]):not(.disabled):focus, .show > .btn-slack.dropdown-toggle:focus, .btn-email:focus, .btn-email.focus, .btn-email:not([disabled]):not(.disabled):active, .btn-email.active:not([disabled]):not(.disabled), .show > .btn-email.dropdown-toggle, .btn-email:not([disabled]):not(.disabled):active:focus, .btn-email.active:not([disabled]):not(.disabled):focus, .show > .btn-email.dropdown-toggle:focus, .nav-tabs, .md-pills .nav-link.active:hover, .card.card-cascade .view, .card.card-cascade.wider.reverse .card-body, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .colorful-select .dropdown-content li.active span, .white-skin .btn-primary:focus, .white-skin .btn-primary.focus, .white-skin .btn-primary:not([disabled]):not(.disabled):active, .white-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .white-skin .btn-primary.dropdown-toggle, .white-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-primary.dropdown-toggle:focus, .white-skin .btn-secondary:focus, .white-skin .btn-secondary.focus, .white-skin .btn-secondary:not([disabled]):not(.disabled):active, .white-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .white-skin .btn-secondary.dropdown-toggle, .white-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .white-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-secondary.dropdown-toggle:focus, .white-skin .btn-default:focus, .white-skin .btn-default.focus, .white-skin .btn-default:not([disabled]):not(.disabled):active, .white-skin .btn-default.active:not([disabled]):not(.disabled), .show > .white-skin .btn-default.dropdown-toggle, .white-skin .btn-default:not([disabled]):not(.disabled):active:focus, .white-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .white-skin .btn-default.dropdown-toggle:focus, .black-skin .btn-primary:focus, .black-skin .btn-primary.focus, .black-skin .btn-primary:not([disabled]):not(.disabled):active, .black-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .black-skin .btn-primary.dropdown-toggle, .black-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-primary.dropdown-toggle:focus, .black-skin .btn-secondary:focus, .black-skin .btn-secondary.focus, .black-skin .btn-secondary:not([disabled]):not(.disabled):active, .black-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .black-skin .btn-secondary.dropdown-toggle, .black-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .black-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-secondary.dropdown-toggle:focus, .black-skin .btn-default:focus, .black-skin .btn-default.focus, .black-skin .btn-default:not([disabled]):not(.disabled):active, .black-skin .btn-default.active:not([disabled]):not(.disabled), .show > .black-skin .btn-default.dropdown-toggle, .black-skin .btn-default:not([disabled]):not(.disabled):active:focus, .black-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .black-skin .btn-default.dropdown-toggle:focus, .cyan-skin .btn-primary:focus, .cyan-skin .btn-primary.focus, .cyan-skin .btn-primary:not([disabled]):not(.disabled):active, .cyan-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-primary.dropdown-toggle, .cyan-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-primary.dropdown-toggle:focus, .cyan-skin .btn-secondary:focus, .cyan-skin .btn-secondary.focus, .cyan-skin .btn-secondary:not([disabled]):not(.disabled):active, .cyan-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-secondary.dropdown-toggle, .cyan-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-secondary.dropdown-toggle:focus, .cyan-skin .btn-default:focus, .cyan-skin .btn-default.focus, .cyan-skin .btn-default:not([disabled]):not(.disabled):active, .cyan-skin .btn-default.active:not([disabled]):not(.disabled), .show > .cyan-skin .btn-default.dropdown-toggle, .cyan-skin .btn-default:not([disabled]):not(.disabled):active:focus, .cyan-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .cyan-skin .btn-default.dropdown-toggle:focus, .mdb-skin .btn-primary:focus, .mdb-skin .btn-primary.focus, .mdb-skin .btn-primary:not([disabled]):not(.disabled):active, .mdb-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-primary.dropdown-toggle, .mdb-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-primary.dropdown-toggle:focus, .mdb-skin .btn-secondary:focus, .mdb-skin .btn-secondary.focus, .mdb-skin .btn-secondary:not([disabled]):not(.disabled):active, .mdb-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-secondary.dropdown-toggle, .mdb-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-secondary.dropdown-toggle:focus, .mdb-skin .btn-default:focus, .mdb-skin .btn-default.focus, .mdb-skin .btn-default:not([disabled]):not(.disabled):active, .mdb-skin .btn-default.active:not([disabled]):not(.disabled), .show > .mdb-skin .btn-default.dropdown-toggle, .mdb-skin .btn-default:not([disabled]):not(.disabled):active:focus, .mdb-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .mdb-skin .btn-default.dropdown-toggle:focus, .deep-purple-skin .btn-primary:focus, .deep-purple-skin .btn-primary.focus, .deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-primary.dropdown-toggle, .deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-primary.dropdown-toggle:focus, .deep-purple-skin .btn-secondary:focus, .deep-purple-skin .btn-secondary.focus, .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-secondary.dropdown-toggle, .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-secondary.dropdown-toggle:focus, .deep-purple-skin .btn-default:focus, .deep-purple-skin .btn-default.focus, .deep-purple-skin .btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-default.active:not([disabled]):not(.disabled), .show > .deep-purple-skin .btn-default.dropdown-toggle, .deep-purple-skin .btn-default:not([disabled]):not(.disabled):active:focus, .deep-purple-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .deep-purple-skin .btn-default.dropdown-toggle:focus, .navy-blue-skin .btn-primary:focus, .navy-blue-skin .btn-primary.focus, .navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-primary.dropdown-toggle, .navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-primary.dropdown-toggle:focus, .navy-blue-skin .btn-secondary:focus, .navy-blue-skin .btn-secondary.focus, .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-secondary.dropdown-toggle, .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-secondary.dropdown-toggle:focus, .navy-blue-skin .btn-default:focus, .navy-blue-skin .btn-default.focus, .navy-blue-skin .btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-default.active:not([disabled]):not(.disabled), .show > .navy-blue-skin .btn-default.dropdown-toggle, .navy-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus, .navy-blue-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .navy-blue-skin .btn-default.dropdown-toggle:focus, .pink-skin .btn-primary:focus, .pink-skin .btn-primary.focus, .pink-skin .btn-primary:not([disabled]):not(.disabled):active, .pink-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-primary.dropdown-toggle, .pink-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-primary.dropdown-toggle:focus, .pink-skin .btn-secondary:focus, .pink-skin .btn-secondary.focus, .pink-skin .btn-secondary:not([disabled]):not(.disabled):active, .pink-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-secondary.dropdown-toggle, .pink-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-secondary.dropdown-toggle:focus, .pink-skin .btn-default:focus, .pink-skin .btn-default.focus, .pink-skin .btn-default:not([disabled]):not(.disabled):active, .pink-skin .btn-default.active:not([disabled]):not(.disabled), .show > .pink-skin .btn-default.dropdown-toggle, .pink-skin .btn-default:not([disabled]):not(.disabled):active:focus, .pink-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .pink-skin .btn-default.dropdown-toggle:focus, .indigo-skin .btn-primary:focus, .indigo-skin .btn-primary.focus, .indigo-skin .btn-primary:not([disabled]):not(.disabled):active, .indigo-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-primary.dropdown-toggle, .indigo-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-primary.dropdown-toggle:focus, .indigo-skin .btn-secondary:focus, .indigo-skin .btn-secondary.focus, .indigo-skin .btn-secondary:not([disabled]):not(.disabled):active, .indigo-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-secondary.dropdown-toggle, .indigo-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-secondary.dropdown-toggle:focus, .indigo-skin .btn-default:focus, .indigo-skin .btn-default.focus, .indigo-skin .btn-default:not([disabled]):not(.disabled):active, .indigo-skin .btn-default.active:not([disabled]):not(.disabled), .show > .indigo-skin .btn-default.dropdown-toggle, .indigo-skin .btn-default:not([disabled]):not(.disabled):active:focus, .indigo-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .indigo-skin .btn-default.dropdown-toggle:focus, .light-blue-skin .btn-primary:focus, .light-blue-skin .btn-primary.focus, .light-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-primary.dropdown-toggle, .light-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-primary.dropdown-toggle:focus, .light-blue-skin .btn-secondary:focus, .light-blue-skin .btn-secondary.focus, .light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-secondary.dropdown-toggle, .light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-secondary.dropdown-toggle:focus, .light-blue-skin .btn-default:focus, .light-blue-skin .btn-default.focus, .light-blue-skin .btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .btn-default.active:not([disabled]):not(.disabled), .show > .light-blue-skin .btn-default.dropdown-toggle, .light-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus, .light-blue-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .light-blue-skin .btn-default.dropdown-toggle:focus, .grey-skin .btn-primary:focus, .grey-skin .btn-primary.focus, .grey-skin .btn-primary:not([disabled]):not(.disabled):active, .grey-skin .btn-primary.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-primary.dropdown-toggle, .grey-skin .btn-primary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-primary.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-primary.dropdown-toggle:focus, .grey-skin .btn-secondary:focus, .grey-skin .btn-secondary.focus, .grey-skin .btn-secondary:not([disabled]):not(.disabled):active, .grey-skin .btn-secondary.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-secondary.dropdown-toggle, .grey-skin .btn-secondary:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-secondary.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-secondary.dropdown-toggle:focus, .grey-skin .btn-default:focus, .grey-skin .btn-default.focus, .grey-skin .btn-default:not([disabled]):not(.disabled):active, .grey-skin .btn-default.active:not([disabled]):not(.disabled), .show > .grey-skin .btn-default.dropdown-toggle, .grey-skin .btn-default:not([disabled]):not(.disabled):active:focus, .grey-skin .btn-default.active:not([disabled]):not(.disabled):focus, .show > .grey-skin .btn-default.dropdown-toggle:focus, .btn-floating.btn-flat.active, .picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused, .pricing-card .header, .form-header {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 12, ../scss/mdb/core/_global.scss */
.z-depth-2, .hoverable:hover, .modal-dialog.cascading-modal.modal-avatar .modal-header img, .btn-floating:hover, .colorful-select .dropdown-content li a:hover, .colorful-select .dropdown-content li span:hover, #toast-container > :hover, .testimonial-carousel .testimonial .avatar img {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 15, ../scss/mdb/core/_global.scss */
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* line 18, ../scss/mdb/core/_global.scss */
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/* line 21, ../scss/mdb/core/_global.scss */
.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/* line 26, ../scss/mdb/core/_global.scss */
.hoverable {
  transition: all 0.55s ease-in-out;
}
/* line 29, ../scss/mdb/core/_global.scss */
.hoverable:hover {
  transition: all 0.55s ease-in-out;
}

/* line 36, ../scss/mdb/core/_global.scss */
.disabled,
:disabled {
  pointer-events: none !important;
}

/* line 42, ../scss/mdb/core/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
  color: #0275d8;
}
/* line 46, ../scss/mdb/core/_global.scss */
a:hover {
  text-decoration: none;
}
/* line 51, ../scss/mdb/core/_global.scss */
a.disabled:hover, a:disabled:hover {
  color: #0275d8;
}

/* line 57, ../scss/mdb/core/_global.scss */
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 3, ../scss/mdb/core/_helpers.scss */
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header,
.video-fluid {
  max-width: 100%;
  height: auto;
}

/* line 9, ../scss/mdb/core/_helpers.scss */
.flex-center, .section.team-section .avatar, .testimonial-carousel .testimonial .avatar, .card .card-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 14, ../scss/mdb/core/_helpers.scss */
.flex-center p, .section.team-section .avatar p, .testimonial-carousel .testimonial .avatar p, .card .card-circle p {
  margin: 0;
}
/* line 17, ../scss/mdb/core/_helpers.scss */
.flex-center ul, .section.team-section .avatar ul, .testimonial-carousel .testimonial .avatar ul, .card .card-circle ul {
  text-align: center;
}
/* line 19, ../scss/mdb/core/_helpers.scss */
.flex-center ul li, .section.team-section .avatar ul li, .testimonial-carousel .testimonial .avatar ul li, .card .card-circle ul li {
  margin-bottom: 1rem;
}
/* line 21, ../scss/mdb/core/_helpers.scss */
.flex-center ul li:last-of-type, .section.team-section .avatar ul li:last-of-type, .testimonial-carousel .testimonial .avatar ul li:last-of-type, .card .card-circle ul li:last-of-type {
  margin-bottom: 0;
}

/* line 28, ../scss/mdb/core/_helpers.scss */
.hr-light {
  border-top: 1px solid #ffffff;
}

/* line 32, ../scss/mdb/core/_helpers.scss */
.hr-dark {
  border-top: 1px solid #666;
}

/* line 37, ../scss/mdb/core/_helpers.scss */
.collapsible-body {
  display: none;
}

/* line 41, ../scss/mdb/core/_helpers.scss */
.jumbotron {
  border-radius: 0.125rem;
  background-color: #ffffff;
}

/* line 47, ../scss/mdb/core/_helpers.scss */
.avatar {
  max-width: 150px;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-primary {
  border-color: #4285f4 !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-danger {
  border-color: #ff3547 !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-warning {
  border-color: #ff8800 !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-success {
  border-color: #00c851 !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-info {
  border-color: #33b5e5 !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-default {
  border-color: #2bbbad !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-secondary {
  border-color: #aa66cc !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-dark {
  border-color: #212121 !important;
}

/* line 52, ../scss/mdb/core/_helpers.scss */
.border-light {
  border-color: #e0e0e0 !important;
}

/* line 3, ../scss/mdb/core/_masks.scss */
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
/* line 7, ../scss/mdb/core/_masks.scss */
.view .full-bg-img {
  height: 100%;
}
/* line 10, ../scss/mdb/core/_masks.scss */
.view .full-bg-img,
.view .full-bg-img video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 16, ../scss/mdb/core/_masks.scss */
.view .mask {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
/* line 24, ../scss/mdb/core/_masks.scss */
.view img, .view video {
  position: relative;
  display: block;
}
/* line 29, ../scss/mdb/core/_masks.scss */
.view video.video-intro {
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* line 45, ../scss/mdb/core/_masks.scss */
.overlay .mask {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
/* line 48, ../scss/mdb/core/_masks.scss */
.overlay .mask:hover {
  opacity: 1;
}

/* line 56, ../scss/mdb/core/_masks.scss */
.zoom img, .zoom video {
  transition: all 0.2s linear;
}
/* line 60, ../scss/mdb/core/_masks.scss */
.zoom:hover img, .zoom:hover video {
  transform: scale(1.1);
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-1 {
  background: url("../img/overlays/01.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-2 {
  background: url("../img/overlays/02.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-3 {
  background: url("../img/overlays/03.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-4 {
  background: url("../img/overlays/04.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-5 {
  background: url("../img/overlays/05.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-6 {
  background: url("../img/overlays/06.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-7 {
  background: url("../img/overlays/07.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-8 {
  background: url("../img/overlays/08.png");
}

/* line 80, ../scss/mdb/core/_masks.scss */
.pattern-9 {
  background: url("../img/overlays/09.png");
}

/* line 86, ../scss/mdb/core/_masks.scss */
.full-height,
.full-height body,
.full-height header,
.full-height header .view {
  height: 100%;
}

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 23, ../scss/mdb/core/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
/* line 30, ../scss/mdb/core/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
/* line 50, ../scss/mdb/core/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
/* line 56, ../scss/mdb/core/_waves.scss */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
/* line 60, ../scss/mdb/core/_waves.scss */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 65, ../scss/mdb/core/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 69, ../scss/mdb/core/_waves.scss */
.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 75, ../scss/mdb/core/_waves.scss */
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

/* line 93, ../scss/mdb/core/_waves.scss */
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

/* line 98, ../scss/mdb/core/_waves.scss */
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

/* line 103, ../scss/mdb/core/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: middle;
  display: inline-block;
}
/* line 107, ../scss/mdb/core/_waves.scss */
.waves-input-wrapper.waves-button {
  padding: 0;
}
/* line 111, ../scss/mdb/core/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 119, ../scss/mdb/core/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

/* line 127, ../scss/mdb/core/_waves.scss */
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}
/* line 132, ../scss/mdb/core/_waves.scss */
.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 137, ../scss/mdb/core/_waves.scss */
.waves-block {
  display: block;
}

/* line 142, ../scss/mdb/core/_waves.scss */
a.waves-effect, a.waves-light {
  display: inline-block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
/* line 9, ../scss/mdb/free/_animations-basic.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* line 12, ../scss/mdb/free/_animations-basic.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}
/* line 15, ../scss/mdb/free/_animations-basic.scss */
.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 30, ../scss/mdb/free/_animations-basic.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 46, ../scss/mdb/free/_animations-basic.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 62, ../scss/mdb/free/_animations-basic.scss */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 78, ../scss/mdb/free/_animations-basic.scss */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 94, ../scss/mdb/free/_animations-basic.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 108, ../scss/mdb/free/_animations-basic.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/* line 123, ../scss/mdb/free/_animations-basic.scss */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 138, ../scss/mdb/free/_animations-basic.scss */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
/* line 153, ../scss/mdb/free/_animations-basic.scss */
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
/* line 168, ../scss/mdb/free/_animations-basic.scss */
.fadeOutUp {
  animation-name: fadeOutUp;
}

/* line 1, ../scss/mdb/free/_animations-extended.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
/* line 29, ../scss/mdb/free/_animations-extended.scss */
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 44, ../scss/mdb/free/_animations-extended.scss */
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 64, ../scss/mdb/free/_animations-extended.scss */
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 98, ../scss/mdb/free/_animations-extended.scss */
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
/* line 116, ../scss/mdb/free/_animations-extended.scss */
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
/* line 146, ../scss/mdb/free/_animations-extended.scss */
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 173, ../scss/mdb/free/_animations-extended.scss */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 200, ../scss/mdb/free/_animations-extended.scss */
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
/* line 236, ../scss/mdb/free/_animations-extended.scss */
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 274, ../scss/mdb/free/_animations-extended.scss */
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* line 312, ../scss/mdb/free/_animations-extended.scss */
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
/* line 344, ../scss/mdb/free/_animations-extended.scss */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
/* line 376, ../scss/mdb/free/_animations-extended.scss */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
/* line 408, ../scss/mdb/free/_animations-extended.scss */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 440, ../scss/mdb/free/_animations-extended.scss */
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 460, ../scss/mdb/free/_animations-extended.scss */
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 480, ../scss/mdb/free/_animations-extended.scss */
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 496, ../scss/mdb/free/_animations-extended.scss */
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 512, ../scss/mdb/free/_animations-extended.scss */
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 532, ../scss/mdb/free/_animations-extended.scss */
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 548, ../scss/mdb/free/_animations-extended.scss */
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 563, ../scss/mdb/free/_animations-extended.scss */
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 579, ../scss/mdb/free/_animations-extended.scss */
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 595, ../scss/mdb/free/_animations-extended.scss */
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 610, ../scss/mdb/free/_animations-extended.scss */
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 625, ../scss/mdb/free/_animations-extended.scss */
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 640, ../scss/mdb/free/_animations-extended.scss */
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 655, ../scss/mdb/free/_animations-extended.scss */
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
/* line 686, ../scss/mdb/free/_animations-extended.scss */
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/* line 717, ../scss/mdb/free/_animations-extended.scss */
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/* line 748, ../scss/mdb/free/_animations-extended.scss */
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 769, ../scss/mdb/free/_animations-extended.scss */
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 790, ../scss/mdb/free/_animations-extended.scss */
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
/* line 817, ../scss/mdb/free/_animations-extended.scss */
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 833, ../scss/mdb/free/_animations-extended.scss */
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
/* line 852, ../scss/mdb/free/_animations-extended.scss */
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 870, ../scss/mdb/free/_animations-extended.scss */
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 888, ../scss/mdb/free/_animations-extended.scss */
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 906, ../scss/mdb/free/_animations-extended.scss */
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 924, ../scss/mdb/free/_animations-extended.scss */
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 941, ../scss/mdb/free/_animations-extended.scss */
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 958, ../scss/mdb/free/_animations-extended.scss */
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 975, ../scss/mdb/free/_animations-extended.scss */
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 992, ../scss/mdb/free/_animations-extended.scss */
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 1009, ../scss/mdb/free/_animations-extended.scss */
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 1038, ../scss/mdb/free/_animations-extended.scss */
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* line 1063, ../scss/mdb/free/_animations-extended.scss */
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 1081, ../scss/mdb/free/_animations-extended.scss */
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 1098, ../scss/mdb/free/_animations-extended.scss */
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 1113, ../scss/mdb/free/_animations-extended.scss */
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1131, ../scss/mdb/free/_animations-extended.scss */
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1149, ../scss/mdb/free/_animations-extended.scss */
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1167, ../scss/mdb/free/_animations-extended.scss */
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1185, ../scss/mdb/free/_animations-extended.scss */
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 1204, ../scss/mdb/free/_animations-extended.scss */
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1223, ../scss/mdb/free/_animations-extended.scss */
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
/* line 1240, ../scss/mdb/free/_animations-extended.scss */
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
/* line 1257, ../scss/mdb/free/_animations-extended.scss */
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1276, ../scss/mdb/free/_animations-extended.scss */
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1291, ../scss/mdb/free/_animations-extended.scss */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1306, ../scss/mdb/free/_animations-extended.scss */
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1321, ../scss/mdb/free/_animations-extended.scss */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1336, ../scss/mdb/free/_animations-extended.scss */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1351, ../scss/mdb/free/_animations-extended.scss */
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1366, ../scss/mdb/free/_animations-extended.scss */
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1381, ../scss/mdb/free/_animations-extended.scss */
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1396, ../scss/mdb/free/_animations-extended.scss */
.slideOutUp {
  animation-name: slideOutUp;
}

/* line 2, ../scss/mdb/free/_buttons.scss */
.btn {
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
  transition: all 0.2s ease-in-out;
  margin: 0.375rem;
  border: 0;
  border-radius: 0.125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #ffffff !important;
}
/* line 14, ../scss/mdb/free/_buttons.scss */
.btn:hover, .btn:active, .btn:focus {
  outline: 0;
}
/* line 24, ../scss/mdb/free/_buttons.scss */
.btn .fa {
  position: relative;
  font-size: 0.9rem;
}
/* line 27, ../scss/mdb/free/_buttons.scss */
.btn .fa.right {
  margin-left: 0.3rem;
}
/* line 30, ../scss/mdb/free/_buttons.scss */
.btn .fa.left {
  margin-right: 0.3rem;
}
/* line 34, ../scss/mdb/free/_buttons.scss */
.btn.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2.4rem;
  font-size: 0.94rem;
}
/* line 36, ../scss/mdb/free/_buttons.scss */
.btn.btn-lg .fa, .btn-group-lg > .btn .fa {
  font-size: 1rem;
}
/* line 40, ../scss/mdb/free/_buttons.scss */
.btn.btn-md {
  padding: 0.7rem 1.6rem;
  font-size: 0.7rem;
}
/* line 42, ../scss/mdb/free/_buttons.scss */
.btn.btn-md .fa {
  font-size: 0.8rem;
}
/* line 46, ../scss/mdb/free/_buttons.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1.6rem;
  font-size: 0.64rem;
}
/* line 48, ../scss/mdb/free/_buttons.scss */
.btn.btn-sm .fa, .btn-group-sm > .btn .fa {
  font-size: 0.7rem;
}
/* line 52, ../scss/mdb/free/_buttons.scss */
.btn.btn-tb {
  padding: 0.3rem 1rem;
}
/* line 63, ../scss/mdb/free/_buttons.scss */
.btn.btn-block {
  margin: inherit;
}
/* line 66, ../scss/mdb/free/_buttons.scss */
.btn.btn-link {
  box-shadow: none;
  background-color: transparent;
}
/* line 70, ../scss/mdb/free/_buttons.scss */
.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
  box-shadow: none !important;
  background-color: transparent;
}
/* line 77, ../scss/mdb/free/_buttons.scss */
.btn[class*="btn-outline-"] {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
/* line 80, ../scss/mdb/free/_buttons.scss */
.btn[class*="btn-outline-"].btn-lg, .btn-group-lg > .btn[class*="btn-outline-"] {
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
}
/* line 84, ../scss/mdb/free/_buttons.scss */
.btn[class*="btn-outline-"].btn-md {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}
/* line 88, ../scss/mdb/free/_buttons.scss */
.btn[class*="btn-outline-"].btn-sm, .btn-group-sm > .btn[class*="btn-outline-"] {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}

/* line 95, ../scss/mdb/free/_buttons.scss */
.btn-group .btn {
  margin: 0;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-primary {
  background-color: #4285f4 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-primary:hover {
  background-color: #5a95f5;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #0b51c5;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-primary.dropdown-toggle {
  background-color: #4285f4 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
  background-color: #5a95f5 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #0b51c5 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.primary-ic {
  color: #4285f4 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.primary-ic:hover, .primary-ic:focus {
  color: #4285f4;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-primary {
  border: 2px solid #4285f4 !important;
  background-color: transparent !important;
  color: #4285f4 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary.active {
  border-color: #4285f4 !important;
  background-color: transparent !important;
  color: #4285f4 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #4285f4 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-danger {
  background-color: #ff3547 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-danger:hover {
  background-color: #ff4f5e;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: #ce0012;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-danger.dropdown-toggle {
  background-color: #ff3547 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-danger.dropdown-toggle:hover, .btn-danger.dropdown-toggle:focus {
  background-color: #ff4f5e !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  background-color: #ce0012 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.danger-ic {
  color: #ff3547 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.danger-ic:hover, .danger-ic:focus {
  color: #ff3547;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-danger {
  border: 2px solid #ff3547 !important;
  background-color: transparent !important;
  color: #ff3547 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger.active {
  border-color: #ff3547 !important;
  background-color: transparent !important;
  color: #ff3547 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff3547 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-warning {
  background-color: #ff8800 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-warning:hover {
  background-color: #ff941a;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background-color: #995200;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-warning.dropdown-toggle {
  background-color: #ff8800 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-warning.dropdown-toggle:hover, .btn-warning.dropdown-toggle:focus {
  background-color: #ff941a !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  background-color: #995200 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.warning-ic {
  color: #ff8800 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.warning-ic:hover, .warning-ic:focus {
  color: #ff8800;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-warning {
  border: 2px solid #ff8800 !important;
  background-color: transparent !important;
  color: #ff8800 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning.active {
  border-color: #ff8800 !important;
  background-color: transparent !important;
  color: #ff8800 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff8800 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-success {
  background-color: #00c851 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-success:hover {
  background-color: #00e25b;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: #006228;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-success.dropdown-toggle {
  background-color: #00c851 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-success.dropdown-toggle:hover, .btn-success.dropdown-toggle:focus {
  background-color: #00e25b !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: #006228 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.success-ic {
  color: #00c851 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.success-ic:hover, .success-ic:focus {
  color: #00c851;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-success {
  border: 2px solid #00c851 !important;
  background-color: transparent !important;
  color: #00c851 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success.active {
  border-color: #00c851 !important;
  background-color: transparent !important;
  color: #00c851 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00c851 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-info {
  background-color: #33b5e5 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-info:hover {
  background-color: #4abde8;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: #14799e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-info.dropdown-toggle {
  background-color: #33b5e5 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-info.dropdown-toggle:hover, .btn-info.dropdown-toggle:focus {
  background-color: #4abde8 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  background-color: #14799e !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.info-ic {
  color: #33b5e5 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.info-ic:hover, .info-ic:focus {
  color: #33b5e5;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-info {
  border: 2px solid #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:active:focus, .btn-outline-info.active {
  border-color: #33b5e5 !important;
  background-color: transparent !important;
  color: #33b5e5 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  background-color: transparent !important;
  border-color: #33b5e5 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-default {
  background-color: #2bbbad !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-default:hover {
  background-color: #30cfc0;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #186860;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-default.dropdown-toggle {
  background-color: #2bbbad !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-default.dropdown-toggle:hover, .btn-default.dropdown-toggle:focus {
  background-color: #30cfc0 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  background-color: #186860 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.default-ic {
  color: #2bbbad !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.default-ic:hover, .default-ic:focus {
  color: #2bbbad;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-default {
  border: 2px solid #2bbbad !important;
  background-color: transparent !important;
  color: #2bbbad !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default.active {
  border-color: #2bbbad !important;
  background-color: transparent !important;
  color: #2bbbad !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-default:not([disabled]):not(.disabled):active, .btn-outline-default:not([disabled]):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2bbbad !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-secondary {
  background-color: #aa66cc !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-secondary:hover {
  background-color: #b579d2;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #773399;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-secondary.dropdown-toggle {
  background-color: #aa66cc !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
  background-color: #b579d2 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: #773399 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.secondary-ic {
  color: #aa66cc !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.secondary-ic:hover, .secondary-ic:focus {
  color: #aa66cc;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-secondary {
  border: 2px solid #aa66cc !important;
  background-color: transparent !important;
  color: #aa66cc !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:active:focus, .btn-outline-secondary.active {
  border-color: #aa66cc !important;
  background-color: transparent !important;
  color: #aa66cc !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #aa66cc !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-elegant {
  background-color: #2e2e2e !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-elegant:hover {
  background-color: #3b3b3b;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-elegant:focus, .btn-elegant:active, .btn-elegant.active {
  background-color: black;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-elegant.dropdown-toggle {
  background-color: #2e2e2e !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-elegant.dropdown-toggle:hover, .btn-elegant.dropdown-toggle:focus {
  background-color: #3b3b3b !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-elegant:not([disabled]):not(.disabled):active, .btn-elegant:not([disabled]):not(.disabled).active, .show > .btn-elegant.dropdown-toggle {
  background-color: black !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.elegant-ic {
  color: #2e2e2e !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.elegant-ic:hover, .elegant-ic:focus {
  color: #2e2e2e;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-elegant {
  border: 2px solid #2e2e2e !important;
  background-color: transparent !important;
  color: #2e2e2e !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-elegant:hover, .btn-outline-elegant:focus, .btn-outline-elegant:active, .btn-outline-elegant:active:focus, .btn-outline-elegant.active {
  border-color: #2e2e2e !important;
  background-color: transparent !important;
  color: #2e2e2e !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-elegant:not([disabled]):not(.disabled):active, .btn-outline-elegant:not([disabled]):not(.disabled).active, .show > .btn-outline-elegant.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2e2e2e !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-unique {
  background-color: #880e4f !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-unique:hover {
  background-color: #9f105c;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-unique:focus, .btn-unique:active, .btn-unique.active {
  background-color: #2c0419;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-unique.dropdown-toggle {
  background-color: #880e4f !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-unique.dropdown-toggle:hover, .btn-unique.dropdown-toggle:focus {
  background-color: #9f105c !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-unique:not([disabled]):not(.disabled):active, .btn-unique:not([disabled]):not(.disabled).active, .show > .btn-unique.dropdown-toggle {
  background-color: #2c0419 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.unique-ic {
  color: #880e4f !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.unique-ic:hover, .unique-ic:focus {
  color: #880e4f;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-unique {
  border: 2px solid #880e4f !important;
  background-color: transparent !important;
  color: #880e4f !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-unique:hover, .btn-outline-unique:focus, .btn-outline-unique:active, .btn-outline-unique:active:focus, .btn-outline-unique.active {
  border-color: #880e4f !important;
  background-color: transparent !important;
  color: #880e4f !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-unique:not([disabled]):not(.disabled):active, .btn-outline-unique:not([disabled]):not(.disabled).active, .show > .btn-outline-unique.dropdown-toggle {
  background-color: transparent !important;
  border-color: #880e4f !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-dark-green {
  background-color: #388e3c !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-dark-green:hover {
  background-color: #3fa044;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
  background-color: #1b451d;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-dark-green.dropdown-toggle {
  background-color: #388e3c !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-dark-green.dropdown-toggle:hover, .btn-dark-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-dark-green:not([disabled]):not(.disabled):active, .btn-dark-green:not([disabled]):not(.disabled).active, .show > .btn-dark-green.dropdown-toggle {
  background-color: #1b451d !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.dark-green-ic {
  color: #388e3c !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.dark-green-ic:hover, .dark-green-ic:focus {
  color: #388e3c;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-dark-green {
  border: 2px solid #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-dark-green:hover, .btn-outline-dark-green:focus, .btn-outline-dark-green:active, .btn-outline-dark-green:active:focus, .btn-outline-dark-green.active {
  border-color: #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-dark-green:not([disabled]):not(.disabled):active, .btn-outline-dark-green:not([disabled]):not(.disabled).active, .show > .btn-outline-dark-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-mdb-color {
  background-color: #59698d !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-mdb-color:hover {
  background-color: #63759d;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-mdb-color:focus, .btn-mdb-color:active, .btn-mdb-color.active {
  background-color: #323a4e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-mdb-color.dropdown-toggle {
  background-color: #59698d !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-mdb-color.dropdown-toggle:hover, .btn-mdb-color.dropdown-toggle:focus {
  background-color: #63759d !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-mdb-color:not([disabled]):not(.disabled):active, .btn-mdb-color:not([disabled]):not(.disabled).active, .show > .btn-mdb-color.dropdown-toggle {
  background-color: #323a4e !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.mdb-color-ic {
  color: #59698d !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.mdb-color-ic:hover, .mdb-color-ic:focus {
  color: #59698d;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-mdb-color {
  border: 2px solid #59698d !important;
  background-color: transparent !important;
  color: #59698d !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-mdb-color:hover, .btn-outline-mdb-color:focus, .btn-outline-mdb-color:active, .btn-outline-mdb-color:active:focus, .btn-outline-mdb-color.active {
  border-color: #59698d !important;
  background-color: transparent !important;
  color: #59698d !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-mdb-color:not([disabled]):not(.disabled):active, .btn-outline-mdb-color:not([disabled]):not(.disabled).active, .show > .btn-outline-mdb-color.dropdown-toggle {
  background-color: transparent !important;
  border-color: #59698d !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-red {
  background-color: #d32f2f !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-red:hover {
  background-color: #d74444;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #811b1b;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-red.dropdown-toggle {
  background-color: #d32f2f !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-red.dropdown-toggle:hover, .btn-red.dropdown-toggle:focus {
  background-color: #d74444 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-red:not([disabled]):not(.disabled):active, .btn-red:not([disabled]):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  background-color: #811b1b !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.red-ic {
  color: #d32f2f !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.red-ic:hover, .red-ic:focus {
  color: #d32f2f;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-red {
  border: 2px solid #d32f2f !important;
  background-color: transparent !important;
  color: #d32f2f !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red.active {
  border-color: #d32f2f !important;
  background-color: transparent !important;
  color: #d32f2f !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-red:not([disabled]):not(.disabled):active, .btn-outline-red:not([disabled]):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  background-color: transparent !important;
  border-color: #d32f2f !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-pink {
  background-color: #ec407a !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-pink:hover {
  background-color: #ee578a;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-pink:focus, .btn-pink:active, .btn-pink.active {
  background-color: #b41249;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-pink.dropdown-toggle {
  background-color: #ec407a !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-pink.dropdown-toggle:hover, .btn-pink.dropdown-toggle:focus {
  background-color: #ee578a !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-pink:not([disabled]):not(.disabled):active, .btn-pink:not([disabled]):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  background-color: #b41249 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.pink-ic {
  color: #ec407a !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.pink-ic:hover, .pink-ic:focus {
  color: #ec407a;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-pink {
  border: 2px solid #ec407a !important;
  background-color: transparent !important;
  color: #ec407a !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink:active:focus, .btn-outline-pink.active {
  border-color: #ec407a !important;
  background-color: transparent !important;
  color: #ec407a !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-pink:not([disabled]):not(.disabled):active, .btn-outline-pink:not([disabled]):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ec407a !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-purple {
  background-color: #8e24aa !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-purple:hover {
  background-color: #a028bf;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-purple:focus, .btn-purple:active, .btn-purple.active {
  background-color: #481256;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-purple.dropdown-toggle {
  background-color: #8e24aa !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-purple.dropdown-toggle:hover, .btn-purple.dropdown-toggle:focus {
  background-color: #a028bf !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-purple:not([disabled]):not(.disabled):active, .btn-purple:not([disabled]):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  background-color: #481256 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.purple-ic {
  color: #8e24aa !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.purple-ic:hover, .purple-ic:focus {
  color: #8e24aa;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-purple {
  border: 2px solid #8e24aa !important;
  background-color: transparent !important;
  color: #8e24aa !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple:active:focus, .btn-outline-purple.active {
  border-color: #8e24aa !important;
  background-color: transparent !important;
  color: #8e24aa !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-purple:not([disabled]):not(.disabled):active, .btn-outline-purple:not([disabled]):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8e24aa !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-deep-purple {
  background-color: #512da8 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-deep-purple:hover {
  background-color: #5b32bc;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-deep-purple:focus, .btn-deep-purple:active, .btn-deep-purple.active {
  background-color: #2a1758;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-deep-purple.dropdown-toggle {
  background-color: #512da8 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-deep-purple.dropdown-toggle:hover, .btn-deep-purple.dropdown-toggle:focus {
  background-color: #5b32bc !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-deep-purple:not([disabled]):not(.disabled):active, .btn-deep-purple:not([disabled]):not(.disabled).active, .show > .btn-deep-purple.dropdown-toggle {
  background-color: #2a1758 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.deep-purple-ic {
  color: #512da8 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.deep-purple-ic:hover, .deep-purple-ic:focus {
  color: #512da8;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-deep-purple {
  border: 2px solid #512da8 !important;
  background-color: transparent !important;
  color: #512da8 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-deep-purple:hover, .btn-outline-deep-purple:focus, .btn-outline-deep-purple:active, .btn-outline-deep-purple:active:focus, .btn-outline-deep-purple.active {
  border-color: #512da8 !important;
  background-color: transparent !important;
  color: #512da8 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-deep-purple:not([disabled]):not(.disabled):active, .btn-outline-deep-purple:not([disabled]):not(.disabled).active, .show > .btn-outline-deep-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #512da8 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-indigo {
  background-color: #3f51b5 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-indigo:hover {
  background-color: #4d5ec1;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-indigo:focus, .btn-indigo:active, .btn-indigo.active {
  background-color: #252f69;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-indigo.dropdown-toggle:hover, .btn-indigo.dropdown-toggle:focus {
  background-color: #4d5ec1 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-indigo:not([disabled]):not(.disabled):active, .btn-indigo:not([disabled]):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  background-color: #252f69 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.indigo-ic {
  color: #3f51b5 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.indigo-ic:hover, .indigo-ic:focus {
  color: #3f51b5;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-indigo {
  border: 2px solid #3f51b5 !important;
  background-color: transparent !important;
  color: #3f51b5 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-indigo:hover, .btn-outline-indigo:focus, .btn-outline-indigo:active, .btn-outline-indigo:active:focus, .btn-outline-indigo.active {
  border-color: #3f51b5 !important;
  background-color: transparent !important;
  color: #3f51b5 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-indigo:not([disabled]):not(.disabled):active, .btn-outline-indigo:not([disabled]):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  background-color: transparent !important;
  border-color: #3f51b5 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-blue {
  background-color: #1976d2 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-blue:hover {
  background-color: #2083e4;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-blue:focus, .btn-blue:active, .btn-blue.active {
  background-color: #0e4377;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-blue.dropdown-toggle {
  background-color: #1976d2 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-blue.dropdown-toggle:hover, .btn-blue.dropdown-toggle:focus {
  background-color: #2083e4 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-blue:not([disabled]):not(.disabled):active, .btn-blue:not([disabled]):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  background-color: #0e4377 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.blue-ic {
  color: #1976d2 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.blue-ic:hover, .blue-ic:focus {
  color: #1976d2;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-blue {
  border: 2px solid #1976d2 !important;
  background-color: transparent !important;
  color: #1976d2 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue:active:focus, .btn-outline-blue.active {
  border-color: #1976d2 !important;
  background-color: transparent !important;
  color: #1976d2 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-blue:not([disabled]):not(.disabled):active, .btn-outline-blue:not([disabled]):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #1976d2 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-light-blue {
  background-color: #82b1ff !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-light-blue:hover {
  background-color: #9cc1ff;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
  background-color: #1c71ff;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-light-blue.dropdown-toggle {
  background-color: #82b1ff !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-light-blue.dropdown-toggle:hover, .btn-light-blue.dropdown-toggle:focus {
  background-color: #9cc1ff !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-light-blue:not([disabled]):not(.disabled):active, .btn-light-blue:not([disabled]):not(.disabled).active, .show > .btn-light-blue.dropdown-toggle {
  background-color: #1c71ff !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.light-blue-ic {
  color: #82b1ff !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.light-blue-ic:hover, .light-blue-ic:focus {
  color: #82b1ff;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-light-blue {
  border: 2px solid #82b1ff !important;
  background-color: transparent !important;
  color: #82b1ff !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-light-blue:hover, .btn-outline-light-blue:focus, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue.active {
  border-color: #82b1ff !important;
  background-color: transparent !important;
  color: #82b1ff !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-light-blue:not([disabled]):not(.disabled):active, .btn-outline-light-blue:not([disabled]):not(.disabled).active, .show > .btn-outline-light-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #82b1ff !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-cyan {
  background-color: #00bcd4 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-cyan:hover {
  background-color: #00d3ee;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-cyan:focus, .btn-cyan:active, .btn-cyan.active {
  background-color: #00626e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-cyan.dropdown-toggle {
  background-color: #00bcd4 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-cyan.dropdown-toggle:hover, .btn-cyan.dropdown-toggle:focus {
  background-color: #00d3ee !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-cyan:not([disabled]):not(.disabled):active, .btn-cyan:not([disabled]):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  background-color: #00626e !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.cyan-ic {
  color: #00bcd4 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.cyan-ic:hover, .cyan-ic:focus {
  color: #00bcd4;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-cyan {
  border: 2px solid #00bcd4 !important;
  background-color: transparent !important;
  color: #00bcd4 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan:active:focus, .btn-outline-cyan.active {
  border-color: #00bcd4 !important;
  background-color: transparent !important;
  color: #00bcd4 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-cyan:not([disabled]):not(.disabled):active, .btn-outline-cyan:not([disabled]):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00bcd4 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-teal {
  background-color: #00796b !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-teal:hover {
  background-color: #009382;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-teal:focus, .btn-teal:active, .btn-teal.active {
  background-color: #001311;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-teal.dropdown-toggle {
  background-color: #00796b !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-teal.dropdown-toggle:hover, .btn-teal.dropdown-toggle:focus {
  background-color: #009382 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-teal:not([disabled]):not(.disabled):active, .btn-teal:not([disabled]):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  background-color: #001311 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.teal-ic {
  color: #00796b !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.teal-ic:hover, .teal-ic:focus {
  color: #00796b;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-teal {
  border: 2px solid #00796b !important;
  background-color: transparent !important;
  color: #00796b !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-teal:hover, .btn-outline-teal:focus, .btn-outline-teal:active, .btn-outline-teal:active:focus, .btn-outline-teal.active {
  border-color: #00796b !important;
  background-color: transparent !important;
  color: #00796b !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-teal:not([disabled]):not(.disabled):active, .btn-outline-teal:not([disabled]):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00796b !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-green {
  background-color: #388e3c !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-green:hover {
  background-color: #3fa044;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #1b451d;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-green.dropdown-toggle {
  background-color: #388e3c !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-green.dropdown-toggle:hover, .btn-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-green:not([disabled]):not(.disabled):active, .btn-green:not([disabled]):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  background-color: #1b451d !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.green-ic {
  color: #388e3c !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.green-ic:hover, .green-ic:focus {
  color: #388e3c;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-green {
  border: 2px solid #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green.active {
  border-color: #388e3c !important;
  background-color: transparent !important;
  color: #388e3c !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-green:not([disabled]):not(.disabled):active, .btn-outline-green:not([disabled]):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-light-green {
  background-color: #8bc34a !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-light-green:hover {
  background-color: #97c95d;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-light-green:focus, .btn-light-green:active, .btn-light-green.active {
  background-color: #577d2a;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-light-green.dropdown-toggle {
  background-color: #8bc34a !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-light-green.dropdown-toggle:hover, .btn-light-green.dropdown-toggle:focus {
  background-color: #97c95d !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-light-green:not([disabled]):not(.disabled):active, .btn-light-green:not([disabled]):not(.disabled).active, .show > .btn-light-green.dropdown-toggle {
  background-color: #577d2a !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.light-green-ic {
  color: #8bc34a !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.light-green-ic:hover, .light-green-ic:focus {
  color: #8bc34a;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-light-green {
  border: 2px solid #8bc34a !important;
  background-color: transparent !important;
  color: #8bc34a !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-light-green:hover, .btn-outline-light-green:focus, .btn-outline-light-green:active, .btn-outline-light-green:active:focus, .btn-outline-light-green.active {
  border-color: #8bc34a !important;
  background-color: transparent !important;
  color: #8bc34a !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-light-green:not([disabled]):not(.disabled):active, .btn-outline-light-green:not([disabled]):not(.disabled).active, .show > .btn-outline-light-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8bc34a !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-lime {
  background-color: #afb42b !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-lime:hover {
  background-color: #c3c930;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-lime:focus, .btn-lime:active, .btn-lime.active {
  background-color: #5f6217;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-lime.dropdown-toggle {
  background-color: #afb42b !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-lime.dropdown-toggle:hover, .btn-lime.dropdown-toggle:focus {
  background-color: #c3c930 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-lime:not([disabled]):not(.disabled):active, .btn-lime:not([disabled]):not(.disabled).active, .show > .btn-lime.dropdown-toggle {
  background-color: #5f6217 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.lime-ic {
  color: #afb42b !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.lime-ic:hover, .lime-ic:focus {
  color: #afb42b;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-lime {
  border: 2px solid #afb42b !important;
  background-color: transparent !important;
  color: #afb42b !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-lime:hover, .btn-outline-lime:focus, .btn-outline-lime:active, .btn-outline-lime:active:focus, .btn-outline-lime.active {
  border-color: #afb42b !important;
  background-color: transparent !important;
  color: #afb42b !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-lime:not([disabled]):not(.disabled):active, .btn-outline-lime:not([disabled]):not(.disabled).active, .show > .btn-outline-lime.dropdown-toggle {
  background-color: transparent !important;
  border-color: #afb42b !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-yellow {
  background-color: #fbc02d !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-yellow:hover {
  background-color: #fbc846;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
  background-color: #be8904;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-yellow.dropdown-toggle {
  background-color: #fbc02d !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-yellow.dropdown-toggle:hover, .btn-yellow.dropdown-toggle:focus {
  background-color: #fbc846 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-yellow:not([disabled]):not(.disabled):active, .btn-yellow:not([disabled]):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  background-color: #be8904 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.yellow-ic {
  color: #fbc02d !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.yellow-ic:hover, .yellow-ic:focus {
  color: #fbc02d;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-yellow {
  border: 2px solid #fbc02d !important;
  background-color: transparent !important;
  color: #fbc02d !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-yellow:hover, .btn-outline-yellow:focus, .btn-outline-yellow:active, .btn-outline-yellow:active:focus, .btn-outline-yellow.active {
  border-color: #fbc02d !important;
  background-color: transparent !important;
  color: #fbc02d !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-yellow:not([disabled]):not(.disabled):active, .btn-outline-yellow:not([disabled]):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fbc02d !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-amber {
  background-color: #ffa000 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-amber:hover {
  background-color: #ffaa1a;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-amber:focus, .btn-amber:active, .btn-amber.active {
  background-color: #996000;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-amber.dropdown-toggle {
  background-color: #ffa000 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-amber.dropdown-toggle:hover, .btn-amber.dropdown-toggle:focus {
  background-color: #ffaa1a !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-amber:not([disabled]):not(.disabled):active, .btn-amber:not([disabled]):not(.disabled).active, .show > .btn-amber.dropdown-toggle {
  background-color: #996000 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.amber-ic {
  color: #ffa000 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.amber-ic:hover, .amber-ic:focus {
  color: #ffa000;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-amber {
  border: 2px solid #ffa000 !important;
  background-color: transparent !important;
  color: #ffa000 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-amber:hover, .btn-outline-amber:focus, .btn-outline-amber:active, .btn-outline-amber:active:focus, .btn-outline-amber.active {
  border-color: #ffa000 !important;
  background-color: transparent !important;
  color: #ffa000 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-amber:not([disabled]):not(.disabled):active, .btn-outline-amber:not([disabled]):not(.disabled).active, .show > .btn-outline-amber.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ffa000 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-orange {
  background-color: #f57c00 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-orange:hover {
  background-color: #ff8910;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-color: #8f4800;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-orange.dropdown-toggle {
  background-color: #f57c00 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-orange.dropdown-toggle:hover, .btn-orange.dropdown-toggle:focus {
  background-color: #ff8910 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-orange:not([disabled]):not(.disabled):active, .btn-orange:not([disabled]):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  background-color: #8f4800 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.orange-ic {
  color: #f57c00 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.orange-ic:hover, .orange-ic:focus {
  color: #f57c00;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-orange {
  border: 2px solid #f57c00 !important;
  background-color: transparent !important;
  color: #f57c00 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange:active:focus, .btn-outline-orange.active {
  border-color: #f57c00 !important;
  background-color: transparent !important;
  color: #f57c00 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange:not([disabled]):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #f57c00 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-deep-orange {
  background-color: #ff7043 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-deep-orange:hover {
  background-color: #ff835d;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-deep-orange:focus, .btn-deep-orange:active, .btn-deep-orange.active {
  background-color: #dc3500;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-deep-orange.dropdown-toggle {
  background-color: #ff7043 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-deep-orange.dropdown-toggle:hover, .btn-deep-orange.dropdown-toggle:focus {
  background-color: #ff835d !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-deep-orange:not([disabled]):not(.disabled):active, .btn-deep-orange:not([disabled]):not(.disabled).active, .show > .btn-deep-orange.dropdown-toggle {
  background-color: #dc3500 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.deep-orange-ic {
  color: #ff7043 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.deep-orange-ic:hover, .deep-orange-ic:focus {
  color: #ff7043;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-deep-orange {
  border: 2px solid #ff7043 !important;
  background-color: transparent !important;
  color: #ff7043 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-deep-orange:hover, .btn-outline-deep-orange:focus, .btn-outline-deep-orange:active, .btn-outline-deep-orange:active:focus, .btn-outline-deep-orange.active {
  border-color: #ff7043 !important;
  background-color: transparent !important;
  color: #ff7043 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-deep-orange:not([disabled]):not(.disabled):active, .btn-outline-deep-orange:not([disabled]):not(.disabled).active, .show > .btn-outline-deep-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff7043 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-brown {
  background-color: #795548 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-brown:hover {
  background-color: #896052;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-brown:focus, .btn-brown:active, .btn-brown.active {
  background-color: #392822;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-brown.dropdown-toggle {
  background-color: #795548 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-brown.dropdown-toggle:hover, .btn-brown.dropdown-toggle:focus {
  background-color: #896052 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-brown:not([disabled]):not(.disabled):active, .btn-brown:not([disabled]):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  background-color: #392822 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.brown-ic {
  color: #795548 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.brown-ic:hover, .brown-ic:focus {
  color: #795548;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-brown {
  border: 2px solid #795548 !important;
  background-color: transparent !important;
  color: #795548 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-brown:hover, .btn-outline-brown:focus, .btn-outline-brown:active, .btn-outline-brown:active:focus, .btn-outline-brown.active {
  border-color: #795548 !important;
  background-color: transparent !important;
  color: #795548 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-brown:not([disabled]):not(.disabled):active, .btn-outline-brown:not([disabled]):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  background-color: transparent !important;
  border-color: #795548 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-grey {
  background-color: #616161 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-grey:hover {
  background-color: #6e6e6e;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-grey:focus, .btn-grey:active, .btn-grey.active {
  background-color: #2e2e2e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-grey.dropdown-toggle {
  background-color: #616161 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-grey.dropdown-toggle:hover, .btn-grey.dropdown-toggle:focus {
  background-color: #6e6e6e !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-grey:not([disabled]):not(.disabled):active, .btn-grey:not([disabled]):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
  background-color: #2e2e2e !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.grey-ic {
  color: #616161 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.grey-ic:hover, .grey-ic:focus {
  color: #616161;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-grey {
  border: 2px solid #616161 !important;
  background-color: transparent !important;
  color: #616161 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey:active:focus, .btn-outline-grey.active {
  border-color: #616161 !important;
  background-color: transparent !important;
  color: #616161 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey:not([disabled]):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #616161 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-blue-grey {
  background-color: #78909c !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-blue-grey:hover {
  background-color: #879ca7;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-blue-grey:focus, .btn-blue-grey:active, .btn-blue-grey.active {
  background-color: #4a5b64;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-blue-grey.dropdown-toggle {
  background-color: #78909c !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-blue-grey.dropdown-toggle:hover, .btn-blue-grey.dropdown-toggle:focus {
  background-color: #879ca7 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-blue-grey:not([disabled]):not(.disabled):active, .btn-blue-grey:not([disabled]):not(.disabled).active, .show > .btn-blue-grey.dropdown-toggle {
  background-color: #4a5b64 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.blue-grey-ic {
  color: #78909c !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.blue-grey-ic:hover, .blue-grey-ic:focus {
  color: #78909c;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-blue-grey {
  border: 2px solid #78909c !important;
  background-color: transparent !important;
  color: #78909c !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-blue-grey:hover, .btn-outline-blue-grey:focus, .btn-outline-blue-grey:active, .btn-outline-blue-grey:active:focus, .btn-outline-blue-grey.active {
  border-color: #78909c !important;
  background-color: transparent !important;
  color: #78909c !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-blue-grey:not([disabled]):not(.disabled):active, .btn-outline-blue-grey:not([disabled]):not(.disabled).active, .show > .btn-outline-blue-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #78909c !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-dark {
  background-color: #212121 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-dark:hover {
  background-color: #2e2e2e;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background-color: black;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-dark.dropdown-toggle {
  background-color: #212121 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-dark.dropdown-toggle:hover, .btn-dark.dropdown-toggle:focus {
  background-color: #2e2e2e !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  background-color: black !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.dark-ic {
  color: #212121 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.dark-ic:hover, .dark-ic:focus {
  color: #212121;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-dark {
  border: 2px solid #212121 !important;
  background-color: transparent !important;
  color: #212121 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:active:focus, .btn-outline-dark.active {
  border-color: #212121 !important;
  background-color: transparent !important;
  color: #212121 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  background-color: transparent !important;
  border-color: #212121 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-light {
  background-color: #e0e0e0 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-light:hover {
  background-color: #ededed;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-light:focus, .btn-light:active, .btn-light.active {
  background-color: #adadad;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-light.dropdown-toggle {
  background-color: #e0e0e0 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-light.dropdown-toggle:hover, .btn-light.dropdown-toggle:focus {
  background-color: #ededed !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  background-color: #adadad !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.light-ic {
  color: #e0e0e0 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.light-ic:hover, .light-ic:focus {
  color: #e0e0e0;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-light {
  border: 2px solid #e0e0e0 !important;
  background-color: transparent !important;
  color: #e0e0e0 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light:active:focus, .btn-outline-light.active {
  border-color: #e0e0e0 !important;
  background-color: transparent !important;
  color: #e0e0e0 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-white {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-white:hover {
  background-color: white;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-white:focus, .btn-white:active, .btn-white.active {
  background-color: #cccccc;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-white.dropdown-toggle {
  background-color: #ffffff !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-white.dropdown-toggle:hover, .btn-white.dropdown-toggle:focus {
  background-color: white !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-white:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  background-color: #cccccc !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.white-ic {
  color: #ffffff !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.white-ic:hover, .white-ic:focus {
  color: #ffffff;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-white {
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white.active {
  border-color: #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white:not([disabled]):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ffffff !important;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-black:hover {
  background-color: #0d0d0d;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-black:focus, .btn-black:active, .btn-black.active {
  background-color: black;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-black.dropdown-toggle {
  background-color: #000000 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-black.dropdown-toggle:hover, .btn-black.dropdown-toggle:focus {
  background-color: #0d0d0d !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-black:not([disabled]):not(.disabled):active, .btn-black:not([disabled]):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  background-color: black !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.black-ic {
  color: #000000 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.black-ic:hover, .black-ic:focus {
  color: #000000;
}

/* line 154, ../scss/mdb/core/_mixins.scss */
.btn-outline-black {
  border: 2px solid #000000 !important;
  background-color: transparent !important;
  color: #000000 !important;
}
/* line 158, ../scss/mdb/core/_mixins.scss */
.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black.active {
  border-color: #000000 !important;
  background-color: transparent !important;
  color: #000000 !important;
}
/* line 167, ../scss/mdb/core/_mixins.scss */
.btn-outline-black:not([disabled]):not(.disabled):active, .btn-outline-black:not([disabled]):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  background-color: transparent !important;
  border-color: #000000 !important;
}

/* line 2, ../scss/mdb/free/_cards.scss */
.card {
  border: 0;
  border-radius: 0.25rem;
  font-weight: 400;
}
/* line 7, ../scss/mdb/free/_cards.scss */
.card[class*="border-"] {
  border: 1px solid #9e9e9e;
  box-shadow: none;
}
/* line 11, ../scss/mdb/free/_cards.scss */
.card img {
  border-radius: 0.25rem 0.25rem 0 0;
}
/* line 14, ../scss/mdb/free/_cards.scss */
.card .card-body {
  position: relative;
}
/* line 16, ../scss/mdb/free/_cards.scss */
.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}
/* line 19, ../scss/mdb/free/_cards.scss */
.card .card-body h5 {
  font-size: 1rem;
}
/* line 23, ../scss/mdb/free/_cards.scss */
.card .card-body .card-title a {
  transition: 0.3s ease-in-out;
}
/* line 25, ../scss/mdb/free/_cards.scss */
.card .card-body .card-title a:hover {
  transition: 0.3s ease-in-out;
}
/* line 30, ../scss/mdb/free/_cards.scss */
.card .card-body .card-text {
  font-size: 0.9rem;
  color: #747373;
  font-weight: 400;
}

/* line 5, ../scss/mdb/free/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #757575;
}

/* line 2, ../scss/mdb/free/_navbars.scss */
.navbar {
  padding-right: 1rem !important;
  font-weight: 300;
}
/* line 8, ../scss/mdb/free/_navbars.scss */
.navbar form .md-form input {
  margin: 0 5px 1px 8px;
}
/* line 14, ../scss/mdb/free/_navbars.scss */
.navbar .breadcrumb {
  margin: 0;
  padding: 0.3rem 0 0 1rem;
  background-color: inherit;
  font-size: 15px;
  font-weight: 300;
}
/* line 20, ../scss/mdb/free/_navbars.scss */
.navbar .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
/* line 22, ../scss/mdb/free/_navbars.scss */
.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
}
/* line 25, ../scss/mdb/free/_navbars.scss */
.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65);
}
/* line 30, ../scss/mdb/free/_navbars.scss */
.navbar .navbar-toggler {
  outline: 0;
  border-width: 0;
}
/* line 35, ../scss/mdb/free/_navbars.scss */
.navbar .nav-flex-icons {
  flex-direction: row;
}
@media (max-width: 992px) {
  /* line 38, ../scss/mdb/free/_navbars.scss */
  .navbar .container {
    width: 100%;
  }
  /* line 41, ../scss/mdb/free/_navbars.scss */
  .navbar .container .navbar-toggler-right {
    right: 0;
  }
}
/* line 47, ../scss/mdb/free/_navbars.scss */
.navbar .nav-item .nav-link {
  display: block;
}
/* line 50, ../scss/mdb/free/_navbars.scss */
.navbar .nav-item .nav-link.disabled:active {
  pointer-events: none;
}
/* line 54, ../scss/mdb/free/_navbars.scss */
.navbar .nav-item .nav-link .fa {
  padding-right: 3px;
  padding-left: 3px;
}
@media (max-width: 992px) {
  /* line 47, ../scss/mdb/free/_navbars.scss */
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}
/* line 64, ../scss/mdb/free/_navbars.scss */
.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
}
/* line 67, ../scss/mdb/free/_navbars.scss */
.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000000 !important;
}
/* line 253, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(0, 0, 0, 0.5);
}
/* line 255, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(0, 0, 0, 0.5);
}
/* line 262, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  cursor: pointer;
}
/* line 269, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000000;
  transition: 0.35s;
}
/* line 272, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.75);
}
/* line 276, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 278, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #000000;
}
/* line 284, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light .navbar-toggler {
  color: #000000;
}
/* line 289, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light form .md-form input {
  border-bottom: 1px solid #000000;
}
/* line 291, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}
/* line 295, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light form .md-form .form-control {
  color: #000000;
}
/* line 93, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-light form .md-form .form-control::placeholder {
  color: #000000;
  font-weight: 300;
}
/* line 253, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(255, 255, 255, 0.5);
}
/* line 255, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* line 262, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  cursor: pointer;
}
/* line 269, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  transition: 0.35s;
}
/* line 272, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 276, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 278, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #ffffff;
}
/* line 284, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark .navbar-toggler {
  color: #ffffff;
}
/* line 289, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #ffffff;
}
/* line 291, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}
/* line 295, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark form .md-form .form-control {
  color: #ffffff;
}
/* line 93, ../scss/mdb/core/_mixins.scss */
.navbar.navbar-dark form .md-form .form-control::placeholder {
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 600px) {
  /* line 80, ../scss/mdb/free/_navbars.scss */
  .navbar.scrolling-navbar {
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 86, ../scss/mdb/free/_navbars.scss */
  .navbar.scrolling-navbar .navbar-nav > li {
    transition-duration: 1s;
  }
  /* line 89, ../scss/mdb/free/_navbars.scss */
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 5, ../scss/mdb/free/_pagination.scss */
.pagination .page-item.active .page-link {
  transition: all 0.2s linear;
  border-radius: 0.125rem;
  background-color: #4285f4;
  color: #ffffff;
}
/* line 11, ../scss/mdb/free/_pagination.scss */
.pagination .page-item.active .page-link:hover {
  background-color: #4285f4;
}
/* line 17, ../scss/mdb/free/_pagination.scss */
.pagination .page-item.disabled .page-link {
  color: #868e96;
}
/* line 21, ../scss/mdb/free/_pagination.scss */
.pagination .page-item .page-link {
  transition: all 0.3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  color: #212529;
}
/* line 28, ../scss/mdb/free/_pagination.scss */
.pagination .page-item .page-link:hover {
  transition: all 0.3s linear;
  border-radius: 0.125rem;
  background-color: #eee;
}
/* line 33, ../scss/mdb/free/_pagination.scss */
.pagination .page-item .page-link:focus {
  background-color: transparent;
}
/* line 40, ../scss/mdb/free/_pagination.scss */
.pagination.pagination-lg .page-item .page-link {
  font-size: 1rem;
}
/* line 47, ../scss/mdb/free/_pagination.scss */
.pagination.pagination-sm .page-item .page-link {
  font-size: 0.8rem;
}
/* line 54, ../scss/mdb/free/_pagination.scss */
.pagination.pagination-circle .page-item .page-link {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
}
/* line 58, ../scss/mdb/free/_pagination.scss */
.pagination.pagination-circle .page-item .page-link:hover {
  border-radius: 50%;
}
/* line 63, ../scss/mdb/free/_pagination.scss */
.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-blue .page-item.active .page-link {
  background-color: #4285f4;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #4285f4;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-red .page-item.active .page-link {
  background-color: #ff3547;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-red .page-item.active .page-link:hover {
  background-color: #ff3547;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-teal .page-item.active .page-link {
  background-color: #2bbbad;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-teal .page-item.active .page-link:hover {
  background-color: #2bbbad;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-dark-grey .page-item.active .page-link {
  background-color: #37474f;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-dark-grey .page-item.active .page-link:hover {
  background-color: #37474f;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-dark .page-item.active .page-link {
  background-color: #2e2e2e;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-dark .page-item.active .page-link:hover {
  background-color: #2e2e2e;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-blue-grey .page-item.active .page-link {
  background-color: #3f729b;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-blue-grey .page-item.active .page-link:hover {
  background-color: #3f729b;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-amber .page-item.active .page-link {
  background-color: #ff6f00;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-amber .page-item.active .page-link:hover {
  background-color: #ff6f00;
}
/* line 73, ../scss/mdb/free/_pagination.scss */
.pagination.pg-purple .page-item.active .page-link {
  background-color: #5e35b1;
}
/* line 75, ../scss/mdb/free/_pagination.scss */
.pagination.pg-purple .page-item.active .page-link:hover {
  background-color: #5e35b1;
}

/* line 4, ../scss/mdb/free/_modals.scss */
body.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
/* line 8, ../scss/mdb/free/_modals.scss */
body.scrollable {
  overflow-y: auto;
}

/* line 16, ../scss/mdb/free/_modals.scss */
.modal-dialog .modal-content {
  border: 0;
  border-radius: 0.125rem;
}
/* line 20, ../scss/mdb/free/_modals.scss */
.modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
/* line 26, ../scss/mdb/free/_modals.scss */
.modal-dialog .btn .fa {
  color: #ffffff !important;
}
/* line 30, ../scss/mdb/free/_modals.scss */
.modal-dialog [class*="btn-outline-"] .fa {
  color: inherit !important;
}
/* line 34, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal {
  margin-top: 10%;
}
/* line 36, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .close {
  opacity: 1;
  text-shadow: none;
  color: #ffffff;
  outline: 0;
}
/* line 43, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header {
  margin: -2rem 1rem 1rem 1rem;
  border: none;
  border-radius: 0.125rem;
  padding: 1.5rem;
  text-align: center;
}
/* line 50, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .close {
  margin-right: 1rem;
}
/* line 53, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .title {
  margin-bottom: 0;
  width: 100%;
  font-size: 1.25rem;
}
/* line 57, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .title .fa {
  margin-right: 9px;
}
/* line 61, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .social-buttons {
  margin-top: 1.5rem;
}
/* line 63, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-header .social-buttons a {
  font-size: 1rem;
}
/* line 70, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
  margin: -1.5rem 1rem 0 1rem;
}
/* line 74, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
  padding: 1.7rem 0 0 0;
}
/* line 78, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .nav-tabs {
  display: flex;
}
/* line 80, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .nav-tabs li {
  flex: 1;
}
/* line 82, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .nav-tabs li a {
  text-align: center;
}
/* line 88, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #616161;
}
/* line 93, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal .modal-body .additional-option,
.modal-dialog.cascading-modal .modal-footer .additional-option {
  margin-top: 1rem;
  text-align: center;
}
/* line 99, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal.modal-avatar {
  margin-top: 6rem;
}
/* line 101, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal.modal-avatar .modal-header {
  margin: -6rem 0 -1rem;
}
/* line 105, ../scss/mdb/free/_modals.scss */
.modal-dialog.cascading-modal.modal-avatar .modal-header img {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}
/* line 116, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify .heading {
  margin: 0;
  padding: 0.3rem;
  font-size: 1.15rem;
  color: #ffffff;
}
/* line 122, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify .modal-header {
  border: 0;
}
/* line 126, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify .close {
  opacity: 1;
}
/* line 129, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161;
}
/* line 135, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .modal-header {
  background-color: #4285f4;
}
/* line 138, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .fa {
  color: #4285f4;
}
/* line 141, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-primary .badge {
  background-color: #4285f4;
}
/* line 135, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #ff3547;
}
/* line 138, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .fa {
  color: #ff3547;
}
/* line 141, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #ff3547;
}
/* line 135, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #ffbb33;
}
/* line 138, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .fa {
  color: #ffbb33;
}
/* line 141, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #ffbb33;
}
/* line 135, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #00c851;
}
/* line 138, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .fa {
  color: #00c851;
}
/* line 141, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-success .badge {
  background-color: #00c851;
}
/* line 135, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #33b5e5;
}
/* line 138, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .fa {
  color: #33b5e5;
}
/* line 141, ../scss/mdb/free/_modals.scss */
.modal-dialog.modal-notify.modal-info .badge {
  background-color: #33b5e5;
}

/* line 150, ../scss/mdb/free/_modals.scss */
.modal {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  /* line 154, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-top {
    top: 0;
  }
  /* line 157, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-left {
    left: 0;
  }
  /* line 160, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-right {
    right: 0;
  }
  /* line 163, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-bottom {
    bottom: 0;
  }
  /* line 166, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }
  /* line 170, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }
  /* line 174, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-bottom-left {
    bottom: 10px;
    left: 10px;
  }
  /* line 178, ../scss/mdb/free/_modals.scss */
  .modal .modal-dialog.modal-bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
/* line 185, ../scss/mdb/free/_modals.scss */
.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}
/* line 188, ../scss/mdb/free/_modals.scss */
.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0);
}
/* line 191, ../scss/mdb/free/_modals.scss */
.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}
/* line 194, ../scss/mdb/free/_modals.scss */
.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}
@media (min-width: 992px) {
  /* line 199, ../scss/mdb/free/_modals.scss */
  .modal.modal-scrolling {
    position: relative;
  }
  /* line 201, ../scss/mdb/free/_modals.scss */
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }
  /* line 206, ../scss/mdb/free/_modals.scss */
  .modal.modal-content-clickable {
    top: auto;
    bottom: auto;
  }
  /* line 209, ../scss/mdb/free/_modals.scss */
  .modal.modal-content-clickable .modal-dialog {
    position: fixed;
  }
  /* line 213, ../scss/mdb/free/_modals.scss */
  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }
  /* line 216, ../scss/mdb/free/_modals.scss */
  .modal .modal-fluid .modal-content {
    width: 100%;
  }
  /* line 220, ../scss/mdb/free/_modals.scss */
  .modal .modal-frame {
    position: absolute;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  /* line 225, ../scss/mdb/free/_modals.scss */
  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }
  /* line 229, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height {
    position: absolute;
    display: flex;
    margin: 0;
    width: 400px;
    height: 100%;
    top: 0;
    right: 0;
  }
  /* line 237, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* line 244, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height.modal-top {
    bottom: auto;
  }
  /* line 247, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height.modal-bottom {
    top: auto;
  }
  /* line 250, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height .modal-content {
    width: 100%;
  }
  /* line 253, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height.modal-lg {
    width: 90%;
    max-width: 90%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 253, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height.modal-lg {
    width: 800px;
    max-width: 800px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  /* line 253, ../scss/mdb/free/_modals.scss */
  .modal .modal-full-height.modal-lg {
    width: 1000px;
    max-width: 1000px;
  }
}
@media (min-width: 992px) {
  /* line 266, ../scss/mdb/free/_modals.scss */
  .modal .modal-side {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    width: 400px;
  }
}

/* line 3, ../scss/mdb/free/_carousels.scss */
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 2.25rem;
  height: 2.25rem;
}
/* line 8, ../scss/mdb/free/_carousels.scss */
.carousel .carousel-control-prev-icon {
  background-image: url(../img//svg/arrow_left.svg);
}
/* line 11, ../scss/mdb/free/_carousels.scss */
.carousel .carousel-control-next-icon {
  background-image: url(../img//svg/arrow_right.svg);
}
/* line 15, ../scss/mdb/free/_carousels.scss */
.carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  cursor: pointer;
}

/* line 24, ../scss/mdb/free/_carousels.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
/* line 29, ../scss/mdb/free/_carousels.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
/* line 36, ../scss/mdb/free/_carousels.scss */
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}
/* line 40, ../scss/mdb/free/_carousels.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 40, ../scss/mdb/free/_carousels.scss */
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-prev.active {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3, ../scss/mdb/free/_forms.scss */
.md-form {
  position: relative;
  margin-top: 1.5rem;
}
/* line 5, ../scss/mdb/free/_forms.scss */
.md-form input[type=text],
.md-form input[type=password],
.md-form input[type=email],
.md-form input[type=url],
.md-form input[type=time],
.md-form input[type=date],
.md-form input[type=datetime-local],
.md-form input[type=tel],
.md-form input[type=number],
.md-form input[type=search-md],
.md-form input[type=search],
.md-form textarea.md-textarea {
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  box-sizing: content-box;
  background-color: transparent;
}
/* line 29, ../scss/mdb/free/_forms.scss */
.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=url]:focus:not([readonly]),
.md-form input[type=time]:focus:not([readonly]),
.md-form input[type=date]:focus:not([readonly]),
.md-form input[type=datetime-local]:focus:not([readonly]),
.md-form input[type=tel]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=search]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #4285f4;
  border-bottom: 1px solid #4285f4;
}
/* line 33, ../scss/mdb/free/_forms.scss */
.md-form input[type=text]:focus:not([readonly]) + label,
.md-form input[type=password]:focus:not([readonly]) + label,
.md-form input[type=email]:focus:not([readonly]) + label,
.md-form input[type=url]:focus:not([readonly]) + label,
.md-form input[type=time]:focus:not([readonly]) + label,
.md-form input[type=date]:focus:not([readonly]) + label,
.md-form input[type=datetime-local]:focus:not([readonly]) + label,
.md-form input[type=tel]:focus:not([readonly]) + label,
.md-form input[type=number]:focus:not([readonly]) + label,
.md-form input[type=search-md]:focus:not([readonly]) + label,
.md-form input[type=search]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}
/* line 39, ../scss/mdb/free/_forms.scss */
.md-form input[type=text] + label:after,
.md-form input[type=password] + label:after,
.md-form input[type=email] + label:after,
.md-form input[type=url] + label:after,
.md-form input[type=time] + label:after,
.md-form input[type=date] + label:after,
.md-form input[type=datetime-local] + label:after,
.md-form input[type=tel] + label:after,
.md-form input[type=number] + label:after,
.md-form input[type=search-md] + label:after,
.md-form input[type=search] + label:after,
.md-form textarea.md-textarea + label:after {
  content: "";
  position: absolute;
  top: 65px;
  display: block;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
/* line 49, ../scss/mdb/free/_forms.scss */
.md-form input[type=text].input-alternate,
.md-form input[type=password].input-alternate,
.md-form input[type=email].input-alternate,
.md-form input[type=url].input-alternate,
.md-form input[type=time].input-alternate,
.md-form input[type=date].input-alternate,
.md-form input[type=datetime-local].input-alternate,
.md-form input[type=tel].input-alternate,
.md-form input[type=number].input-alternate,
.md-form input[type=search-md].input-alternate,
.md-form input[type=search].input-alternate,
.md-form textarea.md-textarea.input-alternate {
  transition: ease-in-out 0.3s;
  border-bottom: 0;
  height: 2.1rem;
  padding: 0 15px;
  font-size: 0.875rem;
}
/* line 56, ../scss/mdb/free/_forms.scss */
.md-form input[type=text].input-alternate:hover, .md-form input[type=text].input-alternate:focus,
.md-form input[type=password].input-alternate:hover,
.md-form input[type=password].input-alternate:focus,
.md-form input[type=email].input-alternate:hover,
.md-form input[type=email].input-alternate:focus,
.md-form input[type=url].input-alternate:hover,
.md-form input[type=url].input-alternate:focus,
.md-form input[type=time].input-alternate:hover,
.md-form input[type=time].input-alternate:focus,
.md-form input[type=date].input-alternate:hover,
.md-form input[type=date].input-alternate:focus,
.md-form input[type=datetime-local].input-alternate:hover,
.md-form input[type=datetime-local].input-alternate:focus,
.md-form input[type=tel].input-alternate:hover,
.md-form input[type=tel].input-alternate:focus,
.md-form input[type=number].input-alternate:hover,
.md-form input[type=number].input-alternate:focus,
.md-form input[type=search-md].input-alternate:hover,
.md-form input[type=search-md].input-alternate:focus,
.md-form input[type=search].input-alternate:hover,
.md-form input[type=search].input-alternate:focus,
.md-form textarea.md-textarea.input-alternate:hover,
.md-form textarea.md-textarea.input-alternate:focus {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 3px 12px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
/* line 63, ../scss/mdb/free/_forms.scss */
.md-form input[type=text].valid, .md-form input[type=text]:focus.valid,
.md-form input[type=password].valid,
.md-form input[type=password]:focus.valid,
.md-form input[type=email].valid,
.md-form input[type=email]:focus.valid,
.md-form input[type=url].valid,
.md-form input[type=url]:focus.valid,
.md-form input[type=time].valid,
.md-form input[type=time]:focus.valid,
.md-form input[type=date].valid,
.md-form input[type=date]:focus.valid,
.md-form input[type=datetime-local].valid,
.md-form input[type=datetime-local]:focus.valid,
.md-form input[type=tel].valid,
.md-form input[type=tel]:focus.valid,
.md-form input[type=number].valid,
.md-form input[type=number]:focus.valid,
.md-form input[type=search-md].valid,
.md-form input[type=search-md]:focus.valid,
.md-form input[type=search].valid,
.md-form input[type=search]:focus.valid,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea:focus.valid {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}
/* line 68, ../scss/mdb/free/_forms.scss */
.md-form input[type=text].valid + label:after, .md-form input[type=text]:focus.valid + label:after,
.md-form input[type=password].valid + label:after,
.md-form input[type=password]:focus.valid + label:after,
.md-form input[type=email].valid + label:after,
.md-form input[type=email]:focus.valid + label:after,
.md-form input[type=url].valid + label:after,
.md-form input[type=url]:focus.valid + label:after,
.md-form input[type=time].valid + label:after,
.md-form input[type=time]:focus.valid + label:after,
.md-form input[type=date].valid + label:after,
.md-form input[type=date]:focus.valid + label:after,
.md-form input[type=datetime-local].valid + label:after,
.md-form input[type=datetime-local]:focus.valid + label:after,
.md-form input[type=tel].valid + label:after,
.md-form input[type=tel]:focus.valid + label:after,
.md-form input[type=number].valid + label:after,
.md-form input[type=number]:focus.valid + label:after,
.md-form input[type=search-md].valid + label:after,
.md-form input[type=search-md]:focus.valid + label:after,
.md-form input[type=search].valid + label:after,
.md-form input[type=search]:focus.valid + label:after,
.md-form textarea.md-textarea.valid + label:after,
.md-form textarea.md-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #00c851;
  opacity: 1;
}
/* line 74, ../scss/mdb/free/_forms.scss */
.md-form input[type=text].invalid, .md-form input[type=text]:focus.invalid,
.md-form input[type=password].invalid,
.md-form input[type=password]:focus.invalid,
.md-form input[type=email].invalid,
.md-form input[type=email]:focus.invalid,
.md-form input[type=url].invalid,
.md-form input[type=url]:focus.invalid,
.md-form input[type=time].invalid,
.md-form input[type=time]:focus.invalid,
.md-form input[type=date].invalid,
.md-form input[type=date]:focus.invalid,
.md-form input[type=datetime-local].invalid,
.md-form input[type=datetime-local]:focus.invalid,
.md-form input[type=tel].invalid,
.md-form input[type=tel]:focus.invalid,
.md-form input[type=number].invalid,
.md-form input[type=number]:focus.invalid,
.md-form input[type=search-md].invalid,
.md-form input[type=search-md]:focus.invalid,
.md-form input[type=search].invalid,
.md-form input[type=search]:focus.invalid,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}
/* line 78, ../scss/mdb/free/_forms.scss */
.md-form input[type=text].invalid + label:after, .md-form input[type=text]:focus.invalid + label:after,
.md-form input[type=password].invalid + label:after,
.md-form input[type=password]:focus.invalid + label:after,
.md-form input[type=email].invalid + label:after,
.md-form input[type=email]:focus.invalid + label:after,
.md-form input[type=url].invalid + label:after,
.md-form input[type=url]:focus.invalid + label:after,
.md-form input[type=time].invalid + label:after,
.md-form input[type=time]:focus.invalid + label:after,
.md-form input[type=date].invalid + label:after,
.md-form input[type=date]:focus.invalid + label:after,
.md-form input[type=datetime-local].invalid + label:after,
.md-form input[type=datetime-local]:focus.invalid + label:after,
.md-form input[type=tel].invalid + label:after,
.md-form input[type=tel]:focus.invalid + label:after,
.md-form input[type=number].invalid + label:after,
.md-form input[type=number]:focus.invalid + label:after,
.md-form input[type=search-md].invalid + label:after,
.md-form input[type=search-md]:focus.invalid + label:after,
.md-form input[type=search].invalid + label:after,
.md-form input[type=search]:focus.invalid + label:after,
.md-form textarea.md-textarea.invalid + label:after,
.md-form textarea.md-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
}
/* line 88, ../scss/mdb/free/_forms.scss */
.md-form .was-validated input[type=text]:valid + label {
  color: #00c851 !important;
}
/* line 93, ../scss/mdb/free/_forms.scss */
.md-form .was-validated input[type=text]:invalid + label {
  color: #f44336 !important;
}
/* line 99, ../scss/mdb/free/_forms.scss */
.md-form .was-validated .form-control:valid:focus {
  box-shadow: 0 1px 0 0 #00c851 !important;
}
/* line 102, ../scss/mdb/free/_forms.scss */
.md-form .was-validated .form-control:valid {
  border-color: #00c851 !important;
}
/* line 105, ../scss/mdb/free/_forms.scss */
.md-form .was-validated .form-control:invalid:focus {
  box-shadow: 0 1px 0 0 #f44336 !important;
}
/* line 108, ../scss/mdb/free/_forms.scss */
.md-form .was-validated .form-control:invalid {
  border-color: #f44336 !important;
}
/* line 115, ../scss/mdb/free/_forms.scss */
.md-form .form-control {
  margin: 0 0 0.5rem 0;
  border-radius: 0;
  padding: 0.3rem 0 0.55rem 0;
  background-image: none;
  background-color: transparent;
}
/* line 121, ../scss/mdb/free/_forms.scss */
.md-form .form-control:focus {
  box-shadow: none;
  background: transparent;
}
/* line 125, ../scss/mdb/free/_forms.scss */
.md-form .form-control:disabled, .md-form .form-control[readonly] {
  border-bottom: 1px solid #bdbdbd;
  background-color: transparent;
}
/* line 229, ../scss/mdb/core/_mixins.scss */
.md-form label {
  font-size: 1rem;
}
/* line 231, ../scss/mdb/core/_mixins.scss */
.md-form label.active {
  font-size: 0.8rem;
}
/* line 235, ../scss/mdb/core/_mixins.scss */
.md-form .prefix {
  top: 0.25rem;
  font-size: 1.75rem;
}
/* line 238, ../scss/mdb/core/_mixins.scss */
.md-form .prefix ~ input, .md-form .prefix ~ textarea {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
/* line 242, ../scss/mdb/core/_mixins.scss */
.md-form .prefix ~ label {
  margin-left: 2.5rem;
}
/* line 135, ../scss/mdb/free/_forms.scss */
.md-form label {
  position: absolute;
  top: 0.65rem;
  left: 0;
  transition: 0.2s ease-out;
  cursor: text;
  color: #757575;
}
/* line 142, ../scss/mdb/free/_forms.scss */
.md-form label.active {
  transform: translateY(-140%);
}
/* line 146, ../scss/mdb/free/_forms.scss */
.md-form .prefix {
  position: absolute;
  transition: color 0.2s;
}
/* line 149, ../scss/mdb/free/_forms.scss */
.md-form .prefix.active {
  color: #4285f4;
}
/* line 229, ../scss/mdb/core/_mixins.scss */
.md-form.form-lg label {
  font-size: 1.25rem;
}
/* line 231, ../scss/mdb/core/_mixins.scss */
.md-form.form-lg label.active {
  font-size: 0.95rem;
}
/* line 235, ../scss/mdb/core/_mixins.scss */
.md-form.form-lg .prefix {
  top: 0.4rem;
  font-size: 2rem;
}
/* line 238, ../scss/mdb/core/_mixins.scss */
.md-form.form-lg .prefix ~ input, .md-form.form-lg .prefix ~ textarea {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}
/* line 242, ../scss/mdb/core/_mixins.scss */
.md-form.form-lg .prefix ~ label {
  margin-left: 3rem;
}
/* line 229, ../scss/mdb/core/_mixins.scss */
.md-form.form-sm label {
  font-size: 0.875rem;
}
/* line 231, ../scss/mdb/core/_mixins.scss */
.md-form.form-sm label.active {
  font-size: 0.75rem;
}
/* line 235, ../scss/mdb/core/_mixins.scss */
.md-form.form-sm .prefix {
  top: 0.35rem;
  font-size: 1.5rem;
}
/* line 238, ../scss/mdb/core/_mixins.scss */
.md-form.form-sm .prefix ~ input, .md-form.form-sm .prefix ~ textarea {
  margin-left: 2rem;
  width: calc(100% - 2rem);
}
/* line 242, ../scss/mdb/core/_mixins.scss */
.md-form.form-sm .prefix ~ label {
  margin-left: 2rem;
}
/* line 162, ../scss/mdb/free/_forms.scss */
.md-form textarea.md-textarea {
  overflow-y: hidden;
  padding: 1.5rem 0;
  resize: none;
}
/* line 167, ../scss/mdb/free/_forms.scss */
.md-form textarea.md-textarea-auto {
  padding: 0;
  padding-top: 1.5rem;
}

/* line 3, ../scss/mdb/free/_input-group.scss */
.input-group .input-group-text {
  background-color: #e0e0e0;
}
/* line 93, ../scss/mdb/core/_mixins.scss */
.input-group .input-group-text::placeholder {
  padding-left: 1rem;
}
/* line 9, ../scss/mdb/free/_input-group.scss */
.input-group .input-group-text.md-addon {
  border: none;
  background-color: transparent;
}
/* line 14, ../scss/mdb/free/_input-group.scss */
.input-group span {
  z-index: 10;
}
/* line 17, ../scss/mdb/free/_input-group.scss */
.input-group .form-control {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 7px;
  padding-left: 1.2rem;
}

/* line 3, ../scss/mdb/free/_msc.scss */
.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc;
}

/* line 8, ../scss/mdb/free/_msc.scss */
.free-bird {
  margin-top: -100px;
}

/* line 3, ../scss/mdb/free/_footers.scss */
footer.page-footer {
  bottom: 0;
  color: #ffffff;
}
/* line 6, ../scss/mdb/free/_footers.scss */
footer.page-footer .container-fluid {
  width: auto;
}
/* line 9, ../scss/mdb/free/_footers.scss */
footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}
/* line 15, ../scss/mdb/free/_footers.scss */
footer.page-footer a {
  color: #ffffff;
}

/* line 3, ../scss/mdb/free/_list-group.scss */
.media .media-left {
  padding: 0 10px 10px 0;
}

/* line 12, ../scss/mdb/free/_list-group.scss */
.list-group .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
/* line 16, ../scss/mdb/free/_list-group.scss */
.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
/* line 21, ../scss/mdb/free/_list-group.scss */
.list-group a {
  transition: 0.5s;
}
/* line 23, ../scss/mdb/free/_list-group.scss */
.list-group a:hover {
  transition: 0.5s;
}

/* line 3, ../scss/mdb/free/_tables.scss */
table th {
  font-size: 0.9rem;
  font-weight: 400;
}
/* line 7, ../scss/mdb/free/_tables.scss */
table td {
  font-size: 0.9rem;
  font-weight: 300;
}
/* line 12, ../scss/mdb/free/_tables.scss */
table.table thead th {
  border-top: none;
}
/* line 15, ../scss/mdb/free/_tables.scss */
table.table th,
table.table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
/* line 20, ../scss/mdb/free/_tables.scss */
table.table a {
  margin: 0;
  color: #212529;
}
/* line 24, ../scss/mdb/free/_tables.scss */
table.table .label-table {
  margin: 0;
  padding: 0;
  line-height: 15px;
  height: 15px;
}
/* line 31, ../scss/mdb/free/_tables.scss */
table.table.btn-table td {
  vertical-align: middle;
}
/* line 39, ../scss/mdb/free/_tables.scss */
table.table-hover tbody tr:hover {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 46, ../scss/mdb/free/_tables.scss */
table .th-lg {
  min-width: 9rem;
}
/* line 49, ../scss/mdb/free/_tables.scss */
table .th-sm {
  min-width: 6rem;
}
/* line 53, ../scss/mdb/free/_tables.scss */
table.table-sm th,
table.table-sm td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* line 3, ../scss/mdb/pro/_buttons.scss */
.btn.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: inherit !important;
}
/* line 7, ../scss/mdb/pro/_buttons.scss */
.btn.btn-flat:not([disabled]):not(.disabled):active {
  box-shadow: none;
}

/* line 14, ../scss/mdb/pro/_buttons.scss */
.btn-floating {
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
/* line 310, ../scss/mdb/core/_mixins.scss */
.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
}
/* line 27, ../scss/mdb/pro/_buttons.scss */
.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #ffffff;
}
/* line 36, ../scss/mdb/pro/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}
/* line 39, ../scss/mdb/pro/_buttons.scss */
.btn-floating.btn-sm, .btn-group-sm > .btn-floating.btn {
  width: 36.15385px;
  height: 36.15385px;
}
/* line 310, ../scss/mdb/core/_mixins.scss */
.btn-floating.btn-sm i, .btn-group-sm > .btn-floating.btn i {
  font-size: 0.96154rem;
  line-height: 36.15385px;
}
/* line 42, ../scss/mdb/pro/_buttons.scss */
.btn-floating.btn-lg, .btn-group-lg > .btn-floating.btn {
  width: 61.1px;
  height: 61.1px;
}
/* line 310, ../scss/mdb/core/_mixins.scss */
.btn-floating.btn-lg i, .btn-group-lg > .btn-floating.btn i {
  font-size: 1.625rem;
  line-height: 61.1px;
}

/* line 48, ../scss/mdb/pro/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  z-index: 998;
  right: 35px;
  bottom: 35px;
  margin-bottom: 0;
  padding-top: 15px;
}
/* line 55, ../scss/mdb/pro/_buttons.scss */
.fixed-action-btn ul {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 63, ../scss/mdb/pro/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
/* line 67, ../scss/mdb/pro/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 73, ../scss/mdb/pro/_buttons.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  appearance: none;
}

/* line 78, ../scss/mdb/pro/_buttons.scss */
.btn-rounded {
  border-radius: 10em;
}

/* line 192, ../scss/mdb/core/_mixins.scss */
.btn.purple-gradient {
  transition: .5s ease;
  color: #ffffff;
}
/* line 195, ../scss/mdb/core/_mixins.scss */
.btn.purple-gradient:hover, .btn.purple-gradient:focus, .btn.purple-gradient:active, .btn.purple-gradient:active:focus
.btn.purple-gradient.active {
  background: linear-gradient(40deg, #ff88ce, #8f8bf7);
}

/* line 192, ../scss/mdb/core/_mixins.scss */
.btn.peach-gradient {
  transition: .5s ease;
  color: #ffffff;
}
/* line 195, ../scss/mdb/core/_mixins.scss */
.btn.peach-gradient:hover, .btn.peach-gradient:focus, .btn.peach-gradient:active, .btn.peach-gradient:active:focus
.btn.peach-gradient.active {
  background: linear-gradient(40deg, #ffdf89, #fc7b7b);
}

/* line 192, ../scss/mdb/core/_mixins.scss */
.btn.aqua-gradient {
  transition: .5s ease;
  color: #ffffff;
}
/* line 195, ../scss/mdb/core/_mixins.scss */
.btn.aqua-gradient:hover, .btn.aqua-gradient:focus, .btn.aqua-gradient:active, .btn.aqua-gradient:active:focus
.btn.aqua-gradient.active {
  background: linear-gradient(40deg, #3aa2ff, #1fffac);
}

/* line 192, ../scss/mdb/core/_mixins.scss */
.btn.blue-gradient {
  transition: .5s ease;
  color: #ffffff;
}
/* line 195, ../scss/mdb/core/_mixins.scss */
.btn.blue-gradient:hover, .btn.blue-gradient:focus, .btn.blue-gradient:active, .btn.blue-gradient:active:focus
.btn.blue-gradient.active {
  background: linear-gradient(40deg, #5ed1fc, #3647b3);
}

/* line 2, ../scss/mdb/pro/_social-buttons.scss */
.counter {
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  margin-left: -23px;
  border-radius: 10em;
  padding: 1px 7px;
  background-color: #fe1212;
  font-size: 11px;
  color: #ffffff;
}
/* line 13, ../scss/mdb/pro/_social-buttons.scss */
.counter.counter-lg {
  margin-top: -4px;
}
/* line 16, ../scss/mdb/pro/_social-buttons.scss */
.counter.counter-md {
  margin-top: 5px;
}
/* line 19, ../scss/mdb/pro/_social-buttons.scss */
.counter.counter-sm {
  margin-top: 8px;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-fb {
  background-color: #3b5998 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-fb:hover {
  background-color: #4264aa;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-fb:focus, .btn-fb:active, .btn-fb.active {
  background-color: #1e2e4f;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-fb.dropdown-toggle {
  background-color: #3b5998 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-fb.dropdown-toggle:hover, .btn-fb.dropdown-toggle:focus {
  background-color: #4264aa !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-fb:not([disabled]):not(.disabled):active, .btn-fb:not([disabled]):not(.disabled).active, .show > .btn-fb.dropdown-toggle {
  background-color: #1e2e4f !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.fb-ic {
  color: #3b5998 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.fb-ic:hover, .fb-ic:focus {
  color: #3b5998;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-tw {
  background-color: #55acee !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-tw:hover {
  background-color: #6cb7f0;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-tw:focus, .btn-tw:active, .btn-tw.active {
  background-color: #147bc9;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-tw.dropdown-toggle {
  background-color: #55acee !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-tw.dropdown-toggle:hover, .btn-tw.dropdown-toggle:focus {
  background-color: #6cb7f0 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-tw:not([disabled]):not(.disabled):active, .btn-tw:not([disabled]):not(.disabled).active, .show > .btn-tw.dropdown-toggle {
  background-color: #147bc9 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.tw-ic {
  color: #55acee !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.tw-ic:hover, .tw-ic:focus {
  color: #55acee;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-gplus {
  background-color: #dd4b39 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-gplus:hover {
  background-color: #e15f4f;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-gplus:focus, .btn-gplus:active, .btn-gplus.active {
  background-color: #96271a;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-gplus.dropdown-toggle {
  background-color: #dd4b39 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-gplus.dropdown-toggle:hover, .btn-gplus.dropdown-toggle:focus {
  background-color: #e15f4f !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-gplus:not([disabled]):not(.disabled):active, .btn-gplus:not([disabled]):not(.disabled).active, .show > .btn-gplus.dropdown-toggle {
  background-color: #96271a !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.gplus-ic {
  color: #dd4b39 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.gplus-ic:hover, .gplus-ic:focus {
  color: #dd4b39;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-yt {
  background-color: #ed302f !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-yt:hover {
  background-color: #ef4746;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-yt:focus, .btn-yt:active, .btn-yt.active {
  background-color: #a80f0e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-yt.dropdown-toggle {
  background-color: #ed302f !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-yt.dropdown-toggle:hover, .btn-yt.dropdown-toggle:focus {
  background-color: #ef4746 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-yt:not([disabled]):not(.disabled):active, .btn-yt:not([disabled]):not(.disabled).active, .show > .btn-yt.dropdown-toggle {
  background-color: #a80f0e !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.yt-ic {
  color: #ed302f !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.yt-ic:hover, .yt-ic:focus {
  color: #ed302f;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-li {
  background-color: #0082ca !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-li:hover {
  background-color: #0092e4;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-li:focus, .btn-li:active, .btn-li.active {
  background-color: #004064;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-li.dropdown-toggle {
  background-color: #0082ca !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-li.dropdown-toggle:hover, .btn-li.dropdown-toggle:focus {
  background-color: #0092e4 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-li:not([disabled]):not(.disabled):active, .btn-li:not([disabled]):not(.disabled).active, .show > .btn-li.dropdown-toggle {
  background-color: #004064 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.li-ic {
  color: #0082ca !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.li-ic:hover, .li-ic:focus {
  color: #0082ca;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-pin {
  background-color: #c61118 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-pin:hover {
  background-color: #dd131b;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-pin:focus, .btn-pin:active, .btn-pin.active {
  background-color: #68090d;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-pin.dropdown-toggle {
  background-color: #c61118 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-pin.dropdown-toggle:hover, .btn-pin.dropdown-toggle:focus {
  background-color: #dd131b !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-pin:not([disabled]):not(.disabled):active, .btn-pin:not([disabled]):not(.disabled).active, .show > .btn-pin.dropdown-toggle {
  background-color: #68090d !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.pin-ic {
  color: #c61118 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.pin-ic:hover, .pin-ic:focus {
  color: #c61118;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-ins {
  background-color: #2e5e86 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-ins:hover {
  background-color: #356b99;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-ins:focus, .btn-ins:active, .btn-ins.active {
  background-color: #14293a;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-ins.dropdown-toggle {
  background-color: #2e5e86 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-ins.dropdown-toggle:hover, .btn-ins.dropdown-toggle:focus {
  background-color: #356b99 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-ins:not([disabled]):not(.disabled):active, .btn-ins:not([disabled]):not(.disabled).active, .show > .btn-ins.dropdown-toggle {
  background-color: #14293a !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.ins-ic {
  color: #2e5e86 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.ins-ic:hover, .ins-ic:focus {
  color: #2e5e86;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-git {
  background-color: #333333 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-git:hover {
  background-color: #404040;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-git:focus, .btn-git:active, .btn-git.active {
  background-color: black;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-git.dropdown-toggle {
  background-color: #333333 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-git.dropdown-toggle:hover, .btn-git.dropdown-toggle:focus {
  background-color: #404040 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-git:not([disabled]):not(.disabled):active, .btn-git:not([disabled]):not(.disabled).active, .show > .btn-git.dropdown-toggle {
  background-color: black !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.git-ic {
  color: #333333 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.git-ic:hover, .git-ic:focus {
  color: #333333;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-comm {
  background-color: #30cfc0 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-comm:hover {
  background-color: #45d4c6;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-comm:focus, .btn-comm:active, .btn-comm.active {
  background-color: #1d7c73;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-comm.dropdown-toggle {
  background-color: #30cfc0 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-comm.dropdown-toggle:hover, .btn-comm.dropdown-toggle:focus {
  background-color: #45d4c6 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-comm:not([disabled]):not(.disabled):active, .btn-comm:not([disabled]):not(.disabled).active, .show > .btn-comm.dropdown-toggle {
  background-color: #1d7c73 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.comm-ic {
  color: #30cfc0 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.comm-ic:hover, .comm-ic:focus {
  color: #30cfc0;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-vk {
  background-color: #4c75a3 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-vk:hover {
  background-color: #5882b1;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-vk:focus, .btn-vk:active, .btn-vk.active {
  background-color: #2c435d;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-vk.dropdown-toggle {
  background-color: #4c75a3 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-vk.dropdown-toggle:hover, .btn-vk.dropdown-toggle:focus {
  background-color: #5882b1 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-vk:not([disabled]):not(.disabled):active, .btn-vk:not([disabled]):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
  background-color: #2c435d !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.vk-ic {
  color: #4c75a3 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.vk-ic:hover, .vk-ic:focus {
  color: #4c75a3;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-dribbble {
  background-color: #ec4a89 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-dribbble:hover {
  background-color: #ee6198;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active {
  background-color: #bc1455;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-dribbble.dropdown-toggle {
  background-color: #ec4a89 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-dribbble.dropdown-toggle:hover, .btn-dribbble.dropdown-toggle:focus {
  background-color: #ee6198 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-dribbble:not([disabled]):not(.disabled):active, .btn-dribbble:not([disabled]):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {
  background-color: #bc1455 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.dribbble-ic {
  color: #ec4a89 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.dribbble-ic:hover, .dribbble-ic:focus {
  color: #ec4a89;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-so {
  background-color: #ffac44 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-so:hover {
  background-color: #ffb75e;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-so:focus, .btn-so:active, .btn-so.active {
  background-color: #dd7b00;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-so.dropdown-toggle {
  background-color: #ffac44 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-so.dropdown-toggle:hover, .btn-so.dropdown-toggle:focus {
  background-color: #ffb75e !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-so:not([disabled]):not(.disabled):active, .btn-so:not([disabled]):not(.disabled).active, .show > .btn-so.dropdown-toggle {
  background-color: #dd7b00 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.so-ic {
  color: #ffac44 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.so-ic:hover, .so-ic:focus {
  color: #ffac44;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-slack {
  background-color: #56b68b !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-slack:hover {
  background-color: #68be97;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-slack:focus, .btn-slack:active, .btn-slack.active {
  background-color: #327456;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-slack.dropdown-toggle {
  background-color: #56b68b !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-slack.dropdown-toggle:hover, .btn-slack.dropdown-toggle:focus {
  background-color: #68be97 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-slack:not([disabled]):not(.disabled):active, .btn-slack:not([disabled]):not(.disabled).active, .show > .btn-slack.dropdown-toggle {
  background-color: #327456 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.slack-ic {
  color: #56b68b !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.slack-ic:hover, .slack-ic:focus {
  color: #56b68b;
}

/* line 109, ../scss/mdb/core/_mixins.scss */
.btn-email {
  background-color: #4b515d !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.btn-email:hover {
  background-color: #565d6b;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.btn-email:focus, .btn-email:active, .btn-email.active {
  background-color: #1d2025;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.btn-email.dropdown-toggle {
  background-color: #4b515d !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.btn-email.dropdown-toggle:hover, .btn-email.dropdown-toggle:focus {
  background-color: #565d6b !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.btn-email:not([disabled]):not(.disabled):active, .btn-email:not([disabled]):not(.disabled).active, .show > .btn-email.dropdown-toggle {
  background-color: #1d2025 !important;
}

/* line 143, ../scss/mdb/core/_mixins.scss */
.email-ic {
  color: #4b515d !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.email-ic:hover, .email-ic:focus {
  color: #4b515d;
}

/* line 2, ../scss/mdb/pro/_tabs.scss */
.nav-tabs {
  border: 0;
  padding: 0.7rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  background-color: #2bbbad;
  z-index: 2;
  position: relative;
  border-radius: 2px;
}
/* line 13, ../scss/mdb/pro/_tabs.scss */
.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}
/* line 16, ../scss/mdb/pro/_tabs.scss */
.nav-tabs .nav-link {
  transition: all 0.4s;
  border: 0;
  color: #ffffff;
}
/* line 21, ../scss/mdb/pro/_tabs.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.open .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transition: all 1s;
  border-radius: 2px;
}
/* line 28, ../scss/mdb/pro/_tabs.scss */
.nav-tabs .nav-item.show .nav-link {
  background-color: #2bbbad;
  color: #ffffff;
  transition: all 1s;
  border-radius: 2px;
}
/* line 34, ../scss/mdb/pro/_tabs.scss */
.nav-tabs .nav-item.show .nav-link.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 38, ../scss/mdb/pro/_tabs.scss */
.tab-content {
  padding: 1rem;
  padding-top: 2rem;
  z-index: 1;
  border-radius: 0 0 0.3rem 0.3rem;
}
/* line 43, ../scss/mdb/pro/_tabs.scss */
.tab-content.vertical {
  padding-top: 0;
}

/* line 48, ../scss/mdb/pro/_tabs.scss */
.md-pills {
  border: 0;
}
/* line 50, ../scss/mdb/pro/_tabs.scss */
.md-pills li {
  padding: 0.6rem;
}
/* line 53, ../scss/mdb/pro/_tabs.scss */
.md-pills .show > .nav-link {
  color: #ffffff;
  background-color: #2bbbad;
}
/* line 58, ../scss/mdb/pro/_tabs.scss */
.md-pills .nav-link {
  transition: all 0.4s;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
/* line 66, ../scss/mdb/pro/_tabs.scss */
.md-pills .nav-link.active {
  color: #ffffff;
  background-color: #2bbbad;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-primary .show > .nav-link {
  background-color: #4285f4 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-primary .nav-link.active {
  background-color: #4285f4 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-primary {
  background-color: #4285f4 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-danger .show > .nav-link {
  background-color: #ff3547 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-danger .nav-link.active {
  background-color: #ff3547 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-danger {
  background-color: #ff3547 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-warning .show > .nav-link {
  background-color: #ff8800 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-warning .nav-link.active {
  background-color: #ff8800 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-warning {
  background-color: #ff8800 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-success .show > .nav-link {
  background-color: #00c851 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-success .nav-link.active {
  background-color: #00c851 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-success {
  background-color: #00c851 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-info .show > .nav-link {
  background-color: #33b5e5 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-info .nav-link.active {
  background-color: #33b5e5 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-info {
  background-color: #33b5e5 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-default .show > .nav-link {
  background-color: #2bbbad !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-default .nav-link.active {
  background-color: #2bbbad !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-default {
  background-color: #2bbbad !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-secondary .show > .nav-link {
  background-color: #aa66cc !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-secondary .nav-link.active {
  background-color: #aa66cc !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-secondary {
  background-color: #aa66cc !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-elegant .show > .nav-link {
  background-color: #2e2e2e !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-elegant .nav-link.active {
  background-color: #2e2e2e !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-elegant {
  background-color: #2e2e2e !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-unique .show > .nav-link {
  background-color: #880e4f !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-unique .nav-link.active {
  background-color: #880e4f !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-unique {
  background-color: #880e4f !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-dark-green .show > .nav-link {
  background-color: #388e3c !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-dark-green .nav-link.active {
  background-color: #388e3c !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-dark-green {
  background-color: #388e3c !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-mdb-color .show > .nav-link {
  background-color: #59698d !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-mdb-color .nav-link.active {
  background-color: #59698d !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-mdb-color {
  background-color: #59698d !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-red .show > .nav-link {
  background-color: #d32f2f !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-red .nav-link.active {
  background-color: #d32f2f !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-red {
  background-color: #d32f2f !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-pink .show > .nav-link {
  background-color: #ec407a !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-pink .nav-link.active {
  background-color: #ec407a !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-pink {
  background-color: #ec407a !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-purple .show > .nav-link {
  background-color: #8e24aa !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-purple .nav-link.active {
  background-color: #8e24aa !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-purple {
  background-color: #8e24aa !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-deep-purple .show > .nav-link {
  background-color: #512da8 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-deep-purple .nav-link.active {
  background-color: #512da8 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-deep-purple {
  background-color: #512da8 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-indigo .show > .nav-link {
  background-color: #3f51b5 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-indigo .nav-link.active {
  background-color: #3f51b5 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-indigo {
  background-color: #3f51b5 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-blue .show > .nav-link {
  background-color: #1976d2 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-blue .nav-link.active {
  background-color: #1976d2 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-blue {
  background-color: #1976d2 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-light-blue .show > .nav-link {
  background-color: #82b1ff !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-light-blue .nav-link.active {
  background-color: #82b1ff !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-light-blue {
  background-color: #82b1ff !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-cyan .show > .nav-link {
  background-color: #00bcd4 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-cyan .nav-link.active {
  background-color: #00bcd4 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-cyan {
  background-color: #00bcd4 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-teal .show > .nav-link {
  background-color: #00796b !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-teal .nav-link.active {
  background-color: #00796b !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-teal {
  background-color: #00796b !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-green .show > .nav-link {
  background-color: #388e3c !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-green .nav-link.active {
  background-color: #388e3c !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-green {
  background-color: #388e3c !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-light-green .show > .nav-link {
  background-color: #8bc34a !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-light-green .nav-link.active {
  background-color: #8bc34a !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-light-green {
  background-color: #8bc34a !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-lime .show > .nav-link {
  background-color: #afb42b !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-lime .nav-link.active {
  background-color: #afb42b !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-lime {
  background-color: #afb42b !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-yellow .show > .nav-link {
  background-color: #fbc02d !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-yellow .nav-link.active {
  background-color: #fbc02d !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-yellow {
  background-color: #fbc02d !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-amber .show > .nav-link {
  background-color: #ffa000 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-amber .nav-link.active {
  background-color: #ffa000 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-amber {
  background-color: #ffa000 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-orange .show > .nav-link {
  background-color: #f57c00 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-orange .nav-link.active {
  background-color: #f57c00 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-orange {
  background-color: #f57c00 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-deep-orange .show > .nav-link {
  background-color: #ff7043 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-deep-orange .nav-link.active {
  background-color: #ff7043 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-deep-orange {
  background-color: #ff7043 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-brown .show > .nav-link {
  background-color: #795548 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-brown .nav-link.active {
  background-color: #795548 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-brown {
  background-color: #795548 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-grey .show > .nav-link {
  background-color: #616161 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-grey .nav-link.active {
  background-color: #616161 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-grey {
  background-color: #616161 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-blue-grey .show > .nav-link {
  background-color: #78909c !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-blue-grey .nav-link.active {
  background-color: #78909c !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-blue-grey {
  background-color: #78909c !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-dark .show > .nav-link {
  background-color: #212121 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-dark .nav-link.active {
  background-color: #212121 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-dark {
  background-color: #212121 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-light .show > .nav-link {
  background-color: #e0e0e0 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-light .nav-link.active {
  background-color: #e0e0e0 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-light {
  background-color: #e0e0e0 !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-white .show > .nav-link {
  background-color: #ffffff !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-white .nav-link.active {
  background-color: #ffffff !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-white {
  background-color: #ffffff !important;
}

/* line 79, ../scss/mdb/pro/_tabs.scss */
.pills-black .show > .nav-link {
  background-color: #000000 !important;
}
/* line 83, ../scss/mdb/pro/_tabs.scss */
.pills-black .nav-link.active {
  background-color: #000000 !important;
}

/* line 88, ../scss/mdb/pro/_tabs.scss */
.tabs-black {
  background-color: #000000 !important;
}

/* line 93, ../scss/mdb/pro/_tabs.scss */
.classic-tabs {
  white-space: nowrap;
  overflow-x: auto;
  border-radius: 0.3rem 0.3rem 0 0;
}
@media (min-width: 62rem) {
  /* line 93, ../scss/mdb/pro/_tabs.scss */
  .classic-tabs {
    overflow-x: hidden;
  }
}
@media (min-width: 62em) {
  /* line 100, ../scss/mdb/pro/_tabs.scss */
  .classic-tabs li {
    flex: inherit;
  }
}
/* line 104, ../scss/mdb/pro/_tabs.scss */
.classic-tabs li a {
  display: block;
  padding: 20px 24px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 0;
}
/* line 112, ../scss/mdb/pro/_tabs.scss */
.classic-tabs li a.active {
  border-bottom: 3px solid;
  color: #ffffff;
}
@media (min-width: 62em) {
  /* line 118, ../scss/mdb/pro/_tabs.scss */
  .classic-tabs li:first-child {
    margin-left: 56px;
  }
}
/* line 127, ../scss/mdb/pro/_tabs.scss */
.classic-tabs.tabs-cyan li a.active {
  border-color: #ffeb3b;
}
/* line 127, ../scss/mdb/pro/_tabs.scss */
.classic-tabs.tabs-orange li a.active {
  border-color: #e53935;
}
/* line 127, ../scss/mdb/pro/_tabs.scss */
.classic-tabs.tabs-grey li a.active {
  border-color: #ffffff;
}
/* line 127, ../scss/mdb/pro/_tabs.scss */
.classic-tabs.tabs-pink li a.active {
  border-color: #673ab7;
}
/* line 127, ../scss/mdb/pro/_tabs.scss */
.classic-tabs.tabs-green li a.active {
  border-color: #1565c0;
}
/* line 127, ../scss/mdb/pro/_tabs.scss */
.classic-tabs.tabs-primary li a.active {
  border-color: #ffffff;
}

/* line 3, ../scss/mdb/pro/_cards.scss */
.card.card-image {
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* line 7, ../scss/mdb/pro/_cards.scss */
.card.card-image [class*="rgba-"] {
  border-radius: 0.25rem;
}
/* line 13, ../scss/mdb/pro/_cards.scss */
.card.card-cascade .view {
  border-radius: 0.25rem;
}
/* line 16, ../scss/mdb/pro/_cards.scss */
.card.card-cascade .view.gradient-card-header {
  padding: 1.6rem 1rem;
  text-align: center;
}
/* line 20, ../scss/mdb/pro/_cards.scss */
.card.card-cascade .view.gradient-card-header h2 {
  font-weight: 400;
}
/* line 23, ../scss/mdb/pro/_cards.scss */
.card.card-cascade .view.gradient-card-header .btn-floating {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 28, ../scss/mdb/pro/_cards.scss */
.card.card-cascade .card-body {
  padding-top: 1.8rem;
}
/* line 31, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.wider {
  background-color: transparent;
}
/* line 34, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.wider .view {
  z-index: 2;
}
/* line 37, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.wider .card-body {
  margin-left: 4%;
  margin-right: 4%;
  background: #ffffff;
  z-index: 1;
  border-radius: 0 0 0.25rem 0.25rem;
}
/* line 49, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.wider.reverse .card-body {
  z-index: 3;
  margin-top: -1rem;
  border-radius: 4px;
}
/* line 57, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.narrower {
  margin-top: 20px;
}
/* line 59, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.narrower .view {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -20px;
}
/* line 66, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.panel-cascade .view {
  text-align: center;
  color: #fff;
}
/* line 71, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.panel-cascade .list-group .list-group-item {
  margin-bottom: 0px;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #495057;
}
/* line 76, ../scss/mdb/pro/_cards.scss */
.card.card-cascade.panel-cascade .list-group .list-group-item:hover {
  background-color: #eee;
}
/* line 83, ../scss/mdb/pro/_cards.scss */
.card .btn-action {
  margin-top: -23px;
  margin-bottom: -23px;
}
/* line 87, ../scss/mdb/pro/_cards.scss */
.card .activator {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
/* line 93, ../scss/mdb/pro/_cards.scss */
.card .card-reveal {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
/* line 101, ../scss/mdb/pro/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
}
/* line 103, ../scss/mdb/pro/_cards.scss */
.card .card-reveal .card-title i {
  color: #9e9e9e;
  position: absolute;
  right: 10px;
}
/* line 109, ../scss/mdb/pro/_cards.scss */
.card .card-reveal .content {
  position: relative;
}
/* line 111, ../scss/mdb/pro/_cards.scss */
.card .card-reveal .content h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 115, ../scss/mdb/pro/_cards.scss */
.card .card-reveal .content h5 {
  margin-top: 30px;
}
/* line 120, ../scss/mdb/pro/_cards.scss */
.card.ovf-hidden {
  overflow: hidden;
}
/* line 123, ../scss/mdb/pro/_cards.scss */
.card .card-share {
  position: relative;
}
/* line 125, ../scss/mdb/pro/_cards.scss */
.card .card-share .social-reveal {
  position: absolute;
  top: -23px;
  right: 30px;
  visibility: hidden;
  width: auto;
  transform: translateZ(0);
  transform: translateX(0px);
  transition: transform 0.35s ease;
}
/* line 135, ../scss/mdb/pro/_cards.scss */
.card .card-share .social-reveal-active {
  z-index: 11;
  visibility: visible;
  transform: translateZ(0);
  transform: translateX(-48px);
  transition: transform 0.35s ease;
}

/* line 146, ../scss/mdb/pro/_cards.scss */
.card-wrapper {
  margin: 0;
  min-height: 500px;
  position: relative;
  perspective: 800px;
  /* Front side */
  /* Card with rotate on click */
}
/* line 151, ../scss/mdb/pro/_cards.scss */
.card-wrapper img {
  max-width: 100%;
}
/* line 154, ../scss/mdb/pro/_cards.scss */
.card-wrapper .face {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 160, ../scss/mdb/pro/_cards.scss */
.card-wrapper .card-up {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  height: 50%;
}
/* line 165, ../scss/mdb/pro/_cards.scss */
.card-wrapper .card-up img {
  min-width: 400px;
}
/* line 169, ../scss/mdb/pro/_cards.scss */
.card-wrapper .avatar {
  display: block;
  margin-top: -65px;
  overflow: hidden;
  width: 120px;
}
/* line 176, ../scss/mdb/pro/_cards.scss */
.card-wrapper .avatar img {
  border: 5px solid #ffffff;
  background: none repeat scroll 0 0 #ffffff;
  width: 100%;
}
/* line 183, ../scss/mdb/pro/_cards.scss */
.card-wrapper .card-rotating {
  position: absolute;
  transform-style: preserve-3d;
}
/* line 186, ../scss/mdb/pro/_cards.scss */
.card-wrapper .card-rotating .content {
  position: relative;
}
/* line 191, ../scss/mdb/pro/_cards.scss */
.card-wrapper .card-rotating.effect__click.flipped .front {
  transform: rotateY(180deg);
}
/* line 194, ../scss/mdb/pro/_cards.scss */
.card-wrapper .card-rotating.effect__click.flipped .back {
  transform: rotateY(0);
}
/* line 200, ../scss/mdb/pro/_cards.scss */
.card-wrapper .front,
.card-wrapper .back {
  border-radius: 0.25rem;
  backface-visibility: hidden;
  transition: 1s;
}
/* line 207, ../scss/mdb/pro/_cards.scss */
.card-wrapper .back {
  transform: rotateY(-180deg);
}

/* line 214, ../scss/mdb/pro/_cards.scss */
.testimonial-card .card-up {
  overflow: hidden;
  height: 120px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 220, ../scss/mdb/pro/_cards.scss */
.testimonial-card .avatar {
  border-radius: 50%;
  width: 120px;
  margin-top: -65px;
  overflow: hidden;
  border: 5px solid #ffffff;
}
/* line 227, ../scss/mdb/pro/_cards.scss */
.testimonial-card .avatar img {
  width: 100%;
}
/* line 230, ../scss/mdb/pro/_cards.scss */
.testimonial-card .card-body {
  text-align: center;
}

/* line 4, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu {
  padding: 0.5rem;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
  background-color: #4285f4 !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active {
  background-color: #cc0000 !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active {
  background-color: #2bbbad !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active {
  background-color: #aa66cc !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active {
  background-color: #00c851 !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active {
  background-color: #33b5e5 !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active {
  background-color: #ffbb33 !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active {
  background-color: #2e2e2e !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active {
  background-color: #2e5e86 !important;
}
/* line 9, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu.dropdown-EarlsGreen .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-EarlsGreen .dropdown-item:active {
  background-color: #c1d142 !important;
}
/* line 16, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  margin-left: 0;
  font-size: 0.9rem;
}
/* line 20, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item.disabled {
  color: #868e96;
}
/* line 22, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item.disabled:hover, .dropdown .dropdown-menu .dropdown-item.disabled:active, .dropdown .dropdown-menu .dropdown-item.disabled:focus {
  box-shadow: none;
  color: #868e96 !important;
  background-color: transparent !important;
}
/* line 30, ../scss/mdb/pro/_dropdowns.scss */
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
  border-radius: 2px;
  transition: all 0.1s linear;
  background-color: #4285f4;
}

/* line 43, ../scss/mdb/pro/_dropdowns.scss */
.navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 49, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-content {
  background-color: #ffffff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
/* line 61, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-content li {
  clear: both;
  color: #000;
  cursor: pointer;
  line-height: 1.3rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
/* line 69, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}
/* line 73, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 0.9rem;
  color: #4285f4;
  display: block;
  padding: 0.5rem;
}
/* line 81, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

/* line 90, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content {
  padding: 0.5rem;
}
/* line 93, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li.active span {
  color: #fff !important;
}
/* line 96, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li.active span [type="checkbox"]:checked + label:before {
  border-color: transparent #ffffff #ffffff transparent;
}
/* line 100, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li a:hover, .colorful-select .dropdown-content li span:hover {
  color: #fff !important;
  transition: all 0.1s linear;
  border-radius: 2px;
}
/* line 106, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li a:hover [type="checkbox"] + label:before, .colorful-select .dropdown-content li span:hover [type="checkbox"] + label:before {
  border-color: #ffffff;
}
/* line 109, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li a:hover [type="checkbox"]:checked + label:before, .colorful-select .dropdown-content li span:hover [type="checkbox"]:checked + label:before {
  border-color: transparent #ffffff #ffffff transparent;
}
/* line 118, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li.disabled.active span, .colorful-select .dropdown-content li:disabled.active span, .colorful-select .dropdown-content li.optgroup.active span {
  color: rgba(0, 0, 0, 0.3) !important;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
/* line 124, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li.disabled a:hover, .colorful-select .dropdown-content li.disabled span:hover, .colorful-select .dropdown-content li:disabled a:hover, .colorful-select .dropdown-content li:disabled span:hover, .colorful-select .dropdown-content li.optgroup a:hover, .colorful-select .dropdown-content li.optgroup span:hover {
  color: rgba(0, 0, 0, 0.3) !important;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  cursor: default;
  background-color: #ffffff !important;
}
/* line 131, ../scss/mdb/pro/_dropdowns.scss */
.colorful-select .dropdown-content li.disabled label, .colorful-select .dropdown-content li:disabled label, .colorful-select .dropdown-content li.optgroup label {
  cursor: default;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-primary .dropdown-content li.active, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover {
  background-color: #4285f4 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-primary .search-wrap input:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-danger .dropdown-content li.active, .dropdown-danger .dropdown-content li a, .dropdown-danger .dropdown-content li span:hover {
  background-color: #cc0000 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-danger .search-wrap input:focus {
  border-bottom: 1px solid #cc0000;
  box-shadow: 0 1px 0 0 #cc0000;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-default .dropdown-content li.active, .dropdown-default .dropdown-content li a, .dropdown-default .dropdown-content li span:hover {
  background-color: #2bbbad !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-default .search-wrap input:focus {
  border-bottom: 1px solid #2bbbad;
  box-shadow: 0 1px 0 0 #2bbbad;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-secondary .dropdown-content li.active, .dropdown-secondary .dropdown-content li a, .dropdown-secondary .dropdown-content li span:hover {
  background-color: #aa66cc !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-secondary .search-wrap input:focus {
  border-bottom: 1px solid #aa66cc;
  box-shadow: 0 1px 0 0 #aa66cc;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-success .dropdown-content li.active, .dropdown-success .dropdown-content li a, .dropdown-success .dropdown-content li span:hover {
  background-color: #00c851 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-success .search-wrap input:focus {
  border-bottom: 1px solid #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-info .dropdown-content li.active, .dropdown-info .dropdown-content li a, .dropdown-info .dropdown-content li span:hover {
  background-color: #33b5e5 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-info .search-wrap input:focus {
  border-bottom: 1px solid #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-warning .dropdown-content li.active, .dropdown-warning .dropdown-content li a, .dropdown-warning .dropdown-content li span:hover {
  background-color: #ffbb33 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-warning .search-wrap input:focus {
  border-bottom: 1px solid #ffbb33;
  box-shadow: 0 1px 0 0 #ffbb33;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-dark .dropdown-content li.active, .dropdown-dark .dropdown-content li a, .dropdown-dark .dropdown-content li span:hover {
  background-color: #2e2e2e !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-dark .search-wrap input:focus {
  border-bottom: 1px solid #2e2e2e;
  box-shadow: 0 1px 0 0 #2e2e2e;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-ins .dropdown-content li.active, .dropdown-ins .dropdown-content li a, .dropdown-ins .dropdown-content li span:hover {
  background-color: #2e5e86 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-ins .search-wrap input:focus {
  border-bottom: 1px solid #2e5e86;
  box-shadow: 0 1px 0 0 #2e5e86;
}

/* line 142, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-EarlsGreen .dropdown-content li.active, .dropdown-EarlsGreen .dropdown-content li a, .dropdown-EarlsGreen .dropdown-content li span:hover {
  background-color: #c1d142 !important;
}
/* line 146, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-EarlsGreen .search-wrap input:focus {
  border-bottom: 1px solid #c1d142;
  box-shadow: 0 1px 0 0 #c1d142;
}

/* line 153, ../scss/mdb/pro/_dropdowns.scss */
.dropdown-menu.animated {
  /* Speed up animations */
  animation-duration: 0.55s;
  animation-timing-function: ease;
}

/* line 4, ../scss/mdb/pro/_navbars.scss */
.navbar .nav-item.avatar {
  padding: 0;
}
/* line 6, ../scss/mdb/pro/_navbars.scss */
.navbar .nav-item.avatar.active {
  background-color: transparent !important;
}
/* line 9, ../scss/mdb/pro/_navbars.scss */
.navbar .nav-item.avatar .dropdown-toggle {
  padding: 0;
}
/* line 11, ../scss/mdb/pro/_navbars.scss */
.navbar .nav-item.avatar .dropdown-toggle img {
  height: 35px;
}
/* line 14, ../scss/mdb/pro/_navbars.scss */
.navbar .nav-item.avatar .dropdown-toggle:after {
  display: none;
}

/* line 22, ../scss/mdb/pro/_navbars.scss */
.double-nav {
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 22, ../scss/mdb/pro/_navbars.scss */
  .double-nav {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 768px) {
  /* line 29, ../scss/mdb/pro/_navbars.scss */
  .double-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 35, ../scss/mdb/pro/_navbars.scss */
.double-nav a {
  color: #ffffff;
  font-size: 15px;
}
/* line 41, ../scss/mdb/pro/_navbars.scss */
.double-nav .breadcrumb-dn p {
  margin: 0;
  padding-top: 0;
  padding-left: 1rem;
}
@media (max-width: 993px) {
  /* line 39, ../scss/mdb/pro/_navbars.scss */
  .double-nav .breadcrumb-dn {
    display: none;
  }
}
/* line 50, ../scss/mdb/pro/_navbars.scss */
.double-nav .button-collapse {
  position: absolute;
  left: 10px;
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  /* line 50, ../scss/mdb/pro/_navbars.scss */
  .double-nav .button-collapse {
    display: none;
  }
}
@media (max-width: 1440px) {
  /* line 50, ../scss/mdb/pro/_navbars.scss */
  .double-nav .button-collapse {
    display: block;
    position: relative;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* line 5, ../scss/mdb/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a {
  text-align: left;
  color: #666;
  border-radius: 0;
}
/* line 9, ../scss/mdb/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a:hover {
  background-color: transparent;
  color: #45526e;
  font-weight: 500;
  border-left: 1px solid #45526e;
}
/* line 15, ../scss/mdb/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a.active {
  background-color: transparent;
  color: #45526e;
  border-left: 2px solid #45526e;
  font-weight: 500;
  box-shadow: none;
}
/* line 21, ../scss/mdb/pro/_scrollspy.scss */
.nav-pills.default-pills .nav-item a.active:hover, .nav-pills.default-pills .nav-item a.active:active, .nav-pills.default-pills .nav-item a.active:focus {
  background-color: transparent;
  color: #45526e;
  font-weight: 500;
}

/* line 34, ../scss/mdb/pro/_scrollspy.scss */
.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  /* line 39, ../scss/mdb/pro/_scrollspy.scss */
  .sticky,
  .sticky-placeholder {
    display: none;
  }
}
/* line 45, ../scss/mdb/pro/_scrollspy.scss */
#scrollspy {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  /* line 49, ../scss/mdb/pro/_scrollspy.scss */
  .col-md-4 .sticky, .col-lg-4 .sticky, .col-xl-4 .sticky {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 55, ../scss/mdb/pro/_scrollspy.scss */
  .col-md-4 .sticky .col-lg-4 .sticky, .col-xl-4 .sticky {
    width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 62, ../scss/mdb/pro/_scrollspy.scss */
  .col-md-4 .sticky {
    width: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 68, ../scss/mdb/pro/_scrollspy.scss */
  .col-md-4 .sticky {
    width: 350px;
  }
}
/* line 75, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.55);
  border-radius: 2px 0 0 2px;
}
/* line 83, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy li {
  display: block;
  padding: 0 16px;
}
/* line 86, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy li:first-child {
  padding-top: 10px;
}
/* line 89, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy li:last-child {
  padding-bottom: 10px;
}
/* line 92, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy li a {
  padding: 0.5rem;
}
/* line 94, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy li a span {
  display: block;
  background-color: rgba(255, 255, 255, 0.54);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
/* line 102, ../scss/mdb/pro/_scrollspy.scss */
.dotted-scrollspy li a.active span {
  background: #fff;
}

/* line 110, ../scss/mdb/pro/_scrollspy.scss */
.scrollspy-example {
  overflow-y: scroll;
  position: relative;
  height: 200px;
  padding: 1rem;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* line 11, ../scss/mdb/pro/_lightbox.scss */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  outline: none;
}
/* line 24, ../scss/mdb/pro/_lightbox.scss */
.pswp * {
  box-sizing: border-box;
}
/* line 28, ../scss/mdb/pro/_lightbox.scss */
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
/* line 36, ../scss/mdb/pro/_lightbox.scss */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 44, ../scss/mdb/pro/_lightbox.scss */
.pswp--open {
  display: block;
}

/* line 48, ../scss/mdb/pro/_lightbox.scss */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: zoom-in;
}

/* line 53, ../scss/mdb/pro/_lightbox.scss */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: grab;
}

/* line 58, ../scss/mdb/pro/_lightbox.scss */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: grabbing;
}

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
/* line 69, ../scss/mdb/pro/_lightbox.scss */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  will-change: opacity;
}

/* line 80, ../scss/mdb/pro/_lightbox.scss */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 89, ../scss/mdb/pro/_lightbox.scss */
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
/* line 102, ../scss/mdb/pro/_lightbox.scss */
.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 109, ../scss/mdb/pro/_lightbox.scss */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 117, ../scss/mdb/pro/_lightbox.scss */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 124, ../scss/mdb/pro/_lightbox.scss */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

/* line 134, ../scss/mdb/pro/_lightbox.scss */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 143, ../scss/mdb/pro/_lightbox.scss */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
/*
  div element that matches size of large image
  large image loads on top of it
*/
/* line 166, ../scss/mdb/pro/_lightbox.scss */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 170, ../scss/mdb/pro/_lightbox.scss */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
/* line 183, ../scss/mdb/pro/_lightbox.scss */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

/* line 195, ../scss/mdb/pro/_lightbox.scss */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
/* line 228, ../scss/mdb/pro/_lightbox.scss */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
/* line 243, ../scss/mdb/pro/_lightbox.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
/* line 247, ../scss/mdb/pro/_lightbox.scss */
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
/* line 251, ../scss/mdb/pro/_lightbox.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 260, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 264, ../scss/mdb/pro/_lightbox.scss */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/lightbox/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 277, ../scss/mdb/pro/_lightbox.scss */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/lightbox/default-skin.svg);
  }

  /* line 282, ../scss/mdb/pro/_lightbox.scss */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
/* line 288, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 292, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 296, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--fs {
  display: none;
}

/* line 300, ../scss/mdb/pro/_lightbox.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 304, ../scss/mdb/pro/_lightbox.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 308, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 313, ../scss/mdb/pro/_lightbox.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 317, ../scss/mdb/pro/_lightbox.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
/* line 325, ../scss/mdb/pro/_lightbox.scss */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
/* line 337, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

/* line 347, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--arrow--left {
  left: 0;
}

/* line 351, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--arrow--right {
  right: 0;
}

/* line 355, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

/* line 365, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 370, ../scss/mdb/pro/_lightbox.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

  2. Share modal/popup and links

 */
/* line 382, ../scss/mdb/pro/_lightbox.scss */
.pswp__counter,
.pswp__share-modal {
  user-select: none;
}

/* line 387, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}

/* line 402, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-modal--hidden {
  display: none;
}

/* line 406, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  will-change: transform;
}
/* line 419, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
/* line 426, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
/* line 430, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
/* line 434, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 440, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-modal--fade-in {
  opacity: 1;
}
/* line 442, ../scss/mdb/pro/_lightbox.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
/* line 450, ../scss/mdb/pro/_lightbox.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 455, ../scss/mdb/pro/_lightbox.scss */
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
/* line 469, ../scss/mdb/pro/_lightbox.scss */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
/* line 472, ../scss/mdb/pro/_lightbox.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

/* line 479, ../scss/mdb/pro/_lightbox.scss */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

/* line 486, ../scss/mdb/pro/_lightbox.scss */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

/* line 493, ../scss/mdb/pro/_lightbox.scss */
a.pswp__share--download:hover {
  background: #DDD;
}

/*

  3. Index indicator ("1 of X" counter)

 */
/* line 505, ../scss/mdb/pro/_lightbox.scss */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

  4. Caption

 */
/* line 524, ../scss/mdb/pro/_lightbox.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
/* line 530, ../scss/mdb/pro/_lightbox.scss */
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

/* line 536, ../scss/mdb/pro/_lightbox.scss */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

/* line 546, ../scss/mdb/pro/_lightbox.scss */
.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 553, ../scss/mdb/pro/_lightbox.scss */
.pswp__caption--fake {
  visibility: hidden;
}

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 566, ../scss/mdb/pro/_lightbox.scss */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

/* line 579, ../scss/mdb/pro/_lightbox.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 585, ../scss/mdb/pro/_lightbox.scss */
.pswp__preloader--active {
  opacity: 1;
}
/* line 587, ../scss/mdb/pro/_lightbox.scss */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/lightbox/preloader.gif) 0 0 no-repeat;
}

/* line 594, ../scss/mdb/pro/_lightbox.scss */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
/* line 596, ../scss/mdb/pro/_lightbox.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
/* line 599, ../scss/mdb/pro/_lightbox.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
/* line 603, ../scss/mdb/pro/_lightbox.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
/* line 613, ../scss/mdb/pro/_lightbox.scss */
.pswp--css_animation .pswp__preloader__cut {
  /*
    The idea of animating inner circle is based on Polymer ("material") loading indicator
     by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
/* line 623, ../scss/mdb/pro/_lightbox.scss */
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 640, ../scss/mdb/pro/_lightbox.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

  6. Additional styles

 */
/* root element of UI */
/* line 680, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
/* line 690, ../scss/mdb/pro/_lightbox.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/* line 698, ../scss/mdb/pro/_lightbox.scss */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 710, ../scss/mdb/pro/_lightbox.scss */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 716, ../scss/mdb/pro/_lightbox.scss */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 725, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 735, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
/* line 738, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
/* line 751, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 764, ../scss/mdb/pro/_lightbox.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 771, ../scss/mdb/pro/_lightbox.scss */
.pswp__element--disabled {
  display: none !important;
}

/* line 777, ../scss/mdb/pro/_lightbox.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* line 784, ../scss/mdb/pro/_lightbox.scss */
.mdb-lightbox figure {
  margin: 0;
  float: left;
}
/* line 787, ../scss/mdb/pro/_lightbox.scss */
.mdb-lightbox figure .img-fluid, .mdb-lightbox figure .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .mdb-lightbox figure .modal-header {
  display: inline;
}
/* line 790, ../scss/mdb/pro/_lightbox.scss */
.mdb-lightbox figure img {
  cursor: zoom-in;
  transition: opacity .4s;
  border-radius: 0;
}
/* line 794, ../scss/mdb/pro/_lightbox.scss */
.mdb-lightbox figure img:hover {
  opacity: 0.8;
}
/* line 800, ../scss/mdb/pro/_lightbox.scss */
.mdb-lightbox.no-margin [class*="col-"] {
  padding: 0;
}
/* line 804, ../scss/mdb/pro/_lightbox.scss */
.mdb-lightbox [class*="col-"] {
  padding: 0.5rem;
}

/* line 2, ../scss/mdb/pro/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #eceff1;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
/* line 14, ../scss/mdb/pro/_chips.scss */
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
/* line 21, ../scss/mdb/pro/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
  transition: all 0.1s linear;
}

/* line 31, ../scss/mdb/pro/_chips.scss */
.chips {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 30px;
  min-height: 45px;
  padding-bottom: 1rem;
  transition: all .3s;
}
/* line 40, ../scss/mdb/pro/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}
/* line 44, ../scss/mdb/pro/_chips.scss */
.chips:hover {
  cursor: text;
}
/* line 47, ../scss/mdb/pro/_chips.scss */
.chips .tag.selected {
  border-bottom: 1px solid #4285f4;
  color: #ffffff;
}
/* line 51, ../scss/mdb/pro/_chips.scss */
.chips .input {
  display: inline-block;
  background: none;
  border: 0;
  outline: 0;
  padding: 0 !important;
  width: 120px !important;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  margin-right: 20px;
  line-height: 32px;
}
/* line 64, ../scss/mdb/pro/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 4, ../scss/mdb/pro/_msc.scss */
.table a {
  margin-left: 1rem;
}
/* line 7, ../scss/mdb/pro/_msc.scss */
.table fieldset {
  margin-bottom: 0;
}
/* line 9, ../scss/mdb/pro/_msc.scss */
.table fieldset label {
  height: 8px;
}

/* line 17, ../scss/mdb/pro/_msc.scss */
.product-table img {
  max-height: 150px;
  min-width: 50px;
}
/* line 21, ../scss/mdb/pro/_msc.scss */
.product-table td {
  vertical-align: middle;
}

/* line 27, ../scss/mdb/pro/_msc.scss */
[type="radio"], [type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

/* line 33, ../scss/mdb/pro/_msc.scss */
[type="radio"] + label, [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
}

/* line 43, ../scss/mdb/pro/_msc.scss */
.streak {
  display: block;
  position: relative;
  overflow: hidden;
  height: 250px;
}
/* line 48, ../scss/mdb/pro/_msc.scss */
.streak.streak-md {
  height: 400px;
}
@media (max-width: 736px) {
  /* line 48, ../scss/mdb/pro/_msc.scss */
  .streak.streak-md {
    height: 300px;
  }
}
/* line 54, ../scss/mdb/pro/_msc.scss */
.streak.streak-lg {
  height: 650px;
}
@media (max-width: 450px) {
  /* line 54, ../scss/mdb/pro/_msc.scss */
  .streak.streak-lg {
    height: 900px;
  }
}
/* line 60, ../scss/mdb/pro/_msc.scss */
.streak.streak-long {
  height: 200px;
}
@media (max-width: 450px) {
  /* line 60, ../scss/mdb/pro/_msc.scss */
  .streak.streak-long {
    height: 620px;
  }
}
/* line 66, ../scss/mdb/pro/_msc.scss */
.streak.streak-long-2 {
  height: 400px;
}
@media (max-width: 450px) {
  /* line 66, ../scss/mdb/pro/_msc.scss */
  .streak.streak-long-2 {
    height: 700px;
  }
}
/* line 72, ../scss/mdb/pro/_msc.scss */
.streak.streak-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1366px) {
  /* line 72, ../scss/mdb/pro/_msc.scss */
  .streak.streak-photo {
    background-attachment: fixed;
  }
}
/* line 80, ../scss/mdb/pro/_msc.scss */
.streak.no-flex {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  height: auto;
}

/* line 184, ../scss/mdb/core/_mixins.scss */
.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

/* line 184, ../scss/mdb/core/_mixins.scss */
.peach-gradient {
  background: linear-gradient(40deg, #FFD86F, #FC6262) !important;
}

/* line 184, ../scss/mdb/core/_mixins.scss */
.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

/* line 184, ../scss/mdb/core/_mixins.scss */
.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

/* line 3, ../scss/mdb/pro/_forms.scss */
[type="radio"], [type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

/* line 9, ../scss/mdb/pro/_forms.scss */
[type="radio"] + label, [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
}

/* line 4, ../scss/mdb/pro/_radio.scss */
[type="radio"] + label {
  transition: .28s ease;
}
/* line 7, ../scss/mdb/pro/_radio.scss */
[type="radio"] + label:before, [type="radio"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  transition: .28s ease;
}
/* line 24, ../scss/mdb/pro/_radio.scss */
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
  border-color: #5a5a5a;
}
/* line 27, ../scss/mdb/pro/_radio.scss */
[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}
/* line 34, ../scss/mdb/pro/_radio.scss */
[type="radio"]:checked + label:before {
  border-color: transparent;
}
/* line 37, ../scss/mdb/pro/_radio.scss */
[type="radio"]:checked + label:after {
  border-color: #4285f4;
  background-color: #4285f4;
  z-index: 0;
  transform: scale(1.02);
}
/* line 47, ../scss/mdb/pro/_radio.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.46);
}
/* line 49, ../scss/mdb/pro/_radio.scss */
[type="radio"]:disabled + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.46);
}
/* line 55, ../scss/mdb/pro/_radio.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.46);
}
/* line 59, ../scss/mdb/pro/_radio.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #BDBDBD;
}
/* line 69, ../scss/mdb/pro/_radio.scss */
[type="radio"].with-gap:checked + label:before {
  border-color: #4285f4;
}
/* line 72, ../scss/mdb/pro/_radio.scss */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5);
}
/* line 76, ../scss/mdb/pro/_radio.scss */
[type="radio"].with-gap:checked:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.46);
}

/* line 6, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #8a8a8a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
/* line 22, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #4285f4 #4285f4 transparent;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
}
/* line 36, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border: none;
  border-right: 2px solid #4285f4;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
/* line 49, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"]:disabled:checked + label:before {
  border-color: transparent rgba(0, 0, 0, 0.46) rgba(0, 0, 0, 0.46) transparent;
}
/* line 52, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"]:disabled:not(:checked) + label:before {
  border: none;
  margin-left: 2px;
  margin-top: 2px;
  background-color: rgba(0, 0, 0, 0.46);
}
/* line 58, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"]:disabled:indeterminate + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  margin-left: 0;
  margin-top: 0;
  background-color: transparent;
}
/* line 68, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"] + label:after, [type="checkbox"][class*="filled-in"] + label:before {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
}
/* line 78, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"] + label:after {
  border-radius: 2px;
  height: 20px;
  width: 20px;
}
/* line 83, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"] + label:before {
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
/* line 89, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border-style: 3px;
  border-color: transparent;
  left: 6px;
  top: 10px;
}
/* line 97, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:not(:checked) + label:after {
  background-color: transparent;
  border-color: #5a5a5a;
  top: 0;
  z-index: 0;
}
/* line 106, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-color: transparent #ffffff #ffffff transparent;
}
/* line 113, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:checked + label:after {
  top: 0;
  border-color: #aa66cc;
  background-color: #aa66cc;
  z-index: 0;
}
/* line 123, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: #BDBDBD;
}
/* line 127, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
/* line 133, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:disabled:checked + label:before {
  background-color: transparent;
}
/* line 136, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"][class*="filled-in"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
/* line 145, ../scss/mdb/pro/_checkbox.scss */
[type="checkbox"].filled-in-danger:checked + label:after {
  background-color: #f44336;
  border-color: #f44336;
}

/* line 2, ../scss/mdb/pro/_switch.scss */
.switch label {
  cursor: pointer;
}
/* line 4, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 8, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #dccfe2;
}
/* line 11, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #aa66cc;
  left: 24px;
}
/* line 15, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(170, 102, 204, 0.1);
}
/* line 18, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
/* line 21, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox]:disabled + .lever {
  cursor: default;
}
/* line 24, ../scss/mdb/pro/_switch.scss */
.switch label input[type=checkbox]:disabled + .lever:after, .switch label input[type=checkbox]:disabled:checked + .lever:after {
  background-color: #BDBDBD;
}
/* line 28, ../scss/mdb/pro/_switch.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
/* line 40, ../scss/mdb/pro/_switch.scss */
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

/* line 2, ../scss/mdb/pro/_file-input.scss */
.file-field {
  position: relative;
}
/* line 4, ../scss/mdb/pro/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
  height: 2.5rem;
}
/* line 10, ../scss/mdb/pro/_file-input.scss */
.file-field input.file-path {
  width: 100%;
  height: 2.1rem;
}
/* line 15, ../scss/mdb/pro/_file-input.scss */
.file-field span {
  cursor: pointer;
}
/* line 18, ../scss/mdb/pro/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2, ../scss/mdb/pro/_range.scss */
.range-field {
  position: relative;
}

/* line 5, ../scss/mdb/pro/_range.scss */
input[type=range] {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0px;
  padding: 0;
  appearance: none;
  border: 1px solid #ffffff;
  /* fix for FF unable to apply focus style bug  */
}
/* line 14, ../scss/mdb/pro/_range.scss */
input[type=range]:focus {
  outline: none;
}
/* line 17, ../scss/mdb/pro/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #4285f4;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
/* line 28, ../scss/mdb/pro/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #4285f4;
  font-size: 0;
  transform: rotate(45deg);
}
/* line 36, ../scss/mdb/pro/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
/* line 38, ../scss/mdb/pro/_range.scss */
input[type=range] + .thumb.active .value {
  color: #ffffff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
/* line 48, ../scss/mdb/pro/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
/* line 53, ../scss/mdb/pro/_range.scss */
input[type=range]::-webkit-slider-thumb {
  appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #4285f4;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: 0.3s;
}
/* line 64, ../scss/mdb/pro/_range.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
/* line 69, ../scss/mdb/pro/_range.scss */
input[type=range]::-moz-range-track {
  /*required for proper track sizing in FF*/
  height: 3px;
  background: #c2c0c2;
  border: none;
}
/* line 74, ../scss/mdb/pro/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #4285f4;
  margin-top: -5px;
}
/* line 82, ../scss/mdb/pro/_range.scss */
input[type=range]:-moz-focusring {
  /*hide the outline behind the border*/
  outline: 1px solid #ffffff;
  outline-offset: -1px;
}
/* line 86, ../scss/mdb/pro/_range.scss */
input[type=range]:focus::-moz-range-track {
  background: #c2c0c2;
}
/* line 90, ../scss/mdb/pro/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}
/* line 97, ../scss/mdb/pro/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #c2c0c2;
}
/* line 100, ../scss/mdb/pro/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #c2c0c2;
}
/* line 103, ../scss/mdb/pro/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #4285f4;
}
/* line 110, ../scss/mdb/pro/_range.scss */
input[type=range]:focus::-ms-fill-lower {
  background: #c2c0c2;
}
/* line 113, ../scss/mdb/pro/_range.scss */
input[type=range]:focus::-ms-fill-upper {
  background: #c2c0c2;
}

/* line 4, ../scss/mdb/pro/_input-group.scss */
.input-group .input-group-text [type="checkbox"] + label {
  padding-left: 18px;
  height: 13px;
}
/* line 8, ../scss/mdb/pro/_input-group.scss */
.input-group .input-group-text [type="radio"] + label {
  padding-left: 24px;
  height: 13px;
}

/* line 2, ../scss/mdb/pro/_autocomplete.scss */
.mdb-autocomplete {
  margin-bottom: 1px;
}

/* line 6, ../scss/mdb/pro/_autocomplete.scss */
button:focus {
  outline: 0 !important;
}
/* line 9, ../scss/mdb/pro/_autocomplete.scss */
button.mdb-autocomplete-clear {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  right: 0;
  visibility: hidden;
  border: none;
  background: transparent;
}
/* line 17, ../scss/mdb/pro/_autocomplete.scss */
button.mdb-autocomplete-clear svg {
  fill: #a6a6a6;
}

/* line 23, ../scss/mdb/pro/_autocomplete.scss */
.mdb-autocomplete-wrap {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  list-style-type: none;
  overflow-y: auto;
  max-height: 210px;
  padding-left: 0;
  background: #ffffff;
}
/* line 34, ../scss/mdb/pro/_autocomplete.scss */
.mdb-autocomplete-wrap li {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 0.875rem;
}
/* line 38, ../scss/mdb/pro/_autocomplete.scss */
.mdb-autocomplete-wrap li:hover {
  background: #eeeeee;
}

/* line 3, ../scss/mdb/pro/_accordion.scss */
.accordion .card {
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
}
/* line 7, ../scss/mdb/pro/_accordion.scss */
.accordion .card .card-header {
  border-bottom: 0;
  padding: 1rem 1.5rem;
  background: transparent;
}
/* line 11, ../scss/mdb/pro/_accordion.scss */
.accordion .card .card-header .card-title {
  font-weight: 400;
}
/* line 14, ../scss/mdb/pro/_accordion.scss */
.accordion .card .card-header a {
  transition: ease-in-out 0.3s;
}
/* line 18, ../scss/mdb/pro/_accordion.scss */
.accordion .card .card-header a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
/* line 23, ../scss/mdb/pro/_accordion.scss */
.accordion .card .fa-angle-down {
  float: right;
}
/* line 26, ../scss/mdb/pro/_accordion.scss */
.accordion .card .card-body {
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  color: #626262;
}

/* line 2, ../scss/mdb/pro/_parallax.scss */
.jarallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 700px;
}

/* line 2, ../scss/mdb/pro/_sidenav.scss */
.side-nav {
  position: fixed;
  width: 240px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100%+ 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  color: #d8d8d8;
  background-color: #2c2f34;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1040;
  backface-visibility: hidden;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
  list-style-type: none;
  padding: 0;
}
/* line 29, ../scss/mdb/pro/_sidenav.scss */
.side-nav > ul {
  max-height: 100vh;
}
/* line 32, ../scss/mdb/pro/_sidenav.scss */
.side-nav ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}
/* line 36, ../scss/mdb/pro/_sidenav.scss */
.side-nav ul li {
  padding: 0;
}
/* line 40, ../scss/mdb/pro/_sidenav.scss */
.side-nav.right-aligned {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
/* line 45, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible {
  margin: 0;
  padding: 0;
}
/* line 50, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 55, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible > li {
  border-radius: 2px;
}
/* line 58, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible > li a.collapsible-header:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 61, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible > li a.collapsible-header.active {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 67, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible ul {
  padding: 0;
  list-style-type: none;
}
/* line 71, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible a {
  color: #fff;
  font-weight: 300;
  font-size: 0.8rem;
  height: 36px;
  line-height: 36px;
}
/* line 77, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible a.active, .side-nav .collapsible a:hover {
  border-radius: 2px;
}
/* line 82, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible .fa {
  font-size: 0.8rem;
  margin-right: 13px;
}
/* line 87, ../scss/mdb/pro/_sidenav.scss */
.side-nav .collapsible-body a {
  padding-left: 47px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 93, ../scss/mdb/pro/_sidenav.scss */
.side-nav a {
  display: block;
  font-size: 1rem;
  height: 56px;
  line-height: 56px;
  padding-left: 20px;
}
/* line 101, ../scss/mdb/pro/_sidenav.scss */
.side-nav .logo-wrapper {
  height: 140px;
}
/* line 103, ../scss/mdb/pro/_sidenav.scss */
.side-nav .logo-wrapper a {
  height: 140px;
  width: 240px;
  padding: 0;
}
/* line 108, ../scss/mdb/pro/_sidenav.scss */
.side-nav .logo-wrapper img {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20%;
  padding-bottom: 20%;
  height: auto;
}
@media (max-height: 992px) {
  /* line 117, ../scss/mdb/pro/_sidenav.scss */
  .side-nav .logo-wrapper {
    height: 80px;
  }
  /* line 119, ../scss/mdb/pro/_sidenav.scss */
  .side-nav .logo-wrapper a {
    height: 80px;
  }
  /* line 122, ../scss/mdb/pro/_sidenav.scss */
  .side-nav .logo-wrapper img {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
/* line 131, ../scss/mdb/pro/_sidenav.scss */
.side-nav .about {
  padding: 1rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
/* line 134, ../scss/mdb/pro/_sidenav.scss */
.side-nav .about p {
  margin-bottom: 0;
  text-align: center;
}
/* line 140, ../scss/mdb/pro/_sidenav.scss */
.side-nav .social {
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
/* line 144, ../scss/mdb/pro/_sidenav.scss */
.side-nav .social li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
/* line 149, ../scss/mdb/pro/_sidenav.scss */
.side-nav .social a {
  padding: 0;
  margin: 0;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
/* line 155, ../scss/mdb/pro/_sidenav.scss */
.side-nav .social .fa {
  color: #dbe4e7;
}
/* line 160, ../scss/mdb/pro/_sidenav.scss */
.side-nav .search-form {
  padding: 0;
}
/* line 162, ../scss/mdb/pro/_sidenav.scss */
.side-nav .search-form input[type=text] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-weight: 300;
  padding-left: 30px;
}
/* line 93, ../scss/mdb/core/_mixins.scss */
.side-nav .search-form input[type=text]::placeholder {
  color: #fff !important;
}
/* line 170, ../scss/mdb/pro/_sidenav.scss */
.side-nav .search-form .form-control {
  margin-bottom: 0;
}
/* line 175, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sn-avatar-wrapper {
  padding-left: 33%;
  padding-right: 33%;
  padding-top: 10%;
}
/* line 179, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sn-avatar-wrapper img {
  margin: 0;
  padding: 0;
  max-width: 90px;
  border-radius: 5rem;
}
@media only screen and (max-height: 992px) {
  /* line 187, ../scss/mdb/pro/_sidenav.scss */
  .side-nav .sn-avatar-wrapper {
    padding-left: 40%;
    padding-right: 40%;
    padding-top: 3%;
  }
  /* line 191, ../scss/mdb/pro/_sidenav.scss */
  .side-nav .sn-avatar-wrapper img {
    max-width: 50px;
  }
}
/* line 196, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sn-ad-avatar-wrapper {
  height: auto;
  margin-bottom: 0;
}
/* line 199, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sn-ad-avatar-wrapper img {
  max-width: 60px;
  padding: 20px 10px;
  float: left;
}
/* line 204, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sn-ad-avatar-wrapper p {
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
/* line 211, ../scss/mdb/pro/_sidenav.scss */
.side-nav .user-box {
  padding: 20px 10px 0 10px;
}
/* line 213, ../scss/mdb/pro/_sidenav.scss */
.side-nav .user-box img {
  margin: 0 auto 10px auto;
  max-width: 80px;
}
/* line 219, ../scss/mdb/pro/_sidenav.scss */
.side-nav .fa-angle-down.rotate-icon {
  position: absolute;
  right: 0;
  top: 13px;
  margin-right: 20px;
}
/* line 226, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sidenav-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 240px;
  z-index: -1;
  background-attachment: fixed;
}
/* line 234, ../scss/mdb/pro/_sidenav.scss */
.side-nav .sidenav-bg:after {
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
/* line 249, ../scss/mdb/pro/_sidenav.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
/* line 254, ../scss/mdb/pro/_sidenav.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 1440px) {
  /* line 262, ../scss/mdb/pro/_sidenav.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 264, ../scss/mdb/pro/_sidenav.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
}
/* line 269, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light {
  background-color: #e5e5e5;
}
/* line 271, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light a {
  color: #555;
  font-weight: 400;
}
/* line 275, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light .social .fa {
  color: #555;
}
/* line 278, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light .search-form input[type=text] {
  border-bottom-color: rgba(153, 153, 153, 0.3);
  color: #555 !important;
}
/* line 93, ../scss/mdb/core/_mixins.scss */
.side-nav.side-nav-light .search-form input[type=text]::placeholder {
  color: #555 !important;
}
/* line 285, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible-body a {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 289, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 292, ../scss/mdb/pro/_sidenav.scss */
.side-nav.side-nav-light .collapsible li .collapsible-header.active {
  color: #4285F4;
  background-color: transparent;
}

/* line 301, ../scss/mdb/pro/_sidenav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 309, ../scss/mdb/pro/_sidenav.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/* line 321, ../scss/mdb/pro/_sidenav.scss */
.side-nav .double-navbar .bc-min {
  padding: 5px 10px;
}
/* line 323, ../scss/mdb/pro/_sidenav.scss */
.side-nav .double-navbar .bc-min .button-collapse {
  padding-left: 0px;
}

/* line 4, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  padding: 1.2rem;
}
/* line 10, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.dark {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 12, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.dark a p {
  color: #eeeeee;
}
/* line 16, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.light {
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 18, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.light a p {
  color: #424242;
}
/* line 23, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe a p {
  padding: 0;
  margin: 0;
  letter-spacing: 4px;
  font-size: 1rem;
}

/* line 33, ../scss/mdb/pro/_ecommerce.scss */
.rating {
  color: #ffa000;
  list-style-type: none;
  padding: 0;
}
/* line 37, ../scss/mdb/pro/_ecommerce.scss */
.rating li {
  display: inline-block;
}

/* line 43, ../scss/mdb/pro/_ecommerce.scss */
.no-padding .fa {
  padding: 0;
}

/* line 51, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .modal-dialog,
.product-panel .modal-dialog {
  max-width: none;
  width: auto;
  margin: 2rem;
}
/* line 56, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .modal-header,
.product-panel .modal-header {
  text-align: center;
}
/* line 60, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .price .badge,
.product-panel .price .badge {
  background-color: rgba(244, 67, 54, 0.7);
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1rem;
}
/* line 66, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .price p,
.product-panel .price p {
  display: inline-block;
  font-size: 1.3rem;
}
/* line 69, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .price p .price-before,
.product-panel .price p .price-before {
  color: #000000;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
/* line 74, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .price p .price-after,
.product-panel .price p .price-after {
  font-size: 1.7rem;
  color: #4caf50;
}
/* line 80, ../scss/mdb/pro/_ecommerce.scss */
.ql-modal .media img,
.product-panel .media img {
  max-width: 60px;
}

@media (max-width: 1200px) {
  /* line 86, ../scss/mdb/pro/_ecommerce.scss */
  .ql-modal {
    padding-left: 0;
  }
  /* line 87, ../scss/mdb/pro/_ecommerce.scss */
  .ql-modal .modal-dialog {
    margin: 0;
  }
}
/* line 96, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  padding: 1.2rem;
}
/* line 102, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.dark {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 104, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.dark a p {
  color: #eeeeee;
}
/* line 108, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.light {
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 110, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe.light a p {
  color: #424242;
}
/* line 115, ../scss/mdb/pro/_ecommerce.scss */
.collection-card .stripe a p {
  padding: 0;
  margin: 0;
  letter-spacing: 4px;
  font-size: 1rem;
}

/* line 127, ../scss/mdb/pro/_ecommerce.scss */
.cart-modal .table,
.cart-modal th {
  text-align: center;
}
/* line 132, ../scss/mdb/pro/_ecommerce.scss */
.cart-modal .table .total {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 136, ../scss/mdb/pro/_ecommerce.scss */
.cart-modal .table .fa-remove {
  color: #4285f4;
}

/* line 144, ../scss/mdb/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer {
  background-color: transparent;
}
/* line 146, ../scss/mdb/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer .discount {
  color: #9e9e9e;
}
/* line 149, ../scss/mdb/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer a {
  color: #757575;
  transition: 0.4s;
}
/* line 152, ../scss/mdb/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer a:hover {
  color: #d50000;
  transition: 0.4s;
}
/* line 156, ../scss/mdb/pro/_ecommerce.scss */
.card.card-ecommerce .card-footer a.active {
  color: #d50000;
}

/* line 167, ../scss/mdb/pro/_ecommerce.scss */
.product-table .btn.btn-sm, .product-table .btn-group-sm > .btn {
  padding: 0.3rem 0.6rem;
}

/* line 2, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  /* line 4, ../scss/mdb/pro/_carousels.scss */
  .carousel-multi-item .col-md-4 {
    float: left;
    width: 33.333333%;
    max-width: 100%;
  }
}
/* line 11, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .carousel-item.active,
.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev {
  display: block;
}
/* line 18, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .carousel-indicators li {
  height: 20px;
  width: 20px;
  max-width: 20px;
  background-color: #4285f4;
  margin-bottom: -60px;
}
/* line 25, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .carousel-indicators .active {
  height: 25px;
  width: 25px;
  max-width: 25px;
  background-color: #4285f4;
  border-radius: 50%;
}
/* line 32, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .controls-top {
  text-align: center;
  margin-bottom: 30px;
}
/* line 35, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}
/* line 39, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .carousel-indicators {
  margin-bottom: -2em;
}
/* line 42, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .card {
  margin: 1px;
}
/* line 45, ../scss/mdb/pro/_carousels.scss */
.carousel-multi-item .card-cascade.narrower {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {
  /* line 53, ../scss/mdb/pro/_carousels.scss */
  .carousel-multi-item .carousel-indicators li {
    margin-bottom: -30px;
  }
}
/* line 60, ../scss/mdb/pro/_carousels.scss */
.carousel-thumbnails {
  margin-bottom: 80px;
}
/* line 62, ../scss/mdb/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators {
  margin-bottom: -75px;
  position: absolute;
}
/* line 65, ../scss/mdb/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators li {
  height: auto;
  max-width: 100px;
  width: 100px;
  border: none;
}
/* line 71, ../scss/mdb/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators .active {
  height: auto;
  width: auto;
  opacity: 0.5;
}
/* line 77, ../scss/mdb/pro/_carousels.scss */
.carousel-thumbnails .carousel-indicators img {
  max-width: 100px;
  height: 50px;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 600px) {
  /* line 87, ../scss/mdb/pro/_carousels.scss */
  .carousel-thumbnails {
    margin-bottom: 60px;
  }
  /* line 89, ../scss/mdb/pro/_carousels.scss */
  .carousel-thumbnails .carousel-indicators {
    margin-bottom: -60px;
  }
  /* line 91, ../scss/mdb/pro/_carousels.scss */
  .carousel-thumbnails .carousel-indicators img {
    max-width: 50px;
    height: 25px;
  }
}
/* line 4, ../scss/mdb/pro/_steppers.scss */
.stepper li a {
  padding: 24px;
  font-size: 14px;
  text-align: center;
}
/* line 8, ../scss/mdb/pro/_steppers.scss */
.stepper li a .circle {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
}
/* line 19, ../scss/mdb/pro/_steppers.scss */
.stepper li a .label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
}
/* line 29, ../scss/mdb/pro/_steppers.scss */
.stepper li.active a .label, .stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

/* line 46, ../scss/mdb/pro/_steppers.scss */
.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* line 50, ../scss/mdb/pro/_steppers.scss */
.stepper-horizontal li {
  transition: 0.5s;
  display: flex;
  align-items: center;
  flex: 1;
}
/* line 56, ../scss/mdb/pro/_steppers.scss */
.stepper-horizontal li a .label {
  margin-top: 10px;
}
/* line 60, ../scss/mdb/pro/_steppers.scss */
.stepper-horizontal li:not(:last-child):after {
  content: "";
  position: relative;
  flex: 1;
  margin: 8px 0 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 68, ../scss/mdb/pro/_steppers.scss */
.stepper-horizontal li:not(:first-child):before {
  content: "";
  position: relative;
  flex: 1;
  margin: 8px 0 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 76, ../scss/mdb/pro/_steppers.scss */
.stepper-horizontal li:hover {
  background: #ddd;
}

/* line 83, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 88, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  position: relative;
}
/* line 94, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li a {
  align-self: flex-start;
  display: flex;
  position: relative;
}
/* line 98, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li a .circle {
  order: 1;
}
/* line 101, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li a .label {
  flex-flow: column nowrap;
  order: 2;
}
/* line 109, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li.completed a .label {
  font-weight: 500;
}
/* line 114, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li .step-content {
  display: block;
  margin-top: 0;
  margin-left: 50px;
  padding: 15px;
}
/* line 119, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li .step-content p {
  font-size: 0.875rem;
}
/* line 123, ../scss/mdb/pro/_steppers.scss */
.stepper-vertical li:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  left: 35px;
  top: 55px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* @import "pro/blog"; */
/* line 2, ../scss/mdb/pro/_toasts.scss */
.toast-title {
  font-weight: 400;
}

/* line 5, ../scss/mdb/pro/_toasts.scss */
.toast-message {
  word-wrap: break-word;
}

/* line 12, ../scss/mdb/pro/_toasts.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, ../scss/mdb/pro/_toasts.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 28, ../scss/mdb/pro/_toasts.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 36, ../scss/mdb/pro/_toasts.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
}

/* line 43, ../scss/mdb/pro/_toasts.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 48, ../scss/mdb/pro/_toasts.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 53, ../scss/mdb/pro/_toasts.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 58, ../scss/mdb/pro/_toasts.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 63, ../scss/mdb/pro/_toasts.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 67, ../scss/mdb/pro/_toasts.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 71, ../scss/mdb/pro/_toasts.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 75, ../scss/mdb/pro/_toasts.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 79, ../scss/mdb/pro/_toasts.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
}

/* line 83, ../scss/mdb/pro/_toasts.scss */
#toast-container * {
  box-sizing: border-box;
}

/* line 86, ../scss/mdb/pro/_toasts.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

/* line 99, ../scss/mdb/pro/_toasts.scss */
#toast-container > :hover {
  transition: .45s;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 106, ../scss/mdb/pro/_toasts.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

/* line 111, ../scss/mdb/pro/_toasts.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 116, ../scss/mdb/pro/_toasts.scss */
.toast {
  background-color: #030303;
}

/* line 119, ../scss/mdb/pro/_toasts.scss */
.toast-success {
  background-color: #00c851;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 123, ../scss/mdb/pro/_toasts.scss */
.toast-error {
  background-color: #ff3547;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 127, ../scss/mdb/pro/_toasts.scss */
.toast-info {
  background-color: #33b5e5;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 131, ../scss/mdb/pro/_toasts.scss */
.toast-warning {
  background-color: #ffbb33;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 136, ../scss/mdb/pro/_toasts.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 3, ../scss/mdb/pro/_animations.scss */
.collapsible .active .rotate-icon {
  transform: rotate(180deg);
  transition: all 150ms ease-in 0s;
}

/* line 2, ../scss/mdb/pro/_charts.scss */
.min-chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 10, ../scss/mdb/pro/_charts.scss */
.min-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 15, ../scss/mdb/pro/_charts.scss */
.min-chart .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
/* line 19, ../scss/mdb/pro/_charts.scss */
.min-chart .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8rem;
}

/* line 2, ../scss/mdb/pro/_progress.scss */
.progress {
  box-shadow: none;
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #eee;
}
/* line 11, ../scss/mdb/pro/_progress.scss */
.progress .progress-bar {
  box-shadow: none;
  height: 4px;
  border-radius: 0;
  background-color: #0d47a1;
}
/* line 17, ../scss/mdb/pro/_progress.scss */
.progress .progress-bar-animated {
  transition: width 2s ease-in-out;
}
/* line 20, ../scss/mdb/pro/_progress.scss */
.progress .indeterminate {
  background-color: #90caf9;
}
/* line 22, ../scss/mdb/pro/_progress.scss */
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
/* line 33, ../scss/mdb/pro/_progress.scss */
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*********************
  CIRCLE
**********************/
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 116, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0;
}
/* line 122, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
/* line 126, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
/* line 130, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}
/* line 134, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper.crazy {
  animation-duration: 333ms;
}
/* line 137, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  /**
       * Patch the gap that appear between the two adjacent div.circle-clipper while the
       * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
       */
}
/* line 146, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
/* line 154, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer .gap-patch .circle {
  width: 1000%;
  left: -450%;
}
/* line 160, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
/* line 167, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 182, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}
/* line 187, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-layer .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}
/* line 195, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-blue,
.preloader-wrapper .spinner-blue-only {
  border-color: #4285f4;
}
/* line 200, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-red,
.preloader-wrapper .spinner-red-only {
  border-color: #db4437;
}
/* line 205, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-yellow,
.preloader-wrapper .spinner-yellow-only {
  border-color: #f4b400;
}
/* line 210, ../scss/mdb/pro/_progress.scss */
.preloader-wrapper .spinner-green,
.preloader-wrapper .spinner-green-only {
  border-color: #0f9d58;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 239, ../scss/mdb/pro/_progress.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* line 243, ../scss/mdb/pro/_progress.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* line 247, ../scss/mdb/pro/_progress.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* line 251, ../scss/mdb/pro/_progress.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* line 255, ../scss/mdb/pro/_progress.scss */
.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-primary-color-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* line 265, ../scss/mdb/pro/_progress.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* line 269, ../scss/mdb/pro/_progress.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
/* line 409, ../scss/mdb/pro/_progress.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 423, ../scss/mdb/pro/_progress.scss */
#mdb-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 9998;
  /* makes sure it stays on top */
  height: 100%;
  width: 100%;
}

/* line 2, ../scss/mdb/pro/_scrollbar.scss */
.ps {
  touch-action: auto;
  overflow: hidden !important;
}
/* line 5, ../scss/mdb/pro/_scrollbar.scss */
.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
/* line 10, ../scss/mdb/pro/_scrollbar.scss */
.ps.ps--active-y > .ps__scrollbar-y-rail {
  top: 0 !important;
}
/* line 14, ../scss/mdb/pro/_scrollbar.scss */
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
/* line 17, ../scss/mdb/pro/_scrollbar.scss */
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
/* line 24, ../scss/mdb/pro/_scrollbar.scss */
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}
/* line 33, ../scss/mdb/pro/_scrollbar.scss */
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}
/* line 44, ../scss/mdb/pro/_scrollbar.scss */
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
/* line 50, ../scss/mdb/pro/_scrollbar.scss */
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
/* line 53, ../scss/mdb/pro/_scrollbar.scss */
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
/* line 59, ../scss/mdb/pro/_scrollbar.scss */
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
  z-index: 999;
}
/* line 69, ../scss/mdb/pro/_scrollbar.scss */
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}
/* line 79, ../scss/mdb/pro/_scrollbar.scss */
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}
/* line 85, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
/* line 88, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
/* line 95, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
/* line 98, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
/* line 104, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}
/* line 110, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
/* line 113, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}
/* line 122, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
/* line 125, ../scss/mdb/pro/_scrollbar.scss */
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/* line 2, ../scss/mdb/pro/_skins.scss */
.sn-bg-1 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav1.jpg);
}

/* line 6, ../scss/mdb/pro/_skins.scss */
.sn-bg-2 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav2.jpg);
}

/* line 10, ../scss/mdb/pro/_skins.scss */
.sn-bg-3 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav3.jpg);
}

/* line 14, ../scss/mdb/pro/_skins.scss */
.sn-bg-4 {
  background-image: url(https://mdbootstrap.com/img/Photos/Others/sidenav4.jpg);
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.white-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.white-skin .gradient {
  background: #ababab;
  background: linear-gradient(135deg, #ababab 0%, #fff 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.white-skin .primary-color, .white-skin .stepper li.active a .circle, .stepper li.active a .white-skin .circle, .white-skin .stepper li.completed a .circle, .stepper li.completed a .white-skin .circle {
  background-color: #4285F4 !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.white-skin .navbar {
  background-color: #fff;
  color: #424242;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #2a75f3;
}
/* line 40, ../scss/mdb/pro/_skins.scss */
.white-skin .navbar .navbar-nav .nav-item a {
  color: #424242;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.white-skin .page-footer {
  background-color: #6f7178;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav {
  background-color: #F9F9F9;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #0d5bdd;
}
/* line 62, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .social a .fa {
  color: #424242;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .social a:hover .fa {
  color: #4285F4 !important;
  transition: all 0.3s linear;
}
/* line 74, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .search-form input[type=text] {
  color: #424242;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
/* line 93, ../scss/mdb/core/_mixins.scss */
.white-skin .side-nav .search-form input[type=text]::placeholder {
  color: rgba(66, 66, 66, 0.5) !important;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 85, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li a {
  font-weight: 400;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-header {
  color: #424242;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-header.active {
  color: #4285F4;
  background-color: transparent;
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-body a {
  color: #424242;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #4285F4;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .fa {
  color: #424242;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .sidenav-bg:after, .white-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(255, 255, 255, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(255, 255, 255, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.white-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(255, 255, 255, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-primary {
  background-color: #4285F4 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-primary:hover {
  background-color: #5a95f5;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-primary:focus, .white-skin .btn-primary:active, .white-skin .btn-primary.active {
  background-color: #0b51c5;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-primary.dropdown-toggle {
  background-color: #4285F4 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-primary.dropdown-toggle:hover, .white-skin .btn-primary.dropdown-toggle:focus {
  background-color: #5a95f5 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-primary:not([disabled]):not(.disabled):active, .white-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .white-skin .btn-primary.dropdown-toggle {
  background-color: #0b51c5 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.white-skin .primary-ic {
  color: #4285F4 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.white-skin .primary-ic:hover, .white-skin .primary-ic:focus {
  color: #4285F4;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-secondary {
  background-color: #fc685f !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-secondary:hover {
  background-color: #fc8078;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-secondary:focus, .white-skin .btn-secondary:active, .white-skin .btn-secondary.active {
  background-color: #f01205;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-secondary.dropdown-toggle {
  background-color: #fc685f !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-secondary.dropdown-toggle:hover, .white-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #fc8078 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-secondary:not([disabled]):not(.disabled):active, .white-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .white-skin .btn-secondary.dropdown-toggle {
  background-color: #f01205 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.white-skin .secondary-ic {
  color: #fc685f !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.white-skin .secondary-ic:hover, .white-skin .secondary-ic:focus {
  color: #fc685f;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-default {
  background-color: #454545 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-default:hover {
  background-color: #525252;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-default:focus, .white-skin .btn-default:active, .white-skin .btn-default.active {
  background-color: #121212;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-default.dropdown-toggle {
  background-color: #454545 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-default.dropdown-toggle:hover, .white-skin .btn-default.dropdown-toggle:focus {
  background-color: #525252 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.white-skin .btn-default:not([disabled]):not(.disabled):active, .white-skin .btn-default:not([disabled]):not(.disabled).active, .show > .white-skin .btn-default.dropdown-toggle {
  background-color: #121212 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.white-skin .default-ic {
  color: #454545 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.white-skin .default-ic:hover, .white-skin .default-ic:focus {
  color: #454545;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.white-skin .card .btn-action {
  background: #454545;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.white-skin .card .btn-action:hover, .white-skin .card .btn-action:focus {
  background-color: #525252 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.white-skin .card .btn-action.active {
  background-color: #121212 !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.white-skin input[type="email"]:focus:not([readonly]),
.white-skin input[type="text"]:focus:not([readonly]),
.white-skin input[type="password"]:focus:not([readonly]),
.white-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285F4;
  box-shadow: 0 1px 0 0 #4285F4;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.white-skin input[type="email"]:focus:not([readonly]) + label,
.white-skin input[type="text"]:focus:not([readonly]) + label,
.white-skin input[type="password"]:focus:not([readonly]) + label,
.white-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285F4;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.white-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #4285F4;
  border-bottom: 2px solid #4285F4;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.white-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.white-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #4285F4;
  border-color: #4285F4;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.white-skin .md-form .prefix.active {
  color: #4285F4;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.white-skin .dropdown-content li:not(.disabled) span {
  color: #4285F4;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.white-skin .top-nav-collapse {
  background-color: #fff;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.white-skin .carousel-multi-item .controls-top > a,
.white-skin .carousel-multi-item .carousel-indicators li,
.white-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #4285F4;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.white-skin .form-header,
.white-skin .card-header {
  background-color: #4c8bf5;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.white-skin .spinner-primary-color,
.white-skin .spinner-primary-color-only {
  border-color: #4285F4;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.white-skin .pagination-primary-color .page-item.active .page-link,
.white-skin .pagination-primary-color .page-item.active .page-link:focus,
.white-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #4285F4;
  border-color: #4285F4;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.white-skin .pagination-primary-color .page-link {
  color: #4285F4;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.black-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.black-skin .gradient {
  background: #000;
  background: linear-gradient(135deg, #000 0%, #616161 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.black-skin .primary-color, .black-skin .stepper li.active a .circle, .stepper li.active a .black-skin .circle, .black-skin .stepper li.completed a .circle, .stepper li.completed a .black-skin .circle {
  background-color: #2AD1A3 !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.black-skin .navbar {
  background-color: #222;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #26bc92;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.black-skin .page-footer {
  background-color: #222;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav {
  background-color: #222;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #1d9171;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .social a:hover .fa {
  color: #2AD1A3 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: #2AD1A3;
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: #2AD1A3;
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #2AD1A3;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .sidenav-bg:after, .black-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(0, 0, 0, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(0, 0, 0, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.black-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(0, 0, 0, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-primary {
  background-color: #2AD1A3 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-primary:hover {
  background-color: #3dd8ad;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-primary:focus, .black-skin .btn-primary:active, .black-skin .btn-primary.active {
  background-color: #197c61;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-primary.dropdown-toggle {
  background-color: #2AD1A3 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-primary.dropdown-toggle:hover, .black-skin .btn-primary.dropdown-toggle:focus {
  background-color: #3dd8ad !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-primary:not([disabled]):not(.disabled):active, .black-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .black-skin .btn-primary.dropdown-toggle {
  background-color: #197c61 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.black-skin .primary-ic {
  color: #2AD1A3 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.black-skin .primary-ic:hover, .black-skin .primary-ic:focus {
  color: #2AD1A3;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-secondary {
  background-color: #0f478a !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-secondary:hover {
  background-color: #1253a1;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-secondary:focus, .black-skin .btn-secondary:active, .black-skin .btn-secondary.active {
  background-color: #05182e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-secondary.dropdown-toggle {
  background-color: #0f478a !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-secondary.dropdown-toggle:hover, .black-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #1253a1 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-secondary:not([disabled]):not(.disabled):active, .black-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .black-skin .btn-secondary.dropdown-toggle {
  background-color: #05182e !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.black-skin .secondary-ic {
  color: #0f478a !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.black-skin .secondary-ic:hover, .black-skin .secondary-ic:focus {
  color: #0f478a;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-default {
  background-color: #222222 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-default:hover {
  background-color: #2f2f2f;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-default:focus, .black-skin .btn-default:active, .black-skin .btn-default.active {
  background-color: black;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-default.dropdown-toggle {
  background-color: #222222 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-default.dropdown-toggle:hover, .black-skin .btn-default.dropdown-toggle:focus {
  background-color: #2f2f2f !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.black-skin .btn-default:not([disabled]):not(.disabled):active, .black-skin .btn-default:not([disabled]):not(.disabled).active, .show > .black-skin .btn-default.dropdown-toggle {
  background-color: black !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.black-skin .default-ic {
  color: #222222 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.black-skin .default-ic:hover, .black-skin .default-ic:focus {
  color: #222222;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.black-skin .card .btn-action {
  background: #222222;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.black-skin .card .btn-action:hover, .black-skin .card .btn-action:focus {
  background-color: #2f2f2f !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.black-skin .card .btn-action.active {
  background-color: black !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.black-skin input[type="email"]:focus:not([readonly]),
.black-skin input[type="text"]:focus:not([readonly]),
.black-skin input[type="password"]:focus:not([readonly]),
.black-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #2AD1A3;
  box-shadow: 0 1px 0 0 #2AD1A3;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.black-skin input[type="email"]:focus:not([readonly]) + label,
.black-skin input[type="text"]:focus:not([readonly]) + label,
.black-skin input[type="password"]:focus:not([readonly]) + label,
.black-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #2AD1A3;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.black-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #2AD1A3;
  border-bottom: 2px solid #2AD1A3;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.black-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.black-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #2AD1A3;
  border-color: #2AD1A3;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.black-skin .md-form .prefix.active {
  color: #2AD1A3;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.black-skin .dropdown-content li:not(.disabled) span {
  color: #2AD1A3;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.black-skin .top-nav-collapse {
  background-color: #222;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.black-skin .carousel-multi-item .controls-top > a,
.black-skin .carousel-multi-item .carousel-indicators li,
.black-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #2AD1A3;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.black-skin .form-header,
.black-skin .card-header {
  background-color: #30d5a8;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.black-skin .spinner-primary-color,
.black-skin .spinner-primary-color-only {
  border-color: #2AD1A3;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.black-skin .pagination-primary-color .page-item.active .page-link,
.black-skin .pagination-primary-color .page-item.active .page-link:focus,
.black-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #2AD1A3;
  border-color: #2AD1A3;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.black-skin .pagination-primary-color .page-link {
  color: #2AD1A3;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.cyan-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.cyan-skin .gradient {
  background: #114861;
  background: linear-gradient(135deg, #114861 0%, #45b0c0 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.cyan-skin .primary-color, .cyan-skin .stepper li.active a .circle, .stepper li.active a .cyan-skin .circle, .cyan-skin .stepper li.completed a .circle, .stepper li.completed a .cyan-skin .circle {
  background-color: #4fada7 !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.cyan-skin .navbar {
  background-color: #114861;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #eea82f;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.cyan-skin .page-footer {
  background-color: #114861;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav {
  background-color: #24879d;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #d99012;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .social a:hover .fa {
  color: #f0b247 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(29, 65, 82, 0.8);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(29, 65, 82, 0.8);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #ffa742;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .sidenav-bg:after, .cyan-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(21, 78, 96, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(21, 78, 96, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.cyan-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(21, 78, 96, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-primary {
  background-color: #ffa742 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-primary:hover {
  background-color: #ffb35c;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-primary:focus, .cyan-skin .btn-primary:active, .cyan-skin .btn-primary.active {
  background-color: #db7500;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-primary.dropdown-toggle {
  background-color: #ffa742 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-primary.dropdown-toggle:hover, .cyan-skin .btn-primary.dropdown-toggle:focus {
  background-color: #ffb35c !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-primary:not([disabled]):not(.disabled):active, .cyan-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .cyan-skin .btn-primary.dropdown-toggle {
  background-color: #db7500 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.cyan-skin .primary-ic {
  color: #ffa742 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.cyan-skin .primary-ic:hover, .cyan-skin .primary-ic:focus {
  color: #ffa742;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-secondary {
  background-color: #45b0c0 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-secondary:hover {
  background-color: #58b8c6;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-secondary:focus, .cyan-skin .btn-secondary:active, .cyan-skin .btn-secondary.active {
  background-color: #286d77;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-secondary.dropdown-toggle {
  background-color: #45b0c0 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-secondary.dropdown-toggle:hover, .cyan-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #58b8c6 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-secondary:not([disabled]):not(.disabled):active, .cyan-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .cyan-skin .btn-secondary.dropdown-toggle {
  background-color: #286d77 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.cyan-skin .secondary-ic {
  color: #45b0c0 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.cyan-skin .secondary-ic:hover, .cyan-skin .secondary-ic:focus {
  color: #45b0c0;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-default {
  background-color: #114861 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-default:hover {
  background-color: #155877;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-default:focus, .cyan-skin .btn-default:active, .cyan-skin .btn-default.active {
  background-color: #02080a;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-default.dropdown-toggle {
  background-color: #114861 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-default.dropdown-toggle:hover, .cyan-skin .btn-default.dropdown-toggle:focus {
  background-color: #155877 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.cyan-skin .btn-default:not([disabled]):not(.disabled):active, .cyan-skin .btn-default:not([disabled]):not(.disabled).active, .show > .cyan-skin .btn-default.dropdown-toggle {
  background-color: #02080a !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.cyan-skin .default-ic {
  color: #114861 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.cyan-skin .default-ic:hover, .cyan-skin .default-ic:focus {
  color: #114861;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.cyan-skin .card .btn-action {
  background: #114861;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.cyan-skin .card .btn-action:hover, .cyan-skin .card .btn-action:focus {
  background-color: #155877 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.cyan-skin .card .btn-action.active {
  background-color: #02080a !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.cyan-skin input[type="email"]:focus:not([readonly]),
.cyan-skin input[type="text"]:focus:not([readonly]),
.cyan-skin input[type="password"]:focus:not([readonly]),
.cyan-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #f0b247;
  box-shadow: 0 1px 0 0 #f0b247;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.cyan-skin input[type="email"]:focus:not([readonly]) + label,
.cyan-skin input[type="text"]:focus:not([readonly]) + label,
.cyan-skin input[type="password"]:focus:not([readonly]) + label,
.cyan-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #f0b247;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.cyan-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #f0b247;
  border-bottom: 2px solid #f0b247;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.cyan-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.cyan-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #f0b247;
  border-color: #f0b247;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.cyan-skin .md-form .prefix.active {
  color: #f0b247;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.cyan-skin .dropdown-content li:not(.disabled) span {
  color: #f0b247;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.cyan-skin .top-nav-collapse {
  background-color: #114861;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.cyan-skin .carousel-multi-item .controls-top > a,
.cyan-skin .carousel-multi-item .carousel-indicators li,
.cyan-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #f0b247;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.cyan-skin .form-header,
.cyan-skin .card-header {
  background-color: #f1b650;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.cyan-skin .spinner-primary-color,
.cyan-skin .spinner-primary-color-only {
  border-color: #4fada7;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.cyan-skin .pagination-primary-color .page-item.active .page-link,
.cyan-skin .pagination-primary-color .page-item.active .page-link:focus,
.cyan-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #4fada7;
  border-color: #4fada7;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.cyan-skin .pagination-primary-color .page-link {
  color: #4fada7;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.mdb-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.mdb-skin .gradient {
  background: #0e2135;
  background: linear-gradient(135deg, #0e2135 0%, #2c76b8 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.mdb-skin .primary-color, .mdb-skin .stepper li.active a .circle, .stepper li.active a .mdb-skin .circle, .mdb-skin .stepper li.completed a .circle, .stepper li.completed a .mdb-skin .circle {
  background-color: #33b5e5 !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.mdb-skin .navbar {
  background-color: #243a51;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #1dade2;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.mdb-skin .page-footer {
  background-color: #243a51;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav {
  background-color: #224562;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #178ab4;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .social a:hover .fa {
  color: #33b5e5 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(72, 198, 255, 0.8);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(72, 198, 255, 0.8);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #67d5ff;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .sidenav-bg:after, .mdb-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(13, 36, 60, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(13, 36, 60, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.mdb-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(13, 36, 60, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-primary {
  background-color: #33b5e5 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-primary:hover {
  background-color: #4abde8;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-primary:focus, .mdb-skin .btn-primary:active, .mdb-skin .btn-primary.active {
  background-color: #14799e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-primary.dropdown-toggle {
  background-color: #33b5e5 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-primary.dropdown-toggle:hover, .mdb-skin .btn-primary.dropdown-toggle:focus {
  background-color: #4abde8 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-primary:not([disabled]):not(.disabled):active, .mdb-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .mdb-skin .btn-primary.dropdown-toggle {
  background-color: #14799e !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.mdb-skin .primary-ic {
  color: #33b5e5 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.mdb-skin .primary-ic:hover, .mdb-skin .primary-ic:focus {
  color: #33b5e5;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-secondary {
  background-color: #0e3d67 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-secondary:hover {
  background-color: #114a7d;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-secondary:focus, .mdb-skin .btn-secondary:active, .mdb-skin .btn-secondary.active {
  background-color: #02080d;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-secondary.dropdown-toggle {
  background-color: #0e3d67 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-secondary.dropdown-toggle:hover, .mdb-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #114a7d !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-secondary:not([disabled]):not(.disabled):active, .mdb-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .mdb-skin .btn-secondary.dropdown-toggle {
  background-color: #02080d !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.mdb-skin .secondary-ic {
  color: #0e3d67 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.mdb-skin .secondary-ic:hover, .mdb-skin .secondary-ic:focus {
  color: #0e3d67;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-default {
  background-color: #1a6398 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-default:hover {
  background-color: #1e71ae;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-default:focus, .mdb-skin .btn-default:active, .mdb-skin .btn-default.active {
  background-color: #0b2a41;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-default.dropdown-toggle {
  background-color: #1a6398 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-default.dropdown-toggle:hover, .mdb-skin .btn-default.dropdown-toggle:focus {
  background-color: #1e71ae !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.mdb-skin .btn-default:not([disabled]):not(.disabled):active, .mdb-skin .btn-default:not([disabled]):not(.disabled).active, .show > .mdb-skin .btn-default.dropdown-toggle {
  background-color: #0b2a41 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.mdb-skin .default-ic {
  color: #1a6398 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.mdb-skin .default-ic:hover, .mdb-skin .default-ic:focus {
  color: #1a6398;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.mdb-skin .card .btn-action {
  background: #1a6398;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.mdb-skin .card .btn-action:hover, .mdb-skin .card .btn-action:focus {
  background-color: #1e71ae !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.mdb-skin .card .btn-action.active {
  background-color: #0b2a41 !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.mdb-skin input[type="email"]:focus:not([readonly]),
.mdb-skin input[type="text"]:focus:not([readonly]),
.mdb-skin input[type="password"]:focus:not([readonly]),
.mdb-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #33b5e5;
  box-shadow: 0 1px 0 0 #33b5e5;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.mdb-skin input[type="email"]:focus:not([readonly]) + label,
.mdb-skin input[type="text"]:focus:not([readonly]) + label,
.mdb-skin input[type="password"]:focus:not([readonly]) + label,
.mdb-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #33b5e5;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.mdb-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #33b5e5;
  border-bottom: 2px solid #33b5e5;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.mdb-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.mdb-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #33b5e5;
  border-color: #33b5e5;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.mdb-skin .md-form .prefix.active {
  color: #33b5e5;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.mdb-skin .dropdown-content li:not(.disabled) span {
  color: #33b5e5;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.mdb-skin .top-nav-collapse {
  background-color: #243a51;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.mdb-skin .carousel-multi-item .controls-top > a,
.mdb-skin .carousel-multi-item .carousel-indicators li,
.mdb-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #33b5e5;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.mdb-skin .form-header,
.mdb-skin .card-header {
  background-color: #3cb8e6;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.mdb-skin .spinner-primary-color,
.mdb-skin .spinner-primary-color-only {
  border-color: #33b5e5;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.mdb-skin .pagination-primary-color .page-item.active .page-link,
.mdb-skin .pagination-primary-color .page-item.active .page-link:focus,
.mdb-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #33b5e5;
  border-color: #33b5e5;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.mdb-skin .pagination-primary-color .page-link {
  color: #33b5e5;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .gradient {
  background: #2e1f49;
  background: linear-gradient(135deg, #2e1f49 0%, #a47fe3 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .primary-color, .deep-purple-skin .stepper li.active a .circle, .stepper li.active a .deep-purple-skin .circle, .deep-purple-skin .stepper li.completed a .circle, .stepper li.completed a .deep-purple-skin .circle {
  background-color: #d0637c !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .navbar {
  background-color: #7f7e91;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #9d6eed;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .page-footer {
  background-color: #7f7e91;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav {
  background-color: #372e5f;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #7e41e8;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .social a:hover .fa {
  color: #ac85f0 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(176, 139, 240, 0.5);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(176, 139, 240, 0.5);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #c9abfc;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .sidenav-bg:after, .deep-purple-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(36, 9, 56, 0.88);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(36, 9, 56, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(36, 9, 56, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-primary {
  background-color: #ac85f0 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-primary:hover {
  background-color: #bb9cf3;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-primary:focus, .deep-purple-skin .btn-primary:active, .deep-purple-skin .btn-primary.active {
  background-color: #6e2ae5;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-primary.dropdown-toggle {
  background-color: #ac85f0 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-primary.dropdown-toggle:hover, .deep-purple-skin .btn-primary.dropdown-toggle:focus {
  background-color: #bb9cf3 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .deep-purple-skin .btn-primary.dropdown-toggle {
  background-color: #6e2ae5 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .primary-ic {
  color: #ac85f0 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .primary-ic:hover, .deep-purple-skin .primary-ic:focus {
  color: #ac85f0;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-secondary {
  background-color: #6e4ca3 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-secondary:hover {
  background-color: #7a58b1;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-secondary:focus, .deep-purple-skin .btn-secondary:active, .deep-purple-skin .btn-secondary.active {
  background-color: #3f2c5d;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-secondary.dropdown-toggle {
  background-color: #6e4ca3 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-secondary.dropdown-toggle:hover, .deep-purple-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #7a58b1 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .deep-purple-skin .btn-secondary.dropdown-toggle {
  background-color: #3f2c5d !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .secondary-ic {
  color: #6e4ca3 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .secondary-ic:hover, .deep-purple-skin .secondary-ic:focus {
  color: #6e4ca3;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-default {
  background-color: #372e5f !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-default:hover {
  background-color: #413670;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-default:focus, .deep-purple-skin .btn-default:active, .deep-purple-skin .btn-default.active {
  background-color: #0f0d1a;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-default.dropdown-toggle {
  background-color: #372e5f !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-default.dropdown-toggle:hover, .deep-purple-skin .btn-default.dropdown-toggle:focus {
  background-color: #413670 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .btn-default:not([disabled]):not(.disabled):active, .deep-purple-skin .btn-default:not([disabled]):not(.disabled).active, .show > .deep-purple-skin .btn-default.dropdown-toggle {
  background-color: #0f0d1a !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .default-ic {
  color: #372e5f !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.deep-purple-skin .default-ic:hover, .deep-purple-skin .default-ic:focus {
  color: #372e5f;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .card .btn-action {
  background: #372e5f;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .card .btn-action:hover, .deep-purple-skin .card .btn-action:focus {
  background-color: #413670 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .card .btn-action.active {
  background-color: #0f0d1a !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin input[type="email"]:focus:not([readonly]),
.deep-purple-skin input[type="text"]:focus:not([readonly]),
.deep-purple-skin input[type="password"]:focus:not([readonly]),
.deep-purple-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #ac85f0;
  box-shadow: 0 1px 0 0 #ac85f0;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin input[type="email"]:focus:not([readonly]) + label,
.deep-purple-skin input[type="text"]:focus:not([readonly]) + label,
.deep-purple-skin input[type="password"]:focus:not([readonly]) + label,
.deep-purple-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #ac85f0;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #ac85f0;
  border-bottom: 2px solid #ac85f0;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #ac85f0;
  border-color: #ac85f0;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .md-form .prefix.active {
  color: #ac85f0;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .dropdown-content li:not(.disabled) span {
  color: #ac85f0;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .top-nav-collapse {
  background-color: #7f7e91;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .carousel-multi-item .controls-top > a,
.deep-purple-skin .carousel-multi-item .carousel-indicators li,
.deep-purple-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #ac85f0;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .form-header,
.deep-purple-skin .card-header {
  background-color: #b28ef1;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .spinner-primary-color,
.deep-purple-skin .spinner-primary-color-only {
  border-color: #d0637c;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .pagination-primary-color .page-item.active .page-link,
.deep-purple-skin .pagination-primary-color .page-item.active .page-link:focus,
.deep-purple-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #d0637c;
  border-color: #d0637c;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.deep-purple-skin .pagination-primary-color .page-link {
  color: #d0637c;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .gradient {
  background: #222735;
  background: linear-gradient(135deg, #222735 0%, #4f68a6 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .primary-color, .navy-blue-skin .stepper li.active a .circle, .stepper li.active a .navy-blue-skin .circle, .navy-blue-skin .stepper li.completed a .circle, .stepper li.completed a .navy-blue-skin .circle {
  background-color: #309e9e !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .navbar {
  background-color: #353b50;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #36b6b6;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .page-footer {
  background-color: #353b50;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav {
  background-color: #4c5678;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #2b8f8f;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .social a:hover .fa {
  color: #40c6c6 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(37, 207, 207, 0.8);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(37, 207, 207, 0.8);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #40c6c6;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .sidenav-bg:after, .navy-blue-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(14, 15, 32, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(14, 15, 32, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(14, 15, 32, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-primary {
  background-color: #40c6c6 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-primary:hover {
  background-color: #54cccc;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-primary:focus, .navy-blue-skin .btn-primary:active, .navy-blue-skin .btn-primary.active {
  background-color: #257b7b;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-primary.dropdown-toggle {
  background-color: #40c6c6 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-primary.dropdown-toggle:hover, .navy-blue-skin .btn-primary.dropdown-toggle:focus {
  background-color: #54cccc !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .navy-blue-skin .btn-primary.dropdown-toggle {
  background-color: #257b7b !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .primary-ic {
  color: #40c6c6 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .primary-ic:hover, .navy-blue-skin .primary-ic:focus {
  color: #40c6c6;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-secondary {
  background-color: #7e51b4 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-secondary:hover {
  background-color: #8b63bc;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-secondary:focus, .navy-blue-skin .btn-secondary:active, .navy-blue-skin .btn-secondary.active {
  background-color: #4d306f;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #7e51b4 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-secondary.dropdown-toggle:hover, .navy-blue-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #8b63bc !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .navy-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #4d306f !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .secondary-ic {
  color: #7e51b4 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .secondary-ic:hover, .navy-blue-skin .secondary-ic:focus {
  color: #7e51b4;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-default {
  background-color: #293756 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-default:hover {
  background-color: #314267;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-default:focus, .navy-blue-skin .btn-default:active, .navy-blue-skin .btn-default.active {
  background-color: #080b11;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-default.dropdown-toggle {
  background-color: #293756 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-default.dropdown-toggle:hover, .navy-blue-skin .btn-default.dropdown-toggle:focus {
  background-color: #314267 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .btn-default:not([disabled]):not(.disabled):active, .navy-blue-skin .btn-default:not([disabled]):not(.disabled).active, .show > .navy-blue-skin .btn-default.dropdown-toggle {
  background-color: #080b11 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .default-ic {
  color: #293756 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.navy-blue-skin .default-ic:hover, .navy-blue-skin .default-ic:focus {
  color: #293756;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .card .btn-action {
  background: #293756;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .card .btn-action:hover, .navy-blue-skin .card .btn-action:focus {
  background-color: #314267 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .card .btn-action.active {
  background-color: #080b11 !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin input[type="email"]:focus:not([readonly]),
.navy-blue-skin input[type="text"]:focus:not([readonly]),
.navy-blue-skin input[type="password"]:focus:not([readonly]),
.navy-blue-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #40c6c6;
  box-shadow: 0 1px 0 0 #40c6c6;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin input[type="email"]:focus:not([readonly]) + label,
.navy-blue-skin input[type="text"]:focus:not([readonly]) + label,
.navy-blue-skin input[type="password"]:focus:not([readonly]) + label,
.navy-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #40c6c6;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #40c6c6;
  border-bottom: 2px solid #40c6c6;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #40c6c6;
  border-color: #40c6c6;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .md-form .prefix.active {
  color: #40c6c6;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .dropdown-content li:not(.disabled) span {
  color: #40c6c6;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .top-nav-collapse {
  background-color: #353b50;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .carousel-multi-item .controls-top > a,
.navy-blue-skin .carousel-multi-item .carousel-indicators li,
.navy-blue-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #40c6c6;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .form-header,
.navy-blue-skin .card-header {
  background-color: #48c8c8;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .spinner-primary-color,
.navy-blue-skin .spinner-primary-color-only {
  border-color: #309e9e;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .pagination-primary-color .page-item.active .page-link,
.navy-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
.navy-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #309e9e;
  border-color: #309e9e;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.navy-blue-skin .pagination-primary-color .page-link {
  color: #309e9e;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.pink-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.pink-skin .gradient {
  background: #812b5a;
  background: linear-gradient(135deg, #812b5a 0%, #f28cc0 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.pink-skin .primary-color, .pink-skin .stepper li.active a .circle, .stepper li.active a .pink-skin .circle, .pink-skin .stepper li.completed a .circle, .stepper li.completed a .pink-skin .circle {
  background-color: #bd5d70 !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.pink-skin .navbar {
  background-color: #535466;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #9192a2;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.pink-skin .page-footer {
  background-color: #535466;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav {
  background-color: #aa5077;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #76778b;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .social a:hover .fa {
  color: #9fa0ae !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #ffb0e6;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .sidenav-bg:after, .pink-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(152, 47, 88, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(152, 47, 88, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.pink-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(152, 47, 88, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-primary {
  background-color: #601f39 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-primary:hover {
  background-color: #732544;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-primary:focus, .pink-skin .btn-primary:active, .pink-skin .btn-primary.active {
  background-color: #13060b;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-primary.dropdown-toggle {
  background-color: #601f39 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-primary.dropdown-toggle:hover, .pink-skin .btn-primary.dropdown-toggle:focus {
  background-color: #732544 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-primary:not([disabled]):not(.disabled):active, .pink-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .pink-skin .btn-primary.dropdown-toggle {
  background-color: #13060b !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.pink-skin .primary-ic {
  color: #601f39 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.pink-skin .primary-ic:hover, .pink-skin .primary-ic:focus {
  color: #601f39;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-secondary {
  background-color: #e7649d !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-secondary:hover {
  background-color: #ea7aab;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-secondary:focus, .pink-skin .btn-secondary:active, .pink-skin .btn-secondary.active {
  background-color: #c61f68;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-secondary.dropdown-toggle {
  background-color: #e7649d !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-secondary.dropdown-toggle:hover, .pink-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #ea7aab !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-secondary:not([disabled]):not(.disabled):active, .pink-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .pink-skin .btn-secondary.dropdown-toggle {
  background-color: #c61f68 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.pink-skin .secondary-ic {
  color: #e7649d !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.pink-skin .secondary-ic:hover, .pink-skin .secondary-ic:focus {
  color: #e7649d;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-default {
  background-color: #535466 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-default:hover {
  background-color: #5e6074;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-default:focus, .pink-skin .btn-default:active, .pink-skin .btn-default.active {
  background-color: #25262e;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-default.dropdown-toggle {
  background-color: #535466 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-default.dropdown-toggle:hover, .pink-skin .btn-default.dropdown-toggle:focus {
  background-color: #5e6074 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.pink-skin .btn-default:not([disabled]):not(.disabled):active, .pink-skin .btn-default:not([disabled]):not(.disabled).active, .show > .pink-skin .btn-default.dropdown-toggle {
  background-color: #25262e !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.pink-skin .default-ic {
  color: #535466 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.pink-skin .default-ic:hover, .pink-skin .default-ic:focus {
  color: #535466;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.pink-skin .card .btn-action {
  background: #535466;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.pink-skin .card .btn-action:hover, .pink-skin .card .btn-action:focus {
  background-color: #5e6074 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.pink-skin .card .btn-action.active {
  background-color: #25262e !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.pink-skin input[type="email"]:focus:not([readonly]),
.pink-skin input[type="text"]:focus:not([readonly]),
.pink-skin input[type="password"]:focus:not([readonly]),
.pink-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #9fa0ae;
  box-shadow: 0 1px 0 0 #9fa0ae;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.pink-skin input[type="email"]:focus:not([readonly]) + label,
.pink-skin input[type="text"]:focus:not([readonly]) + label,
.pink-skin input[type="password"]:focus:not([readonly]) + label,
.pink-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #9fa0ae;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.pink-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #9fa0ae;
  border-bottom: 2px solid #9fa0ae;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.pink-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.pink-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #9fa0ae;
  border-color: #9fa0ae;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.pink-skin .md-form .prefix.active {
  color: #9fa0ae;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.pink-skin .dropdown-content li:not(.disabled) span {
  color: #9fa0ae;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.pink-skin .top-nav-collapse {
  background-color: #535466;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.pink-skin .carousel-multi-item .controls-top > a,
.pink-skin .carousel-multi-item .carousel-indicators li,
.pink-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #9fa0ae;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.pink-skin .form-header,
.pink-skin .card-header {
  background-color: #a5a5b3;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.pink-skin .spinner-primary-color,
.pink-skin .spinner-primary-color-only {
  border-color: #bd5d70;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.pink-skin .pagination-primary-color .page-item.active .page-link,
.pink-skin .pagination-primary-color .page-item.active .page-link:focus,
.pink-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #bd5d70;
  border-color: #bd5d70;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.pink-skin .pagination-primary-color .page-link {
  color: #bd5d70;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.indigo-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.indigo-skin .gradient {
  background: #272d6e;
  background: linear-gradient(135deg, #272d6e 0%, #90a8ff 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.indigo-skin .primary-color, .indigo-skin .stepper li.active a .circle, .stepper li.active a .indigo-skin .circle, .indigo-skin .stepper li.completed a .circle, .stepper li.completed a .indigo-skin .circle {
  background-color: #7f82c5 !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.indigo-skin .navbar {
  background-color: #9095aa;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #fd4d79;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.indigo-skin .page-footer {
  background-color: #9095aa;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav {
  background-color: #404f9f;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #fc1a53;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .social a:hover .fa {
  color: #fd668c !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(250, 80, 121, 0.8);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(250, 80, 121, 0.8);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #ff89ac;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .sidenav-bg:after, .indigo-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(35, 65, 134, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(35, 65, 134, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.indigo-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(35, 65, 134, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-primary {
  background-color: #fd668c !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-primary:hover {
  background-color: #fd7f9f;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-primary:focus, .indigo-skin .btn-primary:active, .indigo-skin .btn-primary.active {
  background-color: #fa0341;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-primary.dropdown-toggle {
  background-color: #fd668c !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-primary.dropdown-toggle:hover, .indigo-skin .btn-primary.dropdown-toggle:focus {
  background-color: #fd7f9f !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-primary:not([disabled]):not(.disabled):active, .indigo-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .indigo-skin .btn-primary.dropdown-toggle {
  background-color: #fa0341 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.indigo-skin .primary-ic {
  color: #fd668c !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.indigo-skin .primary-ic:hover, .indigo-skin .primary-ic:focus {
  color: #fd668c;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-secondary {
  background-color: #3c61ae !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-secondary:hover {
  background-color: #456cbf;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-secondary:focus, .indigo-skin .btn-secondary:active, .indigo-skin .btn-secondary.active {
  background-color: #223762;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-secondary.dropdown-toggle {
  background-color: #3c61ae !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-secondary.dropdown-toggle:hover, .indigo-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #456cbf !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-secondary:not([disabled]):not(.disabled):active, .indigo-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .indigo-skin .btn-secondary.dropdown-toggle {
  background-color: #223762 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.indigo-skin .secondary-ic {
  color: #3c61ae !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.indigo-skin .secondary-ic:hover, .indigo-skin .secondary-ic:focus {
  color: #3c61ae;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-default {
  background-color: #9095aa !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-default:hover {
  background-color: #9ea3b5;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-default:focus, .indigo-skin .btn-default:active, .indigo-skin .btn-default.active {
  background-color: #5c6178;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-default.dropdown-toggle {
  background-color: #9095aa !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-default.dropdown-toggle:hover, .indigo-skin .btn-default.dropdown-toggle:focus {
  background-color: #9ea3b5 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.indigo-skin .btn-default:not([disabled]):not(.disabled):active, .indigo-skin .btn-default:not([disabled]):not(.disabled).active, .show > .indigo-skin .btn-default.dropdown-toggle {
  background-color: #5c6178 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.indigo-skin .default-ic {
  color: #9095aa !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.indigo-skin .default-ic:hover, .indigo-skin .default-ic:focus {
  color: #9095aa;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.indigo-skin .card .btn-action {
  background: #9095aa;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.indigo-skin .card .btn-action:hover, .indigo-skin .card .btn-action:focus {
  background-color: #9ea3b5 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.indigo-skin .card .btn-action.active {
  background-color: #5c6178 !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.indigo-skin input[type="email"]:focus:not([readonly]),
.indigo-skin input[type="text"]:focus:not([readonly]),
.indigo-skin input[type="password"]:focus:not([readonly]),
.indigo-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #fd668c;
  box-shadow: 0 1px 0 0 #fd668c;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.indigo-skin input[type="email"]:focus:not([readonly]) + label,
.indigo-skin input[type="text"]:focus:not([readonly]) + label,
.indigo-skin input[type="password"]:focus:not([readonly]) + label,
.indigo-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #fd668c;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.indigo-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #fd668c;
  border-bottom: 2px solid #fd668c;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.indigo-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.indigo-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #fd668c;
  border-color: #fd668c;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.indigo-skin .md-form .prefix.active {
  color: #fd668c;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.indigo-skin .dropdown-content li:not(.disabled) span {
  color: #fd668c;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.indigo-skin .top-nav-collapse {
  background-color: #9095aa;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.indigo-skin .carousel-multi-item .controls-top > a,
.indigo-skin .carousel-multi-item .carousel-indicators li,
.indigo-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #fd668c;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.indigo-skin .form-header,
.indigo-skin .card-header {
  background-color: #fd7094;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.indigo-skin .spinner-primary-color,
.indigo-skin .spinner-primary-color-only {
  border-color: #7f82c5;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.indigo-skin .pagination-primary-color .page-item.active .page-link,
.indigo-skin .pagination-primary-color .page-item.active .page-link:focus,
.indigo-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #7f82c5;
  border-color: #7f82c5;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.indigo-skin .pagination-primary-color .page-link {
  color: #7f82c5;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.light-blue-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .gradient {
  background: #69adf4;
  background: linear-gradient(135deg, #69adf4 0%, #69adf4 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .primary-color, .light-blue-skin .stepper li.active a .circle, .stepper li.active a .light-blue-skin .circle, .light-blue-skin .stepper li.completed a .circle, .stepper li.completed a .light-blue-skin .circle {
  background-color: #3d799c !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .navbar {
  background-color: #3f5c80;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #a5b6be;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .page-footer {
  background-color: #3f5c80;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav {
  background-color: #6a9ed3;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #889ea9;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .social a:hover .fa {
  color: #b4c2c9 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(29, 54, 86, 0.6);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(29, 54, 86, 0.6);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #aadeff;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .sidenav-bg:after, .light-blue-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(87, 134, 180, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(87, 134, 180, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(87, 134, 180, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-primary {
  background-color: #ff4a67 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-primary:hover {
  background-color: #ff647c;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-primary:focus, .light-blue-skin .btn-primary:active, .light-blue-skin .btn-primary.active {
  background-color: #e30024;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-primary.dropdown-toggle {
  background-color: #ff4a67 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-primary.dropdown-toggle:hover, .light-blue-skin .btn-primary.dropdown-toggle:focus {
  background-color: #ff647c !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-primary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .light-blue-skin .btn-primary.dropdown-toggle {
  background-color: #e30024 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .primary-ic {
  color: #ff4a67 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .primary-ic:hover, .light-blue-skin .primary-ic:focus {
  color: #ff4a67;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-secondary {
  background-color: #64c3f0 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-secondary:hover {
  background-color: #7bccf2;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-secondary:focus, .light-blue-skin .btn-secondary:active, .light-blue-skin .btn-secondary.active {
  background-color: #159ad9;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #64c3f0 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-secondary.dropdown-toggle:hover, .light-blue-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #7bccf2 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active, .light-blue-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .light-blue-skin .btn-secondary.dropdown-toggle {
  background-color: #159ad9 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .secondary-ic {
  color: #64c3f0 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .secondary-ic:hover, .light-blue-skin .secondary-ic:focus {
  color: #64c3f0;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-default {
  background-color: #2d486a !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-default:hover {
  background-color: #35547c;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-default:focus, .light-blue-skin .btn-default:active, .light-blue-skin .btn-default.active {
  background-color: #0f1722;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-default.dropdown-toggle {
  background-color: #2d486a !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-default.dropdown-toggle:hover, .light-blue-skin .btn-default.dropdown-toggle:focus {
  background-color: #35547c !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .btn-default:not([disabled]):not(.disabled):active, .light-blue-skin .btn-default:not([disabled]):not(.disabled).active, .show > .light-blue-skin .btn-default.dropdown-toggle {
  background-color: #0f1722 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .default-ic {
  color: #2d486a !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.light-blue-skin .default-ic:hover, .light-blue-skin .default-ic:focus {
  color: #2d486a;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .card .btn-action {
  background: #2d486a;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .card .btn-action:hover, .light-blue-skin .card .btn-action:focus {
  background-color: #35547c !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .card .btn-action.active {
  background-color: #0f1722 !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.light-blue-skin input[type="email"]:focus:not([readonly]),
.light-blue-skin input[type="text"]:focus:not([readonly]),
.light-blue-skin input[type="password"]:focus:not([readonly]),
.light-blue-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #b4c2c9;
  box-shadow: 0 1px 0 0 #b4c2c9;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.light-blue-skin input[type="email"]:focus:not([readonly]) + label,
.light-blue-skin input[type="text"]:focus:not([readonly]) + label,
.light-blue-skin input[type="password"]:focus:not([readonly]) + label,
.light-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #b4c2c9;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.light-blue-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #b4c2c9;
  border-bottom: 2px solid #b4c2c9;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.light-blue-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.light-blue-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #b4c2c9;
  border-color: #b4c2c9;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .md-form .prefix.active {
  color: #b4c2c9;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .dropdown-content li:not(.disabled) span {
  color: #b4c2c9;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .top-nav-collapse {
  background-color: #3f5c80;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .carousel-multi-item .controls-top > a,
.light-blue-skin .carousel-multi-item .carousel-indicators li,
.light-blue-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #b4c2c9;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .form-header,
.light-blue-skin .card-header {
  background-color: #bac7cd;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .spinner-primary-color,
.light-blue-skin .spinner-primary-color-only {
  border-color: #3d799c;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .pagination-primary-color .page-item.active .page-link,
.light-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
.light-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #3d799c;
  border-color: #3d799c;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.light-blue-skin .pagination-primary-color .page-link {
  color: #3d799c;
}

/* line 19, ../scss/mdb/pro/_skins.scss */
.grey-skin {
  /* Select colors */
}
/* line 20, ../scss/mdb/pro/_skins.scss */
.grey-skin .gradient {
  background: #383838;
  background: linear-gradient(135deg, #383838 0%, #a5a4a4 100%);
}
/* line 24, ../scss/mdb/pro/_skins.scss */
.grey-skin .primary-color, .grey-skin .stepper li.active a .circle, .stepper li.active a .grey-skin .circle, .grey-skin .stepper li.completed a .circle, .stepper li.completed a .grey-skin .circle {
  background-color: #2b2b2b !important;
}
/* line 27, ../scss/mdb/pro/_skins.scss */
.grey-skin .navbar {
  background-color: #44474b;
  color: #fff;
}
/* line 33, ../scss/mdb/pro/_skins.scss */
.grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
  background-color: #5eb7ee;
}
/* line 47, ../scss/mdb/pro/_skins.scss */
.grey-skin .page-footer {
  background-color: #44474b;
}
/* line 50, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav {
  background-color: #a5a4a4;
}
/* line 53, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .logo-wrapper > div {
  background-color: transparent !important;
}
/* line 57, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .sn-avatar-wrapper img {
  border: 3px solid #30a2e9;
}
/* line 67, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .social a:hover .fa {
  color: #75c1f0 !important;
  transition: all 0.3s linear;
}
/* line 82, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .collapsible li {
  background-color: transparent;
}
/* line 89, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-header {
  color: #fff;
  transition: all 0.3s linear;
}
/* line 92, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-header.active {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 101, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 105, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-body a {
  color: #fff;
}
/* line 107, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .collapsible li .collapsible-body a:hover {
  color: #afdffc;
}
/* line 112, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .fa {
  color: #fff;
}
/* line 116, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .sidenav-bg:after, .grey-skin .side-nav .sidenav-bg.mask-strong:after {
  background: rgba(121, 121, 121, 0.8);
}
/* line 121, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .sidenav-bg.mask-light:after {
  background: rgba(121, 121, 121, 0.65);
}
/* line 124, ../scss/mdb/pro/_skins.scss */
.grey-skin .side-nav .sidenav-bg.mask-slight:after {
  background: rgba(121, 121, 121, 0.5);
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-primary {
  background-color: #46aded !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-primary:hover {
  background-color: #5db7ef;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-primary:focus, .grey-skin .btn-primary:active, .grey-skin .btn-primary.active {
  background-color: #127abb;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-primary.dropdown-toggle {
  background-color: #46aded !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-primary.dropdown-toggle:hover, .grey-skin .btn-primary.dropdown-toggle:focus {
  background-color: #5db7ef !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-primary:not([disabled]):not(.disabled):active, .grey-skin .btn-primary:not([disabled]):not(.disabled).active, .show > .grey-skin .btn-primary.dropdown-toggle {
  background-color: #127abb !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.grey-skin .primary-ic {
  color: #46aded !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.grey-skin .primary-ic:hover, .grey-skin .primary-ic:focus {
  color: #46aded;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-secondary {
  background-color: #7d8488 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-secondary:hover {
  background-color: #8a9194;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-secondary:focus, .grey-skin .btn-secondary:active, .grey-skin .btn-secondary.active {
  background-color: #4c5053;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-secondary.dropdown-toggle {
  background-color: #7d8488 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-secondary.dropdown-toggle:hover, .grey-skin .btn-secondary.dropdown-toggle:focus {
  background-color: #8a9194 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-secondary:not([disabled]):not(.disabled):active, .grey-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .grey-skin .btn-secondary.dropdown-toggle {
  background-color: #4c5053 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.grey-skin .secondary-ic {
  color: #7d8488 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.grey-skin .secondary-ic:hover, .grey-skin .secondary-ic:focus {
  color: #7d8488;
}
/* line 109, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-default {
  background-color: #353637 !important;
  color: #ffffff !important;
}
/* line 112, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-default:hover {
  background-color: #424344;
}
/* line 119, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-default:focus, .grey-skin .btn-default:active, .grey-skin .btn-default.active {
  background-color: #030303;
}
/* line 124, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-default.dropdown-toggle {
  background-color: #353637 !important;
}
/* line 126, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-default.dropdown-toggle:hover, .grey-skin .btn-default.dropdown-toggle:focus {
  background-color: #424344 !important;
}
/* line 131, ../scss/mdb/core/_mixins.scss */
.grey-skin .btn-default:not([disabled]):not(.disabled):active, .grey-skin .btn-default:not([disabled]):not(.disabled).active, .show > .grey-skin .btn-default.dropdown-toggle {
  background-color: #030303 !important;
}
/* line 143, ../scss/mdb/core/_mixins.scss */
.grey-skin .default-ic {
  color: #353637 !important;
}
/* line 145, ../scss/mdb/core/_mixins.scss */
.grey-skin .default-ic:hover, .grey-skin .default-ic:focus {
  color: #353637;
}
/* line 132, ../scss/mdb/pro/_skins.scss */
.grey-skin .card .btn-action {
  background: #353637;
}
/* line 134, ../scss/mdb/pro/_skins.scss */
.grey-skin .card .btn-action:hover, .grey-skin .card .btn-action:focus {
  background-color: #424344 !important;
}
/* line 138, ../scss/mdb/pro/_skins.scss */
.grey-skin .card .btn-action.active {
  background-color: #030303 !important;
}
/* line 142, ../scss/mdb/pro/_skins.scss */
.grey-skin input[type="email"]:focus:not([readonly]),
.grey-skin input[type="text"]:focus:not([readonly]),
.grey-skin input[type="password"]:focus:not([readonly]),
.grey-skin textarea.md-textarea:focus:not([readonly]) {
  border-color: #75c1f0;
  box-shadow: 0 1px 0 0 #75c1f0;
}
/* line 148, ../scss/mdb/pro/_skins.scss */
.grey-skin input[type="email"]:focus:not([readonly]) + label,
.grey-skin input[type="text"]:focus:not([readonly]) + label,
.grey-skin input[type="password"]:focus:not([readonly]) + label,
.grey-skin textarea.md-textarea:focus:not([readonly]) + label {
  color: #75c1f0;
}
/* line 154, ../scss/mdb/pro/_skins.scss */
.grey-skin input[type=checkbox]:checked + label:before {
  border-right: 2px solid #75c1f0;
  border-bottom: 2px solid #75c1f0;
}
/* line 162, ../scss/mdb/pro/_skins.scss */
.grey-skin input[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 166, ../scss/mdb/pro/_skins.scss */
.grey-skin input[type=checkbox].filled-in:checked + label:after {
  background-color: #75c1f0;
  border-color: #75c1f0;
}
/* line 174, ../scss/mdb/pro/_skins.scss */
.grey-skin .md-form .prefix.active {
  color: #75c1f0;
}
/* line 182, ../scss/mdb/pro/_skins.scss */
.grey-skin .dropdown-content li:not(.disabled) span {
  color: #75c1f0;
}
/* line 187, ../scss/mdb/pro/_skins.scss */
.grey-skin .top-nav-collapse {
  background-color: #44474b;
}
/* line 191, ../scss/mdb/pro/_skins.scss */
.grey-skin .carousel-multi-item .controls-top > a,
.grey-skin .carousel-multi-item .carousel-indicators li,
.grey-skin .carousel-multi-item .carousel-indicators li.active {
  background-color: #75c1f0;
}
/* line 197, ../scss/mdb/pro/_skins.scss */
.grey-skin .form-header,
.grey-skin .card-header {
  background-color: #7ec5f1;
}
/* line 201, ../scss/mdb/pro/_skins.scss */
.grey-skin .spinner-primary-color,
.grey-skin .spinner-primary-color-only {
  border-color: #2b2b2b;
}
/* line 206, ../scss/mdb/pro/_skins.scss */
.grey-skin .pagination-primary-color .page-item.active .page-link,
.grey-skin .pagination-primary-color .page-item.active .page-link:focus,
.grey-skin .pagination-primary-color .page-item.active .page-link:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
/* line 213, ../scss/mdb/pro/_skins.scss */
.grey-skin .pagination-primary-color .page-link {
  color: #2b2b2b;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * The picker input element.
 */
/* line 10, ../scss/mdb/pro/picker/_default.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 16, ../scss/mdb/pro/picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 22, ../scss/mdb/pro/picker/_default.scss */
.picker {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  user-select: none;
  /**
   * The holder is the only "scrollable" top-level container element. The holder should overlay the entire screen.
   */
  /*!
   * Default mobile-first, responsive styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
   * Note: the root picker element should *NOT* be styled more than what's here.
   */
  /**
   * Make the holder and frame fullscreen.
   */
  /**
   * The frame that bounds the box contents of the picker.
   */
  /**
   * The box contains all the picker contents.
   */
}
/* line 33, ../scss/mdb/pro/picker/_default.scss */
.picker .picker__holder {
  width: 100%;
  overflow-y: auto;
  overflow-scrolling: touch;
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  backface-visibility: hidden;
}
/* line 51, ../scss/mdb/pro/picker/_default.scss */
.picker .picker__holder,
.picker .picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
/* line 61, ../scss/mdb/pro/picker/_default.scss */
.picker .picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 325px;
  width: 300px;
  max-height: 350px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.15s ease-out;
  /**
   * The wrapper sets the stage to vertically align the box contents.
   */
}
@media (min-height: 28.875em) {
  /* line 61, ../scss/mdb/pro/picker/_default.scss */
  .picker .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 61, ../scss/mdb/pro/picker/_default.scss */
  .picker .picker__frame {
    margin-bottom: 7.5%;
  }
}
/* line 84, ../scss/mdb/pro/picker/_default.scss */
.picker .picker__frame .picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  /* line 84, ../scss/mdb/pro/picker/_default.scss */
  .picker .picker__frame .picker__wrap {
    display: block;
  }
}
/* line 97, ../scss/mdb/pro/picker/_default.scss */
.picker .picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  /* line 97, ../scss/mdb/pro/picker/_default.scss */
  .picker .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */
/* line 117, ../scss/mdb/pro/picker/_default.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
/* line 124, ../scss/mdb/pro/picker/_default.scss */
.picker--opened .picker__frame {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (min-height: 35.875em) {
  /* line 124, ../scss/mdb/pro/picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
/* line 15, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  padding: .75em 1.25em;
  /* Hovered time */
}
@media (min-height: 46.75em) {
  /* line 15, ../scss/mdb/pro/picker/_default-time.scss */
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* line 26, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list-item:hover {
  cursor: pointer;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
/* line 36, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

/* line 40, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 47, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  z-index: 10;
}

/* Disabled time */
/* line 55, ../scss/mdb/pro/picker/_default-time.scss */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
/* line 69, ../scss/mdb/pro/picker/_default-time.scss */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
/* line 81, ../scss/mdb/pro/picker/_default-time.scss */
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  outline: none;
}
/* line 94, ../scss/mdb/pro/picker/_default-time.scss */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 109, ../scss/mdb/pro/picker/_default-time.scss */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
/* line 116, ../scss/mdb/pro/picker/_default-time.scss */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  /* line 116, ../scss/mdb/pro/picker/_default-time.scss */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Further modified
 * Copyright 2015 Ching Yaw Hao.
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 138, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display {
  text-align: center;
  background-color: #4285f4;
  padding-bottom: 15px;
  font-weight: 300;
  margin-bottom: 1rem;
}
/* line 145, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display {
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  height: 85px;
  font-size: 70px;
  padding: 10px;
  padding-bottom: 0px;
  color: #b2dfdb;
}
/* line 154, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-column {
  float: left;
}
/* line 156, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary {
  animation-name: pulse;
}
/* line 160, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-column #click-am, .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer;
}
/* line 164, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-am-pm {
  padding-left: 5px;
  vertical-align: bottom;
  height: 85px;
}
/* line 168, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 23px;
  line-height: 25px;
  color: #b2dfdb;
}
/* line 175, ../scss/mdb/pro/picker/_default-time.scss */
.picker__date-display .clockpicker-display .clockpicker-span-hours, .picker__date-display .clockpicker-display .clockpicker-span-minutes {
  animation-duration: 500ms;
  animation-fill-mode: both;
  transition: color 500ms;
  cursor: pointer;
}

/* line 183, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  height: 85px;
  font-size: 70px;
  padding: 10px;
  padding-bottom: 0px;
  color: #b2dfdb;
}
/* line 193, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-column {
  float: left;
}
/* line 195, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary, .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary, .clockpicker-display .clockpicker-display-column #click-am.text-primary, .clockpicker-display .clockpicker-display-column #click-pm.text-primary {
  animation-name: pulse;
}
/* line 199, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-column #click-am, .clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer;
}
/* line 203, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-am-pm {
  padding-left: 5px;
  vertical-align: bottom;
  height: 85px;
}
/* line 207, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 23px;
  line-height: 25px;
  color: #b2dfdb;
}
/* line 214, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-display .clockpicker-span-hours, .clockpicker-display .clockpicker-span-minutes {
  animation-duration: 500ms;
  animation-fill-mode: both;
  transition: color 500ms;
  cursor: pointer;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 234, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-moving {
  cursor: move;
}

/* line 237, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate {
  background-color: #eeeeee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 20px;
  /* Disable text selection highlighting. Thanks to Hermanya */
  user-select: none;
}
/* line 248, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-canvas,
.clockpicker-plate .clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px;
}
/* line 256, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial {
  transition: transform 350ms, opacity 350ms;
}
/* line 258, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial .clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  transition: background-color 300ms;
  background-color: rgba(0, 150, 136, 0);
}
/* line 269, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial .clockpicker-tick.active, .clockpicker-plate .clockpicker-dial .clockpicker-tick:hover {
  background-color: rgba(0, 150, 136, 0.25);
}
/* line 275, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-minutes {
  visibility: hidden;
}
/* line 278, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-dial-out {
  opacity: 0;
}
/* line 281, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2, 1.2);
}
/* line 284, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-plate .clockpicker-minutes.clockpicker-dial-out {
  transform: scale(0.8, 0.8);
}

/* line 289, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas {
  transition: opacity 300ms;
}
/* line 291, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas line {
  stroke: rgba(0, 150, 136, 0.25);
  stroke-width: 1;
}

/* line 296, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 299, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas-bearing {
  stroke: none;
  fill: rgba(0, 77, 64, 0.75);
}

/* line 303, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas-fg {
  stroke: none;
  fill: rgba(0, 77, 64, 0);
}
/* line 306, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas-fg.active {
  fill: rgba(0, 77, 64, 0.5);
}

/* line 310, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas-bg {
  stroke: none;
  fill: rgba(0, 150, 136, 0.25);
}

/* line 314, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-canvas-bg-trans {
  fill: rgba(0, 150, 136, 0.25);
}

/* line 318, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-am-pm-block {
  margin-top: -10px;
  width: 100%;
  height: 50px;
}
/* line 322, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-am-pm-block .clockpicker-button.am-button {
  height: 45px;
  width: 45px;
  float: left;
  border: 0;
}
/* line 328, ../scss/mdb/pro/picker/_default-time.scss */
.clockpicker-am-pm-block .clockpicker-button.pm-button {
  height: 45px;
  width: 45px;
  float: right;
  border: 0;
}

/* line 336, ../scss/mdb/pro/picker/_default-time.scss */
.btn-floating.btn-flat {
  color: #ffffff;
  padding: 0;
  background: #4285f4;
}
/* line 340, ../scss/mdb/pro/picker/_default-time.scss */
.btn-floating.btn-flat:hover {
  box-shadow: none;
}
/* line 343, ../scss/mdb/pro/picker/_default-time.scss */
.btn-floating.btn-flat:hover, .btn-floating.btn-flat:focus {
  background-color: #5a95f5 !important;
}
/* line 347, ../scss/mdb/pro/picker/_default-time.scss */
.btn-floating.btn-flat.active {
  background-color: #0b51c5 !important;
}

/* line 354, ../scss/mdb/pro/picker/_default-time.scss */
.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: 15px;
  background-color: transparent;
  text-transform: uppercase;
}
/* line 359, ../scss/mdb/pro/picker/_default-time.scss */
.picker__footer .clockpicker-button:focus {
  background-color: transparent;
}
/* line 362, ../scss/mdb/pro/picker/_default-time.scss */
.picker__footer .clockpicker-button:active {
  background-color: rgba(0, 150, 136, 0.25);
}

/* line 369, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box {
  background-color: #212121;
}
/* line 371, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__date-display {
  background-color: transparent;
}
/* line 382, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate {
  background-color: transparent;
}
/* line 384, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick {
  background-color: rgba(255, 64, 129, 0);
}
/* line 387, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick.active, .darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick:hover {
  background-color: rgba(255, 64, 129, 0.25);
}
/* line 391, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas line {
  stroke: rgba(255, 64, 129, 0.25);
}
/* line 394, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bearing {
  fill: #ffffff;
}
/* line 397, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg {
  fill: rgba(255, 64, 129, 0);
}
/* line 399, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-fg.active {
  fill: rgba(255, 64, 129, 0.5);
}
/* line 403, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg {
  fill: rgba(255, 64, 129, 0.25);
}
/* line 406, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-canvas-bg-trans {
  fill: rgba(255, 64, 129, 0.25);
}
/* line 415, ../scss/mdb/pro/picker/_default-time.scss */
.darktheme .picker__box .picker__footer .clockpicker-button:active {
  background-color: rgba(255, 64, 129, 0.25);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 9, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
  /**
   * The header containing the month and year stuff.
   */
  /**
   * The calendar table of dates
   */
  /**
   * The footer containing the "today", "clear", and "close" buttons.
   */
}
/* line 16, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  /**
     * The month and year labels.
     */
  /**
     * The month and year selectors.
     */
  /**
     * The month navigation buttons.
     */
}
/* line 20, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header select {
  display: inline-block !important;
}
/* line 23, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display {
  text-align: center;
  background-color: #4285f4;
  padding-bottom: 15px;
  font-weight: 300;
  margin-bottom: 1rem;
}
/* line 30, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__weekday-display {
  background-color: #206ff2;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}
/* line 38, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
/* line 42, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
/* line 46, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__date-display .picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
/* line 54, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__month,
.picker__box .picker__header .picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
/* line 63, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--month,
.picker__box .picker__header .picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/* line 70, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--month:focus,
.picker__box .picker__header .picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
/* line 74, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--year {
  width: 30%;
}
/* line 78, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--month.browser-default {
  display: inline;
  width: 40%;
}
/* line 83, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__select--year.browser-default {
  display: inline;
  width: 25%;
}
/* line 91, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev,
.picker__box .picker__header .picker__nav--next {
  position: absolute;
  padding: .5em 1.55em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  bottom: 0;
}
/* line 99, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev:hover,
.picker__box .picker__header .picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #ecf2fc;
}
/* line 104, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev:before,
.picker__box .picker__header .picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
/* line 115, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
/* line 119, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
/* line 122, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}
/* line 127, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__header .picker__nav--disabled,
.picker__box .picker__header .picker__nav--disabled:hover,
.picker__box .picker__header .picker__nav--disabled:before,
.picker__box .picker__header .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/* line 142, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
  /**
     * The weekday labels
     */
  /**
     * The days on the calendar
     */
}
/* line 151, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table th, .picker__box .picker__table td {
  text-align: center;
}
/* line 154, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table td {
  margin: 0;
  padding: 0;
}
/* line 161, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__weekday {
  width: 14%;
  font-size: .9em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  /* line 161, ../scss/mdb/pro/picker/_default-date.scss */
  .picker__box .picker__table .picker__weekday {
    padding-bottom: .5em;
  }
}
/* line 175, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--today {
  position: relative;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
/* line 182, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day.picker__day--today {
  color: #4285f4;
}
/* line 186, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
/* line 190, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
/* line 196, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
/* line 202, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--outfocus {
  display: none;
  padding: .75rem 0;
}
/* line 206, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
/* line 212, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--highlighted:hover,
.picker__box .picker__table .picker--focused .picker__day--highlighted {
  cursor: pointer;
}
/* line 216, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #4285f4;
}
/* line 223, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--selected.picker__day--outfocus,
.picker__box .picker__table .picker__day--selected:hover.picker__day--outfocus,
.picker__box .picker__table .picker--focused.picker__day--outfocus {
  background-color: #ecf2fc;
}
/* line 229, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--disabled,
.picker__box .picker__table .picker__day--disabled:hover,
.picker__box .picker__table .picker--focused {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
/* line 237, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__table .picker__day--highlighted.picker__day--disabled,
.picker__box .picker__table .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/* line 247, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer {
  text-align: right;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 253, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today,
.picker__box .picker__footer .picker__button--clear,
.picker__box .picker__footer .picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: 1rem 0 0.7rem 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}
/* line 265, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:hover,
.picker__box .picker__footer .picker__button--clear:hover,
.picker__box .picker__footer .picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
/* line 271, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:focus,
.picker__box .picker__footer .picker__button--clear:focus,
.picker__box .picker__footer .picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
/* line 276, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:before,
.picker__box .picker__footer .picker__button--clear:before,
.picker__box .picker__footer .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
/* line 284, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:before,
.picker__box .picker__footer .picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
/* line 290, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
/* line 298, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
/* line 305, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
/* line 314, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today[disabled],
.picker__box .picker__footer .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
/* line 321, ../scss/mdb/pro/picker/_default-date.scss */
.picker__box .picker__footer .picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 332, ../scss/mdb/pro/picker/_default-date.scss */
.picker__calendar-container {
  padding: 0 1rem;
}
/* line 334, ../scss/mdb/pro/picker/_default-date.scss */
.picker__calendar-container thead {
  border: none;
}

/* line 4, ../scss/mdb/pro/sections/_templates.scss */
.fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
  padding-left: 240px;
}
/* line 9, ../scss/mdb/pro/sections/_templates.scss */
.fixed-sn main {
  padding-top: 5.5rem;
}
@media (max-width: 1440px) {
  /* line 13, ../scss/mdb/pro/sections/_templates.scss */
  .fixed-sn .double-nav,
  .fixed-sn main,
  .fixed-sn footer {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  /* line 20, ../scss/mdb/pro/sections/_templates.scss */
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../scss/mdb/pro/sections/_templates.scss */
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 1200px) {
  /* line 34, ../scss/mdb/pro/sections/_templates.scss */
  .fixed-sn main,
  .fixed-sn .page-footer .container-fluid {
    margin-left: 6%;
    margin-right: 6%;
  }
}

/* line 44, ../scss/mdb/pro/sections/_templates.scss */
.hidden-sn main {
  padding-top: 5.5rem;
}
/* line 47, ../scss/mdb/pro/sections/_templates.scss */
.hidden-sn .button-collapse {
  display: block;
  position: relative;
  font-size: 1.4rem;
  margin-right: 10px;
  margin-left: -6px;
  padding-left: 0;
}

/* line 2, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed {
  margin: 1rem 0 1rem 0;
}
/* line 4, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news {
  display: flex;
}
/* line 6, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .label {
  display: block;
  flex: 0 0 auto;
  align-self: stretch;
  width: 2.5rem;
}
/* line 11, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .label img {
  width: 100%;
  height: auto;
}
/* line 16, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt {
  display: block;
  flex: 1 1 auto;
  align-self: stretch;
  word-wrap: break-word;
  margin: 0 0 1.2rem 1.2rem;
}
/* line 22, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief {
  padding-bottom: 0.5rem;
  font-weight: 500;
}
/* line 25, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief a {
  color: #4285f4;
}
/* line 28, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief .name {
  display: inline-block;
  vertical-align: baseline;
}
/* line 32, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .brief .date {
  display: inline-block;
  float: none;
  padding-left: 0.7rem;
  font-weight: 300;
  font-size: 0.86rem;
  color: #9e9e9e;
}
/* line 41, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .added-images {
  margin-bottom: 0.6rem;
}
/* line 43, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .added-images img {
  display: inline-block;
  margin-right: 0.3rem;
  width: 7rem;
}
/* line 49, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .added-text {
  margin-bottom: 0.6rem;
  max-width: 450px;
}
/* line 54, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like {
  font-weight: 300;
  font-size: 0.86rem;
  color: #9e9e9e;
}
/* line 59, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like:hover .fa {
  color: #f44336;
  transition: 0.4s;
}
/* line 63, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like:hover span {
  color: #000000;
  transition: 0.4s;
}
/* line 68, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .like .fa {
  padding-right: 0.5rem;
}
/* line 72, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer span a {
  padding-right: 0.3rem;
  color: #4285f4;
  cursor: default;
}
/* line 78, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .thumbs .fa {
  color: #9e9e9e;
  transition: 0.4s;
}
/* line 81, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .thumbs .fa:hover {
  color: #757575;
}
/* line 85, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .thumbs .fa-thumbs-up {
  padding-right: 0.3rem;
}
/* line 89, ../scss/mdb/pro/sections/_social.scss */
.mdb-feed .news .excerpt .feed-footer .comment {
  color: #9e9e9e;
}

/* line 100, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body .card-title {
  font-weight: 400;
}
/* line 102, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body .card-title.title-one {
  transition: 0.4s;
}
/* line 104, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body .card-title.title-one:hover {
  color: #4285f4;
}
/* line 109, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body .card-title {
  margin-bottom: 0.3rem;
}
/* line 112, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body .card-meta {
  font-weight: 300;
  font-size: 0.86rem;
  color: #757575;
}
/* line 116, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body .card-meta .fa {
  padding-right: 0.5rem;
}
/* line 120, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body span {
  transition: 0.5s;
}
/* line 122, ../scss/mdb/pro/sections/_social.scss */
.card-personal .card-body span:hover {
  color: #4285f4;
}

/* line 132, ../scss/mdb/pro/sections/_social.scss */
.news-card .content .right-side-meta {
  float: right;
  font-weight: 300;
  color: #9e9e9e;
  margin-top: 0.3rem;
}
/* line 138, ../scss/mdb/pro/sections/_social.scss */
.news-card .content .avatar-img {
  width: 2rem;
  margin-right: 1rem;
}
/* line 142, ../scss/mdb/pro/sections/_social.scss */
.news-card .content img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
/* line 150, ../scss/mdb/pro/sections/_social.scss */
.news-card .social-meta .fa {
  padding-right: 0.6rem;
}
/* line 153, ../scss/mdb/pro/sections/_social.scss */
.news-card .social-meta .fa-heart-o {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.53s;
}
/* line 157, ../scss/mdb/pro/sections/_social.scss */
.news-card .social-meta .fa-heart-o:hover {
  color: #f44336;
}
/* line 161, ../scss/mdb/pro/sections/_social.scss */
.news-card .social-meta span {
  float: right;
}
/* line 165, ../scss/mdb/pro/sections/_social.scss */
.news-card .md-form {
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
}
/* line 168, ../scss/mdb/pro/sections/_social.scss */
.news-card .md-form .prefix {
  font-size: 1.5rem;
  margin-left: 0.2rem;
  color: rgba(0, 0, 0, 0.4);
}
/* line 172, ../scss/mdb/pro/sections/_social.scss */
.news-card .md-form .prefix ~ input,
.news-card .md-form .prefix .md-form .prefix ~ textarea {
  width: calc(100% - 4rem);
}
/* line 177, ../scss/mdb/pro/sections/_social.scss */
.news-card .md-form .prefix.active {
  color: rgba(0, 0, 0, 0.4);
}
/* line 180, ../scss/mdb/pro/sections/_social.scss */
.news-card .md-form .form-control {
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin-left: 3rem;
  margin-bottom: 0;
  height: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 191, ../scss/mdb/pro/sections/_social.scss */
.no-radius {
  border-radius: 0 !important;
}

/* line 4, ../scss/mdb/pro/sections/_team.scss */
.section.team-section .avatar {
  margin-bottom: 2rem;
  height: auto;
}
/* line 8, ../scss/mdb/pro/sections/_team.scss */
.section.team-section .avatar .rounded-circle {
  max-width: 170px;
}
/* line 11, ../scss/mdb/pro/sections/_team.scss */
.section.team-section .avatar img {
  max-width: 200px;
  height: auto;
}
/* line 16, ../scss/mdb/pro/sections/_team.scss */
.section.team-section .title-color {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
/* line 20, ../scss/mdb/pro/sections/_team.scss */
.section.team-section h4, .section.team-section h5 {
  margin-bottom: 1rem;
}
/* line 23, ../scss/mdb/pro/sections/_team.scss */
.section.team-section .grey-text {
  color: #6e6e6e !important;
}
/* line 27, ../scss/mdb/pro/sections/_team.scss */
.section h4 {
  font-weight: 400;
}
/* line 31, ../scss/mdb/pro/sections/_team.scss */
.section .card-wrapper .fa-repeat, .section .card-wrapper .fa-undo {
  font-size: 15px;
}

/* line 3, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control {
  background-image: none;
  top: 50%;
  transform: translateY(-35%);
}
/* line 7, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control:before {
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.6);
}
/* line 12, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control:hover:before {
  color: #000000;
  transition: 0.4s;
}
/* line 17, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.left {
  left: 6%;
}
/* line 19, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.left:before {
  content: "\2039";
}
/* line 23, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.right {
  right: 6%;
}
/* line 25, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .carousel-control.right:before {
  content: "\203a";
}
/* line 30, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial {
  margin-right: 15%;
  margin-left: 15%;
}
/* line 33, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial .avatar {
  margin-bottom: 2rem;
}
/* line 36, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial .avatar img {
  max-width: 170px;
}
/* line 41, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial h4 {
  margin-bottom: 1.3rem;
  font-weight: 500;
}
/* line 45, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial h5 {
  margin-bottom: 0.9rem;
  color: #424242;
  font-weight: 400;
}
/* line 50, ../scss/mdb/pro/sections/_testimonials.scss */
.testimonial-carousel .testimonial p {
  color: #666;
}

/* line 2, ../scss/mdb/pro/sections/_projects.scss */
.card-body h3,
.card-body h5 {
  font-weight: 400;
  margin-bottom: 1rem;
}
/* line 8, ../scss/mdb/pro/sections/_projects.scss */
.card-body h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
/* line 14, ../scss/mdb/pro/sections/_projects.scss */
.card-body a h5 {
  font-size: 1rem;
}

/* line 3, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .view {
  margin-bottom: 2rem;
}
/* line 6, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
}
/* line 9, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news:last-of-type {
  border-bottom: none;
}
@media (max-width: 772px) {
  /* line 6, ../scss/mdb/pro/sections/_magazine.scss */
  .magazine-section .single-news {
    padding-bottom: 1rem;
  }
}
/* line 15, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news .news-data {
  margin-bottom: 5rem;
}
/* line 17, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news .news-data h6 {
  float: left;
}
/* line 20, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news .news-data p {
  float: right;
}
/* line 24, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* line 28, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news a {
  color: #424242;
  font-weight: 300;
  margin-bottom: 1rem;
}
/* line 32, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news a:hover {
  color: #616161;
  transition: 0.2s;
}
/* line 36, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news a .fa-angle-right {
  float: right;
}
/* line 40, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news p {
  color: #757575;
}
/* line 43, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section .single-news strong {
  font-weight: 500;
}
/* line 48, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section.multi-columns h6 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* line 52, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section.multi-columns .view {
  margin-bottom: 2rem;
}
/* line 55, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section.multi-columns .single-news {
  padding-bottom: 1rem;
}
/* line 57, ../scss/mdb/pro/sections/_magazine.scss */
.magazine-section.multi-columns .single-news strong {
  font-size: 1.2rem;
}

/* line 3, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card {
  text-align: center;
}
/* line 5, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card p {
  font-size: 1rem;
}
/* line 8, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card ul {
  list-style-type: none;
  padding: 0;
}
/* line 12, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .header {
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}
/* line 16, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .header h4 {
  padding: 2.5rem;
  font-weight: 500;
}
/* line 21, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .price {
  position: relative;
  padding-top: 3rem;
}
/* line 24, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .price h1, .pricing-card .price h2 {
  font-size: 5rem;
  padding: 1.5rem;
  font-weight: 300;
}
/* line 28, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .price h1:before, .pricing-card .price h2:before {
  content: "$";
  font-size: 30px;
  position: absolute;
  margin-left: -1.2rem;
  margin-top: 0.7rem;
}
/* line 35, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .price h1:after, .pricing-card .price h2:after {
  content: "/mo";
  font-size: 30px;
  position: absolute;
  margin-top: 3rem;
}
/* line 42, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .price .version {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
}
/* line 49, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .price .version h5 {
  padding: 0;
  margin: 0;
}
/* line 56, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .heading h1 {
  font-size: 4rem;
  font-weight: 400;
}
/* line 61, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .striped {
  padding: 0.6rem;
}
/* line 63, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .striped .fa {
  margin-right: 5px;
}
/* line 66, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .striped .fa-check {
  color: #4caf50;
}
/* line 69, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .striped .fa-times {
  color: #f44336;
}
/* line 72, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .striped li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.29804);
  margin-bottom: 1rem;
}
/* line 78, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card.card-overlay {
  display: block;
  color: #ffffff;
}
/* line 81, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card.card-overlay p {
  color: #ffffff;
}
/* line 84, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card.card-overlay .price {
  padding-top: 0;
}
/* line 89, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .green-striped li {
  border-color: #33c28a;
}
/* line 94, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .orange-striped li {
  border-color: #e97d63;
}
/* line 99, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .purple-striped li {
  border-color: #963c94;
}
/* line 103, ../scss/mdb/pro/sections/_pricing.scss */
.pricing-card .card-background {
  background-color: #28283f;
  border-radius: 0 0 6px 6px;
}

/* line 111, ../scss/mdb/pro/sections/_pricing.scss */
.card .card-circle {
  border: 2px solid #e0e0e0;
  height: 120px;
  width: 120px;
  margin-bottom: 2rem;
  border-radius: 50%;
}
/* line 118, ../scss/mdb/pro/sections/_pricing.scss */
.card .card-circle .fa {
  font-size: 4rem;
}

/* line 125, ../scss/mdb/pro/sections/_pricing.scss */
.naked-card h5 {
  margin-top: 1.2rem;
}
/* line 128, ../scss/mdb/pro/sections/_pricing.scss */
.naked-card .price {
  padding-top: 0rem;
}
/* line 131, ../scss/mdb/pro/sections/_pricing.scss */
.naked-card li p {
  color: #757575;
}
/* line 133, ../scss/mdb/pro/sections/_pricing.scss */
.naked-card li p strong {
  color: #616161;
}

/* line 2, ../scss/mdb/pro/sections/_contacts.scss */
.form-header {
  color: #fff;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 2px;
}

/* line 12, ../scss/mdb/pro/sections/_contacts.scss */
.card .card-body h3 {
  margin-bottom: 0;
  padding: 0.7rem;
}

/* line 18, ../scss/mdb/pro/sections/_contacts.scss */
.section .contact-icons {
  text-align: center;
  list-style-type: none;
  padding: 0;
}
/* line 22, ../scss/mdb/pro/sections/_contacts.scss */
.section .contact-icons li {
  margin-bottom: 2.2rem;
}

/* line 30, ../scss/mdb/pro/sections/_contacts.scss */
section .form form .btn-floating {
  float: right;
  position: relative;
  bottom: 3rem;
  margin-right: 0;
}
/* line 38, ../scss/mdb/pro/sections/_contacts.scss */
section .contact {
  background-color: #103f6d;
  height: 100%;
}
/* line 44, ../scss/mdb/pro/sections/_contacts.scss */
section .contact .contact-icons li i {
  float: left;
  clear: both;
  margin-right: 1rem;
}
/* line 48, ../scss/mdb/pro/sections/_contacts.scss */
section .contact .contact-icons li i.fa {
  font-size: 1.5rem;
}
/* line 52, ../scss/mdb/pro/sections/_contacts.scss */
section .contact .contact-icons li p {
  padding-top: .5rem;
  text-align: left;
}
/* line 58, ../scss/mdb/pro/sections/_contacts.scss */
section .contact i {
  color: #6b89a5;
}

/* line 2, ../scss/mdb/_custom.scss */
.orange-gradient {
  background: -webkit-linear-gradient(bottom, #dc532f, #c5421e);
  background: -o-linear-gradient(bottom, #dc532f, #c5421e);
  background: linear-gradient(to top, #dc532f, #c5421e);
}

/* line 9, ../scss/mdb/_custom.scss */
.btn.orange-gradient:hover, .btn.orange-gradient:active, .btn.orange-gradient:focus {
  background: -webkit-linear-gradient(bottom, #dc532f, #c5421e) !important;
  background: -o-linear-gradient(bottom, #dc532f, #c5421e) !important;
  background: linear-gradient(to top, #dc532f, #c5421e) !important;
}

/* line 2, ../scss/mdb/_custom.scss */
.orange-gradient {
  background: -webkit-linear-gradient(bottom, #dc532f, #c5421e);
  background: -o-linear-gradient(bottom, #dc532f, #c5421e);
  background: linear-gradient(to top, #dc532f, #c5421e);
}

/* line 9, ../scss/mdb/_custom.scss */
.btn.orange-gradient:hover, .btn.orange-gradient:active, .btn.orange-gradient:focus {
  background: -webkit-linear-gradient(bottom, #dc532f, #c5421e) !important;
  background: -o-linear-gradient(bottom, #dc532f, #c5421e) !important;
  background: linear-gradient(to top, #dc532f, #c5421e) !important;
}

/* line 42, ../scss/slick/_slick-theme.scss */
.mm-slideout {
  overflow-x: hidden;
}

/* Slider */
/* line 49, ../scss/slick/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1527758902') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1527758902');
  src: url('/fonts/slick.eot?&1527758902#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1527758902') format("woff"), url('/fonts/slick.ttf?1527758902') format("truetype"), url('/fonts/slick.svg?1527758902#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 67, ../scss/slick/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 85, ../scss/slick/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 89, ../scss/slick/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 93, ../scss/slick/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 96, ../scss/slick/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 3rem;
  line-height: 1;
  color: #2d2d2d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 107, ../scss/slick/_slick-theme.scss */
.slick-prev {
  left: -2rem;
}
/* line 109, ../scss/slick/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -.5rem;
}
/* line 113, ../scss/slick/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 115, ../scss/slick/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 121, ../scss/slick/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 123, ../scss/slick/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 127, ../scss/slick/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 129, ../scss/slick/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 137, ../scss/slick/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 141, ../scss/slick/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 90%;
}
@media (min-width: 576px) {
  /* line 141, ../scss/slick/_slick-theme.scss */
  .slick-dots {
    width: 97%;
  }
}
/* line 153, ../scss/slick/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 161, ../scss/slick/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 173, ../scss/slick/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 175, ../scss/slick/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 179, ../scss/slick/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 1rem;
  height: 1rem;
  line-height: 1.3rem;
  font-size: 4rem;
  font-family: "slick";
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 196, ../scss/slick/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
/* line 49, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input {
  position: relative;
  display: inline-block;
}
/* line 58, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 63, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .hide {
  display: none;
}
/* line 67, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .v-hide {
  visibility: hidden;
}
/* line 72, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
/* line 94, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
/* line 105, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
/* line 116, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 123, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
/* line 137, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
/* line 145, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
/* line 156, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
/* line 162, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  /* line 145, ../scss/intlTelInput/_intlTelInput.scss */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
/* line 186, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
/* line 193, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
/* line 197, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
/* line 201, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 206, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
/* line 209, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
/* line 215, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
/* line 220, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
/* line 224, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
/* line 231, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
/* line 233, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 238, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
/* line 240, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
/* line 247, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
/* line 253, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
/* line 265, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
/* line 268, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
/* line 273, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
/* line 276, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
/* line 265, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
/* line 268, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
/* line 273, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
/* line 276, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
/* line 265, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
/* line 268, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
/* line 273, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
/* line 276, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
/* line 265, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
/* line 268, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
/* line 273, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
/* line 276, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
/* line 284, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
/* line 292, ../scss/intlTelInput/_intlTelInput.scss */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 300, ../scss/intlTelInput/_intlTelInput.scss */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
/* line 307, ../scss/intlTelInput/_intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
/* line 310, ../scss/intlTelInput/_intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 9, ../scss/intlTelInput/_sprite.scss */
.iti-flag {
  width: 20px;
}
/* line 16, ../scss/intlTelInput/_sprite.scss */
.iti-flag.be {
  width: 18px;
}
/* line 16, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ch {
  width: 15px;
}
/* line 16, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mc {
  width: 19px;
}
/* line 16, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ne {
  width: 18px;
}
/* line 16, ../scss/intlTelInput/_sprite.scss */
.iti-flag.np {
  width: 13px;
}
/* line 16, ../scss/intlTelInput/_sprite.scss */
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, ../scss/intlTelInput/_sprite.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}
/* line 32, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
/* line 36, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
/* line 40, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
/* line 44, ../scss/intlTelInput/_sprite.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
/* line 48, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
/* line 52, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
/* line 56, ../scss/intlTelInput/_sprite.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
/* line 60, ../scss/intlTelInput/_sprite.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
/* line 64, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
/* line 68, ../scss/intlTelInput/_sprite.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
/* line 72, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
/* line 76, ../scss/intlTelInput/_sprite.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
/* line 80, ../scss/intlTelInput/_sprite.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
/* line 84, ../scss/intlTelInput/_sprite.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
/* line 88, ../scss/intlTelInput/_sprite.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
/* line 92, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
/* line 96, ../scss/intlTelInput/_sprite.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
/* line 100, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
/* line 104, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
/* line 108, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
/* line 112, ../scss/intlTelInput/_sprite.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
/* line 116, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
/* line 120, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
/* line 124, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
/* line 128, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
/* line 132, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
/* line 136, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
/* line 140, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
/* line 144, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
/* line 148, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
/* line 152, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
/* line 156, ../scss/intlTelInput/_sprite.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
/* line 160, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
/* line 164, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
/* line 168, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
/* line 172, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
/* line 176, ../scss/intlTelInput/_sprite.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
/* line 180, ../scss/intlTelInput/_sprite.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
/* line 184, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
/* line 188, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
/* line 192, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
/* line 196, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
/* line 200, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
/* line 204, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
/* line 208, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
/* line 212, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
/* line 216, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
/* line 220, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
/* line 224, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
/* line 228, ../scss/intlTelInput/_sprite.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
/* line 232, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
/* line 236, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
/* line 240, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
/* line 244, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
/* line 248, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
/* line 252, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
/* line 256, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
/* line 260, ../scss/intlTelInput/_sprite.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
/* line 264, ../scss/intlTelInput/_sprite.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
/* line 268, ../scss/intlTelInput/_sprite.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
/* line 272, ../scss/intlTelInput/_sprite.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
/* line 276, ../scss/intlTelInput/_sprite.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
/* line 280, ../scss/intlTelInput/_sprite.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
/* line 284, ../scss/intlTelInput/_sprite.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
/* line 288, ../scss/intlTelInput/_sprite.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
/* line 292, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
/* line 296, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
/* line 300, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
/* line 304, ../scss/intlTelInput/_sprite.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
/* line 308, ../scss/intlTelInput/_sprite.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
/* line 312, ../scss/intlTelInput/_sprite.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
/* line 316, ../scss/intlTelInput/_sprite.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
/* line 320, ../scss/intlTelInput/_sprite.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
/* line 324, ../scss/intlTelInput/_sprite.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
/* line 328, ../scss/intlTelInput/_sprite.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
/* line 332, ../scss/intlTelInput/_sprite.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
/* line 336, ../scss/intlTelInput/_sprite.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
/* line 340, ../scss/intlTelInput/_sprite.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
/* line 344, ../scss/intlTelInput/_sprite.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
/* line 348, ../scss/intlTelInput/_sprite.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
/* line 352, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
/* line 356, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
/* line 360, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
/* line 364, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
/* line 368, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
/* line 372, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
/* line 376, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
/* line 380, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
/* line 384, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
/* line 388, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
/* line 392, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
/* line 396, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
/* line 400, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
/* line 404, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
/* line 408, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
/* line 412, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
/* line 416, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
/* line 420, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
/* line 424, ../scss/intlTelInput/_sprite.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
/* line 428, ../scss/intlTelInput/_sprite.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
/* line 432, ../scss/intlTelInput/_sprite.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
/* line 436, ../scss/intlTelInput/_sprite.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
/* line 440, ../scss/intlTelInput/_sprite.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
/* line 444, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
/* line 448, ../scss/intlTelInput/_sprite.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
/* line 452, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
/* line 456, ../scss/intlTelInput/_sprite.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
/* line 460, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
/* line 464, ../scss/intlTelInput/_sprite.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
/* line 468, ../scss/intlTelInput/_sprite.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
/* line 472, ../scss/intlTelInput/_sprite.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
/* line 476, ../scss/intlTelInput/_sprite.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
/* line 480, ../scss/intlTelInput/_sprite.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
/* line 484, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
/* line 488, ../scss/intlTelInput/_sprite.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
/* line 492, ../scss/intlTelInput/_sprite.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
/* line 496, ../scss/intlTelInput/_sprite.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
/* line 500, ../scss/intlTelInput/_sprite.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
/* line 504, ../scss/intlTelInput/_sprite.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
/* line 508, ../scss/intlTelInput/_sprite.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
/* line 512, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
/* line 516, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
/* line 520, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
/* line 524, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
/* line 528, ../scss/intlTelInput/_sprite.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
/* line 532, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
/* line 536, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
/* line 540, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
/* line 544, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
/* line 548, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
/* line 552, ../scss/intlTelInput/_sprite.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
/* line 556, ../scss/intlTelInput/_sprite.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
/* line 560, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
/* line 564, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
/* line 568, ../scss/intlTelInput/_sprite.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
/* line 572, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
/* line 576, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
/* line 580, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
/* line 584, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
/* line 588, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
/* line 592, ../scss/intlTelInput/_sprite.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
/* line 596, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
/* line 600, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
/* line 604, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
/* line 608, ../scss/intlTelInput/_sprite.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
/* line 612, ../scss/intlTelInput/_sprite.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
/* line 616, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
/* line 620, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
/* line 624, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
/* line 628, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
/* line 632, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
/* line 636, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
/* line 640, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
/* line 644, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
/* line 648, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
/* line 652, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
/* line 656, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
/* line 660, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
/* line 664, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
/* line 668, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
/* line 672, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
/* line 676, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
/* line 680, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
/* line 684, ../scss/intlTelInput/_sprite.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
/* line 688, ../scss/intlTelInput/_sprite.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
/* line 692, ../scss/intlTelInput/_sprite.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
/* line 696, ../scss/intlTelInput/_sprite.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
/* line 700, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
/* line 704, ../scss/intlTelInput/_sprite.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
/* line 708, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
/* line 712, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
/* line 716, ../scss/intlTelInput/_sprite.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
/* line 720, ../scss/intlTelInput/_sprite.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
/* line 724, ../scss/intlTelInput/_sprite.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
/* line 728, ../scss/intlTelInput/_sprite.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
/* line 732, ../scss/intlTelInput/_sprite.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
/* line 736, ../scss/intlTelInput/_sprite.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
/* line 740, ../scss/intlTelInput/_sprite.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
/* line 744, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
/* line 748, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
/* line 752, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
/* line 756, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
/* line 760, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
/* line 764, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
/* line 768, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
/* line 772, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
/* line 776, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
/* line 780, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
/* line 784, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
/* line 788, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
/* line 792, ../scss/intlTelInput/_sprite.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
/* line 796, ../scss/intlTelInput/_sprite.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
/* line 800, ../scss/intlTelInput/_sprite.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
/* line 804, ../scss/intlTelInput/_sprite.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
/* line 808, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
/* line 812, ../scss/intlTelInput/_sprite.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
/* line 816, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
/* line 820, ../scss/intlTelInput/_sprite.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
/* line 824, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
/* line 828, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
/* line 832, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
/* line 836, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
/* line 840, ../scss/intlTelInput/_sprite.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
/* line 844, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
/* line 848, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
/* line 852, ../scss/intlTelInput/_sprite.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
/* line 856, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
/* line 860, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
/* line 864, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
/* line 868, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
/* line 872, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
/* line 876, ../scss/intlTelInput/_sprite.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
/* line 880, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
/* line 884, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
/* line 888, ../scss/intlTelInput/_sprite.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
/* line 892, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
/* line 896, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
/* line 900, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
/* line 904, ../scss/intlTelInput/_sprite.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
/* line 908, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
/* line 912, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
/* line 916, ../scss/intlTelInput/_sprite.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
/* line 920, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
/* line 924, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
/* line 928, ../scss/intlTelInput/_sprite.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
/* line 932, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
/* line 936, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
/* line 940, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
/* line 944, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
/* line 948, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
/* line 952, ../scss/intlTelInput/_sprite.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
/* line 956, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
/* line 960, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
/* line 964, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
/* line 968, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
/* line 972, ../scss/intlTelInput/_sprite.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
/* line 976, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
/* line 980, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
/* line 984, ../scss/intlTelInput/_sprite.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
/* line 988, ../scss/intlTelInput/_sprite.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
/* line 992, ../scss/intlTelInput/_sprite.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
/* line 996, ../scss/intlTelInput/_sprite.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
/* line 1000, ../scss/intlTelInput/_sprite.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
/* line 1004, ../scss/intlTelInput/_sprite.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
/* line 1008, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
/* line 1012, ../scss/intlTelInput/_sprite.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
/* line 1016, ../scss/intlTelInput/_sprite.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
/* line 1020, ../scss/intlTelInput/_sprite.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
/* line 1024, ../scss/intlTelInput/_sprite.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
/* line 1028, ../scss/intlTelInput/_sprite.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
/* line 1032, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
/* line 1036, ../scss/intlTelInput/_sprite.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
/* line 1040, ../scss/intlTelInput/_sprite.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
/* line 1044, ../scss/intlTelInput/_sprite.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
/* line 1048, ../scss/intlTelInput/_sprite.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
/* line 1052, ../scss/intlTelInput/_sprite.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
/* line 1056, ../scss/intlTelInput/_sprite.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 325, ../scss/intlTelInput/_intlTelInput.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 325, ../scss/intlTelInput/_intlTelInput.scss */
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

/* line 343, ../scss/intlTelInput/_intlTelInput.scss */
.iti-flag.np {
  background-color: transparent;
}

/*
 * Size
 */
/*!	
 * jQuery mmenu
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 */
/* line 8, ../scss/assets/_mmenu.scss */
.mm-hidden {
  display: none !important;
}

/* line 12, ../scss/assets/_mmenu.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 17, ../scss/assets/_mmenu.scss */
.mm-menu {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 31, ../scss/assets/_mmenu.scss */
.mm-menu a {
  color: inherit;
  text-decoration: none;
}
/* line 34, ../scss/assets/_mmenu.scss */
.mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

/* line 41, ../scss/assets/_mmenu.scss */
.mm-panels {
  z-index: 0;
}

/* line 58, ../scss/assets/_mmenu.scss */
.mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
}

/* line 65, ../scss/assets/_mmenu.scss */
.mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}

/* line 73, ../scss/assets/_mmenu.scss */
.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
/* line 90, ../scss/assets/_mmenu.scss */
.mm-panel:not(.mm-hidden) {
  display: block;
}
/* line 93, ../scss/assets/_mmenu.scss */
.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

/* line 100, ../scss/assets/_mmenu.scss */
.mm-panel_has-navbar {
  padding-top: 40px;
}

/* line 104, ../scss/assets/_mmenu.scss */
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 113, ../scss/assets/_mmenu.scss */
.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

/* line 121, ../scss/assets/_mmenu.scss */
.mm-panel_highest {
  z-index: 2;
}

/* line 125, ../scss/assets/_mmenu.scss */
.mm-panel_noanimation {
  transition: none !important;
}
/* line 127, ../scss/assets/_mmenu.scss */
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 136, ../scss/assets/_mmenu.scss */
.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 142, ../scss/assets/_mmenu.scss */
.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

/* line 148, ../scss/assets/_mmenu.scss */
.mm-listitem_opened > .mm-panel {
  display: block;
}

/* line 153, ../scss/assets/_mmenu.scss */
.mm-listitem_vertical > .mm-btn_next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
/* line 158, ../scss/assets/_mmenu.scss */
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

/* line 163, ../scss/assets/_mmenu.scss */
.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

/* line 170, ../scss/assets/_mmenu.scss */
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 179, ../scss/assets/_mmenu.scss */
.mm-btn_fullwidth {
  width: 100%;
}

/* line 184, ../scss/assets/_mmenu.scss */
.mm-btn_clear:after, .mm-btn_clear:before {
  content: '';
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 202, ../scss/assets/_mmenu.scss */
.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 219, ../scss/assets/_mmenu.scss */
.mm-btn_clear:before, .mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

/* line 225, ../scss/assets/_mmenu.scss */
.mm-btn_clear:after, .mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

/* line 231, ../scss/assets/_mmenu.scss */
.mm-btn_next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 245, ../scss/assets/_mmenu.scss */
.mm-btn_prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

/* line 264, ../scss/assets/_mmenu.scss */
.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

/* line 272, ../scss/assets/_mmenu.scss */
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}
/* line 287, ../scss/assets/_mmenu.scss */
.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}
/* line 292, ../scss/assets/_mmenu.scss */
.mm-navbar a {
  text-decoration: none;
}
/* line 294, ../scss/assets/_mmenu.scss */
.mm-navbar a:hover {
  text-decoration: none;
}

/* line 300, ../scss/assets/_mmenu.scss */
.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 307, ../scss/assets/_mmenu.scss */
.mm-navbar__btn:first-child {
  left: 0;
}
/* line 310, ../scss/assets/_mmenu.scss */
.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

/* line 316, ../scss/assets/_mmenu.scss */
.mm-panel_has-navbar .mm-navbar {
  display: block;
}

/* line 320, ../scss/assets/_mmenu.scss */
.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 327, ../scss/assets/_mmenu.scss */
.mm-listitem {
  border-color: inherit;
}
/* line 329, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_next {
  border-color: inherit;
}
/* line 331, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_next:before {
  border-color: inherit;
}
/* line 335, ../scss/assets/_mmenu.scss */
.mm-listitem:after {
  border-color: inherit;
}

/* line 340, ../scss/assets/_mmenu.scss */
.mm-listview {
  border-color: inherit;
  font: inherit;
  line-height: 20px;
}

/* line 347, ../scss/assets/_mmenu.scss */
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
/* line 349, ../scss/assets/_mmenu.scss */
.mm-panels > .mm-panel > .mm-listview:first-child {
  margin-top: -20px;
}
/* line 353, ../scss/assets/_mmenu.scss */
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

/* line 358, ../scss/assets/_mmenu.scss */
.mm-listitem {
  position: relative;
}
/* line 360, ../scss/assets/_mmenu.scss */
.mm-listitem:after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 20px;
}
/* line 371, ../scss/assets/_mmenu.scss */
.mm-listitem a {
  text-decoration: none;
}
/* line 373, ../scss/assets/_mmenu.scss */
.mm-listitem a:hover {
  text-decoration: none;
}
/* line 378, ../scss/assets/_mmenu.scss */
.mm-listitem > a, .mm-listitem > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 388, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
/* line 396, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 406, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px;
}
/* line 409, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 50px;
}
/* line 416, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}
/* line 420, ../scss/assets/_mmenu.scss */
.mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
  padding-right: 50px;
}

/* line 427, ../scss/assets/_mmenu.scss */
.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}
/* line 434, ../scss/assets/_mmenu.scss */
.mm-listitem_divider:after {
  content: ' ';
  display: none;
  position: static;
  display: inline-block;
}

/* line 442, ../scss/assets/_mmenu.scss */
.mm-listitem_spacer {
  padding-top: 40px;
}
/* line 444, ../scss/assets/_mmenu.scss */
.mm-listitem_spacer > .mm-btn_next {
  top: 40px;
}

/* line 449, ../scss/assets/_mmenu.scss */
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
/* line 454, ../scss/assets/_mmenu.scss */
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
/* line 459, ../scss/assets/_mmenu.scss */
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 464, ../scss/assets/_mmenu.scss */
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 467, ../scss/assets/_mmenu.scss */
.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}
/* line 473, ../scss/assets/_mmenu.scss */
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.4);
}
/* line 478, ../scss/assets/_mmenu.scss */
.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
/* line 482, ../scss/assets/_mmenu.scss */
.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05);
}

/* line 487, ../scss/assets/_mmenu.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 492, ../scss/assets/_mmenu.scss */
.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1;
}

/* line 499, ../scss/assets/_mmenu.scss */
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

/* line 504, ../scss/assets/_mmenu.scss */
.mm-wrapper_background .mm-page {
  background: inherit;
}

/* line 508, ../scss/assets/_mmenu.scss */
.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
/* line 513, ../scss/assets/_mmenu.scss */
.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
/* line 515, ../scss/assets/_mmenu.scss */
.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}

/* line 524, ../scss/assets/_mmenu.scss */
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 175px) {
  /* line 533, ../scss/assets/_mmenu.scss */
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 543, ../scss/assets/_mmenu.scss */
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
/* line 552, ../scss/assets/_mmenu.scss */
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 563, ../scss/assets/_mmenu.scss */
.mm-wrapper_blocking {
  overflow: hidden;
}
/* line 565, ../scss/assets/_mmenu.scss */
.mm-wrapper_blocking body {
  overflow: hidden;
}
/* line 568, ../scss/assets/_mmenu.scss */
.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}

/* line 573, ../scss/assets/_mmenu.scss */
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/* line 1, ../scss/assets/_icons.scss */
button webicon {
  height: 1rem;
  width: 1rem;
  right: 1.5rem;
}

/* line 2, ../scss/assets/_lists.scss */
ul.align-to-referent {
  padding-left: inherit;
  margin-left: inherit;
}
/* line 5, ../scss/assets/_lists.scss */
ul.align-to-referent .fa-li {
  left: -1.5rem;
  top: .2rem;
}
/* line 11, ../scss/assets/_lists.scss */
ul .list-icon-arrow:before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f061";
}
/* line 16, ../scss/assets/_lists.scss */
ul .list-icon-arrow .svg-inline--fa {
  margin-right: .5rem;
}

/* line 3, ../scss/assets/_webform.scss */
.webform-client-form .form-actions .waves-input-wrapper {
  padding: .5rem 1rem 1rem;
}
/* line 4, ../scss/assets/_webform.scss */
.webform-client-form .form-actions .waves-input-wrapper i.absolute-center {
  left: 40%;
  top: 3%;
}
/* line 13, ../scss/assets/_webform.scss */
.webform-client-form .form-item.webform-component-select label {
  display: none;
}
/* line 17, ../scss/assets/_webform.scss */
.webform-client-form .form-item.webform-component-select select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 22, ../scss/assets/_webform.scss */
.webform-client-form .form-item.webform-component-select em.error {
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  /* line 22, ../scss/assets/_webform.scss */
  .webform-client-form .form-item.webform-component-select em.error {
    display: none !important;
  }
}
/* line 29, ../scss/assets/_webform.scss */
.webform-client-form .form-item.form-type-checkbox em.error {
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  /* line 29, ../scss/assets/_webform.scss */
  .webform-client-form .form-item.form-type-checkbox em.error {
    position: relative;
    right: initial;
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 41, ../scss/assets/_webform.scss */
  .webform-client-form .form-item em.error {
    font-size: .75rem;
  }
}
/* line 46, ../scss/assets/_webform.scss */
.webform-client-form .policy {
  font-size: .6rem;
}

/* Checkout */
@media (max-width: 767.98px) {
  /* line 58, ../scss/assets/_webform.scss */
  .page-checkout .cart_contents {
    display: none;
  }
}
/* line 62, ../scss/assets/_webform.scss */
.page-checkout form .field-type-list-text label,
.page-checkout form .field-widget-date-select label {
  left: initial;
  font-weight: normal;
}
/* line 68, ../scss/assets/_webform.scss */
.page-checkout form select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 73, ../scss/assets/_webform.scss */
.page-checkout form .md-form {
  margin-top: .5rem;
}
/* line 75, ../scss/assets/_webform.scss */
.page-checkout form .md-form label {
  left: initial;
  font-weight: normal;
}

/* line 1, ../scss/assets/_extends.scss */
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 11, ../scss/assets/_extends.scss */
.absolute-center-horizontal {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 21, ../scss/assets/_extends.scss */
.absolute-center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 30, ../scss/assets/_extends.scss */
.image-absolute {
  position: absolute;
  z-index: 0;
  top: 0;
}

/* line 4, ../scss/region/_header.scss */
#page.not-front header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 16, ../scss/region/_header.scss */
#page #header_desktop #header_1 h1 {
  line-heigth: 2.2rem;
}
/* line 20, ../scss/region/_header.scss */
#page #header_desktop #header_1 #block-views-commerce-cart-block-header-cart .view-commerce-cart-block {
  bottom: 0;
}
@media (max-width: 991.98px) {
  /* line 20, ../scss/region/_header.scss */
  #page #header_desktop #header_1 #block-views-commerce-cart-block-header-cart .view-commerce-cart-block {
    left: 0;
    transform: translate(0, 50%);
  }
  /* line 25, ../scss/region/_header.scss */
  #page #header_desktop #header_1 #block-views-commerce-cart-block-header-cart .view-commerce-cart-block .fa-layers {
    font-size: 2rem;
  }
}
/* line 32, ../scss/region/_header.scss */
#page #header_desktop #header_1 #block-block-1 > div {
  margin-top: .5rem;
}
@media (min-width: 768px) {
  /* line 32, ../scss/region/_header.scss */
  #page #header_desktop #header_1 #block-block-1 > div {
    font-size: 12px;
    font-size: 12px;
    line-height: 12px;
    line-height: 13.956px;
  }
}
@media (min-width: 1200px) {
  /* line 32, ../scss/region/_header.scss */
  #page #header_desktop #header_1 #block-block-1 > div {
    font-size: 14px;
    font-size: 14px;
    line-height: 14px;
    line-height: 16.282px;
  }
}
/* line 39, ../scss/region/_header.scss */
#page #header_desktop #header_2 {
  -webkit-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  /* line 44, ../scss/region/_header.scss */
  #page #header_desktop #header_2 #block-block-13 .menu-item {
    font-size: 14px;
    font-size: 14px;
    line-height: 14px;
    line-height: 16.282px;
  }
}
@media (min-width: 1200px) {
  /* line 44, ../scss/region/_header.scss */
  #page #header_desktop #header_2 #block-block-13 .menu-item {
    font-size: 16px;
    font-size: 16px;
    line-height: 16px;
    line-height: 18.608px;
  }
}
/* line 48, ../scss/region/_header.scss */
#page #header_desktop #header_2 #block-block-13 .menu-item a:hover, #page #header_desktop #header_2 #block-block-13 .menu-item a:focus, #page #header_desktop #header_2 #block-block-13 .menu-item a:active {
  color: #26347b !important;
  text-decoration: underline;
}
/* line 61, ../scss/region/_header.scss */
#page #header_desktop #header_2 #block-search-form form.active-EarlsGreen input:focus {
  box-shadow: 0 1px 0 0 #26347b;
  border-bottom: 1px solid #26347b;
}
@media (min-width: 992px) {
  /* line 65, ../scss/region/_header.scss */
  #page #header_desktop #header_2 #block-search-form form.active-EarlsGreen input.form-text {
    width: 10rem;
  }
}
@media (max-width: 1199.98px) {
  /* line 65, ../scss/region/_header.scss */
  #page #header_desktop #header_2 #block-search-form form.active-EarlsGreen input.form-text {
    max-width: 2rem;
    font-size: 10px;
    font-size: 10px;
    line-height: 10px;
    line-height: 11.63px;
  }
}
/* line 72, ../scss/region/_header.scss */
#page #header_desktop #header_2 #block-search-form form.active-EarlsGreen input.form-submit {
  width: 1rem;
}
/* line 83, ../scss/region/_header.scss */
#page #header_mobile .block:not(#block-block-5) {
  height: 68px;
}
/* line 87, ../scss/region/_header.scss */
#page #header_mobile .block-commerce-cart .cart-empty-block {
  display: none;
}
/* line 89, ../scss/region/_header.scss */
#page #header_mobile .block-commerce-cart .content i {
  font-size: 3em;
  height: initial;
}
/* line 96, ../scss/region/_header.scss */
#page #header_mobile #burger-menu svg {
  font-size: 2.6em;
  height: initial;
}
/* line 103, ../scss/region/_header.scss */
#page #header_mobile #block-block-4 .inner .slogan {
  font-size: 18px;
  font-size: 18px;
  line-height: 18px;
  line-height: 20.934px;
  line-height: 16px;
}

/* line 2, ../scss/region/_footer.scss */
footer .row {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 7, ../scss/region/_footer.scss */
footer #block-block-11 .svg {
  width: 1.1rem;
}
/* line 10, ../scss/region/_footer.scss */
footer #block-block-12 .menu-item {
  font-size: 12px;
  font-size: 12px;
  line-height: 12px;
  line-height: 13.956px;
}
@media (max-width: 767.98px) {
  /* line 12, ../scss/region/_footer.scss */
  footer #block-block-9 {
    border-bottom: 1px solid;
  }
}
@media (min-width: 768px) {
  /* line 17, ../scss/region/_footer.scss */
  footer .bg-MineShaftDark {
    position: relative;
  }
  /* line 21, ../scss/region/_footer.scss */
  footer .bg-MineShaftDark #block-block-12 li.nolink {
    position: absolute;
    right: 1rem;
  }
}

/* line 3, ../scss/region/_content.scss */
#page.not-front {
  position: relative;
  z-index: 0;
}
@media (max-width: 991.98px) {
  /* line 3, ../scss/region/_content.scss */
  #page.not-front {
    padding-top: 68px;
  }
}
@media (min-width: 768px) {
  /* line 3, ../scss/region/_content.scss */
  #page.not-front {
    padding-top: 126px;
  }
}
@media (min-width: 992px) {
  /* line 3, ../scss/region/_content.scss */
  #page.not-front {
    padding-top: 137px;
  }
}
@media (max-width: 767.98px) {
  /* line 19, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner h1 {
    position: relative;
    font-size: 1.3125rem;
  }
}
@media (min-width: 576px) {
  /* line 19, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner h1 {
    position: absolute;
    bottom: -4rem;
  }
}
@media (max-width: 767.98px) {
  /* line 29, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner #highlight_toeic {
    width: calc(100% + 30px);
    left: -15px;
  }
  /* line 34, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner #highlight_toeic .date_hour i {
    font-size: .7rem;
  }
  /* line 35, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner #highlight_toeic .date_hour > div {
    font-size: 50px;
    font-size: 50px;
    line-height: 50px;
    line-height: 58.15px;
  }
  /* line 39, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner #highlight_toeic h2 {
    font-size: .875rem;
  }
}
@media (min-width: 576px) {
  /* line 45, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner #highlight_toeic .date_hour i {
    font-size: .7rem;
  }
  /* line 47, ../scss/region/_content.scss */
  #page.not-front #pre-content .inner #highlight_toeic .date {
    line-height: 1.8rem;
  }
}
/* line 50, ../scss/region/_content.scss */
#page.not-front #pre-content .inner #highlight_toeic .commerce-add-to-cart input {
  cursor: pointer;
}
/* line 53, ../scss/region/_content.scss */
#page.not-front #pre-content .inner #highlight_toeic .commerce-add-to-cart .fa-angle-right {
  bottom: .3rem;
  right: 0;
}
/* line 60, ../scss/region/_content.scss */
#page.not-front #pre-content #image_pre_content {
  overflow-y: hidden;
}
/* line 66, ../scss/region/_content.scss */
#page.not-front .node-inline-entity-quote .bg {
  background-image: url("/sites/default/files/image/background_section/mobile/background_quote.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  /* line 66, ../scss/region/_content.scss */
  #page.not-front .node-inline-entity-quote .bg {
    background-image: url("/sites/default/files/image/background_section/desktop/background_quote.png");
  }
}
@media (max-width: 767.98px) {
  /* line 78, ../scss/region/_content.scss */
  #page.not-front .node-inline-entity-quote .slick-quote .slick-slide .rounded-circle {
    width: 60% !important;
  }
}
@media (max-width: 767.98px) {
  /* line 83, ../scss/region/_content.scss */
  #page.not-front .node-inline-entity-quote .slick-quote .slick-slide .fa-quote-left {
    position: absolute;
    font-size: 3rem;
    top: -4rem;
    left: -.5rem;
  }
}
@media (max-width: 767.98px) {
  /* line 91, ../scss/region/_content.scss */
  #page.not-front .node-inline-entity-quote .slick-quote .slick-slide .fa-quote-right {
    position: absolute;
    bottom: -1rem;
    right: -.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  /* line 103, ../scss/region/_content.scss */
  #page.not-front .view-catalog-list {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  /* line 105, ../scss/region/_content.scss */
  #page.not-front .view-catalog-list .node-catalog {
    max-width: 49.1%;
  }
}
/* line 114, ../scss/region/_content.scss */
#page #block-block-5 {
  height: initial;
  z-index: 2;
}
@media (max-width: 991.98px) {
  /* line 118, ../scss/region/_content.scss */
  #page #block-block-5 h2,
  #page #block-block-5 .content {
    font-size: 12px;
    font-size: 12px;
    line-height: 12px;
    line-height: 13.956px;
  }
}
@media (max-width: 767.98px) {
  /* line 114, ../scss/region/_content.scss */
  #page #block-block-5 {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
  /* line 127, ../scss/region/_content.scss */
  #page #block-block-5 h2 {
    padding-left: .5em;
    font-size: 12px;
    font-size: 12px;
    line-height: 12px;
    line-height: 13.956px;
  }
  /* line 131, ../scss/region/_content.scss */
  #page #block-block-5 .content {
    font-size: 12px;
    font-size: 12px;
    line-height: 12px;
    line-height: 13.956px;
  }
}
/* line 139, ../scss/region/_content.scss */
#page .view-add-to-cart .line-product {
  border-bottom: 1px dashed;
}
@media (max-width: 767.98px) {
  /* line 139, ../scss/region/_content.scss */
  #page .view-add-to-cart .line-product {
    font-size: .65rem;
  }
}
/* line 145, ../scss/region/_content.scss */
#page .view-add-to-cart .line-product .commerce-add-to-cart .form-submit {
  cursor: pointer;
  font-size: .65rem;
  border-radius: 1rem !important;
}
/* line 150, ../scss/region/_content.scss */
#page .view-add-to-cart .line-product .commerce-add-to-cart .fa-cart-plus {
  right: .7rem;
}

/* line 1, ../scss/region/_sidenav.scss */
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(83.5vw, 0);
  -ms-transform: translate(83.5vw, 0);
  transform: translate(83.5vw, 0);
  -webkit-transform: translate3d(83.5vw, 0, 0);
  transform: translate3d(83.5vw, 0, 0);
}

/* line 8, ../scss/region/_sidenav.scss */
.mm-menu_offcanvas {
  width: 83.5%;
  min-height: 100%;
}

/* line 14, ../scss/region/_sidenav.scss */
#slide-out #burger-menu-out,
#slide-out #block-block-2 {
  height: 68px;
}
/* line 19, ../scss/region/_sidenav.scss */
#slide-out #block-block-2 .slogan {
  font-size: 18px;
  font-size: 18px;
  line-height: 18px;
  line-height: 20.934px;
  line-height: 16px;
}
/* line 22, ../scss/region/_sidenav.scss */
#slide-out #block-block-2 .slogan span {
  font-size: 26px;
  font-size: 26px;
  line-height: 26px;
  line-height: 30.238px;
  line-height: 23px;
}
/* line 31, ../scss/region/_sidenav.scss */
#slide-out #block-block-8 .btn a {
  position: relative;
}

/* line 4, ../scss/block/_bean.scss */
.bean.bean-type-green_block h3 {
  font-size: 20px;
  font-size: 20px;
  line-height: 20px;
  line-height: 23.26px;
}
/* line 9, ../scss/block/_bean.scss */
.bean.bean-type-block_icone .node-inline-entity-icon svg {
  max-height: 4.5rem;
}
/* line 10, ../scss/block/_bean.scss */
.bean.bean-type-block_icone .node-inline-entity-icon h3 {
  font-size: 14px;
  font-size: 14px;
  line-height: 14px;
  line-height: 16.282px;
}
/* line 12, ../scss/block/_bean.scss */
.bean.bean-type-block_icone#block-bean-icon-hp {
  width: 100%;
}
/* line 14, ../scss/block/_bean.scss */
.bean.bean-type-block_icone#block-bean-icon-hp .slick-slide {
  height: initial;
}
/* line 22, ../scss/block/_bean.scss */
.bean#block-bean-cta-hp .btn a {
  padding-top: .7rem;
  padding-bottom: .7rem;
}
@media (min-width: 768px) {
  /* line 28, ../scss/block/_bean.scss */
  .bean#block-bean-cta-hp .field-items {
    display: flex;
  }
  /* line 30, ../scss/block/_bean.scss */
  .bean#block-bean-cta-hp .field-items .field-item {
    width: 50%;
    margin-right: .5rem;
  }
  /* line 33, ../scss/block/_bean.scss */
  .bean#block-bean-cta-hp .field-items .field-item .btn {
    font-size: 11px;
    font-size: 11px;
    line-height: 11px;
    line-height: 12.793px;
  }
  /* line 35, ../scss/block/_bean.scss */
  .bean#block-bean-cta-hp .field-items .field-item .btn webicon {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 44, ../scss/block/_bean.scss */
  .bean#block-bean-cta-hp .field-items .field-item .btn webicon {
    display: initial;
  }
}

/*# sourceMappingURL=style.css.map */
