<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }
*,
*::before,
*::after {
  box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: #212529;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }
hr:not([size]) {
  height: 1px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
@media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
@media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
@media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
@media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }
h5, .h5 {
  font-size: 1.25rem; }
h6, .h6 {
  font-size: 1rem; }
p {
  margin-top: 0;
  margin-bottom: 1rem; }
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul {
  padding-left: 2rem; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 700; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
b,
strong {
  font-weight: bolder; }
small, .small {
  font-size: 0.875em; }
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #0d6efd;
  text-decoration: underline; }
a:hover {
    color: #0a58ca; }
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
a &gt; code {
    color: inherit; }
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }
figure {
  margin: 0 0 1rem; }
img,
svg {
  vertical-align: middle; }
table {
  caption-side: bottom;
  border-collapse: collapse; }
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }
label {
  display: inline-block; }
button {
  border-radius: 0; }
button:focus:not(:focus-visible) {
  outline: 0; }
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button,
select {
  text-transform: none; }
[role="button"] {
  cursor: pointer; }
select {
  word-wrap: normal; }
select:disabled {
    opacity: 1; }
[list]::-webkit-calendar-picker-indicator {
  display: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }
::-moz-focus-inner {
  padding: 0;
  border-style: none; }
textarea {
  resize: vertical; }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
@media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
legend + * {
    clear: left; }
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }
::-webkit-inner-spin-button {
  height: auto; }
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-color-swatch-wrapper {
  padding: 0; }
::file-selector-button {
  font: inherit; }
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
output {
  display: inline-block; }
iframe {
  border: 0; }
summary {
  display: list-item;
  cursor: pointer; }
progress {
  vertical-align: baseline; }
[hidden] {
  display: none !important; }
.lead {
  font-size: 1.25rem;
  font-weight: 300; }
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
@media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
@media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
@media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
@media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
@media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
@media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  padding-left: 0;
  list-style: none; }
.list-inline-item {
  display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
.blockquote &gt; :last-child {
    margin-bottom: 0; }
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
.blockquote-footer::before {
    content: "\2014\00A0"; }
.img-fluid {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }
.figure {
  display: inline-block; }
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }
.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
.row &gt; * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }
.col {
  flex: 1 0; }
.row-cols-auto &gt; * {
  flex: 0 0 auto;
  width: auto; }
.row-cols-1 &gt; * {
  flex: 0 0 auto;
  width: 100%; }
.row-cols-2 &gt; * {
  flex: 0 0 auto;
  width: 50%; }
.row-cols-3 &gt; * {
  flex: 0 0 auto;
  width: 33.33333%; }
.row-cols-4 &gt; * {
  flex: 0 0 auto;
  width: 25%; }
.row-cols-5 &gt; * {
  flex: 0 0 auto;
  width: 20%; }
.row-cols-6 &gt; * {
  flex: 0 0 auto;
  width: 16.66667%; }
.col-auto {
  flex: 0 0 auto;
  width: auto; }
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }
.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }
.col-3 {
  flex: 0 0 auto;
  width: 25%; }
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }
.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }
.col-6 {
  flex: 0 0 auto;
  width: 50%; }
.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }
.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }
.col-9 {
  flex: 0 0 auto;
  width: 75%; }
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }
.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }
.col-12 {
  flex: 0 0 auto;
  width: 100%; }
.offset-1 {
  margin-left: 8.33333%; }
.offset-2 {
  margin-left: 16.66667%; }
.offset-3 {
  margin-left: 25%; }
.offset-4 {
  margin-left: 33.33333%; }
.offset-5 {
  margin-left: 41.66667%; }
.offset-6 {
  margin-left: 50%; }
.offset-7 {
  margin-left: 58.33333%; }
.offset-8 {
  margin-left: 66.66667%; }
.offset-9 {
  margin-left: 75%; }
.offset-10 {
  margin-left: 83.33333%; }
.offset-11 {
  margin-left: 91.66667%; }
.g-0,
.gx-0 {
  --bs-gutter-x: 0; }
.g-0,
.gy-0 {
  --bs-gutter-y: 0; }
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0; }
  .row-cols-sm-auto &gt; * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0; }
  .row-cols-md-auto &gt; * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 &gt; * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 &gt; * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 &gt; * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 &gt; * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0; }
  .row-cols-lg-auto &gt; * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0; }
  .row-cols-xl-auto &gt; * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0; }
  .row-cols-xxl-auto &gt; * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 &gt; * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 &gt; * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 &gt; * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 &gt; * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 &gt; * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 &gt; * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
.table &gt; :not(caption) &gt; * &gt; * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
.table &gt; tbody {
    vertical-align: inherit; }
.table &gt; thead {
    vertical-align: bottom; }
.table &gt; :not(:first-child) {
    border-top: 2px solid currentColor; }
.caption-top {
  caption-side: top; }
.table-sm &gt; :not(caption) &gt; * &gt; * {
  padding: 0.25rem 0.25rem; }
.table-bordered &gt; :not(caption) &gt; * {
  border-width: 1px 0; }
.table-bordered &gt; :not(caption) &gt; * &gt; * {
    border-width: 0 1px; }
.table-borderless &gt; :not(caption) &gt; * &gt; * {
  border-bottom-width: 0; }
.table-borderless &gt; :not(:first-child) {
  border-top-width: 0; }
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }
.table-hover &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6; }
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
.form-label {
  margin-bottom: 0.5rem; }
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
.form-control[type="file"] {
    overflow: hidden; }
.form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.form-control::-webkit-date-and-time-value {
    height: 1.5em; }
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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 (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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 (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
.form-select:disabled {
    background-color: #e9ecef; }
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
.form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
.form-check-input[type="radio"] {
    border-radius: 50%; }
.form-check-input:active, .form-check-input.nice-select.open {
    filter: brightness(90%); }
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
.form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
.form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }
.form-switch {
  padding-left: 2.5em; }
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
.form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
.form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.form-range:focus {
    outline: 0; }
.form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.form-range::-moz-focus-outer {
    border: 0; }
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
.form-range::-webkit-slider-thumb:active, .form-range.nice-select.open::-webkit-slider-thumb {
      background-color: #b6d4fe; }
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
.form-range::-moz-range-thumb:active, .form-range.nice-select.open::-moz-range-thumb {
      background-color: #b6d4fe; }
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
.form-range:disabled {
    pointer-events: none; }
.form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
.form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }
.form-floating {
  position: relative; }
.form-floating &gt; .form-control,
  .form-floating &gt; .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
.form-floating &gt; label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .form-floating &gt; label {
        transition: none; } }
.form-floating &gt; .form-control {
    padding: 1rem 0.75rem; }
.form-floating &gt; .form-control::-moz-placeholder {
      color: transparent; }
.form-floating &gt; .form-control:-ms-input-placeholder {
      color: transparent; }
.form-floating &gt; .form-control::placeholder {
      color: transparent; }
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
.form-floating &gt; .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
.form-floating &gt; .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
.form-floating &gt; .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating &gt; .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating &gt; .form-control:focus ~ label,
  .form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
  .form-floating &gt; .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating &gt; .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
.input-group &gt; .form-control,
  .input-group &gt; .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
.input-group &gt; .form-control:focus,
  .input-group &gt; .form-select:focus {
    z-index: 3; }
.input-group .btn {
    position: relative;
    z-index: 2; }
.input-group .btn:focus {
      z-index: 3; }
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
  padding-right: 3rem; }
.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group.has-validation &gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
.btn:hover {
    color: #212529; }
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
.btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary,
  .btn-check.nice-select.open + .btn-primary, .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
.btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus,
    .btn-check.nice-select.open + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary.active:focus,
    .show &gt; .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
.btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary,
  .btn-check.nice-select.open + .btn-secondary, .btn-secondary:active, .btn-secondary.nice-select.open, .btn-secondary.active,
  .show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
.btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus,
    .btn-check.nice-select.open + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.nice-select.open:focus, .btn-secondary.active:focus,
    .show &gt; .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
.btn-check:checked + .btn-success,
  .btn-check:active + .btn-success,
  .btn-check.nice-select.open + .btn-success, .btn-success:active, .btn-success.nice-select.open, .btn-success.active,
  .show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
.btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus,
    .btn-check.nice-select.open + .btn-success:focus, .btn-success:active:focus, .btn-success.nice-select.open:focus, .btn-success.active:focus,
    .show &gt; .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
.btn-check:checked + .btn-info,
  .btn-check:active + .btn-info,
  .btn-check.nice-select.open + .btn-info, .btn-info:active, .btn-info.nice-select.open, .btn-info.active,
  .show &gt; .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
.btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus,
    .btn-check.nice-select.open + .btn-info:focus, .btn-info:active:focus, .btn-info.nice-select.open:focus, .btn-info.active:focus,
    .show &gt; .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
.btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning,
  .btn-check.nice-select.open + .btn-warning, .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active,
  .show &gt; .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
.btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus,
    .btn-check.nice-select.open + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.nice-select.open:focus, .btn-warning.active:focus,
    .show &gt; .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
.btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
.btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger,
  .btn-check.nice-select.open + .btn-danger, .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
.btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus,
    .btn-check.nice-select.open + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger.active:focus,
    .show &gt; .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
.btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
.btn-check:checked + .btn-light,
  .btn-check:active + .btn-light,
  .btn-check.nice-select.open + .btn-light, .btn-light:active, .btn-light.nice-select.open, .btn-light.active,
  .show &gt; .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
.btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus,
    .btn-check.nice-select.open + .btn-light:focus, .btn-light:active:focus, .btn-light.nice-select.open:focus, .btn-light.active:focus,
    .show &gt; .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
.btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
.btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark,
  .btn-check.nice-select.open + .btn-dark, .btn-dark:active, .btn-dark.nice-select.open, .btn-dark.active,
  .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
.btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus,
    .btn-check.nice-select.open + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.nice-select.open:focus, .btn-dark.active:focus,
    .show &gt; .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
.btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
.btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary,
  .btn-check.nice-select.open + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.nice-select.open, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
.btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus,
    .btn-check.nice-select.open + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.nice-select.open:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
.btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary,
  .btn-check.nice-select.open + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.nice-select.open, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus,
    .btn-check.nice-select.open + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.nice-select.open:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }
.btn-outline-success {
  color: #198754;
  border-color: #198754; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
.btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success,
  .btn-check.nice-select.open + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.nice-select.open, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
.btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus,
    .btn-check.nice-select.open + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.nice-select.open:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
.btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info,
  .btn-check.nice-select.open + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.nice-select.open, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
.btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus,
    .btn-check.nice-select.open + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.nice-select.open:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
.btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning,
  .btn-check.nice-select.open + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.nice-select.open, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus,
    .btn-check.nice-select.open + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.nice-select.open:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
.btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger,
  .btn-check.nice-select.open + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.nice-select.open, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus,
    .btn-check.nice-select.open + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.nice-select.open:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
.btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light,
  .btn-check.nice-select.open + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.nice-select.open, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus,
    .btn-check.nice-select.open + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.nice-select.open:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
.btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
.btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark,
  .btn-check.nice-select.open + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.nice-select.open, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
.btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus,
    .btn-check.nice-select.open + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.nice-select.open:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
.btn-link:hover {
    color: #0a58ca; }
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }
.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
.fade {
  transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
.fade:not(.show) {
    opacity: 0; }
.collapse:not(.show) {
  display: none; }
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }
.dropdown-toggle {
  white-space: nowrap; }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
    margin-left: 0; }
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }
.dropdown-menu-start {
  --bs-position: start; }
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }
.dropdown-menu-end {
  --bs-position: end; }
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropend .dropdown-toggle::after {
  display: inline-block;
  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; }
.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropend .dropdown-toggle::after {
  vertical-align: 0; }
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropstart .dropdown-toggle::after {
  display: none; }
.dropstart .dropdown-toggle::before {
  display: inline-block;
  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; }
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropstart .dropdown-toggle::before {
  vertical-align: 0; }
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
.dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }
.dropdown-menu.show {
  display: block; }
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item.nice-select.open {
      color: #fff;
      background-color: #0d6efd; }
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
.btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    flex: 1 1 auto; }
.btn-group &gt; .btn-check:checked + .btn,
  .btn-group &gt; .btn-check:focus + .btn,
  .btn-group &gt; .btn:hover,
  .btn-group &gt; .btn:focus,
  .btn-group &gt; .btn:active,
  .btn-group &gt; .btn.nice-select.open,
  .btn-group &gt; .btn.active,
  .btn-group-vertical &gt; .btn-check:checked + .btn,
  .btn-group-vertical &gt; .btn-check:focus + .btn,
  .btn-group-vertical &gt; .btn:hover,
  .btn-group-vertical &gt; .btn:focus,
  .btn-group-vertical &gt; .btn:active,
  .btn-group-vertical &gt; .btn.nice-select.open,
  .btn-group-vertical &gt; .btn.active {
    z-index: 1; }
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }
.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group &gt; .btn:nth-child(n + 3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
.dropstart .dropdown-toggle-split::before {
    margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
.btn-group-vertical &gt; .btn,
  .btn-group-vertical &gt; .btn-group {
    width: 100%; }
.btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) {
    margin-top: -1px; }
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group-vertical &gt; .btn ~ .btn,
  .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
.nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
.nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #0d6efd; }
.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }
.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }
.tab-content &gt; .tab-pane {
  display: none; }
.tab-content &gt; .active {
  display: block; }
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
.navbar &gt; .container,
  .navbar &gt; .container-fluid, .navbar &gt; .container-sm, .navbar &gt; .container-md, .navbar &gt; .container-lg, .navbar &gt; .container-xl, .navbar &gt; .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
.navbar-nav .dropdown-menu {
    position: static; }
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
.navbar-toggler:hover {
    text-decoration: none; }
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
.navbar-expand .navbar-nav {
    flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
.navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
.navbar-expand .navbar-nav-scroll {
    overflow: visible; }
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
.navbar-expand .navbar-toggler {
    display: none; }
.navbar-expand .offcanvas-header {
    display: none; }
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
.navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
.navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
  color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
.navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }
.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; }
.card &gt; hr {
    margin-right: 0;
    margin-left: 0; }
.card &gt; .list-group {
    border-top: inherit;
    border-bottom: inherit; }
.card &gt; .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
.card &gt; .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
.card &gt; .card-header + .list-group,
  .card &gt; .list-group + .card-footer {
    border-top: 0; }
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }
.card-title {
  margin-bottom: 0.5rem; }
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }
.card-text:last-child {
  margin-bottom: 0; }
.card-link + .card-link {
  margin-left: 1rem; }
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }
.card-group &gt; .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group &gt; .card {
      flex: 1 0;
      margin-bottom: 0; }
      .card-group &gt; .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group &gt; .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group &gt; .card:not(:last-child) .card-img-top,
        .card-group &gt; .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group &gt; .card:not(:last-child) .card-img-bottom,
        .card-group &gt; .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group &gt; .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group &gt; .card:not(:first-child) .card-img-top,
        .card-group &gt; .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group &gt; .card:not(:first-child) .card-img-bottom,
        .card-group &gt; .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
.accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
.accordion-button:hover {
    z-index: 2; }
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.accordion-header {
  margin-bottom: 0; }
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
.accordion-item:not(:first-of-type) {
    border-top: 0; }
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
.accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
.accordion-body {
  padding: 1rem 1.25rem; }
.accordion-flush .accordion-collapse {
  border-width: 0; }
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.accordion-flush .accordion-item:first-child {
    border-top: 0; }
.accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
.breadcrumb-item.active {
  color: #6c757d; }
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6; }
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.page-item:not(:first-child) .page-link {
  margin-left: -1px; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }
.page-link {
  padding: 0.375rem 0.75rem; }
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
.badge:empty {
    display: none; }
.btn .badge {
  position: relative;
  top: -1px; }
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.alert-heading {
  color: inherit; }
.alert-link {
  font-weight: 700; }
.alert-dismissible {
  padding-right: 3rem; }
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
.alert-primary .alert-link {
    color: #06357a; }
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
.alert-secondary .alert-link {
    color: #34383c; }
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
.alert-success .alert-link {
    color: #0c4128; }
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
.alert-info .alert-link {
    color: #04414d; }
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
.alert-warning .alert-link {
    color: #523e02; }
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
.alert-danger .alert-link {
    color: #6a1a21; }
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-light .alert-link {
    color: #4f5050; }
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
.alert-dark .alert-link {
    color: #101214; }
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }
.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
.list-group-numbered &gt; li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
.list-group-item-action:active, .list-group-item-action.nice-select.open {
    color: #212529;
    background-color: #e9ecef; }
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
.list-group-item + .list-group-item {
    border-top-width: 0; }
.list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }
.list-group-horizontal {
  flex-direction: row; }
.list-group-horizontal &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
.list-group-horizontal &gt; .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
.list-group-horizontal &gt; .list-group-item.active {
    margin-top: 0; }
.list-group-horizontal &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
.list-group-flush &gt; .list-group-item {
    border-width: 0 0 1px; }
.list-group-flush &gt; .list-group-item:last-child {
      border-bottom-width: 0; }
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }
.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
.toast.showing {
    opacity: 0; }
.toast:not(.show) {
    display: none; }
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
.toast-container &gt; :not(:last-child) {
    margin-bottom: 0.75rem; }
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
.modal.show .modal-dialog {
    transform: none; }
.modal.modal-static .modal-dialog {
    transform: scale(1.02); }
.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
.modal-dialog-scrollable .modal-body {
    overflow-y: auto; }
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
.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; }
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
.modal-footer &gt; * {
    margin: 0.25rem; }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
.modal-fullscreen .modal-header {
    border-radius: 0; }
.modal-fullscreen .modal-body {
    overflow-y: auto; }
.modal-fullscreen .modal-footer {
    border-radius: 0; }
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
.tooltip.show {
    opacity: 0.9; }
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
.tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
.popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }
.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
.bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }
.bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow {
  top: calc(-0.5rem - 1px); }
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }
.bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
.bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
    display: none; }
.popover-body {
  padding: 1rem 1rem;
  color: #212529; }
.carousel {
  position: relative; }
.carousel.pointer-event {
  touch-action: pan-y; }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }
.carousel-control-prev {
  left: 0; }
.carousel-control-next {
  right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
.carousel-indicators .active {
    opacity: 1; }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }
.carousel-dark .carousel-caption {
  color: #000; }
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow; }
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
.offcanvas-backdrop.fade {
    opacity: 0; }
.offcanvas-backdrop.show {
    opacity: 0.5; }
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }
.offcanvas.show {
  transform: none; }
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
.placeholder.btn::before {
    display: inline-block;
    content: ""; }
.placeholder-xs {
  min-height: .6em; }
.placeholder-sm {
  min-height: .8em; }
.placeholder-lg {
  min-height: 1.2em; }
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite; }
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }
@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite; }
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.link-primary {
  color: #0d6efd; }
.link-primary:hover, .link-primary:focus {
    color: #0a58ca; }
.link-secondary {
  color: #6c757d; }
.link-secondary:hover, .link-secondary:focus {
    color: #565e64; }
.link-success {
  color: #198754; }
.link-success:hover, .link-success:focus {
    color: #146c43; }
.link-info {
  color: #0dcaf0; }
.link-info:hover, .link-info:focus {
    color: #3dd5f3; }
.link-warning {
  color: #ffc107; }
.link-warning:hover, .link-warning:focus {
    color: #ffcd39; }
.link-danger {
  color: #dc3545; }
.link-danger:hover, .link-danger:focus {
    color: #b02a37; }
.link-light {
  color: #f8f9fa; }
.link-light:hover, .link-light:focus {
    color: #f9fafb; }
.link-dark {
  color: #212529; }
.link-dark:hover, .link-dark:focus {
    color: #1a1e21; }
.ratio {
  position: relative;
  width: 100%; }
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
.ratio &gt; * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.ratio-1x1 {
  --bs-aspect-ratio: 100%; }
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }
.align-baseline {
  vertical-align: baseline !important; }
.align-top {
  vertical-align: top !important; }
.align-middle {
  vertical-align: middle !important; }
.align-bottom {
  vertical-align: bottom !important; }
.align-text-bottom {
  vertical-align: text-bottom !important; }
.align-text-top {
  vertical-align: text-top !important; }
.float-start {
  float: left !important; }
.float-end {
  float: right !important; }
.float-none {
  float: none !important; }
.opacity-0 {
  opacity: 0 !important; }
.opacity-25 {
  opacity: 0.25 !important; }
.opacity-50 {
  opacity: 0.5 !important; }
.opacity-75 {
  opacity: 0.75 !important; }
.opacity-100 {
  opacity: 1 !important; }
.overflow-auto {
  overflow: auto !important; }
.overflow-hidden {
  overflow: hidden !important; }
.overflow-visible {
  overflow: visible !important; }
.overflow-scroll {
  overflow: scroll !important; }
.d-inline {
  display: inline !important; }
.d-inline-block {
  display: inline-block !important; }
.d-block {
  display: block !important; }
.d-grid {
  display: grid !important; }
.d-table {
  display: table !important; }
.d-table-row {
  display: table-row !important; }
.d-table-cell {
  display: table-cell !important; }
.d-flex {
  display: flex !important; }
.d-inline-flex {
  display: inline-flex !important; }
.d-none {
  display: none !important; }
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
  box-shadow: none !important; }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }
.top-0 {
  top: 0 !important; }
.top-50 {
  top: 50% !important; }
.top-100 {
  top: 100% !important; }
.bottom-0 {
  bottom: 0 !important; }
.bottom-50 {
  bottom: 50% !important; }
.bottom-100 {
  bottom: 100% !important; }
.start-0 {
  left: 0 !important; }
.start-50 {
  left: 50% !important; }
.start-100 {
  left: 100% !important; }
.end-0 {
  right: 0 !important; }
.end-50 {
  right: 50% !important; }
.end-100 {
  right: 100% !important; }
.translate-middle {
  transform: translate(-50%, -50%) !important; }
.translate-middle-x {
  transform: translateX(-50%) !important; }
.translate-middle-y {
  transform: translateY(-50%) !important; }
.border {
  border: 1px solid #dee2e6 !important; }
.border-0 {
  border: 0 !important; }
.border-top {
  border-top: 1px solid #dee2e6 !important; }
.border-top-0 {
  border-top: 0 !important; }
.border-end {
  border-right: 1px solid #dee2e6 !important; }
.border-end-0 {
  border-right: 0 !important; }
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }
.border-bottom-0 {
  border-bottom: 0 !important; }
.border-start {
  border-left: 1px solid #dee2e6 !important; }
.border-start-0 {
  border-left: 0 !important; }
.border-primary {
  border-color: #0d6efd !important; }
.border-secondary {
  border-color: #6c757d !important; }
.border-success {
  border-color: #198754 !important; }
.border-info {
  border-color: #0dcaf0 !important; }
.border-warning {
  border-color: #ffc107 !important; }
.border-danger {
  border-color: #dc3545 !important; }
.border-light {
  border-color: #f8f9fa !important; }
.border-dark {
  border-color: #212529 !important; }
.border-white {
  border-color: #fff !important; }
.border-1 {
  border-width: 1px !important; }
.border-2 {
  border-width: 2px !important; }
.border-3 {
  border-width: 3px !important; }
.border-4 {
  border-width: 4px !important; }
.border-5 {
  border-width: 5px !important; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100 {
  width: 100% !important; }
.w-auto {
  width: auto !important; }
.mw-100 {
  max-width: 100% !important; }
.vw-100 {
  width: 100vw !important; }
.min-vw-100 {
  min-width: 100vw !important; }
.h-25 {
  height: 25% !important; }
.h-50 {
  height: 50% !important; }
.h-75 {
  height: 75% !important; }
.h-100 {
  height: 100% !important; }
.h-auto {
  height: auto !important; }
.mh-100 {
  max-height: 100% !important; }
.vh-100 {
  height: 100vh !important; }
.min-vh-100 {
  min-height: 100vh !important; }
.flex-fill {
  flex: 1 1 auto !important; }
.flex-row {
  flex-direction: row !important; }
.flex-column {
  flex-direction: column !important; }
.flex-row-reverse {
  flex-direction: row-reverse !important; }
.flex-column-reverse {
  flex-direction: column-reverse !important; }
.flex-grow-0 {
  flex-grow: 0 !important; }
.flex-grow-1 {
  flex-grow: 1 !important; }
.flex-shrink-0 {
  flex-shrink: 0 !important; }
.flex-shrink-1 {
  flex-shrink: 1 !important; }
.flex-wrap {
  flex-wrap: wrap !important; }
.flex-nowrap {
  flex-wrap: nowrap !important; }
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important; }
.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important; }
.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important; }
.gap-3 {
  grid-gap: 1rem !important;
  gap: 1rem !important; }
.gap-4 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important; }
.gap-5 {
  grid-gap: 3rem !important;
  gap: 3rem !important; }
.justify-content-start {
  justify-content: flex-start !important; }
.justify-content-end {
  justify-content: flex-end !important; }
.justify-content-center {
  justify-content: center !important; }
.justify-content-between {
  justify-content: space-between !important; }
.justify-content-around {
  justify-content: space-around !important; }
.justify-content-evenly {
  justify-content: space-evenly !important; }
.align-items-start {
  align-items: flex-start !important; }
.align-items-end {
  align-items: flex-end !important; }
.align-items-center {
  align-items: center !important; }
.align-items-baseline {
  align-items: baseline !important; }
.align-items-stretch {
  align-items: stretch !important; }
.align-content-start {
  align-content: flex-start !important; }
.align-content-end {
  align-content: flex-end !important; }
.align-content-center {
  align-content: center !important; }
.align-content-between {
  align-content: space-between !important; }
.align-content-around {
  align-content: space-around !important; }
.align-content-stretch {
  align-content: stretch !important; }
.align-self-auto {
  align-self: auto !important; }
.align-self-start {
  align-self: flex-start !important; }
.align-self-end {
  align-self: flex-end !important; }
.align-self-center {
  align-self: center !important; }
.align-self-baseline {
  align-self: baseline !important; }
.align-self-stretch {
  align-self: stretch !important; }
.order-first {
  order: -1 !important; }
.order-0 {
  order: 0 !important; }
.order-1 {
  order: 1 !important; }
.order-2 {
  order: 2 !important; }
.order-3 {
  order: 3 !important; }
.order-4 {
  order: 4 !important; }
.order-5 {
  order: 5 !important; }
.order-last {
  order: 6 !important; }
.m-0 {
  margin: 0 !important; }
.m-1 {
  margin: 0.25rem !important; }
.m-2 {
  margin: 0.5rem !important; }
.m-3 {
  margin: 1rem !important; }
.m-4 {
  margin: 1.5rem !important; }
.m-5 {
  margin: 3rem !important; }
.m-auto {
  margin: auto !important; }
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }
.mt-0 {
  margin-top: 0 !important; }
.mt-1 {
  margin-top: 0.25rem !important; }
.mt-2 {
  margin-top: 0.5rem !important; }
.mt-3 {
  margin-top: 1rem !important; }
.mt-4 {
  margin-top: 1.5rem !important; }
.mt-5 {
  margin-top: 3rem !important; }
.mt-auto {
  margin-top: auto !important; }
.me-0 {
  margin-right: 0 !important; }
.me-1 {
  margin-right: 0.25rem !important; }
.me-2 {
  margin-right: 0.5rem !important; }
.me-3 {
  margin-right: 1rem !important; }
.me-4 {
  margin-right: 1.5rem !important; }
.me-5 {
  margin-right: 3rem !important; }
.me-auto {
  margin-right: auto !important; }
.mb-0 {
  margin-bottom: 0 !important; }
.mb-1 {
  margin-bottom: 0.25rem !important; }
.mb-2 {
  margin-bottom: 0.5rem !important; }
.mb-3 {
  margin-bottom: 1rem !important; }
.mb-4 {
  margin-bottom: 1.5rem !important; }
.mb-5 {
  margin-bottom: 3rem !important; }
.mb-auto {
  margin-bottom: auto !important; }
.ms-0 {
  margin-left: 0 !important; }
.ms-1 {
  margin-left: 0.25rem !important; }
.ms-2 {
  margin-left: 0.5rem !important; }
.ms-3 {
  margin-left: 1rem !important; }
.ms-4 {
  margin-left: 1.5rem !important; }
.ms-5 {
  margin-left: 3rem !important; }
.ms-auto {
  margin-left: auto !important; }
.p-0 {
  padding: 0 !important; }
.p-1 {
  padding: 0.25rem !important; }
.p-2 {
  padding: 0.5rem !important; }
.p-3 {
  padding: 1rem !important; }
.p-4 {
  padding: 1.5rem !important; }
.p-5 {
  padding: 3rem !important; }
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
.pt-0 {
  padding-top: 0 !important; }
.pt-1 {
  padding-top: 0.25rem !important; }
.pt-2 {
  padding-top: 0.5rem !important; }
.pt-3 {
  padding-top: 1rem !important; }
.pt-4 {
  padding-top: 1.5rem !important; }
.pt-5 {
  padding-top: 3rem !important; }
.pe-0 {
  padding-right: 0 !important; }
.pe-1 {
  padding-right: 0.25rem !important; }
.pe-2 {
  padding-right: 0.5rem !important; }
.pe-3 {
  padding-right: 1rem !important; }
.pe-4 {
  padding-right: 1.5rem !important; }
.pe-5 {
  padding-right: 3rem !important; }
.pb-0 {
  padding-bottom: 0 !important; }
.pb-1 {
  padding-bottom: 0.25rem !important; }
.pb-2 {
  padding-bottom: 0.5rem !important; }
.pb-3 {
  padding-bottom: 1rem !important; }
.pb-4 {
  padding-bottom: 1.5rem !important; }
.pb-5 {
  padding-bottom: 3rem !important; }
.ps-0 {
  padding-left: 0 !important; }
.ps-1 {
  padding-left: 0.25rem !important; }
.ps-2 {
  padding-left: 0.5rem !important; }
.ps-3 {
  padding-left: 1rem !important; }
.ps-4 {
  padding-left: 1.5rem !important; }
.ps-5 {
  padding-left: 3rem !important; }
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-family: var(--bs-font-monospace) !important; }
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }
.fs-5 {
  font-size: 1.25rem !important; }
.fs-6 {
  font-size: 1rem !important; }
.fst-italic {
  font-style: italic !important; }
.fst-normal {
  font-style: normal !important; }
.fw-light {
  font-weight: 300 !important; }
.fw-lighter {
  font-weight: lighter !important; }
.fw-normal {
  font-weight: 400 !important; }
.fw-bold {
  font-weight: 700 !important; }
.fw-bolder {
  font-weight: bolder !important; }
.lh-1 {
  line-height: 1 !important; }
.lh-sm {
  line-height: 1.25 !important; }
.lh-base {
  line-height: 1.5 !important; }
.lh-lg {
  line-height: 2 !important; }
.text-start {
  text-align: left !important; }
.text-end {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
.text-decoration-none {
  text-decoration: none !important; }
.text-decoration-underline {
  text-decoration: underline !important; }
.text-decoration-line-through {
  text-decoration: line-through !important; }
.text-lowercase {
  text-transform: lowercase !important; }
.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize {
  text-transform: capitalize !important; }
.text-wrap {
  white-space: normal !important; }
.text-nowrap {
  white-space: nowrap !important; }
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(13, 110, 253, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(108, 117, 125, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }
.text-success {
  --bs-text-opacity: 1;
  color: rgba(25, 135, 84, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }
.text-info {
  --bs-text-opacity: 1;
  color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(255, 193, 7, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(220, 53, 69, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }
.text-light {
  --bs-text-opacity: 1;
  color: rgba(248, 249, 250, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }
.text-black {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }
.text-white {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }
.text-body {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }
.text-opacity-25 {
  --bs-text-opacity: 0.25; }
.text-opacity-50 {
  --bs-text-opacity: 0.5; }
.text-opacity-75 {
  --bs-text-opacity: 0.75; }
.text-opacity-100 {
  --bs-text-opacity: 1; }
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 110, 253, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(25, 135, 84, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 202, 240, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 53, 69, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(33, 37, 41, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }
.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }
.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }
.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }
.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }
.bg-opacity-100 {
  --bs-bg-opacity: 1; }
.bg-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  background-image: var(--bs-gradient) !important; }
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }
.pe-none {
  pointer-events: none !important; }
.pe-auto {
  pointer-events: auto !important; }
.rounded {
  border-radius: 0.25rem !important; }
.rounded-0 {
  border-radius: 0 !important; }
.rounded-1 {
  border-radius: 0.2rem !important; }
.rounded-2 {
  border-radius: 0.25rem !important; }
.rounded-3 {
  border-radius: 0.3rem !important; }
.rounded-circle {
  border-radius: 50% !important; }
.rounded-pill {
  border-radius: 50rem !important; }
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }
.visible {
  visibility: visible !important; }
.invisible {
  visibility: hidden !important; }
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    grid-gap: 0 !important;
    gap: 0 !important; }
  .gap-sm-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important; }
  .gap-sm-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important; }
  .gap-sm-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important; }
  .gap-sm-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important; }
  .gap-sm-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    grid-gap: 0 !important;
    gap: 0 !important; }
  .gap-md-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important; }
  .gap-md-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important; }
  .gap-md-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important; }
  .gap-md-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important; }
  .gap-md-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    grid-gap: 0 !important;
    gap: 0 !important; }
  .gap-lg-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important; }
  .gap-lg-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important; }
  .gap-lg-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important; }
  .gap-lg-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important; }
  .gap-lg-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    grid-gap: 0 !important;
    gap: 0 !important; }
  .gap-xl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important; }
  .gap-xl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important; }
  .gap-xl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important; }
  .gap-xl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important; }
  .gap-xl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important; }
  .gap-xxl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important; }
  .gap-xxl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }
@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }
/*----------------- Base Colors -----------------*/
/*----------------- Line Height Variables -----------------*/
/*----------------- Font Families -----------------*/
/*----------------- Font Sizes -----------------*/
/*----------------- Pricing tables ------------------*/
/*----------------- Responsive sizes ------------------*/
@font-face {
  font-family: 'ElegantIcons';
  src: url(/packs/media/webfont/ElegantIcons-d72ad3f702b9f23540e8ed78b4b65749.eot);
  src: url(/packs/media/webfont/ElegantIcons-d72ad3f702b9f23540e8ed78b4b65749.eot?#iefix) format("embedded-opentype"), url(/packs/media/webfont/ElegantIcons-fdd9e757bf61675343dcf55100422b84.woff) format("woff"), url(/packs/media/webfont/ElegantIcons-f9d179f59b0878ffcd32a5b3c8ae9c62.ttf) format("truetype"), url(/packs/media/webfont/ElegantIcons-907b74de12b89805612e69cd9ece33f6.svg#ElegantIcons) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
.arrow_up:before {
  content: "\21"; }
.arrow_down:before {
  content: "\22"; }
.arrow_left:before {
  content: "\23"; }
.arrow_right:before {
  content: "\24"; }
.arrow_left-up:before {
  content: "\25"; }
.arrow_right-up:before {
  content: "\26"; }
.arrow_right-down:before {
  content: "\27"; }
.arrow_left-down:before {
  content: "\28"; }
.arrow-up-down:before {
  content: "\29"; }
.arrow_up-down_alt:before {
  content: "\2a"; }
.arrow_left-right_alt:before {
  content: "\2b"; }
.arrow_left-right:before {
  content: "\2c"; }
.arrow_expand_alt2:before {
  content: "\2d"; }
.arrow_expand_alt:before {
  content: "\2e"; }
.arrow_condense:before {
  content: "\2f"; }
.arrow_expand:before {
  content: "\30"; }
.arrow_move:before {
  content: "\31"; }
.arrow_carrot-up:before {
  content: "\32"; }
.arrow_carrot-down:before {
  content: "\33"; }
.arrow_carrot-left:before {
  content: "\34"; }
.arrow_carrot-right:before {
  content: "\35"; }
.arrow_carrot-2up:before {
  content: "\36"; }
.arrow_carrot-2down:before {
  content: "\37"; }
.arrow_carrot-2left:before {
  content: "\38"; }
.arrow_carrot-2right:before {
  content: "\39"; }
.arrow_carrot-up_alt2:before {
  content: "\3a"; }
.arrow_carrot-down_alt2:before {
  content: "\3b"; }
.arrow_carrot-left_alt2:before {
  content: "\3c"; }
.arrow_carrot-right_alt2:before {
  content: "\3d"; }
.arrow_carrot-2up_alt2:before {
  content: "\3e"; }
.arrow_carrot-2down_alt2:before {
  content: "\3f"; }
.arrow_carrot-2left_alt2:before {
  content: "\40"; }
.arrow_carrot-2right_alt2:before {
  content: "\41"; }
.arrow_triangle-up:before {
  content: "\42"; }
.arrow_triangle-down:before {
  content: "\43"; }
.arrow_triangle-left:before {
  content: "\44"; }
.arrow_triangle-right:before {
  content: "\45"; }
.arrow_triangle-up_alt2:before {
  content: "\46"; }
.arrow_triangle-down_alt2:before {
  content: "\47"; }
.arrow_triangle-left_alt2:before {
  content: "\48"; }
.arrow_triangle-right_alt2:before {
  content: "\49"; }
.arrow_back:before {
  content: "\4a"; }
.icon_minus-06:before {
  content: "\4b"; }
.icon_plus:before {
  content: "\4c"; }
.icon_close:before {
  content: "\4d"; }
.icon_check:before {
  content: "\4e"; }
.icon_minus_alt2:before {
  content: "\4f"; }
.icon_plus_alt2:before {
  content: "\50"; }
.icon_close_alt2:before {
  content: "\51"; }
.icon_check_alt2:before {
  content: "\52"; }
.icon_zoom-out_alt:before {
  content: "\53"; }
.icon_zoom-in_alt:before {
  content: "\54"; }
.icon_search:before {
  content: "\55"; }
.icon_box-empty:before {
  content: "\56"; }
.icon_box-selected:before {
  content: "\57"; }
.icon_minus-box:before {
  content: "\58"; }
.icon_plus-box:before {
  content: "\59"; }
.icon_box-checked:before {
  content: "\5a"; }
.icon_circle-empty:before {
  content: "\5b"; }
.icon_circle-slelected:before {
  content: "\5c"; }
.icon_stop_alt2:before {
  content: "\5d"; }
.icon_stop:before {
  content: "\5e"; }
.icon_pause_alt2:before {
  content: "\5f"; }
.icon_pause:before {
  content: "\60"; }
.icon_menu:before {
  content: "\61"; }
.icon_menu-square_alt2:before {
  content: "\62"; }
.icon_menu-circle_alt2:before {
  content: "\63"; }
.icon_ul:before {
  content: "\64"; }
.icon_ol:before {
  content: "\65"; }
.icon_adjust-horiz:before {
  content: "\66"; }
.icon_adjust-vert:before {
  content: "\67"; }
.icon_document_alt:before {
  content: "\68"; }
.icon_documents_alt:before {
  content: "\69"; }
.icon_pencil:before {
  content: "\6a"; }
.icon_pencil-edit_alt:before {
  content: "\6b"; }
.icon_pencil-edit:before {
  content: "\6c"; }
.icon_folder-alt:before {
  content: "\6d"; }
.icon_folder-open_alt:before {
  content: "\6e"; }
.icon_folder-add_alt:before {
  content: "\6f"; }
.icon_info_alt:before {
  content: "\70"; }
.icon_error-oct_alt:before {
  content: "\71"; }
.icon_error-circle_alt:before {
  content: "\72"; }
.icon_error-triangle_alt:before {
  content: "\73"; }
.icon_question_alt2:before {
  content: "\74"; }
.icon_question:before {
  content: "\75"; }
.icon_comment_alt:before {
  content: "\76"; }
.icon_chat_alt:before {
  content: "\77"; }
.icon_vol-mute_alt:before {
  content: "\78"; }
.icon_volume-low_alt:before {
  content: "\79"; }
.icon_volume-high_alt:before {
  content: "\7a"; }
.icon_quotations:before {
  content: "\7b"; }
.icon_quotations_alt2:before {
  content: "\7c"; }
.icon_clock_alt:before {
  content: "\7d"; }
.icon_lock_alt:before {
  content: "\7e"; }
.icon_lock-open_alt:before {
  content: "\e000"; }
.icon_key_alt:before {
  content: "\e001"; }
.icon_cloud_alt:before {
  content: "\e002"; }
.icon_cloud-upload_alt:before {
  content: "\e003"; }
.icon_cloud-download_alt:before {
  content: "\e004"; }
.icon_image:before {
  content: "\e005"; }
.icon_images:before {
  content: "\e006"; }
.icon_lightbulb_alt:before {
  content: "\e007"; }
.icon_gift_alt:before {
  content: "\e008"; }
.icon_house_alt:before {
  content: "\e009"; }
.icon_genius:before {
  content: "\e00a"; }
.icon_mobile:before {
  content: "\e00b"; }
.icon_tablet:before {
  content: "\e00c"; }
.icon_laptop:before {
  content: "\e00d"; }
.icon_desktop:before {
  content: "\e00e"; }
.icon_camera_alt:before {
  content: "\e00f"; }
.icon_mail_alt:before {
  content: "\e010"; }
.icon_cone_alt:before {
  content: "\e011"; }
.icon_ribbon_alt:before {
  content: "\e012"; }
.icon_bag_alt:before {
  content: "\e013"; }
.icon_creditcard:before {
  content: "\e014"; }
.icon_cart_alt:before {
  content: "\e015"; }
.icon_paperclip:before {
  content: "\e016"; }
.icon_tag_alt:before {
  content: "\e017"; }
.icon_tags_alt:before {
  content: "\e018"; }
.icon_trash_alt:before {
  content: "\e019"; }
.icon_cursor_alt:before {
  content: "\e01a"; }
.icon_mic_alt:before {
  content: "\e01b"; }
.icon_compass_alt:before {
  content: "\e01c"; }
.icon_pin_alt:before {
  content: "\e01d"; }
.icon_pushpin_alt:before {
  content: "\e01e"; }
.icon_map_alt:before {
  content: "\e01f"; }
.icon_drawer_alt:before {
  content: "\e020"; }
.icon_toolbox_alt:before {
  content: "\e021"; }
.icon_book_alt:before {
  content: "\e022"; }
.icon_calendar:before {
  content: "\e023"; }
.icon_film:before {
  content: "\e024"; }
.icon_table:before {
  content: "\e025"; }
.icon_contacts_alt:before {
  content: "\e026"; }
.icon_headphones:before {
  content: "\e027"; }
.icon_lifesaver:before {
  content: "\e028"; }
.icon_piechart:before {
  content: "\e029"; }
.icon_refresh:before {
  content: "\e02a"; }
.icon_link_alt:before {
  content: "\e02b"; }
.icon_link:before {
  content: "\e02c"; }
.icon_loading:before {
  content: "\e02d"; }
.icon_blocked:before {
  content: "\e02e"; }
.icon_archive_alt:before {
  content: "\e02f"; }
.icon_heart_alt:before {
  content: "\e030"; }
.icon_star_alt:before {
  content: "\e031"; }
.icon_star-half_alt:before {
  content: "\e032"; }
.icon_star:before {
  content: "\e033"; }
.icon_star-half:before {
  content: "\e034"; }
.icon_tools:before {
  content: "\e035"; }
.icon_tool:before {
  content: "\e036"; }
.icon_cog:before {
  content: "\e037"; }
.icon_cogs:before {
  content: "\e038"; }
.arrow_up_alt:before {
  content: "\e039"; }
.arrow_down_alt:before {
  content: "\e03a"; }
.arrow_left_alt:before {
  content: "\e03b"; }
.arrow_right_alt:before {
  content: "\e03c"; }
.arrow_left-up_alt:before {
  content: "\e03d"; }
.arrow_right-up_alt:before {
  content: "\e03e"; }
.arrow_right-down_alt:before {
  content: "\e03f"; }
.arrow_left-down_alt:before {
  content: "\e040"; }
.arrow_condense_alt:before {
  content: "\e041"; }
.arrow_expand_alt3:before {
  content: "\e042"; }
.arrow_carrot_up_alt:before {
  content: "\e043"; }
.arrow_carrot-down_alt:before {
  content: "\e044"; }
.arrow_carrot-left_alt:before {
  content: "\e045"; }
.arrow_carrot-right_alt:before {
  content: "\e046"; }
.arrow_carrot-2up_alt:before {
  content: "\e047"; }
.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }
.arrow_carrot-2left_alt:before {
  content: "\e049"; }
.arrow_carrot-2right_alt:before {
  content: "\e04a"; }
.arrow_triangle-up_alt:before {
  content: "\e04b"; }
.arrow_triangle-down_alt:before {
  content: "\e04c"; }
.arrow_triangle-left_alt:before {
  content: "\e04d"; }
.arrow_triangle-right_alt:before {
  content: "\e04e"; }
.icon_minus_alt:before {
  content: "\e04f"; }
.icon_plus_alt:before {
  content: "\e050"; }
.icon_close_alt:before {
  content: "\e051"; }
.icon_check_alt:before {
  content: "\e052"; }
.icon_zoom-out:before {
  content: "\e053"; }
.icon_zoom-in:before {
  content: "\e054"; }
.icon_stop_alt:before {
  content: "\e055"; }
.icon_menu-square_alt:before {
  content: "\e056"; }
.icon_menu-circle_alt:before {
  content: "\e057"; }
.icon_document:before {
  content: "\e058"; }
.icon_documents:before {
  content: "\e059"; }
.icon_pencil_alt:before {
  content: "\e05a"; }
.icon_folder:before {
  content: "\e05b"; }
.icon_folder-open:before {
  content: "\e05c"; }
.icon_folder-add:before {
  content: "\e05d"; }
.icon_folder_upload:before {
  content: "\e05e"; }
.icon_folder_download:before {
  content: "\e05f"; }
.icon_info:before {
  content: "\e060"; }
.icon_error-circle:before {
  content: "\e061"; }
.icon_error-oct:before {
  content: "\e062"; }
.icon_error-triangle:before {
  content: "\e063"; }
.icon_question_alt:before {
  content: "\e064"; }
.icon_comment:before {
  content: "\e065"; }
.icon_chat:before {
  content: "\e066"; }
.icon_vol-mute:before {
  content: "\e067"; }
.icon_volume-low:before {
  content: "\e068"; }
.icon_volume-high:before {
  content: "\e069"; }
.icon_quotations_alt:before {
  content: "\e06a"; }
.icon_clock:before {
  content: "\e06b"; }
.icon_lock:before {
  content: "\e06c"; }
.icon_lock-open:before {
  content: "\e06d"; }
.icon_key:before {
  content: "\e06e"; }
.icon_cloud:before {
  content: "\e06f"; }
.icon_cloud-upload:before {
  content: "\e070"; }
.icon_cloud-download:before {
  content: "\e071"; }
.icon_lightbulb:before {
  content: "\e072"; }
.icon_gift:before {
  content: "\e073"; }
.icon_house:before {
  content: "\e074"; }
.icon_camera:before {
  content: "\e075"; }
.icon_mail:before {
  content: "\e076"; }
.icon_cone:before {
  content: "\e077"; }
.icon_ribbon:before {
  content: "\e078"; }
.icon_bag:before {
  content: "\e079"; }
.icon_cart:before {
  content: "\e07a"; }
.icon_tag:before {
  content: "\e07b"; }
.icon_tags:before {
  content: "\e07c"; }
.icon_trash:before {
  content: "\e07d"; }
.icon_cursor:before {
  content: "\e07e"; }
.icon_mic:before {
  content: "\e07f"; }
.icon_compass:before {
  content: "\e080"; }
.icon_pin:before {
  content: "\e081"; }
.icon_pushpin:before {
  content: "\e082"; }
.icon_map:before {
  content: "\e083"; }
.icon_drawer:before {
  content: "\e084"; }
.icon_toolbox:before {
  content: "\e085"; }
.icon_book:before {
  content: "\e086"; }
.icon_contacts:before {
  content: "\e087"; }
.icon_archive:before {
  content: "\e088"; }
.icon_heart:before {
  content: "\e089"; }
.icon_profile:before {
  content: "\e08a"; }
.icon_group:before {
  content: "\e08b"; }
.icon_grid-2x2:before {
  content: "\e08c"; }
.icon_grid-3x3:before {
  content: "\e08d"; }
.icon_music:before {
  content: "\e08e"; }
.icon_pause_alt:before {
  content: "\e08f"; }
.icon_phone:before {
  content: "\e090"; }
.icon_upload:before {
  content: "\e091"; }
.icon_download:before {
  content: "\e092"; }
.social_facebook:before {
  content: "\e093"; }
.social_twitter:before {
  content: "\e094"; }
.social_pinterest:before {
  content: "\e095"; }
.social_googleplus:before {
  content: "\e096"; }
.social_tumblr:before {
  content: "\e097"; }
.social_tumbleupon:before {
  content: "\e098"; }
.social_wordpress:before {
  content: "\e099"; }
.social_instagram:before {
  content: "\e09a"; }
.social_dribbble:before {
  content: "\e09b"; }
.social_vimeo:before {
  content: "\e09c"; }
.social_linkedin:before {
  content: "\e09d"; }
.social_rss:before {
  content: "\e09e"; }
.social_deviantart:before {
  content: "\e09f"; }
.social_share:before {
  content: "\e0a0"; }
.social_myspace:before {
  content: "\e0a1"; }
.social_skype:before {
  content: "\e0a2"; }
.social_youtube:before {
  content: "\e0a3"; }
.social_picassa:before {
  content: "\e0a4"; }
.social_googledrive:before {
  content: "\e0a5"; }
.social_flickr:before {
  content: "\e0a6"; }
.social_blogger:before {
  content: "\e0a7"; }
.social_spotify:before {
  content: "\e0a8"; }
.social_delicious:before {
  content: "\e0a9"; }
.social_facebook_circle:before {
  content: "\e0aa"; }
.social_twitter_circle:before {
  content: "\e0ab"; }
.social_pinterest_circle:before {
  content: "\e0ac"; }
.social_googleplus_circle:before {
  content: "\e0ad"; }
.social_tumblr_circle:before {
  content: "\e0ae"; }
.social_stumbleupon_circle:before {
  content: "\e0af"; }
.social_wordpress_circle:before {
  content: "\e0b0"; }
.social_instagram_circle:before {
  content: "\e0b1"; }
.social_dribbble_circle:before {
  content: "\e0b2"; }
.social_vimeo_circle:before {
  content: "\e0b3"; }
.social_linkedin_circle:before {
  content: "\e0b4"; }
.social_rss_circle:before {
  content: "\e0b5"; }
.social_deviantart_circle:before {
  content: "\e0b6"; }
.social_share_circle:before {
  content: "\e0b7"; }
.social_myspace_circle:before {
  content: "\e0b8"; }
.social_skype_circle:before {
  content: "\e0b9"; }
.social_youtube_circle:before {
  content: "\e0ba"; }
.social_picassa_circle:before {
  content: "\e0bb"; }
.social_googledrive_alt2:before {
  content: "\e0bc"; }
.social_flickr_circle:before {
  content: "\e0bd"; }
.social_blogger_circle:before {
  content: "\e0be"; }
.social_spotify_circle:before {
  content: "\e0bf"; }
.social_delicious_circle:before {
  content: "\e0c0"; }
.social_facebook_square:before {
  content: "\e0c1"; }
.social_twitter_square:before {
  content: "\e0c2"; }
.social_pinterest_square:before {
  content: "\e0c3"; }
.social_googleplus_square:before {
  content: "\e0c4"; }
.social_tumblr_square:before {
  content: "\e0c5"; }
.social_stumbleupon_square:before {
  content: "\e0c6"; }
.social_wordpress_square:before {
  content: "\e0c7"; }
.social_instagram_square:before {
  content: "\e0c8"; }
.social_dribbble_square:before {
  content: "\e0c9"; }
.social_vimeo_square:before {
  content: "\e0ca"; }
.social_linkedin_square:before {
  content: "\e0cb"; }
.social_rss_square:before {
  content: "\e0cc"; }
.social_deviantart_square:before {
  content: "\e0cd"; }
.social_share_square:before {
  content: "\e0ce"; }
.social_myspace_square:before {
  content: "\e0cf"; }
.social_skype_square:before {
  content: "\e0d0"; }
.social_youtube_square:before {
  content: "\e0d1"; }
.social_picassa_square:before {
  content: "\e0d2"; }
.social_googledrive_square:before {
  content: "\e0d3"; }
.social_flickr_square:before {
  content: "\e0d4"; }
.social_blogger_square:before {
  content: "\e0d5"; }
.social_spotify_square:before {
  content: "\e0d6"; }
.social_delicious_square:before {
  content: "\e0d7"; }
.icon_printer:before {
  content: "\e103"; }
.icon_calulator:before {
  content: "\e0ee"; }
.icon_building:before {
  content: "\e0ef"; }
.icon_floppy:before {
  content: "\e0e8"; }
.icon_drive:before {
  content: "\e0ea"; }
.icon_search-2:before {
  content: "\e101"; }
.icon_id:before {
  content: "\e107"; }
.icon_id-2:before {
  content: "\e108"; }
.icon_puzzle:before {
  content: "\e102"; }
.icon_like:before {
  content: "\e106"; }
.icon_dislike:before {
  content: "\e0eb"; }
.icon_mug:before {
  content: "\e105"; }
.icon_currency:before {
  content: "\e0ed"; }
.icon_wallet:before {
  content: "\e100"; }
.icon_pens:before {
  content: "\e104"; }
.icon_easel:before {
  content: "\e0e9"; }
.icon_flowchart:before {
  content: "\e109"; }
.icon_datareport:before {
  content: "\e0ec"; }
.icon_briefcase:before {
  content: "\e0fe"; }
.icon_shield:before {
  content: "\e0f6"; }
.icon_percent:before {
  content: "\e0fb"; }
.icon_globe:before {
  content: "\e0e2"; }
.icon_globe-2:before {
  content: "\e0e3"; }
.icon_target:before {
  content: "\e0f5"; }
.icon_hourglass:before {
  content: "\e0e1"; }
.icon_balance:before {
  content: "\e0ff"; }
.icon_rook:before {
  content: "\e0f8"; }
.icon_printer-alt:before {
  content: "\e0fa"; }
.icon_calculator_alt:before {
  content: "\e0e7"; }
.icon_building_alt:before {
  content: "\e0fd"; }
.icon_floppy_alt:before {
  content: "\e0e4"; }
.icon_drive_alt:before {
  content: "\e0e5"; }
.icon_search_alt:before {
  content: "\e0f7"; }
.icon_id_alt:before {
  content: "\e0e0"; }
.icon_id-2_alt:before {
  content: "\e0fc"; }
.icon_puzzle_alt:before {
  content: "\e0f9"; }
.icon_like_alt:before {
  content: "\e0dd"; }
.icon_dislike_alt:before {
  content: "\e0f1"; }
.icon_mug_alt:before {
  content: "\e0dc"; }
.icon_currency_alt:before {
  content: "\e0f3"; }
.icon_wallet_alt:before {
  content: "\e0d8"; }
.icon_pens_alt:before {
  content: "\e0db"; }
.icon_easel_alt:before {
  content: "\e0f0"; }
.icon_flowchart_alt:before {
  content: "\e0df"; }
.icon_datareport_alt:before {
  content: "\e0f2"; }
.icon_briefcase_alt:before {
  content: "\e0f4"; }
.icon_shield_alt:before {
  content: "\e0d9"; }
.icon_percent_alt:before {
  content: "\e0da"; }
.icon_globe_alt:before {
  content: "\e0de"; }
.icon_clipboard:before {
  content: "\e0e6"; }
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none; }
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }
.glyph div {
  padding-bottom: 10px; }
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
.centered {
  margin-left: auto;
  margin-right: auto; }
.glyph .fs1 {
  font-size: 2em; }
/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  color: #555;
  padding-top: 2px; }
.nice-select:hover {
    border-color: #8c8c8c; }
.nice-select:active, .nice-select.open, .nice-select.open, .nice-select:focus {
    border-color: #999; }
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: 10px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px; }
.nice-select.open:after {
    transform: rotate(-135deg); }
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none; }
.nice-select.disabled:after {
      border-color: #cccccc; }
.nice-select.wide {
    width: 100%; }
.nice-select.wide .list {
      left: -1px !important;
      right: -1px !important; }
.nice-select.right {
    float: right; }
.nice-select.right .list {
      left: auto;
      right: 0; }
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
.nice-select.small:after {
      height: 4px;
      width: 4px; }
.nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9999;
    height: 23vh;
    overflow: auto; }
.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.nice-select .list::-webkit-scrollbar {
      width: 14px;
      height: 18px; }
.nice-select .list::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid transparent;
      background-clip: padding-box;
      -webkit-border-radius: 7px;
      background-color: rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }
.nice-select .list::-webkit-scrollbar-button {
      width: 0;
      height: 0;
      display: none; }
.nice-select .list::-webkit-scrollbar-corner {
      background-color: transparent; }
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus {
      background-color: #f6f6f6; }
.nice-select .option.selected {
      font-weight: 500; }
.nice-select .option.selected.focus {
        background-color: #f6f6f6; }
.nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }
.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }
.mm-hidden {
  display: none !important; }
.mm-wrapper {
  overflow-x: hidden;
  position: relative; }
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-right: #ccc 1px solid; }
.mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden; }
.mm-panels &gt; .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform .4s ease;
  transform-origin: top left; }
.mm-panel.mm-opened {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
.mm-panel.mm-subopened {
    transform: translate(-30%, 0);
    transform: translate3d(-30%, 0, 0); }
.mm-panel.mm-highest {
    z-index: 1; }
.mm-panel.mm-noanimation {
    transition: none !important; }
.mm-panel.mm-noanimation.mm-subopened {
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
.mm-panels &gt; .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }
.mm-panels &gt; .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
.mm-panels &gt; .mm-panel:not(.mm-hidden) {
    display: block; }
.mm-panels &gt; .mm-panel:after, .mm-panels &gt; .mm-panel:before {
    content: '';
    display: block;
    height: 20px; }
.mm-vertical .mm-panel {
  transform: none !important; }
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
.mm-listview .mm-vertical .mm-panel .mm-listview &gt; li:last-child:after {
  border-color: transparent; }
.mm-vertical .mm-listview .mm-panel .mm-listview &gt; li:last-child:after {
  border-color: transparent; }
.mm-vertical li.mm-opened &gt; .mm-panel {
  display: block; }
li.mm-vertical.mm-opened &gt; .mm-panel {
  display: block; }
.mm-listview &gt; li.mm-vertical &gt; .mm-next, .mm-vertical .mm-listview &gt; li &gt; .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }
.mm-listview &gt; li.mm-vertical.mm-opened &gt; .mm-next:after, .mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-next:after {
  transform: rotate(225deg);
  right: 19px; }
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }
.mm-clear:after, .mm-clear:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }
.mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }
.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }
.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }
.mm-next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }
.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
.mm-navbar &gt; * {
    display: block;
    padding: 10px 0; }
.mm-navbar a {
    text-decoration: none; }
.mm-navbar a:hover {
      text-decoration: none; }
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
.mm-navbar .mm-btn:first-child {
    left: 0; }
.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0; }
.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
.mm-listview &gt; li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }
.mm-listview a {
    text-decoration: none; }
.mm-listview a:hover {
      text-decoration: none; }
.mm-listview &gt; li {
    position: relative;
    border-color: inherit; }
.mm-listview &gt; li .mm-next {
      border-color: inherit; }
.mm-listview &gt; li .mm-next:before {
        border-color: inherit; }
.mm-listview &gt; li:after {
      border-color: inherit; }
.mm-listview &gt; li &gt; a, .mm-listview &gt; li &gt; span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
.mm-listview &gt; li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      left: 0px; }
.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
.mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
      margin-right: 50px; }
.mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
.mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }
.mm-panels &gt; .mm-panel &gt; .mm-listview {
  margin: 20px -20px; }
.mm-panels &gt; .mm-panel &gt; .mm-listview:first-child {
    margin-top: -20px; }
.mm-panels &gt; .mm-panel &gt; .mm-navbar + .mm-listview {
  margin-top: -20px; }
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8); }
.mm-menu .mm-navbar a, .mm-menu .mm-navbar &gt; * {
    color: rgba(0, 0, 0, 0.8); }
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-listview &gt; li .mm-next:after {
      border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview &gt; li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
.mm-menu .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next), .mm-menu .mm-listview &gt; li.mm-selected &gt; span {
      background: rgba(255, 255, 255, 0.5); }
.mm-menu .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel, .mm-menu .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next {
      background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel, .mm-menu.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
    background: rgba(0, 0, 0, 0.05); }
.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }
.mm-page {
  box-sizing: border-box;
  position: relative; }
.mm-slideout {
  transition: transform .4s ease;
  z-index: 1; }
html.mm-opened {
  overflow-x: hidden;
  position: relative; }
html.mm-blocking {
  overflow: hidden; }
html.mm-blocking body {
    overflow: hidden; }
html.mm-background .mm-page {
  background: inherit; }
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
html.mm-blocking #mm-blocker {
  display: block; }
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px; }
.mm-menu.mm-offcanvas.mm-opened {
    display: block; }
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10; }
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0); } }
.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;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }
.mm-menu .mm-listview.mm-border-none &gt; li:after, .mm-menu .mm-listview &gt; li.mm-border-none:after {
  content: none; }
.mm-menu.mm-border-none .mm-listview &gt; li:after {
  content: none; }
.mm-menu .mm-listview.mm-border-full &gt; li:after, .mm-menu .mm-listview &gt; li.mm-border-full:after {
  left: 0 !important; }
.mm-menu.mm-border-full .mm-listview &gt; li:after {
  left: 0 !important; }
.mm-menu .mm-listview.mm-border-offset &gt; li:after, .mm-menu .mm-listview &gt; li.mm-border-offset:after {
  right: 20px; }
.mm-menu.mm-border-offset .mm-listview &gt; li:after {
  right: 20px; }
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }
html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }
@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    transform: translate(10000px, 0);
    transform: translate3d(10000px, 0, 0); } }
@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    transform: translate(-10000px, 0);
    transform: translate3d(-10000px, 0, 0); } }
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }
.mm-menu.mm-fx-menu-zoom {
  transition: transform .4s ease;
  transition: transform 0.4s ease; }
html.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0); }
.mm-menu.mm-fx-menu-slide {
  transition: transform .4s ease;
  transition: transform 0.4s ease; }
html.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease; }
html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1; }
.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  transition-property: none; }
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  transform-origin: left center;
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0, 0, 0); }
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }
.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0); }
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened, .mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li {
  transition: none 0.4s ease; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(1) {
    transition-delay: 50ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(2) {
    transition-delay: 0.1s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(3) {
    transition-delay: 150ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(4) {
    transition-delay: 0.2s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(5) {
    transition-delay: 250ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(6) {
    transition-delay: 0.3s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(7) {
    transition-delay: 350ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(8) {
    transition-delay: 0.4s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(9) {
    transition-delay: 450ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(10) {
    transition-delay: 0.5s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(11) {
    transition-delay: 550ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(12) {
    transition-delay: 0.6s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(13) {
    transition-delay: 650ms; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(14) {
    transition-delay: 0.7s; }
.mm-menu[class*=mm-fx-listitems-] .mm-listview &gt; li:nth-child(15) {
    transition-delay: 750ms; }
.mm-menu.mm-fx-listitems-slide .mm-listview &gt; li {
  transition-property: transform, opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }
html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview &gt; li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }
.mm-menu.mm-fx-listitems-fade .mm-listview &gt; li {
  transition-property: opacity;
  opacity: 0; }
html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview &gt; li {
  opacity: 1; }
.mm-menu.mm-fx-listitems-drop .mm-listview &gt; li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%; }
html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview &gt; li {
  opacity: 1;
  top: 0; }
html.mm-iconbar body {
  overflow-x: hidden; }
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh; }
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  transform: translate(60px, 0);
  transform: translate3d(60px, 0, 0); }
.mm-menu.mm-iconbar {
  display: block; }
.mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify:before {
  content: none;
  display: none; }
.mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel:before {
  content: none;
  display: none; }
.mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify &gt; .mm-listview, .mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel &gt; .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }
.mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify &gt; .mm-listview &gt; li, .mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li {
  flex: 1 0 auto;
  min-height: 40px; }
.mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify &gt; .mm-listview &gt; li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li:not(.mm-divider) {
  display: flex;
  flex-direction: column; }
.mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify &gt; .mm-listview &gt; li &gt; a:not(.mm-next), .mm-menu .mm-panels &gt; .mm-panel.mm-listview-justify &gt; .mm-listview &gt; li &gt; span {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center; }
.mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li &gt; a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels &gt; .mm-panel &gt; .mm-listview &gt; li &gt; span {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center; }
.mm-listview-small .mm-listview &gt; li &gt; a:not(.mm-next), .mm-listview-small .mm-listview &gt; li &gt; span {
  padding: 7px 10px 7px 20px; }
.mm-listview-small .mm-listview &gt; li.mm-vertical &gt; .mm-next {
  height: 34px; }
.mm-listview-small .mm-vertical &gt; .mm-listview &gt; li &gt; .mm-next {
  height: 34px; }
.mm-listview-large .mm-listview &gt; li &gt; a:not(.mm-next), .mm-listview-large .mm-listview &gt; li &gt; span {
  padding: 15px 10px 15px 20px; }
.mm-listview-large .mm-listview &gt; li.mm-vertical &gt; .mm-next {
  height: 50px; }
.mm-listview-large .mm-vertical &gt; .mm-listview &gt; li &gt; .mm-next {
  height: 50px; }
.mm-listview-huge .mm-listview &gt; li &gt; a:not(.mm-next), .mm-listview-huge .mm-listview &gt; li &gt; span {
  padding: 20px 10px 20px 20px; }
.mm-listview-huge .mm-listview &gt; li.mm-vertical &gt; .mm-next {
  height: 60px; }
.mm-listview-huge .mm-vertical &gt; .mm-listview &gt; li &gt; .mm-next {
  height: 60px; }
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }
.mm-listview .mm-spacer {
  padding-top: 40px; }
.mm-listview .mm-spacer &gt; .mm-next {
    top: 40px; }
.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
.mm-listview .mm-inset &gt; li {
    padding: 5px 0; }
.mm-menu .mm-listview.mm-multiline &gt; li &gt; a, .mm-menu .mm-listview.mm-multiline &gt; li &gt; span {
  text-overflow: clip;
  white-space: normal; }
.mm-menu .mm-listview &gt; li.mm-multiline &gt; a, .mm-menu .mm-listview &gt; li.mm-multiline &gt; span {
  text-overflow: clip;
  white-space: normal; }
.mm-menu.mm-multiline .mm-listview &gt; li &gt; a, .mm-menu.mm-multiline .mm-listview &gt; li &gt; span {
  text-overflow: clip;
  white-space: normal; }
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0; }
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  transition: opacity 0.4s ease 0.4s; }
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }
.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0); }
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
    transform: none !important;
    z-index: 0; }
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
    transition-delay: 0s !important;
    z-index: 1; }
html.mm-opening .mm-menu.mm-popup {
  opacity: 1; }
.mm-menu.mm-offcanvas.mm-right {
  left: auto; }
html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0; }
html.mm-front #mm-blocker {
  z-index: 1; }
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0); } }
.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform .4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }
.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  width: 100%;
  min-width: 100%;
  max-width: 100%; }
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto; }
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%); }
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none; }
.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar &gt; * {
    color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
.mm-menu.mm-theme-dark .mm-listview &gt; li .mm-next:after {
      border-color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-theme-dark .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview &gt; li.mm-selected &gt; span {
      background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-theme-dark .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel, .mm-menu.mm-theme-dark .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next {
      background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-theme-dark.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
    background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg, .mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar &gt; * {
    color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-theme-white .mm-listview &gt; li .mm-next:after {
      border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-theme-white .mm-listview &gt; li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-theme-white .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview &gt; li.mm-selected &gt; span {
      background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-theme-white .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel, .mm-menu.mm-theme-white .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next {
      background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-theme-white.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
    background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg, .mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-parentselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span {
  background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-parentselected.mm-theme-white .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar &gt; * {
    color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-theme-black .mm-listview &gt; li .mm-next:after {
      border-color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-black .mm-listview &gt; li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-theme-black .mm-listview &gt; li.mm-selected &gt; a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview &gt; li.mm-selected &gt; span {
      background: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-theme-black .mm-listview &gt; li.mm-opened.mm-vertical &gt; .mm-panel, .mm-menu.mm-theme-black .mm-listview &gt; li.mm-opened.mm-vertical &gt; a.mm-next {
      background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-theme-black.mm-vertical .mm-listview &gt; li.mm-opened &gt; .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview &gt; li.mm-opened &gt; a.mm-next {
    background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none; }
.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false; }
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg, .mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-parentselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span {
  background: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-parentselected.mm-theme-black .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }
.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu .mm-tileview.mm-listview &gt; li, .mm-menu.mm-tileview .mm-listview &gt; li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
.mm-menu .mm-tileview.mm-listview &gt; li:after, .mm-menu.mm-tileview .mm-listview &gt; li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-s, .mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-l, .mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }
.mm-menu .mm-tileview.mm-listview &gt; li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview &gt; li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }
.mm-menu .mm-tileview.mm-listview &gt; li &gt; a, .mm-menu .mm-tileview.mm-listview &gt; li &gt; span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }
.mm-menu.mm-tileview .mm-listview &gt; li &gt; a, .mm-menu.mm-tileview .mm-listview &gt; li &gt; span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }
.mm-menu .mm-tileview.mm-listview &gt; li &gt; .mm-next, .mm-menu.mm-tileview .mm-listview &gt; li &gt; .mm-next {
  width: auto; }
.mm-menu .mm-tileview.mm-listview &gt; li &gt; .mm-next:after, .mm-menu .mm-tileview.mm-listview &gt; li &gt; .mm-next:before {
  content: none;
  display: none; }
.mm-menu.mm-tileview .mm-listview &gt; li &gt; .mm-next:after, .mm-menu.mm-tileview .mm-listview &gt; li &gt; .mm-next:before {
  content: none;
  display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }
html.mm-widescreen body {
  position: relative; }
html.mm-widescreen #mm-blocker {
  display: none !important; }
html.mm-widescreen .mm-slideout {
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important; }
html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box; }
html.mm-widescreen.mm-blocking {
  overflow: auto; }
html.mm-widescreen.mm-blocking body {
    overflow: auto; }
.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  transform: none !important; }
.mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none; }
.mm-menu.mm-autoheight {
  transition: none .4s ease;
  transition-property: transform, height; }
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
    position: relative; }
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important; }
.mm-menu.mm-measureheight .mm-panels &gt; .mm-panel {
  bottom: auto !important;
  height: auto !important; }
.mm-columns {
  transition-property: width; }
.mm-columns .mm-panels &gt; .mm-panel {
    right: auto;
    transition-property: width, transform; }
.mm-columns .mm-panels &gt; .mm-panel.mm-opened, .mm-columns .mm-panels &gt; .mm-panel.mm-subopened {
      border-left: 1px solid;
      border-color: inherit;
      display: block !important; }
.mm-columns .mm-panels &gt; .mm-columns-0 {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
.mm-columns-0 .mm-panels &gt; .mm-panel {
  z-index: 0; }
.mm-columns-0 .mm-panels &gt; .mm-panel else {
    width: 100%; }
.mm-columns-0 .mm-panels &gt; .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }
html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); } }
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); } }
.mm-columns .mm-panels &gt; .mm-columns-1 {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }
.mm-columns-1 .mm-panels &gt; .mm-panel {
  z-index: 1;
  width: 100%; }
.mm-columns-1 .mm-panels &gt; .mm-panel else {
    width: 100%; }
.mm-columns-1 .mm-panels &gt; .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(200%, 0);
    transform: translate3d(200%, 0, 0); }
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }
html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0); } }
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0); } }
.mm-columns .mm-panels &gt; .mm-columns-2 {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0); }
.mm-columns-2 .mm-panels &gt; .mm-panel {
  z-index: 2;
  width: 50%; }
.mm-columns-2 .mm-panels &gt; .mm-panel else {
    width: 100%; }
.mm-columns-2 .mm-panels &gt; .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(300%, 0);
    transform: translate3d(300%, 0, 0); }
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }
html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    transform: translate(880px, 0);
    transform: translate3d(880px, 0, 0); } }
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    transform: translate(-880px, 0);
    transform: translate3d(-880px, 0, 0); } }
.mm-columns .mm-panels &gt; .mm-columns-3 {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0); }
.mm-columns-3 .mm-panels &gt; .mm-panel {
  z-index: 3;
  width: 33.34%; }
.mm-columns-3 .mm-panels &gt; .mm-panel else {
    width: 100%; }
.mm-columns-3 .mm-panels &gt; .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(400%, 0);
    transform: translate3d(400%, 0, 0); }
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }
html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    transform: translate(1320px, 0);
    transform: translate3d(1320px, 0, 0); } }
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    transform: translate(-1320px, 0);
    transform: translate3d(-1320px, 0, 0); } }
.mm-columns .mm-panels &gt; .mm-columns-4 {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0); }
.mm-columns-4 .mm-panels &gt; .mm-panel {
  z-index: 4;
  width: 25%; }
.mm-columns-4 .mm-panels &gt; .mm-panel else {
    width: 100%; }
.mm-columns-4 .mm-panels &gt; .mm-panel:not(.mm-opened):not(.mm-subopened) {
    transform: translate(500%, 0);
    transform: translate3d(500%, 0, 0); }
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }
html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    transform: translate(1760px, 0);
    transform: translate3d(1760px, 0, 0); } }
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    transform: translate(-1760px, 0);
    transform: translate3d(-1760px, 0, 0); } }
.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }
html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  transition-property: width, min-width, max-width, transform; }
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
em.mm-counter + a.mm-next {
    width: 90px; }
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }
em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
      padding-right: 90px; }
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px; }
.mm-vertical &gt; .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer &gt; .mm-counter {
  margin-top: 40px; }
.mm-nosubresults &gt; .mm-counter {
  display: none; }
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }
.mm-divider &gt; span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg); }
.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-fixeddivider:after {
    content: none !important;
    display: none !important; }
.mm-hasdividers .mm-fixeddivider {
  display: block; }
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }
html.mm-dropdown .mm-slideout {
  transform: none !important;
  z-index: 0; }
html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }
html.mm-dropdown .mm-menu {
  z-index: 2; }
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu.mm-dropdown {
  display: none; }
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg); }
.mm-menu.mm-tipleft:before {
  left: 22px; }
.mm-menu.mm-tipright:before {
  right: 22px; }
.mm-menu.mm-tiptop:before {
  top: -8px; }
.mm-menu.mm-tipbottom:before {
  bottom: -8px; }
.mm-iconpanel .mm-panels &gt; .mm-panel {
  transition-property: transform, left; }
.mm-iconpanel .mm-panels &gt; .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important; }
.mm-iconpanel .mm-panels &gt; .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease; }
.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px; }
.mm-keyboardfocus a:focus {
  outline: 0; }
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5); }
.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }
.mm-navbars-bottom &gt; .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }
.mm-navbars-top &gt; .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }
.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }
.mm-navbar.mm-hasbtns {
  padding: 0 40px; }
.mm-navbar[class*=mm-navbar-content-] &gt; * {
  box-sizing: border-box;
  display: block;
  float: left; }
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
.mm-navbar .mm-breadcrumbs &gt; * {
    display: inline-block;
    padding: 10px 3px; }
.mm-navbar .mm-breadcrumbs &gt; a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }
.mm-navbar-size-2 {
  height: 80px; }
.mm-navbar-size-3 {
  height: 120px; }
.mm-navbar-size-4 {
  height: 160px; }
.mm-navbar-content-2 &gt; * {
  width: 50%; }
.mm-navbar-content-3 &gt; * {
  width: 33.33%; }
.mm-navbar-content-4 &gt; * {
  width: 25%; }
.mm-navbar-content-5 &gt; * {
  width: 20%; }
.mm-navbar-content-6 &gt; * {
  width: 16.67%; }
.mm-menu.mm-rtl {
  direction: rtl; }
.mm-menu.mm-rtl.mm-offcanvas {
    right: auto; }
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0); }
.mm-menu.mm-rtl .mm-panel.mm-subopened {
    transform: translate(30%, 0);
    transform: translate3d(30%, 0, 0); }
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0; }
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0; }
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    transform: rotate(-45deg);
    left: 23px;
    right: auto; }
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    transform: rotate(135deg);
    right: 23px;
    left: auto; }
.mm-menu.mm-rtl .mm-listview &gt; li:not(.mm-divider)::after {
    left: 0;
    right: 20px; }
.mm-menu.mm-rtl .mm-listview &gt; li &gt; a:not(.mm-next), .mm-menu.mm-rtl .mm-listview &gt; li &gt; span:not(.mm-next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important; }
.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0; }
.mm-menu.mm-rtl .mm-listview .mm-next:before {
      left: auto;
      right: 0; }
.mm-menu.mm-rtl .mm-listview .mm-next:after {
      transform: rotate(-45deg);
      left: 23px;
      right: auto; }
.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
      margin-left: 50px; }
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
      padding-left: 50px; }
.mm-menu.mm-rtl em.mm-counter {
    left: 45px;
    right: auto; }
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
      margin-left: 90px; }
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
    padding-left: 90px; }
.mm-menu.mm-rtl label.mm-check {
    left: 20px;
    right: auto !important; }
.mm-menu.mm-rtl label.mm-toggle {
    left: 20px;
    right: auto !important; }
.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
      padding-left: 80px; }
.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
    padding-left: 60px; }
.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
    left: 60px; }
.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
    margin-left: 50px; }
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    margin-left: 50px; }
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    padding-left: 70px; }
.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
    padding-left: 50px; }
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
    left: 100px; }
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span {
    margin-left: 90px; }
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
    margin-left: 90px; }
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
    left: 0; }
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0); }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    transition-property: transform, right; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
      right: 0; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
      right: 40px; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
      right: 80px; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
      right: 120px; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
      right: 160px; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
      right: 200px; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
      right: 240px; }
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
      border-left: none;
      border-right: 1px solid;
      border-color: inherit; }
.mm-search {
  box-sizing: border-box;
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative; }
.mm-search input {
    box-sizing: border-box;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px; }
.mm-search input::-ms-clear {
      display: none; }
.mm-search .mm-clear, .mm-search .mm-next {
    right: 0; }
.mm-panel &gt; .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
.mm-panel.mm-hassearch.mm-hasnavbar &gt; .mm-search {
      top: 40px; }
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }
.mm-noresults .mm-indexer {
  display: none !important; }
li.mm-nosubresults &gt; a.mm-next {
  display: none; }
li.mm-nosubresults &gt; a.mm-next + a, li.mm-nosubresults &gt; a.mm-next + span {
    padding-right: 10px; }
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  transition: right .4s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }
.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }
.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a.mm-fullsubopen + span {
  transition: background 0.4s ease; }
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a:not(.mm-fullsubopen) {
  transition: background 0.4s ease; }
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-fullsubopen + span {
  transition: background 0.4s ease; }
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a:not(.mm-fullsubopen) {
  transition: background 0.4s ease; }
.mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview &gt; li &gt; a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5); }
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-selected.mm-fullsubopen + span {
  background: rgba(255, 255, 255, 0.5); }
.mm-menu.mm-parentselected .mm-listview &gt; li &gt; a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }
input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }
label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
label.mm-check:before {
  content: '';
  display: block; }
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
label.mm-toggle:before {
    content: '';
    display: block;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    transform: rotate(-45deg); }
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }
label.mm-check {
  right: 20px; }
label.mm-toggle {
  right: 20px; }
label.mm-toggle + a, label.mm-toggle + span {
    padding-right: 80px; }
label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }
a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  margin-right: 50px; }
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }
em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }
em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px; }
em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75); }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner {
    background-color: #fff; }
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
      background-color: #fff; }
.hamburger-box {
  width: 35px;
  height: 30px;
  display: inline-block;
  position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 35px;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 5px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
   * Boring
   */
.hamburger--boring .hamburger-inner {
  transition-property: none; }
.hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
.hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
.hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
    top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }
/*
   * Spin
   */
.sticky .hamburger--spin.is-active .hamburger-inner {
  color: #000;
  background: #000; }
.sticky .hamburger--spin.is-active .hamburger-inner::before {
    color: #000;
    background: #000; }
.sticky .hamburger--spin.is-active .hamburger-inner::after {
    color: #000;
    background: #000; }
.header_in .hamburger--spin.is-active .hamburger-inner {
  color: #000;
  background: #000; }
.header_in .hamburger--spin.is-active .hamburger-inner::before {
    color: #000;
    background: #000; }
.header_in .hamburger--spin.is-active .hamburger-inner::after {
    color: #000;
    background: #000; }
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option--selectable {
  cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
  display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
article p {
  line-height: 22px; }
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer; }
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131; }
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333; }
/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0; }
table.dataTable td, table.dataTable th {
  box-sizing: content-box; }
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block; }
div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: auto; }
div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em; }
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }
table.dataTable &gt; thead &gt; tr &gt; th:active, table.dataTable &gt; thead &gt; tr &gt; th.nice-select.open, table.dataTable &gt; thead &gt; tr &gt; td:active, table.dataTable &gt; thead &gt; tr &gt; td.nice-select.open {
  outline: none; }
table.dataTable &gt; thead &gt; tr &gt; th:not(.sorting_disabled), table.dataTable &gt; thead &gt; tr &gt; td:not(.sorting_disabled) {
  padding-right: 30px; }
table.dataTable &gt; thead .sorting, table.dataTable &gt; thead .sorting_asc, table.dataTable &gt; thead .sorting_desc, table.dataTable &gt; thead .sorting_asc_disabled, table.dataTable &gt; thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }
table.dataTable &gt; thead .sorting:before, table.dataTable &gt; thead .sorting:after, table.dataTable &gt; thead .sorting_asc:before, table.dataTable &gt; thead .sorting_asc:after, table.dataTable &gt; thead .sorting_desc:before, table.dataTable &gt; thead .sorting_desc:after, table.dataTable &gt; thead .sorting_asc_disabled:before, table.dataTable &gt; thead .sorting_asc_disabled:after, table.dataTable &gt; thead .sorting_desc_disabled:before, table.dataTable &gt; thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: .5em;
  display: block;
  opacity: .3; }
table.dataTable &gt; thead .sorting:before, table.dataTable &gt; thead .sorting_asc:before, table.dataTable &gt; thead .sorting_desc:before, table.dataTable &gt; thead .sorting_asc_disabled:before, table.dataTable &gt; thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑"; }
table.dataTable &gt; thead .sorting:after, table.dataTable &gt; thead .sorting_asc:after, table.dataTable &gt; thead .sorting_desc:after, table.dataTable &gt; thead .sorting_asc_disabled:after, table.dataTable &gt; thead .sorting_desc_disabled:after {
  right: .5em;
  content: "↓"; }
table.dataTable &gt; thead .sorting_asc:before, table.dataTable &gt; thead .sorting_desc:after {
  opacity: 1; }
table.dataTable &gt; thead .sorting_asc_disabled:before, table.dataTable &gt; thead .sorting_desc_disabled:after {
  opacity: 0; }
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }
div.dataTables_scrollBody &gt; table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
div.dataTables_scrollBody &gt; table &gt; thead .sorting:before, div.dataTables_scrollBody &gt; table &gt; thead .sorting_asc:before, div.dataTables_scrollBody &gt; table &gt; thead .sorting_desc:before, div.dataTables_scrollBody &gt; table &gt; thead .sorting:after, div.dataTables_scrollBody &gt; table &gt; thead .sorting_asc:after, div.dataTables_scrollBody &gt; table &gt; thead .sorting_desc:after {
  display: none; }
div.dataTables_scrollBody &gt; table &gt; tbody tr:first-child th, div.dataTables_scrollBody &gt; table &gt; tbody tr:first-child td {
  border-top: none; }
div.dataTables_scrollFoot &gt; .dataTables_scrollFootInner {
  box-sizing: content-box; }
div.dataTables_scrollFoot &gt; .dataTables_scrollFootInner &gt; table {
  margin-top: 0 !important;
  border-top: none; }
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important; } }
table.dataTable.table-sm &gt; thead &gt; tr &gt; th:not(.sorting_disabled) {
  padding-right: 20px; }
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: .85em; }
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }
table.table-bordered.dataTable {
  border-right-width: 0; }
table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 1px; }
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
  border-left-width: 1px; }
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 1px; }
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-bottom-width: 1px; }
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }
div.table-responsive &gt; div.dataTables_wrapper &gt; div.row {
  margin: 0; }
div.table-responsive &gt; div.dataTables_wrapper &gt; div.row &gt; div[class^=col-]:first-child {
  padding-left: 0; }
div.table-responsive &gt; div.dataTables_wrapper &gt; div.row &gt; div[class^=col-]:last-child {
  padding-right: 0; }
table.dataTable.table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: transparent; }
table.dataTable.table-striped &gt; tbody &gt; tr.odd {
  --bs-table-accent-bg: var(--bs-table-striped-bg); }
/* MAIN NAVIGATION */
/* All styles for screen size over 992px*/
@media only screen and (min-width: 992px) {
  nav#menu.main-menu {
    display: block !important; }
  #mm-menu.main-menu {
    display: none !important; }
  header .btn_mobile {
    display: none !important; }
  /* Menu */
  .main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    top: 8px;
    right: 15px;
    float: right;
    transition: all 0.3s ease-in-out;
    color: #fff; }
    .main-menu ul,
    .main-menu ul li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .main-menu ul a,
      .main-menu ul li a {
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        padding: 5px 10px;
        white-space: nowrap; }
  /*First level styles */
  .main-menu &gt; ul &gt; li span &gt; a {
    color: #fff;
    padding: 0 8px 15px 8px;
    font-size: 14px;
    font-size: calc($size / 16px)rem;
    font-weight: 500; }
  .main-menu &gt; ul &gt; li span:hover &gt; a {
    opacity: 0.7; }
  header.sticky .main-menu &gt; ul &gt; li span &gt; a, header.header_in .main-menu &gt; ul &gt; li span &gt; a {
    color: #444; }
  header.sticky .main-menu &gt; ul &gt; li span:hover &gt; a, header.header_in .main-menu &gt; ul &gt; li span:hover &gt; a {
    opacity: 1;
    color: #1582f4; }
  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 93%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    opacity: 0;
    transition: all 0.2s ease;
    border-radius: 3px; }
    .main-menu ul ul:before {
      bottom: 100%;
      left: 15%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #fff;
      border-width: 7px;
      margin-left: -7px; }
    .main-menu ul ul li {
      display: block;
      height: auto;
      padding: 0; }
      .main-menu ul ul li a {
        font-size: 13px;
        font-size: calc($size / 16px)rem;
        color: #555;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 15px 10px;
        line-height: 1; }
  .main-menu ul li:hover &gt; ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
    transition-duration: 0s, 0.2s, 0.2s; }
  .main-menu ul ul li:first-child a:hover {
    border-radius: 3px 3px 0 0; }
  .main-menu ul ul li:last-child a {
    border-bottom: none; }
    .main-menu ul ul li:last-child a:hover {
      border-radius: 0 0 3px 3px; }
  .main-menu ul ul li:hover &gt; a {
    background-color: #f9f9f9;
    color: #1582f4;
    padding-left: 15px; } }
/* Submenu 2nd level right */
.main-menu ul ul.second_level_right {
  left: auto;
  right: 3px; }
.main-menu ul ul.second_level_right:before {
    right: 15%;
    left: auto; }
/* Submenu 3rd level */
.main-menu ul ul li span a {
  font-weight: normal !important; }
.main-menu ul ul li span a:hover {
    background-color: #f9f9f9;
    color: #1582f4;
    padding-left: 18px;
    opacity: 1; }
.main-menu ul ul li span a:after {
    font-family: 'ElegantIcons';
    content: "\35";
    float: right;
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    margin-top: -2px; }
.main-menu ul ul ul {
  position: absolute;
  border-top: 0;
  z-index: 1;
  height: auto;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 190px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.main-menu ul ul ul.third_level_left {
    right: 100%;
    left: auto; }
.main-menu ul ul ul li a {
    border-bottom: 1px solid #ededed !important; }
.main-menu ul ul ul li:last-child a {
  border-bottom: none !important; }
/* Arrows top 3rd level*/
.main-menu ul ul ul:before {
  border-width: 0;
  margin-left: 0; }
/* All styles for screen size under 991px */
@media only screen and (max-width: 991px) {
  nav#menu {
    display: none !important; }
  .mm-menu {
    background: #fff; }
  .main-menu {
    top: 0;
    right: 0;
    float: none; }
  ul.mm-listview {
    line-height: 25px; }
    ul.mm-listview li a {
      color: rgba(0, 0, 0, 0.8);
      display: block; } }
#menu.fake_menu {
  display: none !important;
  visibility: hidden !important; }
/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body {
  background: #f8f8f8;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #555; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #333; }
p {
  margin-bottom: 30px; }
strong {
  font-weight: 600; }
label {
  font-weight: 500;
  margin-bottom: 3px; }
hr {
  margin: 30px 0 30px 0;
  background-color: #ddd;
  opacity: 1; }
ul, ol {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0; }
ol.padd {
  padding: 0 0 0 35px;
  list-style-type: decimal; }
ol.padd li {
  margin-bottom: 10px; }
.main_title {
  text-align: center;
  margin-bottom: 45px;
  position: relative; }
h1.main_title_in, .main_title_in.h1 {
  font-size: 26px;
  font-size: calc($size / 16px)rem;
  margin: 0 0 25px 0; }
@media (max-width: 575px) {
    h1.main_title_in, .main_title_in.h1 {
      font-size: 24px;
      font-size: calc($size / 16px)rem; } }
.main_title span {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: auto;
  margin-bottom: 20px;
  opacity: 1;
  background-color: #999;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.6s; }
.main_title.animated span {
  visibility: visible;
  transform: scaleX(1); }
.main_title_2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto; }
.main_title_2 span em {
      width: 60px;
      height: 2px;
      background-color: #1582f4;
      display: block;
      margin: auto; }
@media (max-width: 767px) {
    .main_title_2 {
      margin-bottom: 10px; } }
.main_title_2 h2, .main_title_2 .h2 {
    margin: 25px 0 0 0; }
@media (max-width: 767px) {
      .main_title_2 h2, .main_title_2 .h2 {
        font-size: 26px;
        font-size: calc($size / 16px)rem; } }
.main_title_2 p {
    font-size: 24px;
    font-size: calc($size / 16px)rem;
    font-weight: 300;
    line-height: 1.4; }
@media (max-width: 767px) {
      .main_title_2 p {
        font-size: 18px;
        font-size: calc($size / 16px)rem; } }
.main_title_3 {
  position: relative;
  border-left: 2px solid #e1e1e1;
  padding-left: 15px; }
@media (max-width: 767px) {
    .main_title_3 {
      border-left: none;
      padding-left: 0; } }
.main_title_3 span {
    width: 2px;
    height: 30px;
    background-color: #1582f4;
    position: absolute;
    left: -2px;
    top: 0;
    display: block; }
@media (max-width: 767px) {
      .main_title_3 span {
        display: none; } }
.main_title_3 h2, .main_title_3 .h2, .main_title_3 h3, .main_title_3 .h3 {
    font-size: 26px;
    font-size: calc($size / 16px)rem;
    margin: 0;
    display: inline-block; }
@media (max-width: 767px) {
      .main_title_3 h2, .main_title_3 .h2, .main_title_3 h3, .main_title_3 .h3 {
        font-size: 21px;
        font-size: calc($size / 16px)rem; } }
.main_title_3 p {
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px; }
@media (max-width: 767px) {
      .main_title_3 p {
        font-size: 14px;
        font-size: calc($size / 16px)rem; } }
.main_title_3 a {
    display: inline-block;
    right: 0;
    bottom: 0;
    position: absolute; }
@media (max-width: 767px) {
      .main_title_3 a {
        top: -10px; } }
.main_title_3 a:after {
      font-family: 'ElegantIcons';
      content: "\24";
      font-size: 21px;
      font-size: calc($size / 16px)rem;
      transition: all 0.3s ease-in-out;
      position: relative;
      top: 5px;
      margin-left: 4px; }
/*General links color*/
a {
  color: #1582f4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none; }
a:hover, a:focus {
    color: #0a58ca;
    text-decoration: none;
    outline: none; }
/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #1582f4;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 3px; }
a.btn_1:hover,
  .btn_1:hover {
    background-color: #FFC107;
    color: #222 !important; }
a.btn_1.full-width,
  .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
a.btn_1.full-width.purchase,
    .btn_1.full-width.purchase {
      background-color: #1582f4; }
a.btn_1.full-width.purchase:hover,
      .btn_1.full-width.purchase:hover {
        background-color: #32a067;
        color: #fff !important; }
a.btn_1.full-width.wishlist,
    .btn_1.full-width.wishlist {
      border-color: #555;
      color: #555; }
a.btn_1.full-width.wishlist:hover,
      .btn_1.full-width.wishlist:hover {
        color: #fff !important;
        background-color: #555;
        border-color: #555; }
a.btn_1.medium,
  .btn_1.medium {
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    padding: 18px 40px; }
a.btn_1.rounded,
  .btn_1.rounded {
    border-radius: 25px !important; }
a.btn_1.outline,
  .btn_1.outline {
    border: 2px solid #1582f4;
    color: #1582f4;
    padding: 11px 40px;
    background: none; }
a.btn_1.outline:hover,
    .btn_1.outline:hover {
      background: #3794f6;
      color: #fff;
      border-color: #3794f6; }
a.btn_1.outline:focus,
    .btn_1.outline:focus {
      outline: none; }
a.btn_add,
.btn_add {
  border: none;
  color: #fff;
  background: #1582f4;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  line-height: 1 !important;
  padding: 10px 15px !important;
  position: relative;
  top: 2px; }
@media (max-width: 991px) {
    a.btn_add,
    .btn_add {
      display: none; } }
a.btn_add:hover,
  .btn_add:hover {
    background-color: #FFC107;
    color: #222 !important;
    opacity: 1 !important; }
.closebt {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  font-size: calc($size / 16px)rem;
  top: 10px;
  right: 15px;
  color: #fff;
  opacity: 0.6;
  width: 30px;
  height: 30px; }
.closebt:hover {
    transform: rotate(90deg);
    opacity: 1; }
.btn_home_align {
  text-align: right; }
@media (max-width: 767px) {
    .btn_home_align {
      text-align: center;
      margin-bottom: 15px; } }
a.btn_map {
  border-radius: 3px;
  padding: 8px 12px 8px 10px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: calc($size / 16px)rem;
  color: rgba(0, 0, 0, 0.5); }
a.btn_map:hover {
    color: #1582f4; }
a.btn_map:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    display: inline-block;
    margin-right: 5px; }
a.btn_filt, a.btn_filt_map {
  border-radius: 3px;
  padding: 8px 12px 8px 10px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: calc($size / 16px)rem;
  color: rgba(0, 0, 0, 0.5);
  position: relative; }
@media (max-width: 767px) {
    a.btn_filt, a.btn_filt_map {
      text-indent: -999px;
      display: block;
      width: 32px;
      height: 32px;
      padding: 0; } }
a.btn_filt:hover, a.btn_filt_map:hover {
    color: #1582f4; }
a.btn_filt:before, a.btn_filt_map:before {
    font-family: 'ElegantIcons';
    content: "\67";
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 767px) {
      a.btn_filt:before, a.btn_filt_map:before {
        text-indent: 1px;
        position: absolute;
        left: 3px;
        top: 4px;
        font-size: 21px;
        font-size: calc($size / 16px)rem;
        font-weight: normal; } }
a.btn_map_in,
.btn_map_in {
  border: none;
  color: #fff;
  background: #1582f4;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 3px; }
a.btn_map_in:hover,
  .btn_map_in:hover {
    background: #3794f6;
    color: #fff; }
/*-------- 1.3 Structure --------*/
/* Header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 30px;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }
@media (max-width: 767px) {
    header.header {
      padding: 15px 15px 5px 15px; } }
header.header .logo_sticky {
    display: none; }
header.header.sticky {
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #f9f9f9;
    padding: 15px 20px; }
@media (max-width: 991px) {
      header.header.sticky {
        padding: 15px 15px 5px 15px; } }
header.header.sticky .logo_normal {
      display: none; }
header.header.sticky .logo_sticky {
      display: inline-block; }
header.header_in {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #ededed; }
header.header_in.is_sticky {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%; }
header.header_in.map_view {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%; }
header.header_in ul#top_menu li a {
      color: #444; }
@media (max-width: 991px) {
      header.header_in {
        padding: 10px 0 5px 0; }
        header.header_in ul#top_menu {
          position: absolute;
          right: 15px;
          float: none; }
        header.header_in #logo a {
          z-index: 9;
          position: relative; } }
.sub_header_in {
  background-color: #1582f4;
  padding: 20px 0; }
.sub_header_in.sticky_header {
    margin-top: 58px; }
@media (max-width: 991px) {
      .sub_header_in.sticky_header {
        margin-top: 48px; } }
.sub_header_in h1, .sub_header_in .h1 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 575px) {
      .sub_header_in h1, .sub_header_in .h1 {
        font-size: 18px;
        font-size: calc($size / 16px)rem; } }
ul#top_menu {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 13px;
  font-size: calc($size / 16px)rem; }
@media (max-width: 991px) {
    ul#top_menu {
      margin: -2px 0 0 10px; } }
ul#top_menu li {
    float: left;
    margin: 0;
    line-height: 1;
    margin-right: 15px; }
ul#top_menu li:last-child {
      margin-right: 0;
      position: relative;
      top: 0; }
@media (max-width: 991px) {
      ul#top_menu li {
        margin: 2px 0 0 10px; } }
ul#top_menu li a {
      color: #fff; }
ul#top_menu li a:hover {
        color: #fff;
        opacity: 0.7; }
ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top {
        display: block;
        width: 22px;
        height: 23px;
        position: relative;
        top: 8px;
        transition: opacity 0.5s ease; }
@media (max-width: 991px) {
          ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top {
            top: 2px; } }
ul#top_menu li a.login:before, ul#top_menu li a.wishlist_bt_top:before {
          font-family: 'ElegantIcons';
          content: "\e0e2";
          font-size: 21px;
          font-size: calc($size / 16px)rem;
          text-indent: 0;
          position: absolute;
          left: 0;
          top: 0;
          font-weight: normal;
          line-height: 1; }
.sticky ul#top_menu li a.login:before, .sticky ul#top_menu li a.wishlist_bt_top:before {
            color: #444; }
ul#top_menu li a.wishlist_bt_top {
        text-indent: -9999px;
        overflow: hidden; }
ul#top_menu li a.wishlist_bt_top:before {
          content: '\0043'; }
ul#top_menu li a.login {
        text-indent: -9999px;
        overflow: hidden; }
ul#top_menu li a.login:before {
          content: '\0042'; }
header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after, header.header_in .hamburger-inner, header.header_in .hamburger-inner::before, header.header_in .hamburger-inner::after {
  background-color: #444; }
#logo {
  float: left; }
#logo img {
    width: auto;
    height: 30px; }
@media (max-width: 991px) {
    #logo {
      float: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
      #logo img {
        width: auto;
        height: 20px;
        margin: 0;
        margin-top: 18px; } }
/* Main */
main {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1; }
main.pattern {
    background: #fff url(/packs/media/images/pattern_4-fc3a56bb424cba034387b4b140dc4a30.svg) repeat 0px 0px;
    background-size: 300px;
    position: relative;
    z-index: 1; }
/* Footer */
@media (min-width: 576px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important; } }
footer {
  border-top: 1px solid #ededed;
  background-color: #fff; }
footer h3, footer .h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 575px) {
      footer h3, footer .h3 {
        font-size: 13px;
        font-size: calc($size / 16px)rem;
        cursor: pointer;
        border-bottom: 1px solid #ededed;
        padding: 12px 0;
        display: block; }
        footer h3:after, footer .h3:after {
          font-family: 'ElegantIcons';
          content: "\35";
          width: 20px;
          display: block;
          float: right; }
        footer h3.opened:after, footer .opened.h3:after {
          content: "\e622"; } }
@media (max-width: 575px) {
      footer h3, footer .h3 {
        font-size: 16px;
        font-size: calc($size / 16px)rem;
        margin: 0; } }
@media (max-width: 575px) {
    footer hr {
      display: none; } }
@media (max-width: 575px) {
    footer ul {
      padding-top: 15px; } }
footer ul li {
    margin-bottom: 5px; }
footer ul li a {
      transition: all 0.3s ease-in-out;
      display: inline-block;
      position: relative;
      color: #555; }
footer ul li a:hover {
        color: #1582f4;
        opacity: 1; }
footer ul li a i {
        margin-right: 10px;
        color: #fff; }
footer ul.links li a:hover {
    transform: translate(5px, 0); }
footer ul.links li a:hover:after {
      opacity: 1;
      color: #1582f4; }
footer ul.links li a:after {
    font-family: 'ElegantIcons';
    content: "\24";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    transition: all 0.5s ease; }
footer ul.contacts li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px; }
footer ul.contacts li:last-child {
      margin-bottom: 0; }
footer ul.contacts li i {
      position: absolute;
      top: 0;
      left: 0;
      color: #1582f4;
      line-height: 1;
      font-size: 18px;
      font-size: calc($size / 16px)rem; }
@media (max-width: 575px) {
    footer #newsletter {
      padding-top: 15px; } }
/* Newsletter footer*/
#newsletter .form-group {
  position: relative; }
#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #444;
  font-size: 12px;
  font-size: calc($size / 16px)rem; }
#newsletter h6, #newsletter .h6 {
  margin: 15px 0 15px 0; }
#newsletter .form-group {
  position: relative; }
#newsletter input[type='email'] {
  border: 0;
  height: 40px;
  border-radius: 0;
  padding-left: 15px;
  font-size: 14px;
  font-size: calc($size / 16px)rem;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.06); }
#newsletter input[type='email']:focus {
    border: 0;
    box-shadow: none; }
#newsletter input[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-size: calc($size / 16px)rem;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  line-height: 42px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background-color: #1582f4;
  transition: all 0.3s ease-in-out;
  outline: none; }
#newsletter input[type='submit']:hover {
    background-color: #FFC107;
    color: #222; }
.follow_us {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s; }
.follow_us h5, .follow_us .h5 {
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    margin-top: 35px; }
.follow_us ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    font-size: calc($size / 16px)rem; }
.follow_us ul li a i {
      color: #555;
      opacity: 0.6; }
.follow_us ul li a i:hover {
        opacity: 1;
        color: #1582f4; }
ul#footer-selector {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none; }
@media (max-width: 575px) {
    ul#footer-selector {
      margin-top: 30px; } }
ul#footer-selector li {
    float: left;
    margin-right: 10px; }
@media (max-width: 575px) {
      ul#footer-selector li:last-child {
        margin-top: 5px; } }
/* Addtional links Footer */
ul#additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #555;
  font-size: 13px;
  font-size: calc($size / 16px)rem;
  float: right; }
@media (max-width: 991px) {
    ul#additional_links {
      float: none;
      margin-top: 10px; } }
ul#additional_links li {
    display: inline-block;
    margin-right: 15px; }
ul#additional_links li:first-child {
      margin-right: 20px; }
ul#additional_links li:last-child:after {
      content: ""; }
ul#additional_links li span {
      color: #555;
      opacity: 0.8; }
ul#additional_links li a {
      color: #555;
      opacity: 0.8;
      transition: all 0.3s ease-in-out; }
ul#additional_links li a:hover {
        opacity: 1; }
ul#additional_links li:after {
      content: "|";
      font-weight: 300;
      position: relative;
      left: 10px; }
.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding-right: 35px;
  position: relative; }
.styled-select#lang-selector {
    color: #555; }
.styled-select#lang-selector:after {
      font-family: 'ElegantIcons';
      content: "\e0e2";
      color: #555;
      position: absolute;
      right: 10px;
      top: 0; }
.styled-select#currency-selector:after {
    font-family: 'ElegantIcons';
    content: "\33";
    color: #555;
    position: absolute;
    right: 10px;
    top: 0; }
.styled-select select {
    background: transparent;
    width: 110%;
    padding-left: 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    color: #555;
    font-size: 12px;
    font-size: calc($size / 16px)rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none; }
.styled-select select:focus {
      color: #555;
      outline: none;
      box-shadow: none; }
.styled-select select::-ms-expand {
      display: none; }
/* Wow on scroll event */
.wow {
  visibility: hidden; }
/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home/front page--------*/
/* Home single hero */
.hero_single {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  color: #fff; }
.hero_single .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8); }
.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
.hero_single .wrapper h3, .hero_single .wrapper .h3 {
      color: #fff;
      font-size: 52px;
      font-size: calc($size / 16px)rem;
      margin: 0;
      text-transform: uppercase;
      font-weight: 700; }
@media (max-width: 767px) {
        .hero_single .wrapper h3, .hero_single .wrapper .h3 {
          font-size: 21px;
          font-size: calc($size / 16px)rem; } }
@media (max-width: 575px) {
        .hero_single .wrapper h3, .hero_single .wrapper .h3 {
          font-size: 23px;
          font-size: calc($size / 16px)rem; } }
.hero_single .wrapper p {
      font-weight: 300;
      margin: 10px 0 0 0;
      padding: 0 20%;
      font-size: 24px;
      font-size: calc($size / 16px)rem;
      line-height: 1.4; }
.hero_single .wrapper p strong {
        font-weight: 600; }
@media (max-width: 767px) {
        .hero_single .wrapper p {
          padding: 0;
          font-size: 18px;
          font-size: calc($size / 16px)rem; } }
.hero_single.short {
    height: 600px; }
.hero_single.version_2 {
    height: 620px;
    background: #3794f6 url(/packs/media/images/header-26272df300cbaa7688ef80deec473101.jpg) center center no-repeat;
    background-size: cover; }
.hero_single.version_2 .wrapper {
      background-color: #3593f6;
      background-color: rgba(55, 148, 246, 0.9); }
.hero_single.version_2 .wrapper h3, .hero_single.version_2 .wrapper .h3 {
        font-size: 42px;
        font-size: calc($size / 16px)rem;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); }
@media (max-width: 767px) {
          .hero_single.version_2 .wrapper h3, .hero_single.version_2 .wrapper .h3 {
            font-size: 26px;
            font-size: calc($size / 16px)rem;
            margin-top: 30px; } }
@media (max-width: 575px) {
          .hero_single.version_2 .wrapper h3, .hero_single.version_2 .wrapper .h3 {
            font-size: 22px;
            font-size: calc($size / 16px)rem; } }
.hero_single.version_2 .wrapper p {
        font-weight: 400;
        margin: 5px 0 20px 0;
        padding: 0;
        font-size: 21px;
        font-size: calc($size / 16px)rem;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); }
.hero_single.version_2 .wrapper p strong {
          font-weight: 600; }
@media (max-width: 767px) {
          .hero_single.version_2 .wrapper p {
            padding: 0;
            font-size: 14px;
            font-size: calc($size / 16px)rem; } }
.hero_single.version_4 {
    height: 620px;
    background: #1582f4 url(/packs/media/images/pattern_1-345be8064a34a8a3c9ed9c46eed3d01a.svg) center bottom repeat-x; }
.hero_single.version_4 .wrapper {
      background: rgba(0, 0, 0, 0.6);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); }
.hero_single.version_4 .wrapper h3, .hero_single.version_4 .wrapper .h3 {
        font-size: 42px;
        font-size: calc($size / 16px)rem;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); }
@media (max-width: 767px) {
          .hero_single.version_4 .wrapper h3, .hero_single.version_4 .wrapper .h3 {
            font-size: 26px;
            font-size: calc($size / 16px)rem;
            margin-top: 30px; } }
@media (max-width: 575px) {
          .hero_single.version_4 .wrapper h3, .hero_single.version_4 .wrapper .h3 {
            font-size: 22px;
            font-size: calc($size / 16px)rem; } }
.hero_single.version_4 .wrapper p {
        font-weight: 400;
        margin: 5px 0 20px 0;
        padding: 0;
        font-size: 21px;
        font-size: calc($size / 16px)rem;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); }
.hero_single.version_4 .wrapper p strong {
          font-weight: 600; }
@media (max-width: 767px) {
          .hero_single.version_4 .wrapper p {
            padding: 0;
            font-size: 14px;
            font-size: calc($size / 16px)rem; } }
.hero_single.version_4 .wrapper input[type='submit'] {
        color: #222;
        background-color: #FFC107; }
@media (max-width: 991px) {
          .hero_single.version_4 .wrapper input[type='submit'] {
            margin: 20px 0 0 0;
            border-radius: 3px; } }
.hero_single.version_4 .wrapper input[type='submit']:hover {
          background-color: #32a067;
          color: #fff; }
.hero_single.version_5 {
    height: 640px;
    background: #1582f4 url(/packs/media/images/pattern_2-b0f563a0f76001fa07b9b9d37ad4af5a.svg) center center repeat fixed; }
@media (max-width: 767px) {
      .hero_single.version_5 {
        height: 550px; } }
.hero_single.version_5 .wrapper {
      background: rgba(0, 0, 0, 0.6);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
      text-align: left; }
.hero_single.version_5 .wrapper h3, .hero_single.version_5 .wrapper .h3 {
        font-size: 36px;
        font-size: calc($size / 16px)rem;
        text-shadow: none; }
@media (max-width: 767px) {
          .hero_single.version_5 .wrapper h3, .hero_single.version_5 .wrapper .h3 {
            font-size: 26px;
            font-size: calc($size / 16px)rem;
            margin-top: 20px; } }
@media (max-width: 575px) {
          .hero_single.version_5 .wrapper h3, .hero_single.version_5 .wrapper .h3 {
            font-size: 22px;
            font-size: calc($size / 16px)rem; } }
.hero_single.version_5 .wrapper p {
        font-weight: 400;
        margin: 5px 0 20px 0;
        padding: 0;
        font-size: 21px;
        font-size: calc($size / 16px)rem;
        text-shadow: none; }
.hero_single.version_5 .wrapper p strong {
          font-weight: 600; }
@media (max-width: 767px) {
          .hero_single.version_5 .wrapper p {
            padding: 0;
            font-size: 14px;
            font-size: calc($size / 16px)rem; } }
.hero_single.version_5 .wrapper .custom-search-input-2 {
        background: none;
        box-shadow: none; }
.hero_single.version_5 .wrapper .form-group {
        margin-bottom: 10px; }
.hero_single.version_5 .wrapper input[type='submit'] {
        color: #222;
        margin-top: 10px;
        background-color: #FFC107;
        border-radius: 3px; }
@media (max-width: 991px) {
          .hero_single.version_5 .wrapper input[type='submit'] {
            margin: 20px 0 0 0; } }
.hero_single.version_5 .wrapper input[type='submit']:hover {
          background-color: #32a067;
          color: #fff; }
#custom-search-input {
  padding: 0;
  width: 600px;
  margin: 20px auto 0;
  position: relative; }
@media (max-width: 991px) {
    #custom-search-input {
      width: auto; } }
#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    color: #333; }
#custom-search-input .search-query:focus {
      outline: none; }
@media (max-width: 575px) {
      #custom-search-input .search-query {
        padding-left: 15px; } }
#custom-search-input input[type='submit'] {
    position: absolute;
    transition: all 0.3s ease-in-out;
    right: -1px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: calc($size / 16px)rem;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    border-radius: 0 3px 3px 0;
    background-color: #1582f4; }
#custom-search-input input[type='submit']:hover {
      background-color: #FFC107;
      color: #222; }
@media (max-width: 575px) {
      #custom-search-input input[type='submit'] {
        text-indent: -999px;
        background: #1582f4 url(/packs/media/images/search-a3e2404ad7158e7c94fec4eebf909341.svg) no-repeat center center; } }
.custom-search-input-2 {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }
@media (max-width: 991px) {
    .custom-search-input-2 {
      background: none;
      box-shadow: none; } }
.custom-search-input-2 input {
    border: 0;
    height: 50px;
    border-radius: 0px;
    padding-left: 15px;
    border-left: 1px solid #d2d8dd;
    font-weight: 500; }
@media (max-width: 991px) {
      .custom-search-input-2 input {
        border: none !important; } }
.custom-search-input-2 input:focus {
      box-shadow: none;
      border-left: 1px solid #d2d8dd; }
@media (max-width: 991px) {
        .custom-search-input-2 input:focus {
          border-right: none; } }
.custom-search-input-2 select {
    display: none; }
.custom-search-input-2 .nice-select {
    height: 50px;
    line-height: 40px; }
.custom-search-input-2 .nice-select .current {
      font-weight: 500;
      color: #6f787f; }
.custom-search-input-2 .form-group {
    margin: 0; }
@media (max-width: 991px) {
      .custom-search-input-2 .form-group {
        margin-bottom: 5px; } }
.custom-search-input-2 i {
    border-radius: 3px;
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 1px;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 48px;
    z-index: 9;
    color: #999; }
@media (max-width: 991px) {
      .custom-search-input-2 i {
        padding-right: 10px; } }
.custom-search-input-2 input[type='submit'] {
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: calc($size / 16px)rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    border-radius: 0 3px 3px 0;
    border-left: orange 1px solid !important;
    background-color: #FFC107;
    margin-right: -1px; }
@media (max-width: 991px) {
      .custom-search-input-2 input[type='submit'] {
        margin: 20px 0 0 0;
        border-radius: 3px; } }
.custom-search-input-2 input[type='submit']:hover {
      background-color: #FFC107;
      color: #222; }
.custom-search-input-2.map_view {
    background-color: transparent;
    box-shadow: none; }
.custom-search-input-2.map_view input {
      border: none; }
.custom-search-input-2.map_view input[type='submit'] {
      margin: 20px 0 0 0;
      border-radius: 3px; }
.custom-search-input-2.inner {
    margin-top: 0;
    position: relative;
    box-shadow: none; }
@media (max-width: 991px) {
      .custom-search-input-2.inner {
        display: none; } }
.custom-search-input-2.inner input {
      border: 0;
      height: 40px;
      padding-left: 15px;
      border-left: 1px solid #d2d8dd;
      font-weight: 500; }
@media (max-width: 991px) {
        .custom-search-input-2.inner input {
          border: none; } }
.custom-search-input-2.inner input:focus {
        box-shadow: none;
        border-left: 1px solid #d2d8dd; }
@media (max-width: 991px) {
          .custom-search-input-2.inner input:focus {
            border-right: none; } }
.custom-search-input-2.inner .nice-select {
      height: 40px;
      line-height: 38px; }
.custom-search-input-2.inner .nice-select:after {
        right: 15px; }
.custom-search-input-2.inner i {
      height: 38px;
      line-height: 38px;
      padding-right: 10px; }
.custom-search-input-2.inner input[type='submit'] {
      position: absolute;
      transition: all 0.3s ease-in-out;
      width: inherit;
      right: -1px;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      font-size: calc($size / 16px)rem;
      top: 0;
      border: 0;
      height: 40px;
      cursor: pointer;
      outline: none;
      border-radius: 0 3px 3px 0;
      border-left: orange 1px solid !important;
      background: #FFC107; }
.custom-search-input-2.inner input[type='submit']:hover {
        background-color: #FFC107;
        color: #222; }
@media (max-width: 575px) {
        .custom-search-input-2.inner input[type='submit'] {
          text-indent: -999px;
          background: #1582f4; } }
@media (max-width: 991px) {
      .custom-search-input-2.inner {
        margin: 0 0 20px 0;
        box-shadow: none; } }
.custom-search-input-2.inner-2 {
    margin: 0 0 20px 0;
    box-shadow: none;
    background: none; }
.custom-search-input-2.inner-2 .form-group {
      margin-bottom: 10px; }
.custom-search-input-2.inner-2 input {
      border: 1px solid #ededed; }
.custom-search-input-2.inner-2 input[type='submit'] {
      border-radius: 3px;
      margin-top: 10px; }
.custom-search-input-2.inner-2 i {
      padding-right: 10px;
      line-height: 48px;
      height: 48px;
      top: 1px; }
.custom-search-input-2.inner-2 .nice-select {
      border: 1px solid #ededed; }
ul.counter {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center; }
@media (max-width: 767px) {
    ul.counter {
      display: none; } }
ul.counter li {
    padding: 0  10px;
    display: inline-block;
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    border-right: 1px solid #fff;
    text-align: right; }
ul.counter li:last-child {
      border-right: none;
      text-align: left; }
.main_categories {
  position: relative;
  margin-top: -150px;
  margin-bottom: 25px;
  position: relative;
  z-index: 99; }
.main_categories ul {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px 0;
    width: 100%;
    margin: auto; }
@media (max-width: 767px) {
      .main_categories ul {
        width: 100%; } }
.main_categories ul li {
      display: inline-block;
      width: 25%;
      float: left;
      border-right: 1px solid #eee; }
@media (max-width: 767px) {
        .main_categories ul li {
          width: 50%; } }
.main_categories ul li:last-child {
        border-right: none; }
.main_categories ul li a {
        padding: 5px;
        display: block; }
.main_categories ul li a h3, .main_categories ul li a .h3 {
          font-size: 16px;
          font-size: calc($size / 16px)rem; }
@media (max-width: 767px) {
            .main_categories ul li a h3, .main_categories ul li a .h3 {
              display: none; } }
.main_categories ul li a i {
          font-size: 26px;
          font-size: calc($size / 16px)rem;
          display: inline-block; }
.main_categories ul li a strong {
          display: block;
          color: #333333;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
.main_categories ul li a small, .main_categories ul li a .small {
          display: block;
          color: #999999;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
.main_categories ul li a h4, .main_categories ul li a .h4 {
          color: #1582f4;
          font-weight: normal; }
/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
  height: 600px !important; }
@media (max-width: 991px) {
    .header-video {
      height: 620px !important; } }
#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: calc($size / 16px)rem;
  height: 100%;
  z-index: 99;
  text-align: center;
  display: table; }
#hero_video .wrapper {
    display: table-cell;
    vertical-align: middle; }
#hero_video .wrapper h3, #hero_video .wrapper .h3 {
      color: #fff;
      font-size: 42px;
      font-size: calc($size / 16px)rem;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); }
@media (max-width: 767px) {
        #hero_video .wrapper h3, #hero_video .wrapper .h3 {
          font-size: 26px;
          font-size: calc($size / 16px)rem;
          margin-top: 60px; } }
@media (max-width: 575px) {
        #hero_video .wrapper h3, #hero_video .wrapper .h3 {
          font-size: 22px;
          font-size: calc($size / 16px)rem; } }
#hero_video .wrapper p {
      font-weight: 300;
      font-size: 24px;
      font-size: calc($size / 16px)rem;
      line-height: 1.4;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3); }
#hero_video .wrapper p strong {
        font-weight: 600; }
@media (max-width: 767px) {
        #hero_video .wrapper p {
          padding: 0;
          font-size: 14px;
          font-size: calc($size / 16px)rem; } }
video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3; }
#hero_video iframe {
  height: 100%;
  width: 100%; }
video {
  width: 100%; }
.teaser-video {
  width: 100%;
  height: auto; }
.header-video--media {
  width: 100%;
  height: auto; }
@media (max-width: 1024px) {
  #hero_video {
    background: #ccc url(/packs/media/images/home_section_1-0d4870c3a424da02807b568407d1badb.jpg);
    background-size: cover; }
    #hero_video &gt; div {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.5); }
  .header-video {
    background: none; } }
a.grid_item {
  display: block;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  height: 200px; }
@media (max-width: 991px) {
    a.grid_item {
      height: 180px; } }
@media (max-width: 767px) {
    a.grid_item {
      height: 150px; } }
@media (max-width: 575px) {
    a.grid_item {
      height: 180px; } }
a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px 25px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box; }
@media (max-width: 767px) {
      a.grid_item .info {
        padding: 15px 15px 0 15px; } }
a.grid_item .info small, a.grid_item .info .small {
      display: inline-block;
      margin-bottom: 5px;
      font-weight: 600;
      font-size: 11px;
      font-size: calc($size / 16px)rem;
      background-color: #1582f4;
      line-height: 1;
      padding: 3px 5px 2px 5px; }
a.grid_item .info h3, a.grid_item .info .h3 {
      color: #fff;
      font-size: 21px;
      font-size: calc($size / 16px)rem; }
a.grid_item .info p {
      color: #fff;
      margin-bottom: 0;
      font-size: 15px;
      font-size: calc($size / 16px)rem; }
a.grid_item figure {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    width: 100%;
    height: 100%; }
@media (max-width: 767px) {
      a.grid_item figure {
        height: 150px; } }
@media (max-width: 575px) {
      a.grid_item figure {
        height: 180px; } }
a.grid_item figure img {
      transition: all 0.3s ease-in-out;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1); }
@media (max-width: 767px) {
        a.grid_item figure img {
          width: 100%; } }
a.grid_item:hover figure img {
    transform: translate(-50%, -50%) scale(1.1); }
a.grid_item.small {
    height: 170px; }
@media (max-width: 1199px) {
      a.grid_item.small {
        height: 130px; } }
@media (max-width: 991px) {
      a.grid_item.small {
        height: 180px; } }
@media (max-width: 767px) {
      a.grid_item.small {
        height: 150px; } }
@media (max-width: 575px) {
      a.grid_item.small {
        height: 170px; } }
a.grid_item.small .info {
      padding: 35px 15px 0 15px; }
a.grid_item.small .info h3, a.grid_item.small .info .h3 {
        font-size: 16px;
        font-size: calc($size / 16px)rem; }
@media (max-width: 767px) {
      a.grid_item.small figure {
        height: 150px !important; } }
@media (max-width: 575px) {
      a.grid_item.small figure {
        height: 170px !important; } }
a.grid_item.small figure img {
      transition: all 0.3s ease-in-out;
      width: 100%; }
/*Carousel home page*/
#reccomended {
  margin-top: 40px; }
@media (max-width: 767px) {
    #reccomended {
      margin-top: 0; } }
#reccomended .item {
    margin: 0 15px; }
#reccomended .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden; }
#reccomended .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1); }
#reccomended .owl-item.active.center .item .title h4, #reccomended .owl-item.active.center .item .title .h4,
#reccomended .owl-item.active.center .item .views {
  opacity: 1; }
.owl-theme .owl-dots {
  margin-top: 25px !important;
  outline: none; }
@media (max-width: 767px) {
    .owl-theme .owl-dots {
      margin-top: 0 !important;
      margin-bottom: 20px; } }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1582f4 !important;
  outline: none !important; }
.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important; }
.app_icons {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out; }
.app_icons a img {
    transition: all 0.3s ease-in-out; }
.app_icons a img:hover {
      transform: translateY(-5px); }
a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px; }
@media (max-width: 767px) {
    a.box_news {
      min-height: inherit;
      padding-left: 0; } }
a.box_news figure {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px; }
@media (max-width: 767px) {
      a.box_news figure {
        position: relative;
        width: auto; } }
a.box_news figure img {
      width: 250px;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.1);
      transition: all 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
@media (max-width: 767px) {
        a.box_news figure img {
          width: 100%;
          max-width: 100%;
          height: auto; } }
a.box_news figure figcaption {
      background-color: #FFC107;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      color: #fff;
      width: 60px;
      height: 60px;
      padding: 15px;
      line-height: 1; }
a.box_news figure figcaption strong {
        display: block;
        font-size: 21px;
        font-size: calc($size / 16px)rem; }
a.box_news h4, a.box_news .h4 {
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    margin-bottom: 10px; }
@media (max-width: 767px) {
      a.box_news h4, a.box_news .h4 {
        margin-bottom: 5px; } }
a.box_news:hover img {
    transform: translate(-50%, -50%) scale(1); }
a.box_news:hover h4, a.box_news:hover .h4 {
    color: #1582f4;
    transition: all 0.3s ease-in-out; }
a.box_news ul {
    margin: 0;
    padding: 10px 0 0 0; }
@media (max-width: 767px) {
      a.box_news ul {
        padding: 0; } }
a.box_news ul li {
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase;
      color: #999;
      font-size: 12px;
      font-size: calc($size / 16px)rem;
      margin-right: 5px; }
a.box_news ul li:last-child {
        margin-right: 0; }
a.box_news ul li:last-child:after {
          content: '';
          margin: 0; }
a.box_news ul li:after {
        content: '-';
        margin: 0 0 0 10px; }
a.box_cat_home {
  background-color: #fff;
  display: block;
  padding: 25px 15px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  color: #999; }
a.box_cat_home i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    color: #3794f6;
    opacity: 0;
    transition: all 0.6s ease-in-out; }
a.box_cat_home h3, a.box_cat_home .h3 {
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    margin-top: 10px; }
a.box_cat_home:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px); }
a.box_cat_home:hover i {
      opacity: 1; }
a.box_cat_home ul {
    margin: 20px -15px -25px -15px;
    padding: 10px;
    border-top: 1px solid #ededed;
    text-align: center; }
a.box_cat_home ul li {
      display: inline-block; }
a.box_cat_home ul li strong {
        margin-right: 5px;
        font-weight: 600;
        color: #777; }
/*-------- 2.2 About --------*/
a.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  display: block;
  transition: all 500ms ease-in-out;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden; }
@media (max-width: 767px) {
    a.box_feat {
      padding: 20px 20px 0 20px; } }
a.box_feat:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 0px 0px #ebedef; }
a.box_feat i {
    font-size: 70px;
    font-size: calc($size / 16px)rem;
    color: #32a067;
    margin-bottom: 10px; }
a.box_feat h3, a.box_feat .h3 {
    font-size: 18px;
    font-size: calc($size / 16px)rem; }
#carousel {
  margin-top: 40px; }
@media (max-width: 767px) {
    #carousel {
      margin-bottom: 30px; } }
#carousel .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9; }
#carousel .item .title h4, #carousel .item .title .h4 {
      background-color: #3794f6;
      background-color: #3794f6;
      display: inline-block;
      border-radius: 3px 3px 0 0;
      color: #fff;
      padding: 10px 15px;
      margin: 0;
      font-size: 16px;
      font-size: calc($size / 16px)rem;
      opacity: 0; }
#carousel .item .title h4 em, #carousel .item .title .h4 em {
        display: block;
        font-size: 13px;
        font-size: calc($size / 16px)rem;
        font-weight: 300;
        margin-top: 3px; }
#carousel .item a {
    position: relative;
    display: block; }
#carousel .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden; }
#carousel .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1); }
#carousel .owl-item.active.center .item .title h4, #carousel .owl-item.active.center .item .title .h4,
#carousel .owl-item.active.center .item .views {
  opacity: 1; }
/*-------- 2.3 Listing --------*/
#results {
  padding: 20px 0;
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 999 !important; }
@media (max-width: 767px) {
    #results {
      padding: 12px 0; } }
#results.is_stuck {
    z-index: 99;
    padding: 10px 0; }
#results h4, #results .h4 {
    color: #fff;
    margin: 12px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 991px) {
      #results h4, #results .h4 {
        margin: 5px 0 0 0; } }
@media (max-width: 767px) {
      #results h4, #results .h4 {
        margin: 3px 0 0 0; } }
#results.map_view {
    padding: 10px 0;
    margin: 0 -15px; }
#results.map_view h4, #results.map_view .h4 {
      margin: 3px 0 0 0; }
#results_map_view {
  padding: 10px 0;
  margin: 0 -15px;
  color: #fff;
  background: #1582f4;
  position: relative;
  z-index: 10000000000000000 !important; }
#results_map_view h4, #results_map_view .h4 {
    color: #fff;
    margin: 3px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 991px) {
      #results_map_view h4, #results_map_view .h4 {
        margin: 5px 0 0 0; } }
@media (max-width: 767px) {
      #results_map_view h4, #results_map_view .h4 {
        margin: 3px 0 0 0; } }
#filters {
  background-color: #fff;
  border-bottom: 1px solid #ededed; }
#filters h6, #filters .h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: calc($size / 16px)rem; }
#filters ul li small, #filters ul li .small {
    font-weight: 600;
    float: right;
    position: relative;
    top: 4px; }
.map_view#filters {
  margin: 0 -15px; }
.distance {
  margin-bottom: 15px; }
.distance span {
    font-weight: 600;
    color: #1582f4; }
.rangeslider__handle {
  border: 2px solid #1582f4 !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15); }
.rangeslider__fill {
  background: #1582f4 !important; }
.filters_listing {
  padding: 10px 0 5px 0;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 99 !important;
  position: relative; }
.filters_listing ul {
    margin: 0; }
.filters_listing ul li {
      margin-right: 10px; }
.filters_listing ul li:first-child {
        float: left; }
.filters_listing ul li:nth-child(2) {
        float: left;
        margin-right: 0; }
.filters_listing ul li:nth-child(3) {
        float: right;
        margin-right: 0; }
@media (max-width: 767px) {
          .filters_listing ul li:nth-child(3) {
            display: none; } }
.filters_listing ul li:nth-child(4) {
        float: right; }
@media (max-width: 767px) {
          .filters_listing ul li:nth-child(4) {
            margin-right: 0; } }
.filters_listing.version_2 ul {
    margin: 0; }
.filters_listing.version_2 ul li {
      margin-right: 10px; }
.filters_listing.version_2 ul li:first-child {
        float: left; }
.filters_listing.version_2 ul li:nth-child(2) {
        float: right;
        margin-right: 0; }
@media (max-width: 767px) {
          .filters_listing.version_2 ul li:nth-child(2) {
            display: none; } }
.filters_listing.version_2 ul li:nth-child(3) {
        float: right;
        margin-right: 10px; }
@media (max-width: 767px) {
          .filters_listing.version_2 ul li:nth-child(3) {
            display: block;
            margin-right: 0; } }
.filters_listing.version_3 {
    margin: 0 -15px 0 -15px; }
.filters_listing.version_3 ul {
      margin: 2px 0 0 0; }
.filters_listing.version_3 ul li {
        margin-right: 10px; }
.filters_listing.version_3 ul li:first-child {
          float: left; }
.filters_listing.version_3 ul li:nth-child(2) {
          float: right;
          margin-right: 0; }
.tools_map {
  border-radius: 3px;
  font-size: 23px;
  font-size: calc($size / 16px)rem; }
.tools_map a {
    color: rgba(0, 0, 0, 0.5);
    margin: 0 3px; }
.tools_map a:hover {
      color: #1582f4; }
.tools_map i {
    font-weight: 500;
    line-height: 1; }
.score strong {
  background-color: #32a067;
  color: #fff;
  line-height: 1;
  border-radius: 5px 5px 5px 0;
  padding: 10px;
  display: inline-block; }
.score span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 12px;
  font-size: calc($size / 16px)rem;
  text-align: right;
  line-height: 1.1;
  font-weight: 500; }
.score span em {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: calc($size / 16px)rem; }
.strip {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.strip a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    border-radius: 3px; }
.strip a.wish_bt:after {
      font-family: 'ElegantIcons';
      content: "\e012";
      transition: all 0.5s ease; }
.strip a.wish_bt.liked:after {
      content: "\e078";
      color: #FFC107; }
.strip a.wish_bt:hover.liked:after {
      color: #FFC107; }
.strip a.wish_bt:hover:after {
      content: "\e078";
      color: #fff; }
.strip figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 200px;
    border-radius: 3px 3px 0 0; }
.strip figure small, .strip figure .small {
      position: absolute;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      left: 20px;
      top: 22px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
      border-radius: 3px;
      padding: 7px 10px 4px 10px;
      line-height: 1; }
.strip figure .read_more {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -12px;
      transform: translateY(10px);
      text-align: center;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      transition: all 0.6s;
      z-index: 2; }
.strip figure .read_more span {
        background-color: #fcfcfc;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
        display: inline-block;
        color: #222;
        font-size: 12px;
        font-size: calc($size / 16px)rem;
        padding: 5px 10px; }
.strip figure:hover .read_more {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
.strip figure a img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 100%;
      transition: all 0.3s ease-in-out; }
.strip figure a:hover img {
      transform: translate(-50%, -50%) scale(1.1); }
.strip .wrapper {
    padding: 20px 25px 15px 25px; }
.strip .wrapper h3, .strip .wrapper .h3 {
      font-size: 20px;
      font-size: calc($size / 16px)rem;
      margin: 0; }
.strip .wrapper small, .strip .wrapper .small {
      font-weight: 600;
      margin-bottom: 10px;
      display: inline-block;
      font-size: 13px;
      font-size: calc($size / 16px)rem; }
.strip .wrapper p {
      margin-bottom: 15px; }
.strip ul {
    padding: 20px 15px 17px 20px;
    border-top: 1px solid #ededed; }
.strip ul li {
      display: inline-block;
      margin-right: 15px; }
.strip ul li .score {
        margin-top: -10px; }
.strip ul li:first-child {
        font-size: 13px;
        font-size: calc($size / 16px)rem;
        margin-top: -4px; }
.strip ul li:first-child i {
          font-size: 20px;
          font-size: calc($size / 16px)rem;
          position: relative;
          top: 4px; }
.strip ul li:last-child {
        margin-right: 0;
        float: right; }
.strip.list_view {
    min-height: 290px; }
.strip.list_view a.wish_bt {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.1);
      color: #555;
      top: 25px;
      right: 25px; }
.strip.list_view a.wish_bt.liked:after {
        color: #1582f4; }
.strip.list_view a.wish_bt:hover.liked:after {
        color: #1582f4; }
.strip.list_view a.wish_bt:hover:after {
        color: #444; }
.strip.list_view .score {
      margin-right: 10px; }
.strip.list_view figure {
      margin-bottom: 0;
      overflow: hidden;
      position: relative;
      min-height: 300px;
      border-radius: 3px 0 0 3px; }
@media (max-width: 991px) {
        .strip.list_view figure {
          min-height: 220px;
          max-height: 220px;
          height: 220px;
          border-radius: 3px 3px 0 0; } }
.strip.list_view figure small, .strip.list_view figure .small {
        right: 30px;
        top: 30px;
        left: inherit; }
.strip.list_view figure a img {
        height: 360px;
        width: auto;
        max-width: none;
        transition: all 0.3s ease-in-out; }
@media (max-width: 991px) {
          .strip.list_view figure a img {
            max-width: inherit;
            height: 460px;
            width: auto; } }
@media (max-width: 767px) {
          .strip.list_view figure a img {
            height: 350px; } }
.strip.list_view figure a:hover img {
        transform: translate(-50%, -50%) scale(1.1); }
.strip.list_view .wrapper {
      padding: 30px 30px 20px 30px;
      min-height: 235px; }
@media (max-width: 991px) {
        .strip.list_view .wrapper {
          min-height: inherit;
          position: relative; } }
.strip.list_view ul {
      padding: 20px 15px 20px 30px;
      margin-bottom: 0; }
.strip.map_view {
    min-height: 120px;
    margin-bottom: 20px; }
.strip.map_view a.wish_bt {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.1);
      color: #555;
      top: 15px;
      right: 15px; }
.strip.map_view a.wish_bt.liked:after {
        color: #1582f4; }
.strip.map_view a.wish_bt:hover.liked:after {
        color: #1582f4; }
.strip.map_view a.wish_bt:hover:after {
        color: #444; }
.strip.map_view .score {
      margin-right: 10px; }
@media (max-width: 767px) {
        .strip.map_view .score {
          position: relative;
          top: 3px; } }
@media (max-width: 767px) {
        .strip.map_view .score span {
          display: none; } }
.strip.map_view a.address:before {
      content: "\e081"; }
@media (max-width: 991px) {
      .strip.map_view a.address {
        display: none; } }
.strip.map_view figure {
      margin-bottom: 0;
      overflow: hidden;
      position: relative;
      min-height: inherit;
      height: 185px;
      border-radius: 3px 0 0 3px; }
@media (max-width: 991px) {
        .strip.map_view figure {
          height: 165px; } }
.strip.map_view figure small, .strip.map_view figure .small {
        right: 20px;
        top: 20px;
        left: inherit; }
.strip.map_view figure a img {
        height: 210px;
        width: auto;
        max-width: none;
        transition: all 0.3s ease-in-out; }
@media (max-width: 991px) {
          .strip.map_view figure a img {
            max-width: inherit;
            height: 210px;
            width: auto; } }
.strip.map_view figure a:hover img {
        transform: translate(-50%, -50%) scale(1.1); }
.strip.map_view .wrapper {
      padding: 20px 20px 0 20px;
      min-height: 110px; }
.strip.map_view .wrapper small, .strip.map_view .wrapper .small {
        line-height: 1.3;
        margin-top: 5px; }
@media (max-width: 767px) {
        .strip.map_view .wrapper h3, .strip.map_view .wrapper .h3 {
          font-size: 16px;
          font-size: calc($size / 16px)rem; } }
@media (max-width: 991px) {
        .strip.map_view .wrapper {
          min-height: 90px;
          padding-right: 45px; } }
.strip.map_view ul {
      padding: 20px 5px 15px 15px;
      margin-bottom: 0; }
a.address {
  display: inline-block;
  font-weight: 500;
  color: #999;
  line-height: 1; }
a.address:before {
    font-family: 'ElegantIcons';
    content: "\e01c";
    margin-right: 5px;
    display: inline-block; }
a.address:hover {
    color: #1582f4; }
.loc_open, .loc_closed {
  position: relative;
  top: -2px;
  font-size: 11px;
  font-size: calc($size / 16px)rem;
  font-weight: 600;
  padding: 2px 8px;
  line-height: 1;
  border-radius: 3px; }
.loc_open {
  color: #32a067;
  border: 1px solid #32a067; }
.loc_closed {
  color: #eb5c65;
  border: 1px solid #eb5c65; }
.cat_star i {
  margin-right: 2px;
  color: #FFC107; }
.rating {
  color: #ccc; }
.rating .voted {
    color: #FFC107; }
.rating i {
    margin-right: 2px; }
.box_list {
  background-color: #fff;
  display: block;
  position: relative;
  margin: 0 0 30px 0;
  min-height: 310px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.box_list a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    border-radius: 3px; }
.box_list a.wish_bt:after {
      font-family: 'ElegantIcons';
      content: "\e030";
      transition: all 0.5s ease; }
.box_list a.wish_bt.liked:after {
      content: "\e089";
      color: #1582f4; }
.box_list a.wish_bt:hover.liked:after {
      color: #1582f4; }
.box_list a.wish_bt:hover:after {
      content: "\e089";
      color: #999; }
.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 310px; }
.box_list figure small, .box_list figure .small {
      position: absolute;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      right: 20px;
      top: 20px;
      text-transform: uppercase;
      color: #ccc;
      font-weight: 600;
      border-radius: 3px;
      padding: 7px 10px 4px 10px;
      line-height: 1;
      z-index: 9; }
@media (max-width: 991px) {
        .box_list figure small, .box_list figure .small {
          right: 15px;
          top: 15px; } }
@media (max-width: 991px) {
      .box_list figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px; } }
.box_list figure .read_more {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -12px;
      transform: translateY(10px);
      text-align: center;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      transition: all 0.6s;
      z-index: 2; }
.box_list figure .read_more span {
        background-color: #fcfcfc;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
        display: inline-block;
        color: #222;
        font-size: 12px;
        font-size: calc($size / 16px)rem;
        padding: 5px 10px; }
.box_list figure:hover .read_more {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
.box_list figure a img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      height: 350px;
      width: auto;
      max-width: none;
      transition: all 0.3s ease-in-out; }
@media (max-width: 991px) {
        .box_list figure a img {
          max-width: inherit;
          height: 450px;
          width: auto; } }
@media (max-width: 767px) {
        .box_list figure a img {
          height: 350px; } }
.box_list figure a:hover img {
      transform: translate(-50%, -50%) scale(1.1); }
.box_list .wrapper {
    padding: 30px 30px 20px 30px;
    min-height: 245px; }
@media (max-width: 991px) {
      .box_list .wrapper {
        min-height: inherit; } }
.box_list .wrapper h3, .box_list .wrapper .h3 {
      font-size: 20px;
      font-size: calc($size / 16px)rem;
      margin-top: 0; }
.box_list small, .box_list .small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600; }
.box_list ul {
    padding: 20px 15px 20px 30px;
    border-top: 1px solid #ededed;
    margin-bottom: 0; }
.box_list ul li {
      display: inline-block;
      margin-right: 15px; }
.box_list ul li .score {
        margin-top: -10px; }
.box_list ul li:last-child {
        margin-right: 0;
        float: right; }
#list_sidebar .box_list {
  min-height: 330px; }
#list_sidebar .box_list figure {
    min-height: 330px; }
@media (max-width: 991px) {
      #list_sidebar .box_list figure {
        min-height: 200px;
        max-height: 200px;
        height: 200px; } }
#list_sidebar .box_list figure a img {
      height: 350px; }
@media (max-width: 991px) {
        #list_sidebar .box_list figure a img {
          max-width: 100%;
          height: auto;
          width: inherit; } }
#list_sidebar .box_list .wrapper {
    min-height: 265px; }
@media (max-width: 991px) {
      #list_sidebar .box_list .wrapper {
        min-height: inherit; } }
.layout_view {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 8px 3px 8px; }
.layout_view a {
    color: rgba(0, 0, 0, 0.5); }
.layout_view a.active {
      color: rgba(0, 0, 0, 0.8); }
.layout_view a:hover {
      color: #1582f4; }
.switch-field {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
.switch-field input:checked + label {
      box-shadow: none;
      color: rgba(0, 0, 0, 0.9); }
.switch-field label {
    float: left;
    display: inline-block;
    min-width: 65px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 12px;
    font-size: calc($size / 16px)rem;
    text-align: center;
    text-shadow: none;
    padding: 10px 8px 8px 8px;
    line-height: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
    margin: 0; }
@media (max-width: 575px) {
      .switch-field label {
        min-width: inherit; } }
.switch-field label:first-of-type {
      border-left: 0; }
.switch-field label:last-of-type {
      border-right: 0; }
.switch-field label:hover {
      cursor: pointer;
      color: #1582f4; }
#filters_col {
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  margin-bottom: 25px;
  border: 1px solid #ededed; }
#filters_col label {
    color: #333;
    font-weight: normal; }
a#filters_col_bt {
  display: block;
  color: #333;
  position: relative;
  font-size: 16px;
  font-size: calc($size / 16px)rem;
  font-weight: 600; }
a#filters_col_bt:before {
    font-family: "ElegantIcons";
    content: "\66";
    font-size: 26px;
    font-size: calc($size / 16px)rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-weight: normal; }
.filter_type h6, .filter_type .h6 {
  border-top: 1px solid #ededed;
  margin: 15px 0;
  padding: 15px 0 0 0;
  font-size: 13px;
  font-size: calc($size / 16px)rem; }
.filter_type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0; }
.filter_type ul li {
    margin-bottom: 5px; }
.filter_type ul li small, .filter_type ul li .small {
      float: right;
      position: relative;
      top: 4px; }
.filter_type ul li:last-child {
      margin-bottom: 0; }
.category_filter {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 10px; }
.category_filter .container_radio {
    display: inline-block;
    margin-right: 15px; }
a.boxed_list {
  text-align: center;
  padding: 30px;
  border: 1px solid #ededed;
  display: block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px; }
a.boxed_list i {
    font-size: 60px;
    font-size: calc($size / 16px)rem;
    margin-bottom: 15px; }
a.boxed_list h4, a.boxed_list .h4 {
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    color: #333; }
a.boxed_list p {
    color: #777;
    margin-bottom: 0; }
a.boxed_list:hover i {
    color: #32a067; }
a.btn_search_mobile {
  background: url(/packs/media/images/search-a3e2404ad7158e7c94fec4eebf909341.svg) no-repeat center center;
  width: 21px;
  height: 21px;
  float: right;
  display: none; }
@media (max-width: 991px) {
    a.btn_search_mobile {
      display: block; } }
a.btn_search_mobile.map_view {
    display: block; }
#search_mobile {
  overflow: auto;
  transform: translateX(105%);
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  position: fixed;
  background: #fff url(/packs/media/images/bg_aside-fb212a485419ca08dff71d9a2e8d95a9.svg) no-repeat center right;
  background-size: cover;
  padding: 60px 30px 30px 30px;
  z-index: 10000000000000000 !important;
  box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
#search_mobile.show {
    transform: translateX(0); }
@media (max-width: 767px) {
    #search_mobile {
      width: 100%;
      padding: 45px 30px 30px 30px; } }
#search_mobile input.form-control {
    border: 1px solid #d2d8dd;
    box-shadow: none; }
#search_mobile .custom-search-input-2 {
    box-shadow: none; }
#search_mobile .custom-search-input-2 input[type='submit'] {
      margin: 20px 0 0 0; }
#search_mobile .form-group {
    margin-bottom: 5px; }
#search_mobile .nice-select {
    border: 1px solid #d2d8dd; }
#search_mobile a.side_panel {
    font-size: 32px;
    font-size: calc($size / 16px)rem;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    color: #999; }
#search_mobile a.side_panel:hover {
      color: #1582f4; }
.search_mob a {
  display: none;
  width: 22px;
  height: 24px;
  text-indent: -9999px;
  position: relative;
  color: #3794f6; }
@media (max-width: 991px) {
    .search_mob a {
      display: block; } }
.search_mob a:hover {
    color: #1582f4; }
.search_mob a:before {
    font-family: 'ElegantIcons';
    content: "\e0e2";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 21px;
    font-size: calc($size / 16px)rem; }
.search_mob_wp {
  padding: 10px 0 10px 0;
  display: none;
  width: 100%; }
.search_mob_wp .nice-select {
    margin-bottom: 5px;
    border: none; }
.search_mob_wp .form-control {
    margin-bottom: 10px; }
.search_mob_wp input[type='submit'] {
    background-color: #FFC107;
    color: #222; }
.search_mob_wp input[type='submit']:hover {
      background-color: #32a067;
      color: #fff; }
/* Opacity mask when left open */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 100;
  min-height: 100%;
  background-color: #000;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden; }
.layer-is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s; }
/*-------- 2.4 Detail page --------*/
.hero_in {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden; }
@media (max-width: 767px) {
    .hero_in {
      height: 350px; } }
.hero_in:before {
    -webkit-animation: pop-in 5s 0.1s cubic-bezier(0, 0.5, 0, 1) forwards;
            animation: pop-in 5s 0.1s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
.hero_in .wrapper {
    height: 100%; }
.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500; }
.hero_in a.btn_photos:hover {
      color: #1582f4; }
/* Animations */
@-webkit-keyframes pop-in {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1.1); } }
@keyframes pop-in {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1.1); } }
.secondary_nav {
  background: #1582f4;
  padding: 15px 0; }
.secondary_nav.is_stuck {
    z-index: 99;
    width: 100% !important;
    left: 0; }
.secondary_nav ul {
    margin-bottom: 0; }
.secondary_nav ul li {
      display: inline-block;
      margin-right: 20px;
      font-weight: 500;
      font-size: 16px;
      font-size: calc($size / 16px)rem; }
.secondary_nav ul li a {
        color: rgba(255, 255, 255, 0.5); }
.secondary_nav ul li a:hover {
          color: #fff;
          opacity: 1; }
.secondary_nav ul li a.active {
          color: white; }
.secondary_nav ul li:last-child {
        display: none; }
@media (max-width: 575px) {
          .secondary_nav ul li:last-child {
            display: inline-block; } }
/* Header with carousel detail page */
#carousel_in .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 5; }
@media (max-width: 767px) {
    #carousel_in .owl-dots {
      bottom: 0; } }
.detail_title_1 {
  margin-bottom: 25px; }
.detail_title_1 h1, .detail_title_1 .h1 {
    font-size: 32px;
    font-size: calc($size / 16px)rem;
    margin: 0; }
.detail_title_1 ul {
    float: right;
    margin: 10px 0 0 0; }
.detail_title_1 ul li {
      display: inline-block;
      margin-right: 20px;
      font-weight: 500; }
section#description, section#reviews {
  border-bottom: 3px solid #d2d8dd;
  margin-bottom: 30px; }
section#description h2, section#description .h2, section#reviews h2, section#reviews .h2 {
    font-size: 24px;
    font-size: calc($size / 16px)rem; }
section#description h3, section#description .h3, section#reviews h3, section#reviews .h3 {
    font-size: 21px;
    font-size: calc($size / 16px)rem; }
section#description h4, section#description .h4, section#reviews h4, section#reviews .h4 {
    font-size: 18px;
    font-size: calc($size / 16px)rem; }
section#description hr, section#reviews hr {
    border-color: #d2d8dd; }
section#reviews {
  border-bottom: none; }
#review_summary {
  text-align: center;
  background-color: #32a067;
  color: #fff;
  padding: 20px 10px;
  border-radius: 3px 3px 3px 0; }
@media (max-width: 991px) {
    #review_summary {
      margin-bottom: 15px; } }
#review_summary strong {
    font-size: 42px;
    font-size: calc($size / 16px)rem;
    display: block;
    line-height: 1; }
#review_summary em {
    font-style: normal;
    font-weight: 500;
    display: block; }
.reviews-container .progress {
  margin-bottom: 12px; }
.reviews-container .progress-bar {
  background-color: #32a067; }
.reviews-container .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px; }
@media (max-width: 767px) {
    .reviews-container .review-box {
      padding-left: 0; } }
.reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden; }
.reviews-container .rev-thumb img {
    width: 80px;
    height: auto; }
@media (max-width: 767px) {
    .reviews-container .rev-thumb {
      position: static;
      margin-bottom: 10px; } }
.reviews-container .rev-content {
  position: relative;
  padding: 25px 25px 1px 25px;
  border-radius: 3px;
  background-color: #fff; }
.reviews-container .rev-info {
  font-size: 12px;
  font-size: calc($size / 16px)rem;
  font-style: italic;
  color: #777;
  margin-bottom: 10px; }
.box_detail {
  background-color: #fff;
  padding: 25px 25px 15px 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 30px; }
.box_detail .price {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 15px 25px; }
.box_detail .price &gt; span {
      font-size: 31px;
      font-size: calc($size / 16px)rem;
      font-weight: 600; }
.box_detail .price &gt; span &gt; small, .box_detail .price &gt; span &gt; .small {
        font-size: 11px;
        font-size: calc($size / 16px)rem;
        font-weight: 500; }
.box_detail .price .score {
      float: right;
      margin-top: -5px; }
.box_detail h3, .box_detail .h3 {
    font-size: 20px;
    font-size: calc($size / 16px)rem;
    margin: 25px 0 10px 0; }
.box_detail ul {
    margin-bottom: 0; }
.box_detail ul li {
      margin-bottom: 5px; }
.box_detail ul li i {
        margin-right: 8px; }
.box_detail figure {
    position: relative;
    background-color: #000; }
.box_detail figure img {
      opacity: 0.8; }
.box_detail figure span {
      position: absolute;
      display: block;
      left: 0;
      bottom: 10px;
      text-align: center;
      width: 100%;
      color: #fff;
      font-weight: 600; }
.box_detail figure a i {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 60px;
      height: 60px;
      color: #fff;
      border-radius: 50%;
      line-height: 60px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -30px 0 0 -30px;
      font-size: 42px;
      font-size: calc($size / 16px)rem;
      transition: all 0.3s ease-in-out;
      z-index: 9; }
.box_detail figure:hover i {
      transform: scale(1.3); }
/* Media Queries */
@media screen and (min-width: 564px) {
  .daterangepicker {
    width: 500px !important; } }
@media screen and (min-width: 564px) {
  .daterangepicker.single {
    width: auto !important; } }
/* Booking form */
.booking input {
  font-weight: 500;
  height: 45px; }
.booking input:focus {
    box-shadow: none;
    border: 1px solid #d2d8dd; }
.booking select {
  display: none; }
.booking .dropdown {
  background-color: #fff;
  font-size: 14px;
  font-size: calc($size / 16px)rem;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 10px 0; }
@media (max-width: 991px) {
    .booking .dropdown {
      height: inherit; } }
.booking .nice-select .current {
  font-weight: 500;
  color: #6f787f; }
.booking .custom-select-form .nice-select:active, .booking .custom-select-form .nice-select.open, .booking .custom-select-form .nice-select:focus {
  border-color: #d2d8dd;
  outline: 0;
  box-shadow: none; }
.booking .custom-select-form select {
  display: none; }
.booking .form-group {
  margin: 0 0 10px 0; }
.booking .form-group i {
    border-radius: 3px;
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    position: absolute;
    background-color: #fff;
    height: 43px;
    top: 1px;
    right: 1px;
    padding-right: 10px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    line-height: 43px;
    z-index: 9;
    color: #999; }
.booking .form-group i.loader {
      background-color: transparent;
      color: #fff; }
.booking .form-group i.icon_lock_alt {
    top: 36px; }
.booking .form-group i.ti-pencil {
    top: 1px;
    height: 20px; }
.booking textarea {
  font-weight: 500;
  height: 100px;
  padding-right: 25px; }
.booking textarea:focus {
    box-shadow: none;
    border: 1px solid #d2d8dd; }
.dropdown {
  position: relative;
  text-align: left;
  padding: 15px 10px 0 15px; }
@media (max-width: 991px) {
    .dropdown {
      background-color: #fff;
      border-radius: 3px;
      height: 50px; } }
.dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    position: relative; }
.dropdown a:after {
      font-family: 'ElegantIcons';
      content: "\33";
      font-size: 24px;
      font-size: calc($size / 16px)rem;
      color: #999;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
      position: absolute;
      right: 0;
      top: -8px; }
.dropdown.show a:after {
    transform: rotate(180deg); }
.dropdown .dropdown-menu {
    font-size: 14px;
    font-size: calc($size / 16px)rem;
    transition: opacity 0.5s ease;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #d2d8dd;
    border-radius: 3px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 280px; }
.dropdown .dropdown-menu input:focus {
      outline: none !important;
      border: none !important;
      box-shadow: none; }
/*Quantity incrementer input*/
.dropdown-menu-content {
  display: flex;
  margin-bottom: 10px; }
.dropdown-menu-content label {
    display: block;
    flex: 1 1;
    line-height: 40px;
    color: #727b82; }
.qty-buttons {
  position: relative;
  height: 38px;
  display: inline-block;
  width: 140px; }
input.qty {
  width: 100%;
  text-align: center;
  border: none !important;
  color: #495057;
  font-size: 16px;
  font-size: calc($size / 16px)rem;
  height: 40px; }
input.qtyminus,
input.qtyplus {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 50px; }
input.qtyplus {
  background: #f2f2f2 url(/packs/media/images/plus-b1a0414aa64cd3538ce02c377d4ffc1c.svg) no-repeat center center;
  right: 3px;
  top: 1px;
  text-indent: -9999px;
  box-shadow: none; }
input.qtyplus:focus {
    border: none; }
input.qtyminus {
  background: #f2f2f2 url(/packs/media/images/minus-eed2ed47745a28a8896cd090bf26d08a.svg) no-repeat center center;
  left: 3px;
  top: 1px;
  text-indent: -9999px;
  box-shadow: none; }
input.qtyminus:focus {
    border: none; }
#qty_total {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  position: relative;
  top: 0;
  left: 2px;
  height: 18px;
  width: 18px;
  background-color: #66676b;
  border-radius: 50%;
  color: #fff; }
.rotate-x {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: rotate-x;
          animation-name: rotate-x; }
@-webkit-keyframes rotate-x {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }
@keyframes rotate-x {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }
ul.hotel_facilities {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  column-count: 2; }
ul.hotel_facilities li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
ul.hotel_facilities li img {
      margin-right: 10px; }
.room_type {
  padding: 10px 0 25px 0; }
.room_type.last {
    padding-bottom: 0; }
@media (max-width: 767px) {
    .room_type h4, .room_type .h4 {
      margin-top: 25px; } }
.opening {
  background-color: #0b76e6;
  background-color: rgba(21, 130, 244, 0.05);
  padding: 25px 25px 25px 80px;
  position: relative;
  border-radius: 3px; }
@media (max-width: 767px) {
    .opening {
      padding: 15px; } }
.opening i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 36px;
    font-size: calc($size / 16px)rem;
    color: #555; }
@media (max-width: 767px) {
      .opening i {
        display: none; } }
.opening h4, .opening .h4 {
    margin-top: 10px; }
@media (max-width: 767px) {
      .opening h4, .opening .h4 {
        margin-top: 0; } }
.opening ul {
    margin: 0;
    padding: 0; }
.opening ul li span {
      display: inline-block;
      float: right; }
ul.menu_list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0; }
ul.menu_list li {
    position: relative;
    padding: 5px 0 25px 120px;
    clear: both;
    font-size: 13px;
    font-size: calc($size / 16px)rem; }
ul.menu_list li h6, ul.menu_list li .h6 {
      font-size: 14px;
      font-size: calc($size / 16px)rem;
      border-bottom: 1px dashed #ddd;
      padding-bottom: 5px; }
ul.menu_list li h6 span, ul.menu_list li .h6 span {
        float: right; }
ul.menu_list li .thumb {
      width: 100px;
      height: 100px;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      border: 1px solid #ddd;
      padding: 5px; }
ul.menu_list li .thumb img {
        width: 88px;
        height: auto;
        text-align: center; }
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px; }
.ribbon span.open {
      background: #79A70A; }
.ribbon span.open::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #5d8108;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #5d8108; }
.ribbon span.open::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #5d8108;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #5d8108; }
.ribbon span.closed {
      background: #ca3b41; }
.ribbon span.closed::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #7d2528;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #7d2528; }
.ribbon span.closed::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #7d2528;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #7d2528; }
/*Map lisiting --------------- */
.full-height {
  height: 100%; }
@media (max-width: 991px) {
    .full-height {
      height: auto; } }
.row-height {
  height: 100%;
  min-height: 100%;
  padding-top: 58px; }
@media (max-width: 991px) {
    .row-height {
      height: auto;
      padding-top: 48px; } }
.map-right {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  z-index: 9999; }
@media (max-width: 991px) {
    .map-right {
      height: 400px;
      position: static;
      min-height: inherit; } }
#map_right_listing {
  height: 100%;
  width: 100%; }
.content-left {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  background-color: #f8f8f8; }
@media (max-width: 991px) {
    .content-left {
      padding-top: 0; } }
/*-------- 2.5 Login/register --------*/
#login_bg, #register_bg {
  background: #444 url(/packs/media/images/access_bg-2b95d49dbfd8d23b4a15d4601955e251.jpg) center center no-repeat fixed;
  background-size: cover;
  min-height: 100vh;
  width: 100%; }
#register_bg {
  background: #444 url(/packs/media/images/access_bg-2b95d49dbfd8d23b4a15d4601955e251.jpg) center center no-repeat fixed;
  background-size: cover; }
#login figure, #register figure {
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin: -45px -60px 25px -60px;
  padding: 20px 60px 25px 60px; }
@media (max-width: 767px) {
    #login figure, #register figure {
      margin: -30px -30px 20px -30px;
      padding: 15px 60px 20px 60px; } }
#login aside, #register aside {
  width: 430px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  padding: 45px 60px 60px 60px;
  margin-left: -215px;
  position: absolute;
  left: 50%;
  top: 0;
  overflow-y: auto;
  background-color: #fff;
  min-height: 100vh; }
@media (max-width: 767px) {
    #login aside, #register aside {
      width: 100%;
      padding: 30px;
      left: 0;
      margin: 0; } }
#login aside form, #register aside form {
    margin-bottom: 60px;
    display: block; }
#login aside form .form-group input, #register aside form .form-group input {
      padding-left: 40px; }
#login aside form .form-group i, #register aside form .form-group i {
      font-size: 21px;
      font-size: calc($size / 16px)rem;
      position: absolute;
      left: 12px;
      top: 34px;
      color: #ccc;
      width: 25px;
      height: 25px;
      display: block;
      font-weight: 400 !important; }
#login aside .copy, #register aside .copy {
    text-align: center;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
    font-weight: 500; }
.access_social {
  margin-top: 45px; }
@media (max-width: 767px) {
    .access_social {
      margin-top: 30px; } }
.divider {
  text-align: center;
  height: 1px;
  margin: 30px 0 15px 0;
  background-color: #ededed; }
.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic; }
a.social_bt {
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 10px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
a.social_bt:hover {
    filter: brightness(115%); }
a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
    font-family: 'ElegantIcons';
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    color: #fff; }
a.social_bt.facebook {
    background-color: #3B5998; }
a.social_bt.facebook:before {
      content: "\e093"; }
a.social_bt.google {
    background-color: #DC4E41; }
a.social_bt.google:before {
      content: "\e096";
      top: 12px; }
a.social_bt.linkedin {
    background-color: #0077B5; }
a.social_bt.linkedin:before {
      content: "\e09d"; }
/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: calc($size / 16px)rem;
  padding: 5px 3px 3px 3px;
  border-radius: 3px; }
#pass-info.weakpass {
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E; }
#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870; }
#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E; }
#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34; }
#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD; }
/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: calc($size / 16px)rem;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
.container_check input:checked ~ .checkmark {
      background-color: #1582f4;
      border: 1px solid transparent; }
.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d8dd;
    border-radius: 3px;
    transition: all 0.3s ease-in-out; }
.container_check .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
.container_check input:checked ~ .checkmark:after {
  display: block; }
/* Radio buttons */
.container_radio {
  display: block;
  position: relative;
  font-size: 15px;
  font-size: calc($size / 16px)rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.container_radio input {
    position: absolute;
    opacity: 0; }
.container_radio input:checked ~ .checkmark:after {
      opacity: 1; }
.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    border-radius: 50%; }
.container_radio .checkmark:after {
      display: block;
      content: "";
      position: absolute;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #1582f4;
      transition: all 0.3s ease-in-out; }
/*-------- 2.6 Checkout --------*/
.step .nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: calc($size / 16px)rem;
  color: #444; }
.step .nav-link:hover, .nav-link:focus {
  text-decoration: none; }
.step .nav-link.disabled {
  color: #6c757d; }
.step .nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6; }
.step .nav-tabs .nav-item {
  margin-bottom: -2px; }
.step .nav-tabs .nav-link {
  border: none; }
.step .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }
.step .nav-tabs .nav-link.active,
.step .nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #1582f4;
  color: #1582f4;
  background-color: transparent; }
.step .tab-content.checkout {
  padding: 15px 0 0 0; }
.step .tab-content.checkout hr {
    margin: 10px 0; }
.step .tab-content.checkout .form-group {
    margin-bottom: 10px; }
.step .tab-content.checkout .nice-select {
    margin-bottom: 0; }
.step .tab-content.checkout .social_bt {
    margin-bottom: 10px; }
#other_addr_c {
  display: none; }
.step {
  margin-bottom: 30px; }
@media (max-width: 991px) {
    .step {
      margin-bottom: 35px; } }
.step h3:before, .step .h3:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 10px solid #f8f8f8;
    position: absolute;
    content: "";
    top: 0;
    left: 0; }
@media (max-width: 767px) {
      .step h3:before, .step .h3:before {
        border: none; } }
.step h3:after, .step .h3:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 10px solid #333;
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
    z-index: 2; }
@media (max-width: 767px) {
      .step h3:after, .step .h3:after {
        border: none; } }
.step.first h3:before, .step.first .h3:before,
  .step.last h3:after,
  .step.last .h3:after {
    border: none; }
.step h3, .step .h3 {
    padding: 10px 12px 10px 20px;
    background: #333;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 767px) {
      .step h3, .step .h3 {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px; } }
.step #forgot_pw {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.payments ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
.payments ul li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 8px; }
.payments ul li a.info {
      display: inline-block;
      float: right;
      color: #444; }
.payments ul li a.info:hover {
        color: #1582f4; }
.payments ul li a.info:after {
        font-family: 'ElegantIcons';
        content: "\e0e2";
        position: relative;
        right: 0;
        top: 0;
        font-size: 15px;
        font-size: calc($size / 16px)rem; }
.payment_info figure img {
  height: 20px;
  width: auto; }
.payment_info p {
  font-size: 13px;
  font-size: calc($size / 16px)rem; }
.box_general.summary {
  background-color: #fff;
  padding-bottom: 20px; }
.box_general.summary ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
.box_general.summary ul li {
      border-bottom: 1px solid #ededed;
      margin-bottom: 8px;
      padding-bottom: 6px;
      font-weight: 500; }
.box_general.summary ul li:last-child {
        font-weight: 700;
        border-bottom: none;
        color: red; }
.box_general.summary label.container_check {
    font-size: 12px;
    font-size: calc($size / 16px)rem;
    padding-top: 4px; }
#confirm {
  text-align: center;
  background-color: #f8f8f8;
  padding: 60px 15px; }
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }
.inlinesvg .svg svg {
  display: inline; }
.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards; }
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards; }
/*-------- 2.7 Account --------*/
.box_account {
  margin-bottom: 25px; }
.box_account h3, .box_account .h3 {
    font-size: 21px;
    font-size: calc($size / 16px)rem;
    padding-left: 30px;
    height: 30px;
    padding-top: 5px;
    display: inline-block;
    margin-bottom: 15px; }
.box_account h3.client, .box_account .client.h3 {
      background: url(/packs/media/images/user-6f9f94636fc40f32ee38c0ea7368b814.svg) center left no-repeat; }
.box_account h3.new_client, .box_account .new_client.h3 {
      background: url(/packs/media/images/new_user-26e635338ac32237604fb10a55960998.svg) center left no-repeat; }
.box_account .form_container {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px;
    position: relative; }
.box_account .form_container hr {
      margin: 0 0 10px 0; }
.box_account .form_container a.social_bt {
      margin-bottom: 0;
      min-width: inherit; }
@media (max-width: 991px) {
        .box_account .form_container a.social_bt {
          margin-bottom: 5px; } }
.box_account .form_container .divider {
      margin-top: 20px; }
.box_account .form_container .divider span {
        background-color: #fff; }
.box_account .form_container .form-group {
      margin-bottom: 10px; }
.box_account .form_container #forgot_pw {
      height: 100% !important;
      min-height: inherit;
      background-color: #fff;
      padding: 25px; }
/*-------- 2.8 Map styles --------*/
/* Cluster styles */
.cluster img {
  display: none !important; }
.cluster-visible {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #1582f4 !important;
  background-image: none !important; }
.cluster-visible:before {
  border: 7px solid #1582f4;
  opacity: 0.2;
  box-shadow: inset 0 0 0 4px #1582f4;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: cluster-animation 2.5s infinite;
          animation: cluster-animation 2.5s infinite; }
@-webkit-keyframes cluster-animation {
  0%, 100% {
    transform: scale(1.3) rotate(0deg); }
  50% {
    transform: scale(1.5) rotate(90deg); } }
@keyframes cluster-animation {
  0%, 100% {
    transform: scale(1.3) rotate(0deg); }
  50% {
    transform: scale(1.5) rotate(90deg); } }
.map {
  width: 100%;
  height: 500px; }
.map.map_single {
    height: 400px; }
.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
  padding-right: 50px; }
.infoBox &gt; img {
    position: absolute !important;
    right: 60px !important;
    top: 10px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.marker_info {
  width: 240px;
  height: 270px;
  border-radius: 5px;
  text-align: left;
  background: #000;
  background: white;
  position: relative;
  z-index: 999;
  font-family: "Poppins", Helvetica, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); }
.marker_info img {
    display: block;
    border-radius: 5px 5px 0 0; }
.marker_info h3, .marker_info .h3 {
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3px;
    color: #444; }
.marker_info em {
    display: inline-block;
    font-size: 12px;
    font-size: calc($size / 16px)rem;
    color: #999;
    font-style: normal; }
.marker_info span {
    display: block;
    padding: 15px 20px 0 20px;
    font-size: 13px;
    font-size: calc($size / 16px)rem;
    line-height: 1.2;
    color: #fff;
    position: relative; }
.marker_info span strong {
      display: block;
      font-weight: 500; }
.marker_info:after {
    right: 100%;
    top: 56%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: white;
    border-width: 12px;
    margin-top: -12px; }
a.btn_infobox_detail {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px; }
a.btn_infobox_detail:before, .btn_infobox_get_directions:before, a.btn_infobox_phone:before {
  font-style: normal;
  font-weight: normal;
  font-family: "ElegantIcons";
  font-size: 20px;
  font-size: calc($size / 16px)rem;
  cursor: pointer; }
a.btn_infobox_detail:before {
  content: "\70";
  color: #ccc; }
a.btn_infobox_detail:before:hover {
    color: #1582f4; }
.btn_infobox_get_directions, a.btn_infobox_phone {
  border: none;
  display: inline-block;
  font-weight: 500;
  color: #1582f4;
  background: none;
  cursor: pointer;
  font-size: 13px;
  font-size: calc($size / 16px)rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: none; }
.btn_infobox_get_directions:focus, a.btn_infobox_phone:focus {
    outline: none; }
.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover {
  color: #333; }
.btn_infobox_get_directions:before {
  font-size: 14px;
  font-size: calc($size / 16px)rem;
  content: "\e080";
  position: absolute;
  left: 0;
  top: 0; }
a.btn_infobox_phone:before {
  font-size: 14px;
  content: "\e090";
  position: absolute;
  left: 0;
  top: -2px; }
span.infobox_rate {
  display: inline-block;
  margin: -44px 0 0 -20px;
  float: left;
  background-color: #3794f6;
  padding: 5px 8px;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  font-size: calc($size / 16px)rem; }
/*-------- 2.9 Contacts--------*/
#map_contact {
  width: 100%;
  height: 450px; }
@media (max-width: 991px) {
    #map_contact {
      height: 350px; } }
iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0; }
@media (max-width: 991px) {
    iframe#map_iframe {
      height: 400px; } }
.box_contacts {
  background-color: #fff;
  padding: 25px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  font-size: calc($size / 16px)rem; }
.box_contacts h2, .box_contacts .h2 {
    font-weight: 500;
    margin: 10px 0 10px 0;
    font-size: 21px;
    font-size: calc($size / 16px)rem; }
.box_contacts i {
    font-size: 46px;
    font-size: calc($size / 16px)rem;
    color: #1582f4; }
.box_contacts a {
    color: #555; }
.box_contacts a:hover {
      color: #1582f4;
      text-decoration: underline; }
.error_message {
  font-weight: 500;
  color: #e3464c; }
/*-------- 2.10 404 page --------*/
#error_page {
  background: #3794f6 url(/packs/media/images/pattern_1-345be8064a34a8a3c9ed9c46eed3d01a.svg) center bottom repeat-x;
  color: #fff;
  height: 600px; }
@media (max-width: 767px) {
    #error_page {
      background-size: auto 300px; } }
#error_page .wrapper {
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
#error_page h2, #error_page .h2 {
    margin-top: 30px;
    font-size: 140px;
    font-size: calc($size / 16px)rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1; }
#error_page h2 i, #error_page .h2 i {
      color: #FFC107; }
@media (max-width: 767px) {
      #error_page h2, #error_page .h2 {
        font-size: 72px;
        font-size: calc($size / 16px)rem; } }
#error_page p {
    font-size: 21px;
    font-size: calc($size / 16px)rem; }
@media (max-width: 767px) {
      #error_page p {
        font-size: 18px;
        font-size: calc($size / 16px)rem; } }
@media (max-width: 767px) {
    #error_page {
      padding: 0;
      height: 500px; } }
.search_bar_error {
  position: relative;
  margin-bottom: 60px; }
.search_bar_error input[type='text'] {
    border: 0;
    height: 50px;
    border-radius: 3px;
    padding-left: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15); }
.search_bar_error input[type='submit'] {
    position: absolute;
    right: -1px;
    color: #222;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    background-color: #FFC107;
    transition: all 0.3s ease-in-out; }
.search_bar_error input[type='submit']:hover {
      background-color: #32a067;
      color: #fff; }
/*-------- 2.11 Media Gallery --------*/
.grid-gallery ul {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  text-align: center; }
.grid-gallery ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: -3px;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none; }
@media (max-width: 991px) {
      .grid-gallery ul li {
        width: 50%; } }
@media (max-width: 767px) {
      .grid-gallery ul li {
        width: 100%;
        min-height: 100%;
        float: none; } }
.grid-gallery ul li figure {
      position: relative;
      overflow: hidden;
      margin: -3px; }
.grid-gallery ul li figure img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out; }
.grid-gallery ul li figure:hover img,
      .grid-gallery ul li figure:focus img {
        transform: scale(1.1); }
.grid-gallery ul li figure:hover figcaption,
      .grid-gallery ul li figure:focus figcaption {
        opacity: 1; }
.grid-gallery ul li figure:hover figcaption .caption-content,
      .grid-gallery ul li figure:focus figcaption .caption-content {
        transform: translate(0px, 0px); }
.grid-gallery ul li figcaption {
      position: absolute;
      top: 0;
      left: 0;
      padding: 15% 0;
      width: 100%;
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      text-align: center;
      font-size: 14px;
      font-size: calc($size / 16px)rem;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
.grid-gallery ul li figcaption .caption-content {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -100px;
        width: 200px;
        transform: translate(0px, 15px);
        transition: all 0.3s ease-in-out; }
.grid-gallery ul li figcaption a {
        color: #fff; }
.grid-gallery ul li figcaption a:hover, .grid-gallery ul li figcaption a:focus {
          color: #FFC107; }
.grid-gallery ul li figcaption i {
        font-size: 30px;
        font-size: calc($size / 16px)rem; }
.grid-gallery ul li figcaption p {
        margin-bottom: 0;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 400; }
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }
/*-------- 2.12 Faq --------*/
.box_style_cat {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
@media (max-width: 991px) {
    .box_style_cat {
      display: none; } }
ul#cat_nav {
  list-style: none;
  margin: 0;
  padding: 0; }
ul#cat_nav li {
    border-bottom: 1px solid #ededed; }
ul#cat_nav li i {
      font-size: 16px;
      font-size: calc($size / 16px)rem;
      margin: 2px 10px 0 0;
      float: left; }
ul#cat_nav li:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
ul#cat_nav li a {
      position: relative;
      color: #555;
      display: block;
      padding: 15px 10px; }
ul#cat_nav li a:after {
        font-family: 'ElegantIcons';
        content: "\e0e2";
        position: absolute;
        right: 15px;
        top: 15px; }
ul#cat_nav li a span {
        font-size: 11px;
        font-size: calc($size / 16px)rem;
        color: #999; }
ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
        color: #1582f4; }
.hero_in form {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s; }
a.box_topic {
  text-align: center;
  background: #fff;
  padding: 40px 30px 15px 30px;
  display: block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px; }
@media (max-width: 767px) {
    a.box_topic {
      padding: 20px 20px 0 20px; } }
a.box_topic:hover {
    transform: translateY(-10px); }
a.box_topic i {
    font-size: 60px;
    font-size: calc($size / 16px)rem;
    color: #32a067;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #2c8e5b;
    background-color: rgba(50, 160, 103, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px; }
a.box_topic h3, a.box_topic .h3 {
    font-size: 18px;
    font-size: calc($size / 16px)rem; }
.list_articles ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.list_articles ul li {
    float: left;
    width: 45%;
    margin-right: 45px;
    padding: 15px 0;
    border-bottom: 1px solid #ededed; }
.list_articles ul li a {
      color: #555;
      display: block; }
.list_articles ul li a:hover {
        color: #1582f4;
        transform: translateX(5px); }
.list_articles ul li i {
      margin-right: 10px;
      font-size: 16px;
      font-size: calc($size / 16px)rem;
      position: relative;
      top: 2px; }
@media (max-width: 991px) {
      .list_articles ul li {
        float: none;
        width: 100%;
        margin-right: 0; } }
ul.list_3 {
  list-style: none;
  margin: 0;
  padding: 0; }
ul.list_3 li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px; }
ul.list_3 li strong {
      font-weight: 500; }
ul.list_3 li:before {
      font-family: 'ElegantIcons';
      content: "\e0e2";
      position: absolute;
      left: 0;
      top: 0; }
.box_general {
  border: 1px solid #ededed;
  padding: 25px 25px 5px 25px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
/*-------- 2.13 Bookings --------*/
.box_booking {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px; }
.strip_booking {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px; }
.strip_booking.last {
    border-bottom: none; }
.strip_booking h3, .strip_booking .h3 {
    font-size: 16px;
    font-size: calc($size / 16px)rem;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    padding-left: 65px; }
@media (max-width: 767px) {
      .strip_booking h3, .strip_booking .h3 {
        margin: 15px 0; } }
.strip_booking h3 span, .strip_booking .h3 span {
      color: #999;
      display: block;
      font-size: 11px !important; }
.strip_booking .date {
    background-color: #f8f8f8;
    text-align: center;
    line-height: 1; }
.strip_booking .date .month {
      background-color: #32a067;
      display: block;
      padding: 3px 0;
      color: #fff;
      text-transform: uppercase; }
.strip_booking .date .day {
      padding: 15px;
      margin-top: 1px;
      color: #999;
      text-transform: uppercase;
      display: block;
      font-size: 12px;
      font-size: calc($size / 16px)rem; }
.strip_booking .date .day strong {
        font-size: 32px;
        font-size: calc($size / 16px)rem;
        font-weight: normal;
        display: block;
        color: #32a067;
        margin-bottom: 3px; }
.strip_booking h3.hotel_booking:before, .strip_booking .hotel_booking.h3:before, .strip_booking h3.restaurant_booking:before, .strip_booking .restaurant_booking.h3:before, .strip_booking h3.bars_booking:before, .strip_booking .bars_booking.h3:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  content: "\e0e2";
  font-size: 24px;
  font-size: calc($size / 16px)rem;
  color: #999;
  position: absolute;
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 0;
  top: -10px;
  text-align: center;
  line-height: 50px; }
.strip_booking h3.hotel_booking:before, .strip_booking .hotel_booking.h3:before {
  content: "\ed72"; }
.strip_booking h3.restaurant_booking:before, .strip_booking .restaurant_booking.h3:before {
  content: "\ed80"; }
.strip_booking h3.bars_booking:before, .strip_booking .bars_booking.h3:before {
  content: "\ed54"; }
ul.info_booking {
  list-style: none;
  margin: 0;
  padding: 15px 25px 15px 0;
  font-size: 11px;
  font-size: calc($size / 16px)rem;
  color: #999;
  line-height: 12px;
  border-right: 1px solid #ededed;
  text-align: right; }
ul.info_booking li {
    margin-bottom: 5px; }
ul.info_booking li strong {
      text-transform: uppercase;
      display: block;
      color: #555; }
.booking_buttons {
  margin-top: 20px; }
a.btn_2, .btn_2, a.btn_3, .btn_3 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #1582f4;
  cursor: pointer;
  padding: 7px 8px;
  font-size: 11px;
  font-size: calc($size / 16px)rem;
  line-height: 9px;
  font-weight: 500;
  display: block;
  outline: none;
  transition: all 0.3s;
  border-radius: 3px;
  text-align: center; }
a.btn_2:hover, .btn_2:hover, a.btn_3:hover, .btn_3:hover {
    background: #FFC107;
    color: #444; }
a.btn_3, .btn_3 {
  color: #999;
  background: #eee;
  min-width: 60px;
  text-align: center;
  margin-top: 3px; }
/*-------- 2.14 Autocomplete Address --------*/
.pac-container {
  margin-top: 5px;
  border-top: none !important;
  border-radius: 4px !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #555;
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12); }
.pac-item-query {
  color: #555; }
/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg); }
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1; }
.opened {
  opacity: 1; }
.opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg); }
.opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0; }
.circle-plus {
  height: 14px;
  width: 14px;
  display: block;
  position: relative;
  float: right;
  margin-top: 5px; }
.circle-plus .horizontal {
  position: absolute;
  background-color: #999;
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: 0; }
.circle-plus .vertical {
  position: absolute;
  background-color: #999;
  width: 2px;
  height: 14px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -6px; }
.form-control {
  height: calc(2.55rem + 2px);
  font-size: 14px;
  font-size: calc($size / 16px)rem;
  border-radius: 3px;
  color: #495057;
  border: 1px solid #d2d8dd; }
.form-group {
  position: relative;
  margin-bottom: 1rem; }
.bg_color_1 {
  background-color: #fff; }
.box_1 {
  background-color: #121921;
  color: #fff;
  padding: 45px;
  opacity: 0; }
.box_1 p {
    opacity: 0.8; }
.box_1 h3, .box_1 .h3 {
    color: #fff; }
.animated .box_1 {
  -webkit-animation: color 0.3s ease-in-out;
          animation: color 0.3s ease-in-out;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.call_section {
  background-color: #1582f4;
  position: relative;
  color: #fff; }
.call_section h2, .call_section .h2 {
    color: #fff; }
.call_section .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 22; }
.call_section .box_how {
    text-align: center;
    position: relative; }
.call_section .box_how h3, .call_section .box_how .h3 {
      color: #fff;
      font-size: 18px;
      font-size: calc($size / 16px)rem; }
.call_section .box_how i {
      color: #fff;
      font-size: 60px;
      font-size: calc($size / 16px)rem;
      margin-bottom: 10px;
      color: #FFC107; }
.call_section.pattern {
    background: #1582f4 url(/packs/media/images/pattern-5179f3c3004186cc16e62121e1760526.svg) center center repeat fixed; }
.call_section.pattern .wrapper {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6); }
#hero-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
.clear:after, .clear:before {
  content: "";
  display: table; }
.clear:after {
  clear: both; }
.pagination__wrapper {
  height: 50px;
  padding-top: 10px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%; }
.pagination__wrapper:before {
    top: -1px; }
.pagination__wrapper:after {
    bottom: -1px; }
@-webkit-keyframes hoverAnimation {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes hoverAnimation {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.box_faq {
  position: relative;
  padding-left: 50px; }
.box_faq h4, .box_faq .h4 {
    font-size: 18px;
    font-size: calc($size / 16px)rem; }
.box_faq i {
    font-size: 36px;
    font-size: calc($size / 16px)rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #999; }
.custom-select-form .nice-select {
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  height: 45px;
  line-height: 42px; }
.custom-select-form .nice-select:hover {
    border-color: #d2d8dd; }
.custom-select-form .nice-select:active, .custom-select-form .nice-select.open, .custom-select-form .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-select-form select {
  display: none; }
ul.share-buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 25px 0; }
ul.share-buttons li {
    display: inline-block;
    margin: 0 5px 5px 5px; }
ul.share-buttons li a {
      background: #fff;
      border: 1px solid #ededed;
      border-radius: 3px;
      font-weight: 500;
      font-size: 13px;
      font-size: calc($size / 16px)rem;
      padding: 7px 20px;
      transition: 0.3s;
      display: inline-block;
      line-height: 17px;
      font-weight: 500; }
ul.share-buttons li a:hover {
        color: #fff; }
ul.share-buttons li a.fb-share {
        color: #3b5998; }
ul.share-buttons li a.fb-share:hover {
          background: #3b5998;
          color: #fff;
          border-color: #3b5998; }
ul.share-buttons li a.gplus-share {
        color: #dd4b39; }
ul.share-buttons li a.gplus-share:hover {
          background: #dd4b39;
          color: #fff;
          border-color: #dd4b39; }
ul.share-buttons li a.twitter-share {
        color: #1da1f2; }
ul.share-buttons li a.twitter-share:hover {
          background: #1da1f2;
          color: #fff;
          border-color: #1da1f2; }
ul.share-buttons li i {
      font-size: 16px;
      font-size: calc($size / 16px)rem;
      position: relative;
      right: 3px;
      top: 2px; }
/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: calc(1.5em + 0.75rem + 2px)-2;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  color: #555;
  padding-top: 2px; }
.nice-select:hover {
    border-color: #8c8c8c; }
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px; }
.nice-select.open:after {
    transform: rotate(-135deg); }
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none; }
.nice-select.disabled:after {
      border-color: #cccccc; }
.nice-select.wide {
    width: 100%; }
.nice-select.wide .list {
      left: -1px !important;
      right: -1px !important; }
.nice-select.right {
    float: right; }
.nice-select.right .list {
      left: auto;
      right: 0; }
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
.nice-select.small:after {
      height: 4px;
      width: 4px; }
.nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
.nice-select .list {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9999;
    height: 23vh;
    overflow: auto; }
.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
.nice-select .list::-webkit-scrollbar {
      width: 14px;
      height: 18px; }
.nice-select .list::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid rgba(0, 0, 0, 0);
      background-clip: padding-box;
      -webkit-border-radius: 7px;
      background-color: rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }
.nice-select .list::-webkit-scrollbar-button {
      width: 0;
      height: 0;
      display: none; }
.nice-select .list::-webkit-scrollbar-corner {
      background-color: transparent; }
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + 0.75rem + 2px)-12;
    list-style: none;
    min-height: calc(1.5em + 0.75rem + 2px)-12;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
.nice-select .option.selected {
      font-weight: 500; }
.nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }
.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }
/* Scroll top button */
#toTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  font-size: 21px;
  color: #fff;
  cursor: pointer; }
@media (max-width: 767px) {
    #toTop {
      display: none !important; } }
#toTop:after {
    font-family: 'ElegantIcons';
    content: "\e0e2";
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-55%); }
#toTop:hover {
    background-color: #1582f4; }
/*-------- 3.2 Accordion --------*/
.accordion_2 .card {
  border: 0;
  margin-bottom: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
.accordion_2 .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 20px; }
.accordion_2 .card-body {
  padding-bottom: 0; }
.accordion_2 .card-header h5, .accordion_2 .card-header .h5 {
  font-size: 16px;
  font-size: calc($size / 16px)rem; }
.accordion_2 .card-header h5 a, .accordion_2 .card-header .h5 a {
    border: 0;
    display: block;
    color: #999; }
.accordion_2 .card-header h5 a i.indicator, .accordion_2 .card-header .h5 a i.indicator {
      font-size: 18px;
      font-size: calc($size / 16px)rem;
      font-weight: normal;
      float: right;
      color: #1582f4; }
.card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px; }
/*-------- 3.3 List --------*/
ul.list_ok {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
ul.list_ok li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
ul.list_ok li:before {
      font-family: 'ElegantIcons';
      content: "\52";
      position: absolute;
      left: 0;
      top: -5px;
      font-size: 18px;
      font-size: calc($size / 16px)rem;
      color: #32a067; }
ul.bullets {
  line-height: 1.8;
  margin: 0;
  padding: 0; }
ul.bullets li {
    position: relative;
    padding-left: 23px; }
ul.bullets li:before {
      font-style: normal;
      font-weight: normal;
      font-family: 'ElegantIcons';
      font-size: 14px;
      font-size: calc($size / 16px)rem;
      content: "\e052";
      color: #32a067;
      position: absolute;
      left: 0;
      top: 0; }
/*-------- 3.4 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px; }
.add_bottom_15 {
  margin-bottom: 15px; }
.add_bottom_30 {
  margin-bottom: 30px; }
.add_bottom_45 {
  margin-bottom: 45px; }
.add_bottom_60 {
  margin-bottom: 60px; }
.add_bottom_75 {
  margin-bottom: 75px; }
.add_top_10 {
  margin-top: 10px; }
.add_top_15 {
  margin-top: 15px; }
.add_top_20 {
  margin-top: 20px; }
.add_top_30 {
  margin-top: 30px; }
.add_top_60 {
  margin-top: 60px; }
.more_padding_left {
  padding-left: 40px; }
.nomargin_top {
  margin-top: 0; }
.nopadding {
  margin: 0 !important;
  padding: 0 !important; }
.nomargin {
  margin: 0 !important; }
.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px; }
.margin_30_5 {
  padding-top: 30px;
  padding-bottom: 5px; }
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px; }
@media (max-width: 767px) {
    .margin_60 {
      padding-top: 30px;
      padding-bottom: 30px; } }
.margin_60_35 {
  padding-top: 35px;
  padding-bottom: 35px; }
@media (max-width: 575px) {
    .margin_60_35 {
      padding-top: 30px;
      padding-bottom: 5px; } }
.margin_80 {
  padding-top: 80px;
  padding-bottom: 80px; }
@media (max-width: 991px) {
    .margin_80 {
      padding-bottom: 60px;
      padding-top: 60px; } }
@media (max-width: 575px) {
    .margin_80 {
      padding-top: 30px;
      padding-bottom: 30px; } }
.margin_80_55 {
  padding-top: 80px;
  padding-bottom: 55px; }
@media (max-width: 991px) {
    .margin_80_55 {
      padding-top: 60px;
      padding-bottom: 35px; } }
@media (max-width: 575px) {
    .margin_80_55 {
      padding-top: 45px;
      padding-bottom: 15px; } }
.margin_80_0 {
  padding-top: 80px; }
@media (max-width: 991px) {
    .margin_80_0 {
      padding-top: 60px; } }
@media (max-width: 575px) {
    .margin_80_0 {
      padding-top: 30px; } }
.margin_30_95 {
  padding-top: 30px;
  padding-bottom: 95px; }
@media (max-width: 991px) {
    .margin_30_95 {
      padding-top: 15px;
      padding-bottom: 35px; } }
@media (max-width: 575px) {
    .margin_30_95 {
      padding-top: 5px;
      padding-bottom: 5px; } }
@media (max-width: 991px) {
  .hidden_tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden_mobile {
    display: none !important; } }
/*-------- 3.5 Block reveal --------*/
.animated .block-reveal {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
.block-horizzontal, .block-vertical {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10; }
.animated .block-horizzontal {
  -webkit-animation: reveal_left_to_right 1s ease-in-out;
          animation: reveal_left_to_right 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #3794f6; }
.animated .block-vertical {
  -webkit-animation: reveal_top_to_bottom 1s ease-in-out;
          animation: reveal_top_to_bottom 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #3794f6; }
.block-reveal img {
  transition: all 0.3s ease-in-out;
  opacity: 0; }
.animated .block-reveal img {
  -webkit-animation: color 0.5s ease-in-out;
          animation: color 0.5s ease-in-out;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
@-webkit-keyframes reveal_left_to_right {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@keyframes reveal_left_to_right {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@-webkit-keyframes reveal_top_to_bottom {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(100%); } }
@keyframes reveal_top_to_bottom {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(100%); } }
@-webkit-keyframes color {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes color {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*-------- 3.6 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: calc($size / 16px)rem;
  font-weight: 500; }
#cookie-bar p {
    margin: 0;
    padding: 0; }
#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px; }
@media (max-width: 767px) {
      #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px; } }
#cookie-bar .cb-enable {
    background: #32a067; }
#cookie-bar .cb-enable:hover {
      background: #fff;
      color: #3794f6; }
#cookie-bar .cb-disable {
    background: #990000; }
#cookie-bar .cb-disable:hover {
      background: #bb0000; }
#cookie-bar .cb-policy {
    background: #1582f4; }
#cookie-bar .cb-policy:hover {
      background: #fff;
      color: #3794f6; }
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999; }
#cookie-bar.fixed.bottom {
      bottom: 0;
      top: auto; }
@media (max-width: 767px) {
    #cookie-bar {
      padding: 5px 0; } }
/*-------- 3.7 Sing In Modal --------*/
#sign-in-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px; }
/* Popup close button*/
#sign-in-dialog .mfp-close,
#lang-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px; }
#sign-in-dialog .mfp-close:hover,
#lang-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b; }
#sign-in-dialog .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d"; }
.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px; }
.small-dialog-header h3, .small-dialog-header .h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: calc($size / 16px)rem;
    font-weight: 500; }
#sign-in-dialog .form-group {
  position: relative; }
#sign-in-dialog .form-group input.form-control {
  padding-left: 40px; }
#sign-in-dialog .form-group i {
  font-size: 21px;
  font-size: calc($size / 16px)rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important; }
#sign-in-dialog .form-group i.icon_lock_alt {
  top: 36px; }
.my-toggle {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: calc($size / 16px)rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff; }
.my-toggle:hover, .my-toggle:focus {
    background-color: #eee;
    color: #555;
    outline: transparent; }
.hideShowPassword-wrapper {
  width: 100% !important; }
.checkboxes label {
  color: #999;
  margin-top: 5px; }
a#forgot {
  color: #999;
  font-weight: 500;
  font-size: 13px;
  font-size: calc($size / 16px)rem; }
#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 430px;
  display: none;
  padding: 25px; }
@media (max-width: 767px) {
    #forgot_pw {
      padding: 0; } }
#forgot_pw label {
    font-weight: 500; }
.sign-in-wrapper {
  position: relative;
  height: 100%; }
a.social_bt {
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
a.social_bt:hover {
    filter: brightness(115%); }
a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff; }
a.social_bt.facebook {
  background-color: #3B5998; }
a.social_bt.facebook:before {
    content: "\e093"; }
a.social_bt.google {
  background-color: #DC4E41; }
a.social_bt.google:before {
    content: "\e096";
    top: 12px; }
.divider {
  text-align: center;
  height: 1px;
  margin: 30px 0 20px 0;
  background-color: #e1e8ed; }
.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic; }
/* Magnific popup */
.mfp-bottom-bar {
  padding: 0 10px !important; }
.mfp-counter {
  right: 10px !important;
  color: #fff !important; }
.mfp-bg {
  opacity: 0.8 !important; }
/*-------- 3.8 Datepicker --------*/
.applyBtn.btn.btn-sm.btn-primary, .btn-group-sm &gt; .applyBtn.btn.btn-primary {
  background-color: #1582f4;
  border: 0; }
.drp-selected {
  display: none !important; }
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #3794f6 !important; }
/*-------- Styles Switcher --------*/
#style-switcher {
  background: #fff;
  width: 205px;
  position: fixed;
  top: 205px;
  z-index: 99;
  left: -205px;
  border-radius: 0 0 4px 0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175); }
#style-switcher h3, #style-switcher .h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0; }
#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px; }
#style-switcher div {
    padding: 6px 18px; }
#style-switcher h6, #style-switcher .h6 {
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 500; }
#style-switcher h6 a, #style-switcher .h6 a {
      background-color: #f8f8f8;
      display: block;
      height: 46px;
      position: absolute;
      right: -46px;
      top: 0;
      width: 46px;
      border-radius: 0 4px 4px 0;
      font-size: 22px;
      color: #fff;
      text-align: center; }
#style-switcher h6 a i, #style-switcher .h6 a i {
        position: relative;
        top: 4px;
        color: #333; }
.colors {
  list-style: none;
  margin: 0 0px 10px 0;
  overflow: hidden; }
.colors li {
  float: left;
  margin: 4px 2px 0 2px; }
.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer; }
.default {
  background: #1582f4; }
.aqua {
  background: #1cbbb4; }
.green_switcher {
  background: #82ca9c; }
.orange {
  background: #f7941d; }
.beige {
  background: #bea882; }
.gray {
  background: #555555; }
.green-2 {
  background: #18a84c; }
.navy {
  background: #4a5d7d; }
.peach {
  background: #faaa5d; }
.purple {
  background: #6449e7; }
.red {
  background: #f0151f; }
.violet {
  background: #990099; }
.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset; }
.colors li a {
  border-radius: 3px; }
.result .millseconds {
  font-size: 1.0em;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 10px; }
.result .entity {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px; }
.result .entity a {
    text-decoration: none; }
.result .entity h6, .result .entity .h6 {
    margin: 0px;
    color: #333333; }
.result .entity .body {
    color: #999999;
    font-weight: lighter;
    margin-bottom: 0px; }
.result .entity .type {
    color: #4485F5;
    font-size: 1.0em;
    margin: 0px; }
.result .page-link {
  color: #4485F5; }
.result .page-link.active {
    color: #333333;
    font-weight: normal; }
.result hl {
  font-weight: bolder;
  color: #FF0000; }
.result .gray {
  filter: grayscale(100%); }
.result .card {
  margin-bottom: 15px;
  border-radius: 5px;
  color: #666666; }
.result .card h5, .result .card .h5 {
    color: #333333;
    font-size: 1.2em; }
.font-weight-normal {
  font-weight: normal; }
.font-weight-bold {
  font-weight: bold; }
.suggest {
  position: relative; }
.suggest .list-center {
    position: absolute;
    background: #FFFFFF;
    border: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 4px solid;
    top: -5px;
    left: 0px;
    z-index: 999;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
.suggest .list-center ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
.suggest .list-center a {
      color: #666666;
      display: block;
      padding: 3px;
      padding-left: 10px;
      transition: all 0.5s ease;
      font-style: normal; }
.suggest .list-center em {
      color: #000000;
      font-weight: bold;
      font-style: normal; }
.suggest .list-center small, .suggest .list-center .small {
      float: right;
      opacity: 0.5; }
.suggest .list-center a:hover, .suggest .list-center a:focus {
      background: #EEEEEE; }
@media all and (max-width: 991px) {
  #style-switcher {
    display: none; }
  .hero_single.version_2 {
    height: 320px !important; }
  .main_categories {
    margin-top: -40px; }
  .custom-search-input-2 input {
    border-radius: 0px !important;
    border: none !important; }
  .custom-search-input-2 select {
    border-radius: 0px !important;
    border: none !important; } }
.cookies-panel {
  position: fixed;
  z-index: 1000001;
  width: 100%;
  height: 220px;
  background: #eee;
  bottom: 0;
  overflow: hidden; }
.cookies-buttons {
  float: right;
  width: 210px;
  display: block;
  margin: 20px; }
.cookies-buttons .btn {
    display: block;
    border: 1px solid #4B5563;
    background-color: #6B7280;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 14px; }
.cookies-buttons .btn.accept:hover {
      background-color: #047857; }
.cookies-buttons .btn.reject:hover {
      background-color: #B91C1C; }
.cookies-bar {
  z-index: 1000000;
  display: block;
  float: none;
  height: auto;
  left: auto;
  margin: 0;
  /* &lt;-- the margins of all 4 aspects have been set to 0  */
  position: relative;
  right: auto;
  text-align: justify-content;
  border: 0px solid #ddd;
  font-size: 11px;
  overflow: hidden; }
.cookies-bar p {
    margin-bottom: 10px; }
.cookies-bar ol.padd {
    padding: 0 0 0 10px; }
.cookies-bar .cookies-text {
    max-width: 1030px;
    float: left;
    overflow: auto;
    height: 200px;
    padding: 10px 5px 0;
    font-size: 12px; }
@media (min-width: 468px) {
    .cookies-bar {
      max-width: 1280px;
      margin: 0 auto !important;
      padding: 0px;
      font-size: 0.875rem; }
      .cookies-bar ol.padd {
        padding: 0 0 0 15px;
        margin: 0; }
      .cookies-bar p {
        margin-bottom: 10px; } }
.xrep-row-50 {
  width: 430px;
  margin: 3px; }
.xrep-row {
  width: 430px;
  margin: 1px; }
.xrep-row &gt; * {
  padding-left: 0px; }

body {
  background-color: #fff;
  color: #333;
  margin: 0px; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }

a {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #666; }

a:hover {
  color: #1582f4; }

th {
  padding-bottom: 5px; }

td {
  padding: 0 5px 7px; }

div.field,
div.actions {
  margin-bottom: 10px; }

#notice {
  color: green; }

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table; }

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff; }

#error_explanation ul li {
  font-size: 12px;
  list-style: square; }

label {
  display: block; }

.header {
  padding: 15px 20px; }

#results .row {
  margin-left: 0;
  margin-right: 0; }

#results.border-bottom {
  border: 0; }

footer ul {
  margin: 0; }

.alert,
.notice {
  width: 50%;
  margin: 20px auto 0;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 200%;
  color: black;
  text-shadow: 2px 2px 2px whitesmoke; }

.alert {
  color: red; }

a {
  text-decoration: none; }

a.btn {
  color: white;
  font-size: 0.8rem; }

.otherpages .mm-page {
  margin-top: 70px; }

.otherpages .header {
  background-color: #3593f6; }

.otherpages .header.sticky {
  background-image: none; }

.paginate_button {
  margin: 0 5px; }

.form-control {
  height: auto; }

article ul {
  list-style-type: disc;
  margin: 0 0 16px 0;
  padding: 0 0 0 32px; }

article a {
  color: #0782C1; }

/* direct_uploads.css */

.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px; }

.direct-upload--pending {
  opacity: 0.6; }

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0); }

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4; }

.direct-upload--error {
  border-color: red; }

input[type=file][data-direct-upload-url][disabled] {
  display: none; }

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

p.card-text {
  margin-bottom: 10px; }


/*# sourceMappingURL=application-39c17d73.css.map*/</pre></body></html>